This website requires JavaScript.
Explore
Help
Sign In
Git-Mirrors
/
brozzler
Watch
1
Star
0
Fork
0
You've already forked brozzler
mirror of
https://github.com/internetarchive/brozzler.git
synced
2025-02-24 08:39:59 -05:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
brozzler
/
tests
History
Noah Levitt
934190084c
Refactor the way the proxy is configured. Job/site settings "proxy" and "enable_warcprox_features" are gone. Brozzler-worker now has mutually exclusive options --proxy and --warcprox-auto. --warcprox-auto means find an instance of warcprox in the service registry, and enable warcprox features. --proxy is provided, determines if proxy is warcprox by consulting
http://{proxy_address}/status
(see
https://github.com/internetarchive/warcprox/commit/8caae0d7d3
), and enables warcprox features if so.
2017-03-24 13:55:23 -07:00
..
htdocs
forgot to add the new test data
2017-03-20 12:33:52 -07:00
test_brozzling.py
oops remove pdb call
2017-03-20 12:14:11 -07:00
test_cluster.py
Refactor the way the proxy is configured. Job/site settings "proxy" and "enable_warcprox_features" are gone. Brozzler-worker now has mutually exclusive options --proxy and --warcprox-auto. --warcprox-auto means find an instance of warcprox in the service registry, and enable warcprox features. --proxy is provided, determines if proxy is warcprox by consulting
http://{proxy_address}/status
(see
https://github.com/internetarchive/warcprox/commit/8caae0d7d3
), and enables warcprox features if so.
2017-03-24 13:55:23 -07:00
test_frontier.py
Refactor the way the proxy is configured. Job/site settings "proxy" and "enable_warcprox_features" are gone. Brozzler-worker now has mutually exclusive options --proxy and --warcprox-auto. --warcprox-auto means find an instance of warcprox in the service registry, and enable warcprox features. --proxy is provided, determines if proxy is warcprox by consulting
http://{proxy_address}/status
(see
https://github.com/internetarchive/warcprox/commit/8caae0d7d3
), and enables warcprox features if so.
2017-03-24 13:55:23 -07:00
test_units.py
use urlcanon library for canonicalization, surtification, scope match rules
2017-03-15 14:59:51 -07:00