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
2019-07-10Add a rubocop for Rails.loggerMayra Cabrera
Suggests to use a JSON structured log instead Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/54102
2019-03-28Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas
2018-07-27Enable frozen string in app/models/*.rbgfyoung
Partially addresses #47424.
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-07Namespace can have only one chat teamZ.J. van de Weg
2017-02-16Add tests for Mattermost team creationZ.J. van de Weg