The GitOps Toolkit event forwarder and notification dispatcher
Go to file
Philip Laine 11f732d852 Respect schema set by the provider url
Modify the Azure DevOps notifier to allow compatibiliy
with running behind a proxy.
Check existing commit statuses to avoid spamming the
same status when reconciling.

Signed-off-by: Philip Laine <philip.laine@xenit.se>
2021-03-05 16:12:59 +01:00
.github/workflows Release v0.9.0 2021-02-24 16:13:03 +02:00
api Added missing factory method. 2021-03-01 10:23:18 +00:00
config Google Chart notifier implementation 2021-02-27 18:08:24 +00:00
controllers Test filtering by exclusion list 2021-02-23 12:28:20 +00:00
docs Uses unstructured client to annotate object 2021-03-04 08:01:53 +01:00
hack Update dependencies 2021-02-24 15:40:54 +02:00
internal Respect schema set by the provider url 2021-03-05 16:12:59 +01:00
.gitignore Init controller 2020-06-29 15:45:22 +03:00
CHANGELOG.md Release v0.9.0 2021-02-24 16:13:03 +02:00
CODE_OF_CONDUCT.md Init controller 2020-06-29 15:45:22 +03:00
CONTRIBUTING.md Init controller 2020-06-29 15:45:22 +03:00
DCO Init controller 2020-06-29 15:45:22 +03:00
Dockerfile Release v0.8.0 2021-02-12 14:40:34 +02:00
LICENSE Initial commit 2020-06-29 15:21:12 +03:00
MAINTAINERS Share flux2 maintainers 2020-11-30 13:20:05 +00:00
Makefile Update dependencies 2021-02-24 15:40:54 +02:00
PROJECT Promote API to v1beta1 2020-09-30 18:21:17 +03:00
README.md Release v0.2.0 2020-10-29 14:15:46 +02:00
go.mod Uses unstructured client to annotate object 2021-03-04 08:01:53 +01:00
go.sum Uses unstructured client to annotate object 2021-03-04 08:01:53 +01:00
main.go Uses unstructured client to annotate object 2021-03-04 08:01:53 +01:00

README.md

notification-controller

e2e report license release

Event forwarder and notification dispatcher for the GitOps Toolkit controllers. The notification-controller is an implementation of the notification.toolkit.fluxcd.io API based on the specifications described in the RFC.

overview