Commit graph

528 commits

Author SHA1 Message Date
17f29cb175 added testing of backup files 2023-01-30 18:38:32 +00:00
32243fb39e todo+ 2023-01-23 20:47:30 +00:00
1890ea7276 added config for scheduled and manual backups 2023-01-23 20:46:25 +00:00
06f922bc5d moved all starting of cron jobs to func 2023-01-23 18:16:21 +00:00
16eb22f145 todo- 2023-01-23 17:58:12 +00:00
98305d3ccf created watches from templates/url/file also have their schedules started 2023-01-23 17:56:40 +00:00
c2e1a29c3d added upload option to create watch page 2023-01-23 17:55:57 +00:00
dcb83666df todo+ 2023-01-23 17:55:15 +00:00
752a95ed65 init cronjobs after db init as a go routine 2023-01-22 21:06:44 +00:00
57e40c71e1 some comments for main.go 2023-01-22 21:02:54 +00:00
d777569e80 todo+ 2023-01-22 21:01:55 +00:00
4b13bd551a init cronjobs last because that will take the longest if schedule.delay is set 2023-01-22 21:01:42 +00:00
34767c0e8e added exp delay in init db, to allow for db startup 2023-01-22 12:47:05 +00:00
c929e5408b added readme about file notifier 2023-01-22 12:46:06 +00:00
4f1f28a693 readme about schedule.delay 2023-01-22 11:09:38 +00:00
f4d61c9612 readme+ 2023-01-22 11:04:34 +00:00
d4b10728f2 missing import 2023-01-22 11:01:19 +00:00
cd30eabdfb missing '}' 2023-01-22 10:59:27 +00:00
a5f6e2f6b1 'fixed' slow sql warnings with postgres... 2023-01-22 10:48:08 +00:00
05802c6ef4 todo- 2023-01-22 10:35:55 +00:00
a891504d5a fixed a postgresql error in one of the queries 2023-01-22 10:35:19 +00:00
af165c345a added schedule delay in conf, cronjobs are scheduled with this delay in between 2023-01-22 09:57:58 +00:00
cb70a14209 database gets opened with prepareStmt=true 2023-01-22 09:55:32 +00:00
6df5127c42 added indexes to many fields 2023-01-22 09:52:19 +00:00
bb632199f1 gorm func order change, maybe better perf 2023-01-22 09:52:07 +00:00
965b4ccac6 todo+ 2023-01-22 09:51:30 +00:00
01df0c734d todo+ 2023-01-20 14:46:38 +00:00
be7ca26b19 import watch can now also add filters instead of clearing existing 2023-01-20 14:26:15 +00:00
baa442104a todo+ 2023-01-20 14:24:05 +00:00
afc7a690e3 added lua http user agent snippet 2023-01-20 12:18:38 +00:00
e1a5584a19 removed left over deps 2023-01-20 12:09:12 +00:00
ac83929e18 todo+ 2023-01-20 12:06:04 +00:00
882ad42fa5 added zooming to diagram 2023-01-20 12:05:48 +00:00
a18017124a better zooming 2023-01-20 10:03:40 +00:00
4bd0cc0900 todo+ 2023-01-19 07:16:28 +00:00
30f2f9d399 todo+ 2023-01-16 20:14:23 +00:00
389b20b186 added zooming to edit diagrams 2023-01-16 20:14:08 +00:00
64003e7f51 todo+ 2023-01-16 19:46:10 +00:00
8f05c75142 todo+ 2023-01-16 19:45:15 +00:00
9be48742a9 removed sending all values to client on watch/edit page 2023-01-15 13:09:03 +00:00
6b8b7eee58 removed debug prints 2023-01-15 11:15:27 +00:00
aa8ceebd79 more efficient higher/lower than last 2023-01-15 11:11:07 +00:00
ec4f16e274 fixed xpath/css innerHTML 2023-01-15 11:10:18 +00:00
aef43ed2ee refactored/fixed a bunch of tests, again, how did it ever work... 2023-01-15 11:09:28 +00:00
b62552d8cb added more lua snippets 2023-01-14 15:29:28 +00:00
04dbfdf86c fixed link to docs/compose 2023-01-14 13:36:17 +00:00
13e94f4a51 todo- 2023-01-14 13:22:06 +00:00
58d1453da0 added css/xpath test for empty return 2023-01-14 13:20:06 +00:00
f27fd360b4 added tests for node/inner/attr options of xpath/css filters 2023-01-14 13:18:18 +00:00
4cbe9ffbb0 fixed out of bound panic in substring filter 2023-01-14 12:58:28 +00:00