Commit graph

49 commits

Author SHA1 Message Date
Renovate Bot
f8a25d4335 chore(deps): update alpine docker tag to v3.19 2023-12-08 02:02:26 +00:00
Renovate Bot
7384d97afb chore(deps): update actions/setup-go action to v5 2023-12-06 16:00:58 +00:00
Renovate Bot
45bf45902c chore(deps): update actions/checkout action to v4 2023-11-01 21:58:08 +00:00
a502442913
chore: bump go to 1.21 in go.mod 2023-09-11 20:01:53 +02:00
dd38badc6e
style: run formatter 2023-09-11 20:01:26 +02:00
c1f23220fa
docs: add README instructions 2023-09-11 19:58:02 +02:00
773555491a
feat: add alertmanager handler 2023-09-11 18:56:14 +02:00
1bc747c18b
chore: remove errSkipNotification 2023-09-11 18:47:25 +02:00
a428a61fc3
chore: update dockerignore to remove direnv 2023-09-11 17:59:28 +02:00
0ef9170f4e
chore: configure renovate 2023-09-03 18:05:52 +02:00
b73a80b4fa
chore: enable debug in skaffold 2023-09-03 17:09:01 +02:00
c832ea4645
feat: add discord_embed handler 2023-09-03 17:09:00 +02:00
64e91cb2d4
fix: use default topic if none is given 2023-09-03 16:45:46 +02:00
ac2940ccfe
feat: add support for notification action 2023-09-03 16:44:23 +02:00
ea22fa5569
refactor: make handlers able to send multiple notifications at once 2023-09-03 16:44:23 +02:00
1b48840c8b
chore: return 204 when notification is send 2023-09-03 16:36:26 +02:00
8c3cd0f286
chore: enable local build in skaffold 2023-09-03 14:58:47 +02:00
377cb91c67
chore: update bridge http address 2023-09-03 14:58:38 +02:00
ec3c0cfedd
fix: use correct service for ntfy 2023-09-03 14:58:00 +02:00
917d7571f2
refactor: skip notification via err 2023-09-03 14:57:43 +02:00
9f303dcb89
chore: add dockerignore 2023-09-03 13:51:15 +02:00
6b035f4deb
feat: notify ReconciliationSucceeded only after modification 2023-09-03 13:44:16 +02:00
Renovate Bot
4234eee583 Add renovate.json 2023-09-03 11:10:23 +00:00
f2b57e4c99
fix: update flux model to include revision 2023-09-03 13:07:42 +02:00
d56873fc5d
feat: setup skaffold 2023-09-03 13:04:34 +02:00
eef59c479c
feat(flux): filter out ReconciliationSucceeded
These notification are too spammy. We may need to add logic
to handle in progress reconciliations.
2023-09-03 12:19:34 +02:00
d63da674fd
chore: add ca-certs from alpine image 2023-09-01 23:05:17 +02:00
63b5b254c2
fix: add certificates in goreleaser dockerfile 2023-09-01 22:59:37 +02:00
fccbb9ac06
chore: update example to remove trailing slash 2023-09-01 22:35:52 +02:00
91479478b9
fix: use readConfig 2023-09-01 22:35:46 +02:00
b69e3d4ef3
chore: add docker in flake.nix 2023-09-01 22:15:50 +02:00
2707cc5535
chore: configure goreleaser manifest 2023-09-01 22:10:31 +02:00
30581f132c
chore: remove goreleaser workflow for now 2023-09-01 22:05:04 +02:00
2cc7659737
fix: correctly use dockerfile with goreleaser 2023-09-01 22:01:23 +02:00
98563d75b5
fix: use bookworm 2023-09-01 21:54:34 +02:00
0d7b4655e4
chore: set goreleaser image 2023-09-01 21:09:35 +02:00
ad9bb5994e
chore: add go workflow 2023-09-01 21:07:59 +02:00
4ed2de61b5
feat: add dockerfile 2023-09-01 19:29:27 +02:00
b7c3e22875
chore: add goreleaser workflow 2023-09-01 19:21:47 +02:00
a441943b30
chore: add goreleaser 2023-09-01 19:18:38 +02:00
83c6fd9734
feat: test multiple path for config 2023-09-01 19:11:02 +02:00
fa914c9e9c
feat: implement main.go with config 2023-09-01 19:06:27 +02:00
c3758a0c4c
chore: ignore config.scfg 2023-09-01 19:06:21 +02:00
958b906069
feat: add flux formatter 2023-09-01 19:06:12 +02:00
cdc5e5d9eb
feat: add bridge implementation 2023-09-01 19:06:04 +02:00
e136afe706
feat: add auth in config + remove HandlerNone 2023-09-01 19:05:22 +02:00
f3e75af976
chore: use go1.21 2023-09-01 17:53:59 +02:00
289d877e41
feat: add config format 2023-09-01 17:53:47 +02:00
2f4a151acd
Initial commit 2023-08-31 18:33:09 +02:00