Commit Graph

26 Commits (4770ebb2eacfc1ff9725745ce52b35cdb76760d5)

Author SHA1 Message Date
Leigh Morresi 87f4347fe5 hack of pytest implementation - doesnt work yet
4 years ago
Leigh Morresi 93ee65fe53 Tidy up a few broken datastore paths
4 years ago
Leigh Morresi 9f964b6d3f WIP, separate out the Flask from everything else, get pytest working
4 years ago
Leigh Morresi 47e5a7cf09 Avoid accidently using Python's objects that are copied - but land as a 'soft reference', need to use a better dict struct in the future #6
4 years ago
Leigh Morresi d07cf53a07 Minor fix to 'last changed' field, simplify template and logic
4 years ago
Leigh Morresi 5e31ae86d0 Use a thread locker and cleaner separation of concerns between main thread and site status fetch
4 years ago
Leigh Morresi 07f41782c0 Adding SEND_FILE_MAX_AGE_DEFAULT to ensure backups etc dont get old
4 years ago
Leigh Morresi f1c2ece32f Use a pool of thread workers, better for huge lists of watchers
4 years ago
Leigh Morresi eecc620386 https://github.com/psf/requests/issues/4525 - brotli compression is not yet supported in requests, be sure that users cant accidently use this content type encoding in the headers
4 years ago
Leigh Morresi 81534d9367 Add [diff] mechanism
4 years ago
Leigh Morresi 43c7ccb3fe Use a single thread for writing the sync json
4 years ago
Leigh Morresi bfcb17ca24 Remove import for old lib
4 years ago
Leigh Morresi 98f6f4619f Switch to inscriptis
4 years ago
Leigh Morresi fbe20d45cc Support for custom headers per watch
4 years ago
Leigh Morresi 324c54fe46 Use requests's r.text so we dont have to deal with charsets
4 years ago
Leigh Morresi b7a0c2dbcd Add edit UI
4 years ago
Leigh Morresi 9c0c8bf6aa Remove actual :// links, dont consider these as part of the changes, often they include variables/trackingscript ref etc
4 years ago
Leigh Morresi b574a28f1f Tweak comments
4 years ago
Leigh Morresi 01359e4811 Store a history of changes, used for future lookup/diff/explore changes UI
4 years ago
Leigh Morresi 93562afb02 Adding README amd docker info
4 years ago
Leigh Morresi f455f14efd Primitive support for extra headers
4 years ago
Leigh Morresi a4f1f6ab69 Handle titles and links
4 years ago
Leigh Morresi 1968d400fe Store the html2text version too
4 years ago
Leigh Morresi 0515aca7dd small fixes
4 years ago
Leigh Morresi 646a54945a Handle errors better, use the plaintext output
4 years ago
Leigh Morresi 2f018ac04c Workon threads
4 years ago