The GitOps Toolkit event forwarder and notification dispatcher
Go to file
Philip Laine e812068c63 Verify repository id in git notifiers
The different git notifiers need repository ids in different formats.
On top of that some git providers support repositories in subgroups
while others do not support nesting. Each notifier needs test to verify
that they support their specific functionality.

Signed-off-by: Philip Laine <philip.laine@xenit.se>
2020-11-17 13:51:22 +01:00
.github/workflows Update engineerd/setup-kind to v0.5.0 2020-11-12 12:12:40 +02:00
api Add bitbucket notifier 2020-11-07 23:20:36 +01:00
config Release v0.2.1 2020-11-09 15:41:43 +02:00
controllers Skip alert if it's not ready 2020-11-09 14:30:33 +02:00
docs Fix Receiver apiVersion in spec 2020-11-13 11:31:18 +01:00
hack Change copyright to Flux authors 2020-10-27 18:52:14 +02:00
internal Verify repository id in git notifiers 2020-11-17 13:51:22 +01:00
.gitignore Init controller 2020-06-29 15:45:22 +03:00
CHANGELOG.md Release v0.2.1 2020-11-09 15:41:43 +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 Promote API to v1beta1 2020-09-30 18:21:17 +03:00
LICENSE Initial commit 2020-06-29 15:21:12 +03:00
MAINTAINERS Add Philip Laine to maintainer list 2020-10-19 12:58:00 +02:00
Makefile Release v0.2.0 2020-10-29 14:15:46 +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 Add bitbucket notifier 2020-11-07 23:20:36 +01:00
go.sum Update dependencies 2020-11-07 23:21:42 +01:00
main.go Change copyright to Flux authors 2020-10-27 18:52:14 +02: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