623 Commits

Author SHA1 Message Date
Barbara Miller
278994f5b0 increase interval, rm old login 2016-10-19 15:21:22 -07:00
Barbara Miller
48d2951a99 mimic login page onclick 100% 2016-10-18 22:12:55 -07:00
Barbara Miller
57d8dc7839 alternate login code, better crawl? 2016-10-18 22:04:38 -07:00
Barbara Miller
cd299f8d8d better interval 2016-10-18 22:04:38 -07:00
Barbara Miller
7d00b522b6 still better targetting 2016-10-18 22:04:38 -07:00
Barbara Miller
868b582df5 better targeting 2016-10-18 22:04:38 -07:00
Barbara Miller
dd37a63452 correct jslint errors 2016-10-18 22:04:38 -07:00
Barbara Miller
3d153cb390 correct re 2016-10-18 22:04:38 -07:00
Barbara Miller
b4d1d75cee more better yaml, target check 2016-10-18 22:04:38 -07:00
Barbara Miller
f16ea050e3 better seed selection 2016-10-18 22:04:38 -07:00
Barbara Miller
46d4c89431 custom behavior for catalogue.noguchi.org 2016-10-18 22:04:38 -07:00
Barbara Miller
25a31bf354 rm old WIP item 2016-10-18 22:04:38 -07:00
Barbara Miller
49e7d81239 just test gzip,deflate after all 2016-10-18 22:04:38 -07:00
Barbara Miller
49e38f608a test extra headers 2016-10-18 22:04:38 -07:00
Barbara Miller
6a23ab9f7a correct local_state 2016-10-18 22:03:16 -07:00
Barbara Miller
108503cd2a try saving only Brotli conifg 2016-10-18 22:03:16 -07:00
Barbara Miller
f2bb1f44cd disable SDCH? 2016-10-18 22:03:16 -07:00
Barbara Miller
91a1b03508 make data_dir 2016-10-18 22:03:16 -07:00
Barbara Miller
7a104d317a simplify to troubleshoot 2016-10-18 22:03:16 -07:00
Barbara Miller
7291f4684c better variable name 2016-10-18 22:03:16 -07:00
Barbara Miller
e461627300 read/write chromium local state 2016-10-18 22:03:16 -07:00
Barbara Miller
4dfda90df2 clean up Browser dirs and add flags_location 2016-10-18 22:03:16 -07:00
Barbara Miller
dd4fce8763 read/write chromium local state 2016-10-18 22:03:16 -07:00
Barbara Miller
5b30d644b9 clean up Browser dirs and add flags_location 2016-10-18 22:03:16 -07:00
Barbara Miller
a78c6ad4b6 better still facebook login logging 2016-10-18 22:03:16 -07:00
Barbara Miller
de6d11e411 better facebook login logging 2016-10-18 22:03:16 -07:00
Barbara Miller
6825f688be facebook login troubleshooting 2016-10-18 22:03:16 -07:00
Barbara Miller
5ecc58beae disable downloads & kccfed behavior 2016-10-18 22:03:16 -07:00
Barbara Miller
0ee8f7f538 clickGetPDFs for kansascityfed 2016-10-18 22:03:16 -07:00
Barbara Miller
fe4236f0c6 kcfed test 2016-10-18 22:03:16 -07:00
Barbara Miller
bf53152f34 clickGetPDFs.template 2016-10-18 22:03:16 -07:00
Barbara Miller
13f891d07c huffpo slideshow custom behavior 2016-10-18 22:03:16 -07:00
Barbara Miller
e2345c7eef multiclicks behavior 2016-10-18 22:03:16 -07:00
Noah Levitt
21891476c4 avoid use of __double_underscore member variables because they're special https://shahriar.svbtle.com/underscores-in-python 2016-10-18 18:57:11 -07:00
Noah Levitt
becd832ea3 bump version after merging accept-encoding pull request 2016-10-18 17:55:00 -07:00
Noah Levitt
a146ba52ae Merge pull request #20 from internetarchive/rethinkInDoc
rethinkdb installer works for me
2016-10-18 17:54:48 -07:00
Noah Levitt
eedd2071bb Merge pull request #21 from galgeek/encodingFixIdentity
ARI-5008 / ARI-5065 ExtraHTTPHeaders Accept-Encoding fix Identity
2016-10-18 17:53:50 -07:00
Noah Levitt
aae34452f5 bump version number after merging travis-ci pull request 2016-10-18 17:48:45 -07:00
Noah Levitt
1490a40c28 Merge pull request #23 from internetarchive/travis
Travis
2016-10-18 17:48:04 -07:00
Noah Levitt
68a32fcbe2 bump version number after mouse's pull request 2016-10-18 17:45:55 -07:00
Noah Levitt
37950e6dfd Merge pull request #24 from mouse-reeve/select-proxy
Use warcprox if enable_warcprox_features is true
2016-10-18 17:41:56 -07:00
Mouse Reeve
2215aaab21 Use warcprox if enable_warcprox_features is true 2016-10-18 17:39:33 -07:00
Noah Levitt
62781117b8 tests passed on travis-ci, remove travis debugging lines 2016-10-18 17:31:47 -07:00
Noah Levitt
7a655da563 try to fix error from pip install with extras (pip install file:///...brozzler[webconsole]) by including #egg=brozzler as suggested at https://github.com/pypa/pip/issues/1236#issuecomment-32957253 , travis-ci error can be seen at https://travis-ci.org/internetarchive/brozzler/builds/168727451 2016-10-18 14:36:55 -07:00
Noah Levitt
0317409811 do ansible install as user travis to avoid permissions issues like this https://travis-ci.org/internetarchive/brozzler/builds/168720738 2016-10-18 12:44:18 -07:00
Noah Levitt
53624fd901 I don't know why travis/ansible/pip is failing, try using a file:// url https://travis-ci.org/internetarchive/brozzler/builds/168712667 2016-10-18 12:20:37 -07:00
Noah Levitt
166e87a00e trying to figure out this error from travis-ci 2016-10-18 11:50:55 -07:00
Noah Levitt
91c36f3d21 specify --cache-dir=/tmp/pip-cache to avoid trying to write to (nonexistent) service user home directory 2016-10-17 18:24:44 -07:00
Noah Levitt
0caf365516 travis-ci first try 2016-10-17 18:15:32 -07:00
Barbara Miller
0a6d8ed3da Accept-Encoding fix II 2016-10-17 12:50:31 -07:00