Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a rubocop for Rails.logger | Mayra Cabrera | 2019-07-10 | 1 | -1/+1 |
| | | | | | | Suggests to use a JSON structured log instead Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/54102 | ||||
* | Inherit from ApplicationRecord instead of ActiveRecord::Base | Nick Thomas | 2019-03-28 | 1 | -1/+1 |
| | |||||
* | Enable frozen string in app/models/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-models | gfyoung | 2018-07-26 | 1 | -0/+2 |
| | | | | Partially addresses #47424. | ||||
* | Remove Mattermost team with GitLab group | Z.J. van de Weg | 2017-07-28 | 1 | -0/+9 |
| | | | | | | | 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. | ||||
* | Namespace can have only one chat teamzj-chat-teams-unique | Z.J. van de Weg | 2017-03-07 | 1 | -0/+1 |
| | |||||
* | Add tests for Mattermost team creation | Z.J. van de Weg | 2017-02-16 | 1 | -0/+5 |