|
51200fab4a
|
feat: triggers fixes, examples, states, migrations
|
2024-05-18 22:18:28 +02:00 |
|
|
cfc5668c48
|
feat: sidebar design
|
2024-05-17 21:54:14 +02:00 |
|
|
b07297cf31
|
fix: removed route by mistake
|
2024-05-16 22:18:56 +02:00 |
|
|
1afde077a6
|
feat: renaming things and thus breaking existing database schema
|
2024-05-16 22:15:14 +02:00 |
|
|
4603f7a79a
|
feat: trying to setup building blocks
|
2024-05-15 17:25:39 +02:00 |
|
|
0d06d684c5
|
fix: align settings to center
|
2024-05-14 22:01:44 +02:00 |
|
|
a5b6325339
|
fix: align settings to center
|
2024-05-14 21:47:09 +02:00 |
|
|
c153fe1b8f
|
feat: readability imrovements, new pages, script escaping
Progress towards finalizing the building blocks: targets, monitors, triggers, notifications and worker groups.
|
2024-05-14 21:38:45 +02:00 |
|
|
b6058d4201
|
feat: slight design improvements
|
2024-05-09 21:05:08 +02:00 |
|
|
7335b7b4a2
|
fix(monitors): add back the monitors get route
|
2024-04-30 20:05:08 +02:00 |
|
|
4255c3b69d
|
feat(triggers): initial get/describe/create/update pages
|
2024-04-28 21:24:00 +02:00 |
|
|
509cf026fd
|
feat: add cache headers for static and index
|
2024-04-28 16:23:41 +02:00 |
|
|
e7b51aefc5
|
feat(index): details open by default
|
2024-04-28 16:10:17 +02:00 |
|
|
2780faa2e6
|
feat(fly): sqlite and keyvalue paths
|
2024-04-28 16:08:06 +02:00 |
|
|
bb1ba5ed58
|
feat(keyvalue): add badger as keyvalue store
KeyValue store will be used by Incidents, so that the functions
can decide based on history not just on the event that triggered them.
|
2024-04-28 16:06:49 +02:00 |
|
|
e77764c4b9
|
fix: chevron orientation
|
2024-04-28 14:42:43 +02:00 |
|
|
1ed71e455e
|
fix(index): safari details
|
2024-03-04 14:46:27 +01:00 |
|
|
0947b498ea
|
fix(monitors): delete
|
2024-03-04 14:29:57 +01:00 |
|
|
65e2d8fd73
|
feat: ui improvements on the home page
|
2024-03-04 14:20:01 +01:00 |
|
|
d2c22b5403
|
feat: ui improvements
|
2024-03-04 09:36:12 +01:00 |
|
|
24e8414e03
|
feat: groups for monitors
|
2024-03-03 15:28:25 +01:00 |
|
|
571fee81f5
|
docs: roadmap and progress
|
2024-03-01 11:11:02 +01:00 |
|
|
739e506ad7
|
fix: button text
|
2024-03-01 11:07:42 +01:00 |
|
|
8683a8b17e
|
feat: added placholders for notifications and incidents, fixed oauth
|
2024-03-01 10:53:36 +01:00 |
|
|
820e597d72
|
fix(index): bucket calculation
|
2024-02-29 23:57:23 +01:00 |
|
|
07c7c716c5
|
refactor: schema changes etc.
|
2024-02-29 23:42:56 +01:00 |
|
|
5223aef1ca
|
feat: small design changes
|
2024-02-29 15:12:20 +01:00 |
|
|
7c8e130845
|
style: format tmpl with prettier
|
2024-02-29 12:15:15 +01:00 |
|
|
65db9b3f72
|
feat(monitors,workergroups): implement deletion and stauts changes
|
2024-02-28 16:40:24 +01:00 |
|
|
d9dafd766a
|
feat(monitors,workergroups): design for deletion and stauts
|
2024-02-28 12:06:24 +01:00 |
|
|
306f583418
|
feat: single schedule for all worker groups, simplify tables, show active workers
|
2024-02-27 23:47:20 +01:00 |
|
|
7035afe008
|
fix: oauth2 query
|
2024-02-27 15:55:35 +01:00 |
|
|
8c4fc83ca0
|
fix: table name
|
2024-02-27 15:43:20 +01:00 |
|
|
6a677d96cd
|
refactor: replace gorm with sqlx
|
2024-02-27 12:04:05 +01:00 |
|
|
6c960ba40a
|
feat: rename worker to worker-group
|
2024-02-24 22:07:49 +01:00 |
|
|
a9dd5a41b7
|
feat: rename healthchecks/cronjobs to monitor
|
2024-02-24 12:57:53 +01:00 |
|
|
a65834bd8d
|
feat(settings/healthchecks): updating healthchecks
|
2024-02-23 22:08:17 +01:00 |
|
|
cca5dc6ff3
|
docs(healthcheck): missing cron explanation
|
2024-02-23 15:18:50 +01:00 |
|
|
53be510c0c
|
fix(worker): history add
|
2024-02-23 15:16:51 +01:00 |
|
|
cb690409f4
|
feat(settings): nice pills in tables
|
2024-02-23 14:56:00 +01:00 |
|
|
fe0ab578a2
|
feat(settings): improve usage on small devices
|
2024-02-23 14:42:24 +01:00 |
|
|
3d7fb901d0
|
feat(settings): improve overall design
|
2024-02-23 12:18:02 +01:00 |
|
|
cd7abb7e33
|
feat(incidents): landing page
|
2024-02-23 09:36:13 +01:00 |
|
|
9ad39a16b7
|
feat(index): unknown is healthy
|
2024-02-22 20:56:11 +01:00 |
|
|
71ca6a9a73
|
feat(healthchecks): describe page
|
2024-02-22 20:20:34 +01:00 |
|
|
d84a8d3e21
|
ci(fly): worker api url
|
2024-02-22 17:43:03 +01:00 |
|
|
b44d4dcb2c
|
chore: remove npm package-lock
|
2024-02-22 17:30:40 +01:00 |
|
|
92e1958588
|
feat(index): working history page
|
2024-02-22 17:29:17 +01:00 |
|
|
bff8f2d027
|
docs: progress
|
2024-02-21 23:19:19 +01:00 |
|
|
3a8badb61b
|
feat(healthchecks): store history and nice code editor for scripts
|
2024-02-21 23:15:21 +01:00 |
|