Commit graph

47 commits

Author SHA1 Message Date
f0b85e3f2e added notifier interface, refactored telegram for it 2022-12-02 17:37:57 +00:00
452fc9097f rename lua filter func 2022-12-02 14:10:52 +00:00
919a369945 added lua-libs support 2022-11-22 20:15:55 +00:00
882130053c added lua filter 2022-11-22 20:06:12 +00:00
74b30a5c81 fixed escape characters in notify string 2022-11-21 19:44:03 +00:00
1793a04892 removed unneeded log statements 2022-11-21 19:25:41 +00:00
18df244895 fixes in scraping 2022-11-21 19:13:22 +00:00
d572fc5452 moved 'store' filter processing after all other filters 2022-11-13 12:21:15 +00:00
d328fe652b simplified store filter 2022-10-18 20:27:47 +00:00
e9fe96fff4 condition filters now have a 'target' filter when applicable 2022-10-18 19:43:48 +00:00
5eb8a84abf removed unneeded return statement 2022-10-18 19:02:03 +00:00
c7134f68b2 don't save things to db while editing 2022-10-09 15:55:38 +00:00
25eee95c57 added actual notification through signal api 2022-10-09 14:49:58 +00:00
b2644e429d more fiddling/refactoring 2022-10-07 17:27:23 +00:00
a42fefdfe0 added 'cron' type filter, that triggers the whole watch 2022-10-04 19:48:20 +00:00
6330a87195 finished getURLs and notify filter 2022-10-03 20:28:56 +00:00
35e93bbe59 implemented notify filter 2022-10-03 18:10:05 +00:00
bc97a0947c added test for contains filter 2022-10-03 17:56:55 +00:00
60da3b9f91 added 'contains' filter 2022-10-03 17:41:21 +00:00
60af84994e fixed missing return statements on error for fetch url 2022-10-03 17:00:45 +00:00
2010b04cf3 cleaned up log strings in scraping.go a bit 2022-10-02 15:20:51 +00:00
a0ef26cc68 added log/messages for nodes to notify the user when errors occur 2022-10-02 15:08:21 +00:00
9def3ca2d5 removed debug print 2022-10-01 12:01:12 +00:00
94856b6f00 added url caching for viewing/editing watches 2022-10-01 11:24:30 +00:00
f9f0ea84ef removed debug print 2022-10-01 09:21:08 +00:00
4a797c69ce added test with db, checking if it works in drone 2022-09-30 19:50:56 +00:00
762a04bb6f added tests and fixed scraping code 2022-09-30 19:12:33 +00:00
aab64cc59b added condition filter type 2022-09-30 14:22:37 +00:00
5a0e6c0e43 working 'store' filter 2022-09-30 10:59:15 +00:00
a75cdaf916 added sum and round filters 2022-09-29 18:03:57 +00:00
9945cba323 fixed last bit of math filtertype 2022-09-29 17:11:14 +00:00
13b7093349 got scraping working on filters 2022-09-26 19:49:31 +00:00
c701063fb4 added parents/children to filter model, fixed scraping (+tests) 2022-09-25 15:52:53 +00:00
3a58fcfe7a filters/connections are loaded from the db 2022-09-20 19:46:04 +00:00
63763582c3 fixed scraping methods with and tests 2022-09-03 14:52:56 +00:00
62bd66f771 git stash for recursive filter stuff that might be over complicated 2022-08-25 17:09:42 +00:00
6b181f094b fixed bug in json filter 2022-08-12 12:10:41 +00:00
8edf5eb642 added json filter 2022-08-12 11:40:05 +00:00
42dc916966 got regex replace and regex match working 2022-08-11 18:27:43 +00:00
1c3c38b614 in between commit 2022-08-08 19:48:10 +00:00
253481280b was already working, just wonky html 2022-08-08 19:01:58 +00:00
18ded3534b got all filter types 'working' still bug but jay 2022-08-02 19:59:36 +00:00
242b10e21b converted to FilterGroups with filters per URL 2022-08-01 19:40:11 +00:00
c0709aff6a added tests for substring filter and fixed a bunch of bugs in substring filter 2022-07-26 19:52:49 +00:00
de22299628 fixed missing return 2022-07-25 19:39:21 +00:00
fbba291874 unescape raw html string before applying filters 2022-07-25 18:38:39 +00:00
68869532ff added bunch of stuff working Watch/URL/Query/Filter 2022-07-24 14:31:06 +00:00