Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-07-04 | Update documentation | Lars-Dominik Braun | 1 | -1/+15 | |
Re-arrange stuff, add release guide. Needs a lot more work though. | |||||
2019-03-22 | Move documentation to Sphinx | Lars-Dominik Braun | 1 | -215/+1 | |
2019-01-27 | irc: Switch configuration to JSON | Lars-Dominik Braun | 1 | -1/+1 | |
2019-01-03 | browser: Turn Item into RequestResponsePair | Lars-Dominik Braun | 1 | -0/+2 | |
Previously Item was just a simple wrapper around Chrome’s Network.* events. This turned out to be quite nasty when testing, so its replacement, RequestResponsePair, does some level of abstraction. This makes testing alot easier, since we now can simply instantiate it without building a proper DevTools event. Should come without any functional changes. | |||||
2018-12-21 | Parse URLs by default | Lars-Dominik Braun | 1 | -0/+2 | |
Use library yarl (already pulled in by aiohttp). No URL processed should be a string. | |||||
2018-12-07 | README: Add note about browser config/fonts | Lars-Dominik Braun | 1 | -0/+27 | |
2018-12-01 | behavior: Move click script data to external file | Lars-Dominik Braun | 1 | -0/+2 | |
First step of issue #3 | |||||
2018-12-01 | README: Minor improvements | Lars-Dominik Braun | 1 | -6/+11 | |
Command line was outdated. | |||||
2018-11-25 | README: Google Chrome is a dependency | Lars-Dominik Braun | 1 | -0/+2 | |
Obviously. | |||||
2018-11-09 | Add codecov.io | Lars-Dominik Braun | 1 | -0/+3 | |
2018-11-08 | Drop support for Python <3.6 | Lars-Dominik Braun | 1 | -1/+1 | |
2018-11-08 | Update README | Lars-Dominik Braun | 1 | -2/+4 | |
Dependency changes after asyncio transition. | |||||
2018-09-29 | Add documentation | Lars-Dominik Braun | 1 | -0/+35 | |
For -recursive and -irc | |||||
2018-08-21 | Remove celery and recursion | Lars-Dominik Braun | 1 | -61/+0 | |
Gonna rewrite that properly. | |||||
2018-08-19 | README: Add rationale | Lars-Dominik Braun | 1 | -25/+87 | |
Explain a few design decisions | |||||
2018-05-05 | Update documentation | Lars-Dominik Braun | 1 | -4/+4 | |
2018-05-04 | Move page archiving logic to SinglePageController | Lars-Dominik Braun | 1 | -1/+1 | |
In preparation for recursive crawls. | |||||
2018-03-25 | Add Travis CI | Lars-Dominik Braun | 1 | -1/+4 | |
2018-02-23 | README: Add Squidwarc to related projects | Lars-Dominik Braun | 1 | -0/+5 | |
2017-12-24 | Refactor behavior scripts | Lars-Dominik Braun | 1 | -12/+7 | |
No functional changes, just cleanup. Replaces onload and onsnapshot events. Move screen metric emulation, DOM snapshots and screenshots here as well. | |||||
2017-12-18 | README: Add related project | Lars-Dominik Braun | 1 | -0/+9 | |
2017-12-17 | Extend README | Lars-Dominik Braun | 1 | -10/+25 | |
2017-12-17 | Don’t fetch redirected request body | Lars-Dominik Braun | 1 | -0/+1 | |
We can’t do that safely due to a race-condition. | |||||
2017-12-17 | Add distributed archiving | Lars-Dominik Braun | 1 | -0/+38 | |
Using celery. Also adds a plugin for the IRC bot sopel. Code still needs some love, but it should work. | |||||
2017-12-03 | Add note about Range: requests | Lars-Dominik Braun | 1 | -0/+2 | |
2017-11-25 | Rename --run-before-snapshot and document --on* options | Lars-Dominik Braun | 1 | -1/+17 | |
2017-11-22 | Make <canvas> static before DOM snapshot | Lars-Dominik Braun | 1 | -1/+0 | |
Use --run-before-snapshot=canvas-snapshot.js. Replaces <canvas> with image snapshot. We could use .captureStream() as well. | |||||
2017-11-22 | Emulate different screen sizes | Lars-Dominik Braun | 1 | -3/+0 | |
Causes the browser to load CSS assets and <img> srcset, for example. | |||||
2017-11-20 | Add page created from DOM snapshot | Lars-Dominik Braun | 1 | -3/+17 | |
2017-11-17 | Initial import | Lars-Dominik Braun | 1 | -0/+40 | |