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

Set webhook_url as url parameter instead of in config. #36

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fsobanski
Copy link

@fsobanski fsobanski commented Jul 24, 2017

This pull request is based on PR #4.

Instead of setting MATTERMOST_WEBHOOK_URL when starting the server,
the url must now be passed as an url parameter in the form

http://this-project-server:port/new_event?mattermost_webhook_url=

I updated the tests and the readme, just as @NotSqrt requested in PR #4.

This pull request should fix issue #2.

This pull request is based on PR NotSqrt#4.

Instead of setting MATTERMOST_WEBHOOK_URL when starting the server,
the url must now be passed as an url parameter in the form

http://<this-project-server:port>/new_event?mattermost_webhook_url=<mattermost channel webhook url>

I updated the tests and the readme, just as @NotSqrt requested in PR NotSqrt#4.

This commit should fix issue NotSqrt#2.
@coveralls
Copy link

coveralls commented Jul 24, 2017

Coverage Status

Coverage decreased (-0.8%) to 89.157% when pulling ff49fe9 on iteratec:master into 4a61a48 on NotSqrt:master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.8%) to 89.157% when pulling ff49fe9 on iteratec:master into 4a61a48 on NotSqrt:master.

@jarvisaoieong
Copy link

👍

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.

3 participants