summaryrefslogtreecommitdiff
path: root/lib/mattermost/team.rb
Commit message (Collapse)AuthorAgeFilesLines
* Enable even more frozen string in lib/**/*.rbgfyoung2018-10-081-0/+2
| | | | | | | | | | | | | | | | | | | | Enables frozen string for the following files: * lib/generators/**/*.rb * lib/gitaly/**/*.rb * lib/google_api/**/*.rb * lib/haml_lint/**/*.rb * lib/json_web_token/**/*.rb * lib/mattermost/**/*.rb * lib/microsoft_teams/**/*.rb * lib/object_storage/**/*.rb * lib/omni_auth/**/*.rb * lib/peek/**/*.rb * lib/rouge/**/*.rb * lib/rspec_flaky/**/*.rb * lib/system_check/**/*.rb Partially addresses #47424.
* Updated Mattermost integration to use Mattermost API v4Harrison Healey2018-05-281-3/+3
|
* Add missing delete method in mattermost sessionjulien MILLAU2018-03-081-3/+2
|
* Remove Mattermost team with GitLab groupZ.J. van de Weg2017-07-281-0/+7
| | | | | | | When destroying a group, now an API call is made to the Mattermost server to request the deletion of the project. Actual team deletion on the Mattermost side happens async, so the runtime shouldn't increase by more than a second.
* Merge branch 'master' into 'zj-create-mattermost-team'Zeger-Jan van de Weg2017-03-061-1/+1
|\ | | | | | | # Conflicts: # db/schema.rb
| * Improved team selectionLuke "Jared" Bennett2017-03-051-1/+1
| | | | | | | | Review changes
* | Improve UXZ.J. van de Weg2017-03-021-14/+6
| |
* | Transactional mattermost team creationZ.J. van de Weg2017-02-201-4/+4
| | | | | | | | | | | | | | Before this commit, but still on this feature branch, the creation of mattermost teams where a background job. However, it was decided it was better that these happened as transaction so feedback could be displayed to the user.
* | Add tests for Mattermost team creationZ.J. van de Weg2017-02-161-2/+16
| |
* | Create MM team for GitLab groupZ.J. van de Weg2017-02-161-0/+5
|/
* Small update to the Mattermost APIzj-mattermost-api-updateZ.J. van de Weg2017-01-241-1/+1
| | | | | These changes make it possible to wrap multiple API requests in one session.
* Fix flowKamil Trzcinski2016-12-201-11/+3
|
* Improve sourcesKamil Trzcinski2016-12-191-1/+9
| | | | | | - Add proper error handling, - Use flash[:alert] and flash[:notice], - Use `resource` instead of `resources`,
* Last fixesZ.J. van de Weg2016-12-191-4/+0
|
* Merge remote-tracking branch 'origin/zj-mattermost-slash-config' into ↵Z.J. van de Weg2016-12-191-3/+1
|\ | | | | | | zj-mattermost-slash-config
| * Minor adjustments API MattermostZ.J. van de Weg2016-12-191-9/+8
| | | | | | | | [ci skip]
* | Minor adjustments API MattermostZ.J. van de Weg2016-12-191-14/+6
|/ | | | [ci skip]
* Add tests for auto configure slash commandsZ.J. van de Weg2016-12-161-5/+9
|
* Add auto configure of commandsZ.J. van de Weg2016-12-161-6/+13
|
* Base work for auto config MM slash commandsZ.J. van de Weg2016-12-161-0/+10