Commit Graph

826 Commits (526f8fac4511034a6b23b7a4dce425cdffd4a791)
 

Author SHA1 Message Date
bwees 526f8fac45 remove unneeded import
2 years ago
bwees 7ac0620099 fixed merge conflict with latest version
2 years ago
bwees 14765b46bd fix broken logic
2 years ago
bwees 4f3a15e68d clean up test
2 years ago
bwees c6207f729d added middleware to fix broken default checkboxes during tests
2 years ago
bwees fcc1a72d30 changed tests
2 years ago
bwees 6f2b7ceddb changed UI to have checkboxes instead of dropdown
2 years ago
bwees 1e265b312e fix macos test running
2 years ago
Brandon Wees f379dda13d
Apply suggestions from code review
2 years ago
Brandon Wees 4a88589a27
Update changedetectionio/model/Watch.py
2 years ago
bwees cac53a76c0 added antoher step to test to cover case as described https://github.com/dgtlmoon/changedetection.io/pull/749#issuecomment-1186209681
2 years ago
bwees 8dbf2257d3 added datastore migration step
2 years ago
bwees c0fb051dde changed get_previous_text to not create the file if it does not exist
2 years ago
bwees cf09f03d32 fix import statements
2 years ago
Brandon Wees 237cf7db4f
Update changedetectionio/model/Watch.py
2 years ago
bwees a8e24dab01 Merge branch 'diff-filters' of https://github.com/bwees/changedetection.io into diff-filters
2 years ago
bwees 5c9b7353d4 fixed difflib import
2 years ago
Brandon Wees 1e22949e3d
Update changedetectionio/model/Watch.py
2 years ago
Brandon Wees 68e1a64474
Update changedetectionio/model/Watch.py
2 years ago
Brandon Wees 151c2dab3a
Update changedetectionio/templates/edit.html
2 years ago
Brandon Wees 3e43d7ad1a
Update changedetectionio/templates/edit.html
2 years ago
Brandon Wees 58cb7fbc2a
Update changedetectionio/model/Watch.py
2 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