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

Allowing Rocket.chat webhooks #303

Merged
merged 1 commit into from
Jan 18, 2017
Merged

Allowing Rocket.chat webhooks #303

merged 1 commit into from
Jan 18, 2017

Conversation

axeloz
Copy link
Contributor

@axeloz axeloz commented Jan 18, 2017

Currently the request checks the Slack URL format but other services like Rocket.chat as compatible with Slack webhooks.

  • I have read and understood the contributing guidelines?
  • I have checked that another pull request for this purpose does not exist.
  • I have considered, and confirmed that this submission will be valuable to others.
  • Do the TravisCI tests pass?
  • Does the StyleCI test pass?

Description of change

We are currently migrating from Slack to Rocket.chat in order to host our data. Rocket.chat webhooks are 100% compatible with Slach webhooks but cannot be used on Deployer as the request is checking the webhook URL format that must match Slack format.
Removing this check and replacing it with a simple URL check should allow anyone to use webhooks for Rocket chat too.

@REBELinBLUE REBELinBLUE merged commit 81007fe into REBELinBLUE:master Jan 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants