dgtlmoon
|
c8dcc072c8
|
Code refactor for fetchers (#1941)
|
2023-11-13 10:42:56 +01:00 |
dgtlmoon
|
1709e8f936
|
UI - BrowserSteps - Show the screenshot of an error if it happened on a step, highlight which step had the error to make it easier to find out why the step didnt work, minor fixes to timeouts(#1883)
|
2023-10-21 09:41:51 +02:00 |
dgtlmoon
|
7282df9c08
|
UI + Fetching - Improving helper message when filter contains only an image (adding link to more help)
|
2023-09-26 14:10:07 +02:00 |
dgtlmoon
|
e30b17b8bc
|
UI + Fetching - Be more helpful when a filter contains no text, suggest ways to deal with images in filters (#1819)
|
2023-09-26 13:59:59 +02:00 |
Tiago Ilieve
|
3b875e5a6a
|
Add 'diff_patch' notification body token - This will allow the diff to be generated in the "unified patch format." (#1765)
|
2023-09-07 08:55:06 +02:00 |
dgtlmoon
|
56cf6e5ea5
|
Bug fix - Previously encountered fetch errors were sometimes not being cleared (#1687)
|
2023-07-11 09:23:41 +02:00 |
dgtlmoon
|
37ff5f6d37
|
Bug - SMTP mailto:// Notification content-type (HTML/Text) fix and add CI tests (#1660)
|
2023-06-30 21:35:35 +02:00 |
dgtlmoon
|
2f777ea3bb
|
Fix - Watches werent falling back to global default formats correctly when required (#1656)
|
2023-06-28 00:03:02 +02:00 |
dgtlmoon
|
572f71299f
|
Bug fix - Notification settings were not cascading from global -> tags -> watch correctly in some cases (#1654)
|
2023-06-27 18:27:33 +02:00 |
dgtlmoon
|
52f2c00308
|
UI/Functionality - Ability to manage/apply filters and notifications across tags/groups
|
2023-06-19 23:29:13 +02:00 |
dgtlmoon
|
ba8d2e0c2d
|
UI/Fetching - Update "Filter not found" message to be more explanatory/helpful (#1602)
|
2023-05-28 12:09:51 +02:00 |
dgtlmoon
|
955835df72
|
Restock detection - Better reporting when it fails (#1584)
|
2023-05-21 23:10:39 +02:00 |
dgtlmoon
|
04d2d3fb00
|
Fetcher fix - Clear any fetch error when the fetched document was the same (clear any error that occurred between fetching a document that was the same)
|
2023-05-21 12:14:18 +02:00 |
dgtlmoon
|
316f28a0f2
|
Fetcher - Experimental fetcher fixes, now only enabled with 'USE_EXPERIMENTAL_PUPPETEER_FETCH' env var (default off) (#1561)
|
2023-05-07 13:49:53 +02:00 |
dgtlmoon
|
d5f574ca17
|
Notifications - Include triggered text token as `{{triggered_text}}` in notifications, so you can send just the content that matches. (#1485)
|
2023-03-21 19:16:13 +01:00 |
dgtlmoon
|
55b6ae86e8
|
Ability to set which text to process triggers on (added, removed, changed) according to the difference (#1483)
|
2023-03-20 20:16:57 +01:00 |
dgtlmoon
|
3b80bb2f0e
|
Use brotli for reducing the size of the text snapshots (#1482)
|
2023-03-19 21:12:22 +01:00 |
dgtlmoon
|
e6d2d87b31
|
Notification screenshots - now PNG only for now to save disk space (no point creating two images) (#1481)
|
2023-03-18 20:52:52 +01:00 |
dgtlmoon
|
6e71088cde
|
New feature - Restock / stock / out of stock monitor option/mode
|
2023-03-18 20:36:26 +01:00 |
dgtlmoon
|
4c74d39df0
|
Code - Abstract out the diff fetch types to make it easier to integrate new ones (#1467)
|
2023-03-12 18:11:53 +01:00 |
dgtlmoon
|
6f1eec0d5a
|
Fixing bad linebreak definition `</br>` in notifications and UI (#1465)
|
2023-03-12 17:05:34 +01:00 |
reecespieces
|
0d05ee1586
|
Notification Improvements - New tokens `{{diff_added}}` and `{{diff_removed}}`, removed whitespace around `added` and `into` ( Issue #905 ) (#1454)
|
2023-03-12 16:21:47 +01:00 |
dgtlmoon
|
fc88306805
|
Be sure that `process_changedetection_results` is off after PageUnloadable and EmptyReply exceptions from fetcher - Re #962 (#1439)
|
2023-02-26 13:54:14 +01:00 |
dgtlmoon
|
8253074d56
|
False change alerts fix - Don't reset watch checksum when a fetch error happens, adjust test to not test for fluctuating filter (#1437)
|
2023-02-25 22:14:47 +01:00 |
dgtlmoon
|
6f4fd011e3
|
Dont rewrite/resave snapshot when its the same data, just bump the history index, saves disk space. (#1414)
|
2023-02-17 17:15:27 +01:00 |
dgtlmoon
|
900dc5ee78
|
Fetching - False alerts issue #962 - be sure to avoid triggering changedetection when checksums were the same (#1410)
|
2023-02-17 16:59:03 +01:00 |
dgtlmoon
|
e99f07a51d
|
Filters & Notifications - fixed tokens in filter not found notification
|
2022-12-22 10:05:17 +01:00 |
dgtlmoon
|
b76148a0f4
|
Fetcher - CPU usage - Skip processing if the previous checksum and the just fetched one was the same (#925)
|
2022-12-14 15:08:34 +01:00 |
dgtlmoon
|
5b530ff61c
|
Configurable "Browser Steps" when Playwright/Chrome is configured (enter text, scroll, wait for text, click button etc) (#478)
|
2022-11-24 20:53:01 +01:00 |
dgtlmoon
|
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)
|
2022-11-20 14:40:41 +01:00 |
Matthias Bilger
|
f066a1c38f
|
Option to attach screenshot to notification (#1127)
|
2022-11-20 09:37:48 +01:00 |
dgtlmoon
|
359dcb63e3
|
Stability fix related to the new watch check count (#1113)
|
2022-11-10 20:01:07 +01:00 |
dgtlmoon
|
ca3b351bae
|
Adding a check counter to watch fetching (#1099)
|
2022-11-06 09:48:07 +01:00 |
dgtlmoon
|
359fc48fb4
|
Filters can now accept a list/multiple filters (#1064) #623
|
2022-11-03 12:13:54 +01:00 |
dgtlmoon
|
0c111bd9ae
|
Further notification settings refinement (#910)
|
2022-09-08 09:10:04 +02:00 |
dgtlmoon
|
ed9ac0b7fb
|
Reliability improvement - Check watch UUID exists when reporting missing path (#915)
|
2022-09-07 23:04:35 +02:00 |
dgtlmoon
|
2c6faa7c4e
|
Cleaner separation of watch/global notification settings (#894)
|
2022-08-31 15:49:13 +02:00 |
dgtlmoon
|
5494e61a05
|
Skip processing when watch was deleted
|
2022-08-17 13:29:32 +02:00 |
dgtlmoon
|
e461c0b819
|
Playwright fetcher didn't report low level HTTP errors correctly (like Connection Refused) (#852)
|
2022-08-17 13:25:08 +02:00 |
dgtlmoon
|
d67c654f37
|
Be sure visual-selector data is set when xPath/CSS filter is not yet found (#851)
|
2022-08-17 13:21:06 +02:00 |
dgtlmoon
|
1f250aa868
|
Revert "don't process paused entries after queue", so we can still manually recheck a paused watch
|
2022-08-15 22:19:17 +02:00 |
dgtlmoon
|
1c08d9f150
|
Remove 'last-changed' from url-watches.json and always calculate from history index (#835)
|
2022-08-15 21:14:18 +02:00 |
dgtlmoon
|
9942107016
|
Massive improvements to error handling - show separate output for non HTTP 200 status replies
|
2022-08-15 18:56:53 +02:00 |
dgtlmoon
|
f82d3b648a
|
Crash protection - handle the case where watch was deleted while being checked (#833)
|
2022-08-14 19:13:45 +02:00 |
dgtlmoon
|
034b1330d4
|
Don't process a watch if it was paused after being queued (#825)
|
2022-08-09 10:48:18 +02:00 |
dgtlmoon
|
a1c3107cd6
|
Feature - priority queue - edited and added watches should get checked before automatically queued watches (#799)
|
2022-07-31 15:35:35 +02:00 |
dgtlmoon
|
baa25c9f9e
|
Feature - mute notifications (#791)
|
2022-07-29 21:09:55 +02:00 |
dgtlmoon
|
daae43e9f9
|
Bug fix: Filter failure detection notification was interfering with change-detection results, added test case (#786)
|
2022-07-29 10:11:49 +02:00 |
dgtlmoon
|
faa42d75e0
|
Refactor of extract text filter - Regex, support Regex (groups) and all python regex flags via /something/aiLmsux (#773)
|
2022-07-26 17:34:34 +02:00 |
dgtlmoon
|
a82fad7059
|
Send notification when CSS/xPath filter is missing after more than 6 (configurable) attempts (#771)
|
2022-07-23 17:19:00 +02:00 |