mattermost-integration-gitlab
mattermost-integration-gitlab copied to clipboard
Send events from Gitlab to Mattermost through webhooks
Hey all Have a problem to receive events, even merge events, which are enabled by default. Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/mattermost_gitlab/server.py", line 45, in new_event text = event.format()...
related to issue #31... I have the same issue event if I write "/new_event"
Links to issues and PRs are not links in mattermost. For example, these are not linked: ``` - A link to #3 - A link to repo#3 - A link...
The notifications show an incorrect date/time in the message: `Issue #718 closed by xyz in repository on 2017-10-31 12:00:07 UTC` Here the timestamp is actually incorrect, as the issue was...
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:///new_event?mattermost_webhook_url=...
Could you create an automated build for your docker image on docker hub? It would simplify the use of your image.
We're using this integration, and thanks so much for it! A request: we'd like to limit the length of a notification in a Mattermost channel of a new GitLab Issue...
I am not sure if it is related to my Docker environment, but for this command: docker build -t mattermost-integration-gitlab . I need to update to "docker build -
Having followed the guidelines for the installation I got to the point of testing. On testing the service ( from gitlab) I can see the integration server complaining: (gitalb version...
Hey @NotSqrt ! First, hugely appreciate you sharing this project back with the world. Fantastic work! I wanted to let you know about our plans moving to API v4: To...