Skip to content
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

Fixed handler-slack-multichannel.rb #49

Merged
merged 4 commits into from
Aug 18, 2017
Merged

Fixed handler-slack-multichannel.rb #49

merged 4 commits into from
Aug 18, 2017

Conversation

autumnw
Copy link
Contributor

@autumnw autumnw commented Aug 15, 2017

Pull Request Checklist

Is this in reference to an existing issue?

General

  • Update Changelog following the conventions laid out on Keep A Changelog

  • Update README with any necessary configuration snippets

  • Binstubs are created if needed

  • RuboCop passes

  • Existing tests pass

New Plugins

  • Tests

  • Add the plugin to the README

  • Does it have a complete header as outlined here

Purpose

Slack uses one webhook_url per channel now! To support this, I have the configuration item "webhook_urls".

Known Compatablity Issues

Copy link
Member

@majormoses majormoses left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution!
Can you please add a changelog entry and remove the versioning?

@@ -2,7 +2,7 @@ module SensuPluginsSlack
module Version
MAJOR = 1
MINOR = 5
PATCH = 0
PATCH = 1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please leave the versioning to maintainers as there is no guarantee on the order of released changes.

@autumnw
Copy link
Contributor Author

autumnw commented Aug 18, 2017

OK, reverted the version and added the changelog.
Thanks!

Copy link
Member

@majormoses majormoses left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -4,6 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)

## [Unreleased]
## [1.5.0] - 2017-08-18
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ideally this should have been omitted as well but I will merge this anyways since everything else is right now.

@majormoses majormoses merged commit e0c6a8e into sensu-plugins:master Aug 18, 2017
@majormoses
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants