Commit Graph

  • 2c764e8f84 BrowserSteps - Also try to find clickable div/spans dgtlmoon 2022-11-29 08:46:11 +01:00
  • 07765b0d38 Update README.md dgtlmoon 2022-11-28 20:55:18 +01:00
  • 7c3faa8e38 Update README.md dgtlmoon 2022-11-28 19:24:10 +01:00
  • 4624974b91 BrowserSteps - Element finder filter (offpage) should also calculate top scroll offset dgtlmoon 2022-11-28 18:04:02 +01:00
  • 991841f1f9 Visual Selector and BrowserSteps - More accurate element detection when the page auto-scrolls on load Re #1169 dgtlmoon 2022-11-28 17:31:50 +01:00
  • e3db324698 Extra validation for URLs with template markup (#1166) dgtlmoon 2022-11-27 16:18:11 +01:00
  • 8677b65cc8 oops jinja2-url-template-validate dgtlmoon 2022-11-27 15:56:22 +01:00
  • 10813b130c Extra validation for URLs with jinja2 template dgtlmoon 2022-11-27 15:52:32 +01:00
  • 0988bef2cd Browser Steps - adding 'please wait' text while loading dgtlmoon 2022-11-27 11:41:41 +01:00
  • 23d0679d13 WIP export-regex-csv dgtlmoon 2022-11-26 20:13:14 +01:00
  • 5b281f2c34 Re #1163 psutil missing from pip requirements dgtlmoon 2022-11-26 00:32:57 +01:00
  • a224f64cd6 Update README.md dgtlmoon 2022-11-25 11:16:02 +01:00
  • 7ee97ae37f Update README.md dgtlmoon 2022-11-25 11:14:29 +01:00
  • 69756f20f2 VisualSelector & BrowserSteps - Scraper improvements, remove duplicate code dgtlmoon 2022-11-25 10:45:38 +01:00
  • 326b7aacbb Bumping VisualSelector example animation dgtlmoon 2022-11-25 10:02:18 +01:00
  • fde7b3fd97 Remove dupe xpath finder prep code dgtlmoon 2022-11-25 09:25:05 +01:00
  • 9d04cb014a Browsersteps 'Beta' label image path fix dgtlmoon 2022-11-25 09:14:19 +01:00
  • 5b530ff61c Configurable "Browser Steps" when Playwright/Chrome is configured (enter text, scroll, wait for text, click button etc) (#478) dgtlmoon 2022-11-24 20:53:01 +01:00
  • c98536ace4 Update README.md - Make docker instructions easier to follow on Windows (#1158) Maeglin 2022-11-23 16:42:36 +03:00
  • 463747d3b7 0.39.22.1 0.39.22.1 dgtlmoon 2022-11-22 18:09:25 +01:00
  • 791bdb42aa Merge branch 'master' of github.com:dgtlmoon/changedetection.io dgtlmoon 2022-11-22 18:09:03 +01:00
  • ce6c2737a8 Notification screenshot/JPEG was not being regenerated correctly (#1149) dgtlmoon 2022-11-22 18:08:46 +01:00
  • d10c7f6aff Fix test 1148-screenshot dgtlmoon 2022-11-22 17:53:34 +01:00
  • ade9e1138b Re #1148 - Notification screenshot/JPEG was not being regenerated correctly dgtlmoon 2022-11-22 17:41:06 +01:00
  • 68d5178367 Update README.md dgtlmoon 2022-11-21 00:24:15 +01:00
  • 41dc57aee3 Update README.md dgtlmoon 2022-11-21 00:20:55 +01:00
  • 943704cd04 0.39.22 0.39.22 dgtlmoon 2022-11-20 16:29:16 +01:00
  • 883561f979 Fix dangling HTML tag from screenshot notification dgtlmoon 2022-11-20 16:04:26 +01:00
  • 35d44c8277 Notification screenshot option should only be available to webdriver/playwright watches, screenshot sent as JPEG to save bandwidth, Simplify the logic around screenshot, (#1140) dgtlmoon 2022-11-20 14:40:41 +01:00
  • 041b8800f6 remove jpeg8 screenshot-tweak dgtlmoon 2022-11-20 12:54:53 +01:00
  • 9997ff9dae Add warning dgtlmoon 2022-11-20 12:53:50 +01:00
  • 98d7d75a36 include libjpeg8 dgtlmoon 2022-11-20 12:48:55 +01:00
  • b1df222bc2 Be sure libjpeg-dev is ready for arm devices (not included by default?) dgtlmoon 2022-11-20 12:48:03 +01:00
  • d07d7a1b18 Minor test improvements dgtlmoon 2022-11-20 11:35:35 +01:00
  • c2f724f1b1 cleanup dgtlmoon 2022-11-20 11:29:53 +01:00
  • 21af71ad61 Merge branch 'screenshot-tweak' of github.com:dgtlmoon/changedetection.io into screenshot-tweak dgtlmoon 2022-11-20 11:14:31 +01:00
  • 13676cd5a6 Assert that the JPEG is readable (didn't get chewed up somewhere) dgtlmoon 2022-11-20 11:14:12 +01:00
  • 36c661c534 Update README.md dgtlmoon 2022-11-20 10:51:16 +01:00
  • b3f9d16e8b No need to re-check, fix timing. test-improvements dgtlmoon 2022-11-20 10:46:29 +01:00
  • e58011068e NOTIFICATION_SCREENSHOT_JPG_QUALITY env var, default 75. dgtlmoon 2022-11-20 10:35:16 +01:00
  • 8b26f13c5a Added pillow for PNG->JPEG conversion dgtlmoon 2022-11-20 10:33:29 +01:00
  • 568d00b818 Notification screenshot should be JPEG to save on bandwidth dgtlmoon 2022-11-20 10:31:42 +01:00
  • 752ffe24a9 Screenshot should only be available for playwright/webdriver dgtlmoon 2022-11-20 09:58:14 +01:00
  • 2f9e03b900 fix logic dgtlmoon 2022-11-20 09:46:33 +01:00
  • addd9a38e5 Simplify the logic around screenshot dgtlmoon 2022-11-20 09:44:29 +01:00
  • f066a1c38f Option to attach screenshot to notification (#1127) Matthias Bilger 2022-11-20 09:37:48 +01:00
  • d0d191a7d1 VisualFilter - check previously set filters were set before highlighting dgtlmoon 2022-11-19 17:37:51 +01:00
  • 366baaf322 fixed wrong ipv6 argument position at ssl_mode dom6770 2022-11-19 08:26:38 -06:00
  • d7482c8d6a Add diff view option for JSON compare (comparing the fields defined on each. The order of fields, etc does not matter in this comparison.) dgtlmoon 2022-11-19 15:15:25 +01:00
  • 51a0306d05 Add diff view option for JSON compare (comparing the fields defined on each. The order of fields, etc does not matter in this comparison.) diff-js-maint dgtlmoon 2022-11-19 15:15:25 +01:00
  • 6c1b9bcc5c added ipv6 support to the eventlet listener dom6770 2022-11-19 08:14:06 -06:00
  • bcf7417f63 Update visual text difference library, add option to ignore whitespace when viewing diff (#1137) dgtlmoon 2022-11-19 15:08:27 +01:00
  • 216f93edf5 Fix time handling dgtlmoon 2022-11-19 14:47:58 +01:00
  • 1efb001a63 Make checkbox work dgtlmoon 2022-11-19 14:44:51 +01:00
  • 2a15365e30 Move diff handler to its own JS to make it easier to manage dgtlmoon 2022-11-19 14:17:30 +01:00
  • 7d29c4799c Update and rename diff.js dgtlmoon 2022-11-19 13:42:52 +01:00
  • df6e835035 Make VisualSelector show first available multiple selector, refactor to make more maintainable (#1132) dgtlmoon 2022-11-17 11:52:48 +01:00
  • ab28f20eba Make link to notification debug log easier to find (#1130) dgtlmoon 2022-11-16 09:17:57 +01:00
  • 1174b95ab4 Bump notification library (#1128) Hmmbob 2022-11-15 22:54:12 +01:00
  • a564475325 Re #1126 HIDE_REFERER setting had wrong default dgtlmoon 2022-11-14 10:28:05 +01:00
  • 85d8d57997 Test: Re-test under HIDE_REFERER condition, use strtobool so you can use 'False' (#1121) dgtlmoon 2022-11-12 13:57:41 +01:00
  • 6cad2d9422 Re-test under HIDE_REFERER, use strtobool so you can use 'False' HIDE_REFERER-test dgtlmoon 2022-11-12 13:38:11 +01:00
  • 359dcb63e3 Stability fix related to the new watch check count (#1113) dgtlmoon 2022-11-10 20:01:07 +01:00
  • 982b431118 Possible stability fix bugfix-hanging-when-deleted dgtlmoon 2022-11-10 19:37:20 +01:00
  • b043d477dc Use deepcopy to stop possible data corruption (#1108) dgtlmoon 2022-11-08 12:18:38 +01:00
  • 6530e3b433 copy not needed there fetcher-data-cleanup dgtlmoon 2022-11-08 12:01:49 +01:00
  • 46497d8af1 Use deeopcopy to stop data corruption (possible?) dgtlmoon 2022-11-08 11:57:44 +01:00
  • 06bcfb28e5 Code- Use dict .get instead of key dgtlmoon 2022-11-07 20:43:20 +01:00
  • b2b8c3f288 Merge branch 'master' into hours-day-schedule hours-day-schedule dgtlmoon 2022-11-06 14:57:06 +01:00
  • ca3b351bae Adding a check counter to watch fetching (#1099) dgtlmoon 2022-11-06 09:48:07 +01:00
  • 404b13a429 Adding check_count and sorting vars add-check-counter dgtlmoon 2022-11-06 09:30:28 +01:00
  • 83add91f78 tweak label dgtlmoon 2022-11-05 13:09:07 +01:00
  • b7e0f0a5e4 Update README.md dgtlmoon 2022-11-05 12:22:52 +01:00
  • fedb16c242 Little extra work on timezone config dgtlmoon 2022-11-05 12:03:44 +01:00
  • 61f0ac2937 HIDE_REFERER incompatible with password based login, added comment to code #996 dgtlmoon 2022-11-04 23:46:03 +01:00
  • 2d948ea6d1 WIP dgtlmoon 2022-11-04 23:43:11 +01:00
  • dee0c735e6 Add more validation dgtlmoon 2022-11-04 22:29:09 +01:00
  • 9fa98f4ec6 Add some validation dgtlmoon 2022-11-04 22:26:51 +01:00
  • b3b4b5d3f1 timezone work dgtlmoon 2022-11-04 21:56:25 +01:00
  • a3f9ac0a6f WIP dgtlmoon 2022-11-04 21:29:38 +01:00
  • fcda5a0818 theme tweak dgtlmoon 2022-11-04 20:16:10 +01:00
  • 3920e613b9 tweaks to choices dgtlmoon 2022-11-04 20:12:35 +01:00
  • d023aa982e Add config panel dgtlmoon 2022-11-04 17:01:38 +01:00
  • c341baf71b Re #1086 basic time schedule limits for watches dgtlmoon 2022-11-04 16:58:28 +01:00
  • fca66eb558 Update README.md dgtlmoon 2022-11-03 14:29:38 +01:00
  • 359fc48fb4 Filters can now accept a list/multiple filters (#1064) #623 dgtlmoon 2022-11-03 12:13:54 +01:00
  • d0efeb9770 0.39.21.1 0.39.21.1 dgtlmoon 2022-11-02 23:48:10 +01:00
  • 3416532cd6 Playwright extension added back to Dockerfile to resolve conditional fix Alpine (musl) based systems (#1087) dgtlmoon 2022-11-02 23:47:44 +01:00
  • 1a4f8ee2e7 simplify playwright-conditional-fix-musl-alpine dgtlmoon 2022-11-02 22:52:04 +01:00
  • 078cfe9333 remove cache dgtlmoon 2022-11-02 22:48:54 +01:00
  • 6efb9d46a1 fix ID dgtlmoon 2022-11-02 22:47:41 +01:00
  • e109c1e190 Revert "Docker & python - Use pip conditional requirements to not install playwright for ARM (unsupported on ARM) (#1067)" dgtlmoon 2022-11-02 22:45:39 +01:00
  • e17bfda5cc add comment dgtlmoon 2022-11-02 22:43:36 +01:00
  • cc7e09529b Perform Alpine musl type build test dgtlmoon 2022-11-02 22:42:49 +01:00
  • defc7a340e 0.39.21 0.39.21 dgtlmoon 2022-11-02 15:12:33 +01:00
  • c197c062e1 Disable version check when pytest is running (#1084) dgtlmoon 2022-11-01 18:26:29 +01:00
  • 45bd100d19 Disable version check when pytest is running dont-version-check-during-pytest dgtlmoon 2022-11-01 17:53:05 +01:00
  • 77b59809ca Removing unused code (#1070) dgtlmoon 2022-10-28 18:36:07 +02:00
  • aef24c42db extended tests diff-proposed-for-bwees dgtlmoon 2022-10-28 14:08:29 +02:00
  • 0f6afb9ce8 Merge branch 'diff-filters' of https://github.com/bwees/changedetection.io into diff-filters dgtlmoon 2022-10-28 13:50:19 +02:00