-
Notifications
You must be signed in to change notification settings - Fork 873
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: support notifications on rollout events using notifications-engine #1175
feat: support notifications on rollout events using notifications-engine #1175
Conversation
cb6ec2e
to
be26239
Compare
36bd0b9
to
32cf339
Compare
Codecov Report
@@ Coverage Diff @@
## master #1175 +/- ##
==========================================
- Coverage 83.97% 81.41% -2.57%
==========================================
Files 70 106 +36
Lines 6528 9702 +3174
==========================================
+ Hits 5482 7899 +2417
- Misses 750 1266 +516
- Partials 296 537 +241
Continue to review full report at Codecov.
|
906f787
to
1407491
Compare
slack-token: <my-slack-token> | ||
``` | ||
|
||
Learn more about supported services and configuration settings in services [documentation](../generated/notification-services/overview.md). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This link is broken
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
link is referencing file is generated directory. So these files are not committed to git.
@@ -0,0 +1,131 @@ | |||
# Notifications |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a note:
!!! important
Available since v1.1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
has v1.1 been released yet? i see that the release tags only go up to v1.0.2
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
fbeaaa5
to
2d5949e
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
…ine (argoproj#1175) feat: support notifications on rollout events using notifications-engine (argoproj#1175) Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com> Signed-off-by: Andrii Perenesenko <andrii.perenesenko@gmail.com>
Closes #369
Signed-off-by: Alexander Matyushentsev AMatyushentsev@gmail.com
PR adds notifications support to the Rollout. Following changes are implemented: