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

Updating the instantiation of the notifier #9

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

castulo
Copy link

@castulo castulo commented Mar 25, 2017

When creating an instance of the slack notifier, a parameter for
the team was being used. That is no longer needd, this commit
updates that.

Also, when I first installed the project it didn't work, cause
it installed slack-notifier gem version 0.5, which is very old,
this patch fixes the gem version to be the latest.

castulo added 3 commits March 25, 2017 07:29
When creating an instance of the slack notifier, a parameter for
the team was being used. That is no longer needd, this commit
updates that.

Also, when I first installed the project it didn't work, cause
it installed slack-notifier gem version 0.5, which is very old,
this patch fixes the gem version to be the latest.
When new patches are submitted they have been different type
and they were not being followed. This commit adds a listener
for that kind of event.

This commit also includes a couple of cosmetic changes.
The current code was not considering the case when the patchset
is abandoned. We realized we were informing the team about abandoned
patches so it is better to let gerrit do it. This patch adds the
code to start notifying about abandoned patches.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant