-
Notifications
You must be signed in to change notification settings - Fork 209
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
removed notifications/slack package [Merge after 1.7.0 release] #368
Conversation
Look at all this red (in commit diff), and all this green (in CI). I vote for that! |
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.
Needs a few changes and a rebase :)
This PR was automatically considered stale due to lack of activity. Please refresh it and/or join our slack channels to highlight it, before it automatically closes (in 7 days). |
5eafd79
to
72df1d8
Compare
|
That diff looks good. I will have a view in more details soon. |
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.
Up for discussion :)
9a5f281
to
2588b6c
Compare
In this PR the slack-hook-url is translated into shoutrrr syntax. Therefore, slack pack age as well as checks for slack-hook-url in drain and reboot functions are removed. Also added a unit test for flagCheck(), this function also checks the (slack)URL syntax.
2588b6c
to
bab1425
Compare
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.
LGTM
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.
/lgtm
@evrardjp Are you happy with this now? |
Revisited this PR, it looks good for merge from my perspective. |
In this PR the slack-hook-url is translated
into shoutrrr syntax. Therefore, slack pack
age as well as checks for slack-hook-url in
drain and reboot functions are removed.
I suppose we will keep the --slack-hook-url for an undefined amount of releases. Therefore, I kept it while I got rid of the notifications/slack package.