Age | Commit message (Collapse) | Author | Files | Lines |
|
We may not be able to reproduce every failure, so logging as much as
possible is important to figure out what went wrong. Also, in case a bug
is uncovered in the future, we can check the logs and possibly fix it
with -errata.
|
|
Must’ve slipped through.
|
|
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.
|
|
Default arguments cannot be mutable objects.
|
|
Use library yarl (already pulled in by aiohttp). No URL processed should
be a string.
|
|
Fix a few random issues pointed out by pylint, mainly unused imports.
|
|
|
|
UTC everywhere. Make that clear.
|
|
Consumers can read the latest gossip faster now.
|
|
Commit 7730e0d64ec895091a0dd7eb0e3c6ce2ed02d981 removed logging to WARC
files. Add it again, but with a different implementation.. Credits to
structlog for inspiration.
|