Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-10-08Enable even more frozen string in lib/**/*.rbgfyoung
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.
2018-05-28Updated Mattermost integration to use Mattermost API v4Harrison Healey
2018-03-08Add missing delete method in mattermost sessionjulien MILLAU
2017-07-28Remove Mattermost team with GitLab groupZ.J. van de Weg
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.
2017-03-06Merge branch 'master' into 'zj-create-mattermost-team'Zeger-Jan van de Weg
# Conflicts: # db/schema.rb
2017-03-06Improved team selectionLuke "Jared" Bennett
Review changes
2017-03-02Improve UXZ.J. van de Weg
2017-02-20Transactional mattermost team creationZ.J. van de Weg
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.
2017-02-16Add tests for Mattermost team creationZ.J. van de Weg
2017-02-16Create MM team for GitLab groupZ.J. van de Weg
2017-01-24Small update to the Mattermost APIZ.J. van de Weg
These changes make it possible to wrap multiple API requests in one session.
2016-12-20Fix flowKamil Trzcinski
2016-12-20Improve sourcesKamil Trzcinski
- Add proper error handling, - Use flash[:alert] and flash[:notice], - Use `resource` instead of `resources`,
2016-12-20Last fixesZ.J. van de Weg
2016-12-20Merge remote-tracking branch 'origin/zj-mattermost-slash-config' into ↵Z.J. van de Weg
zj-mattermost-slash-config
2016-12-19Minor adjustments API MattermostZ.J. van de Weg
[ci skip]
2016-12-19Minor adjustments API MattermostZ.J. van de Weg
[ci skip]
2016-12-16Add tests for auto configure slash commandsZ.J. van de Weg
2016-12-16Add auto configure of commandsZ.J. van de Weg
2016-12-16Base work for auto config MM slash commandsZ.J. van de Weg