mattermost-plugin-gitlab
                                
                                
                                
                                    mattermost-plugin-gitlab copied to clipboard
                            
                            
                            
                        GitLab plugin for Mattermost
added proper link on notification on PR (close , open, reopen) and issue (close, repoen) ticket here Fixes #194
implemented pagination for information fetched from gitlab. ticket here Fixes #237 Please find the fix screenshot here 
This merge request enables the run build trigger. https://github.com/mattermost/mattermost-plugin-gitlab/issues/213 This is a WIP PR, while working on it i got lost in between with how to make this aligned with...
TODO : * [ ] test * [ ] all pages in `addWebhook` to check already exist Fix #15 Fix #46
A customer is expecting their pipeline events to be handled by the plugin. We handle the `Pipeline Hook` events, but not the `Job Hook` events. I suspect this is the...
A user is getting this error when running `/gitlab connect`: > The requested scope is invalid, unknown, or malformed I believe the error is showing in GitLab's interface after the...
A a receiver of a link, I see a sign in text when my colleague shares link of a private repo. 
When the `flow` branch is deployed, I see GitLab producing an error in the dev console when the web app loads. 
The task here is to investigate why we might be hitting the burst limit specified by the `go-gitlab` client. Each MM user should have its own rate limit, but it...
Our docs say `Select all the events in Triggers.` for the step of configuring the events, but we only support a limited set of them. We should list the supported...