Noah Levitt
fef7d6a9fa
Merge pull request #25 from ato/mouseovers-behavior
...
Add a mouseovers behavior
2016-10-31 11:55:46 -07:00
Noah Levitt
0c8ea52b08
Merge pull request #26 from ato/flash-doc
...
Update Flash plugin instructions
2016-10-31 11:55:02 -07:00
Alex Osborne
a1591a169a
Update Flash plugin instructions
...
libpepflashplayer.so is no longer included in the Chrome release
package. Adobe are resuming Linux releases and the plugin is
now available from their download site.
2016-10-29 14:12:33 +11:00
Noah Levitt
5bd4908e1d
punycode host part of url to avoid errors doing WARCPROX_WRITE_RECORD
2016-10-26 13:50:23 -07:00
Noah Levitt
f30c143c66
avoid exception in case of url without host part
2016-10-26 12:45:24 -07:00
Noah Levitt
332912acd7
apparently response.status doesn't work sometimes; response.getcode() is documented so hopefully it keeps working
2016-10-25 17:50:49 -07:00
Noah Levitt
70ce642bee
integer job ids are permitted as well as string
2016-10-21 21:25:16 +00:00
Alex Osborne
872030d716
Add a mouseovers behavior based on simpleclicks
2016-10-21 06:46:43 +11: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
Barbara Miller
5ca4843a2e
rethinkdb installer works for me
2016-10-16 11:01:12 -07:00
Noah Levitt
a370e7b987
tiny fix, and now the test passes for me
2016-10-14 19:21:26 -07:00
Noah Levitt
4044fcb647
fix pywb/brozzler replay of revisit records
2016-10-14 19:15:23 -07:00
Noah Levitt
27452990ee
toward getting initial tests to pass
2016-10-14 18:26:48 -07:00
Noah Levitt
5a373466a3
some vagrant/ansible fixes
2016-10-14 13:47:54 -07:00
Noah Levitt
3627209be1
move ansible directory to top level; generalize formerly vagrant-specific ansible configuration; let upstart manage logging with "console log"
2016-10-13 17:21:55 -07:00
Noah Levitt
56e651baeb
working on basic integration tests
2016-10-13 17:12:35 -07:00
Noah Levitt
ed8b937277
back to dev version
2016-10-13 15:11:57 -07:00
Noah Levitt
456c082875
this is 1.1b6
1.1b6
2016-10-13 15:10:24 -07:00
Noah Levitt
23b59f8f4e
Merge branch 'master' of github.com:internetarchive/brozzler
...
* 'master' of github.com:internetarchive/brozzler:
Ensure job_schema.yaml is installed by pip
2016-10-13 15:00:13 -07:00
Noah Levitt
269512f499
make setup.py work with python2, not because the whole project works with python2, but just so it can be installed as a dependency of projects that support both python2 and python3
2016-10-13 14:59:31 -07:00
Noah Levitt
d82b40be68
fix typo
2016-10-06 18:20:41 -07:00
Noah Levitt
c736f2e703
Merge pull request #19 from ato/schema-file-fix
...
Ensure job_schema.yaml is installed by pip
2016-10-05 09:02:18 -07:00
Alex Osborne
0fe2ef9387
Ensure job_schema.yaml is installed by pip
...
Use .yaml file extension for consistency with behaviors.yaml.
2016-10-05 15:45:11 +11:00
Noah Levitt
59a15d7f5c
bump dev version after merging pull requests
2016-10-04 14:43:43 -07:00
Noah Levitt
f5e138c7eb
Merge pull request #18 from ato/user-agent
...
Add user_agent option
2016-10-04 14:39:50 -07:00
Noah Levitt
692c1c48e1
Merge pull request #17 from ato/validate-conf
...
Validate job conf against a simple schema
2016-10-04 14:13:47 -07:00
Alex Osborne
eafc65938b
Enforce at least one seed
2016-10-05 04:31:22 +11:00
Alex Osborne
743b5a4347
Add user_agent option
...
Currently doesn't apply to requests made by youtube-dl as I
couldn't see a thread-safe way of doing that.
2016-10-05 04:25:09 +11:00
Alex Osborne
5ac67fe513
Validate job conf against a Cerberus schema
2016-10-04 21:19:25 +11:00
Noah Levitt
15633be612
finish vagrant-brozzler-new-job.py
2016-10-03 18:17:35 -07:00
Noah Levitt
5bdf916a78
Merge pull request #16 from galgeek/logCaptchaHref
...
log captcha, href
2016-10-03 18:12:07 -07:00
Barbara Miller
c857647198
log location.href always
2016-10-03 17:37:45 -07:00
Barbara Miller
2f6ac120e3
log facebook captcha
2016-10-03 17:37:01 -07:00
Noah Levitt
de5c520ad7
pin psutil version, too
2016-10-03 17:12:00 -07:00