Commit Graph

807 Commits (151c2dab3aae598e760ceefa53eee416b5db6746)
 

Author SHA1 Message Date
Brandon Wees 151c2dab3a
Update changedetectionio/templates/edit.html
3 years ago
Brandon Wees 3e43d7ad1a
Update changedetectionio/templates/edit.html
3 years ago
Brandon Wees 58cb7fbc2a
Update changedetectionio/model/Watch.py
3 years ago
Brandon Wees 23452a1599
Remove discord change (look at https://github.com/dgtlmoon/changedetection.io/pull/753 for this change)
3 years ago
bwees 7fb432bf06 Created working tests
3 years ago
bwees dc3fc6cfdf used a drop down menu and rewrote checking code to fit GUI description
3 years ago
bwees 8ee42d2403 fixed my breaking change
3 years ago
bwees 8d9cac4c38 remove my tests because they wont run
3 years ago
bwees 374bb3824f fix test to include the new previous.txt file
3 years ago
bwees 91d8600b19 fixed test naming
3 years ago
bwees 7b0ddc23d3 workaround for diff filter checkboxes getting changed on creation of form object
3 years ago
bwees ab74377be0 fixed file based text saving system
3 years ago
bwees 2196d120a9 rewrote and broke out tests to simplify
3 years ago
bwees 5dca59a4a0 switched to file handling of previous_text
3 years ago
bwees ee8042b54e Fix boolean value being sent to difflib
3 years ago
bwees 4c3f233d21 Made unit test
3 years ago
bwees 159b062cb3 removed modify due to the way difflib reacts to changes
3 years ago
bwees 83565787ae added logic for filtering based on diff attributes
3 years ago
bwees bdab4f5e09 added diff compare function to watch class
3 years ago
bwees 69075a81c5 updated data model
3 years ago
bwees 04746cc706 Added initial UI code
3 years ago
Brandon Wees 234494d907
Added character truncation rule to URL starting with https://discord.com/api/webhooks
3 years ago
dgtlmoon 52d3d375ba removing package-lock.json - not required to be in git
3 years ago
dgtlmoon 08117089e6 Share-icon cleanups
3 years ago
dgtlmoon 2ba3a6d53f Test improvement: Extract text should return all matches
3 years ago
dgtlmoon 2f636553a9 Bug fix: RSS Feed should also announce utf-8 charset
3 years ago
Freddie Leeman 0bde48b282
Regex extract filter: Return all regex results instead of first match (#730)
3 years ago
dgtlmoon fae1164c0b
Ability to specify JS before running change-detection (#744)
3 years ago
dgtlmoon 169c293143 Playwright - log console errors to output
3 years ago
dgtlmoon 46cb5cff66 UI Improvement - Clarifying "Visual Filter" tool as "Visual Selector Filter"
3 years ago
Simo Elalj 05584ea886 Use environment variables to override new watch settings defaults (user-agent, timeout, workers) (#742)
3 years ago
marvin8 176a591357
Update docker-compose.yml - Remove duplicate environment variables from playwright-chrome sample config in docker-compose.yml (#738)
3 years ago
dgtlmoon 15569f9592 0.39.16
3 years ago
dgtlmoon 5f9e475fe0
Fix notification apprise application name to changedetection.io #731
3 years ago
dgtlmoon 34b8784f50
Update README.md
3 years ago
dgtlmoon 2b054ced8c
[new filter] Filter option - Trigger only when NEW content (lines) are detected ( compared to earlier text snapshots ) (#685)
3 years ago
dgtlmoon 6553980cd5
Playwright - Use HTTP Request Headers override (Cookie, etc)
3 years ago
jtagcat 7c12c47204
lang: prefer 'clear (snap) history' to 'scrub' (#721)
3 years ago
dgtlmoon dbd9b470d7
Minor diff page improvements - list should be sorted 'newest first' and no need to include the current version to compare against (#716)
3 years ago
dgtlmoon 83555a9991
bug fix: `last_changed` was being set on the first fetch, should only be set on the change after the first fetch #705
3 years ago
dgtlmoon 5bfdb28bd2
Update README.md
3 years ago
dgtlmoon 31a6a6717b
Improve docker-compose.yml browserless docker container example, add env var for STEALTH and BLOCK_ADS (#701)
3 years ago
dgtlmoon 7da32f9ac3 New filter - Block change-detection if text matches - for example, block change-detection while the text "out of stock" is on the page, know when the text is no longer on the page (#698)
3 years ago
dgtlmoon bb732d3d2e Docker containers - :latest is now stable release, :dev is now master/nightly
3 years ago
dgtlmoon 485e55f9ed Merge branch 'master' of github.com:dgtlmoon/changedetection.io
3 years ago
dgtlmoon 601a20ea49
Trigger filters improvement- it's possible some changes weren't getting detected because the previous checksum only recorded when an event occurred (#697)
3 years ago
dgtlmoon 76996b9eb8 Some changes werent getting triggered because the previous checksum only recorded when an event occured
3 years ago
dgtlmoon fba2b1a39d Notifications regression bug in 0.39.15 - only sent the first notification URL
3 years ago
dgtlmoon 4a91505af5 Playwright screenshots - no need for high-res "bug workaround" screenshot, use lower quality/faster configurable image quality env var
3 years ago
dgtlmoon 4841c79b4c Adding extra check when updating DB on ReplyWithContentButNoText
3 years ago