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

Added Support for Slack notifications on artifact purge #37

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

Conversation

jvasallo
Copy link
Member

@jvasallo jvasallo commented Oct 16, 2018

Open for discussion on implementation, this could get VERY noisy.

Resolves #37 if implemented right.

@@ -9,7 +9,8 @@
# pylint: disable=redefined-builtin
from requests.exceptions import (BaseHTTPError, ConnectionError, HTTPError, InvalidURL, RequestException)

from ..credentials import load_credentials
from ..credentials import load_credentials, load_slack_credentials
from utils.slack import post_slack_message
Copy link
Contributor

Choose a reason for hiding this comment

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

This file does not seem to be included in the PR.

Copy link
Member Author

@jvasallo jvasallo Feb 9, 2019

Choose a reason for hiding this comment

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

Sorry for the delay:
src/lavatory/utils/slack.py

I see in the issue now. Fixing!

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.

2 participants