An error occurred fetching the project authors.
- 06 Feb, 2020 1 commit
-
-
Zeger-Jan van de Weg authored
The GitLab::Git::Repository class had two methods which aren't really used in production. `#create_branch` and `#remove_branch` now leverage WriteRef. The behaviour does change now, in the case of `#create_branch` it doesn't throw an error anymore if the branch already exists. That's actually not a problem as all call sites are import related, in which case there's only one branch to be imported. `#delete_branch` is only used in tests. The runtime errors aren't depended on in that case. Again, this change in behaviour doesn't influence GitLab-Rails.
-
- 20 Jan, 2020 1 commit
-
-
Nick Thomas authored
When importing, we want to create `refs/heads/:source_branch` in the repository for each MR. Since the imported project already contains the SHA, there's no need to use `fetch_source_branch` - we can just create the ref directly.
-
- 10 Jul, 2019 2 commits
-
-
Mayra Cabrera authored
Suggests to use a JSON structured log instead Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/54102
-
Mayra Cabrera authored
Suggests to use a JSON structured log instead Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/54102
-
- 04 Mar, 2019 1 commit
-
-
Francisco Javier López authored
-
- 17 Nov, 2018 1 commit
-
-
gfyoung authored
Enables frozen string for the following: * lib/gitlab/hook_data/**/*.rb * lib/gitlab/i18n/**/*.rb * lib/gitlab/import/**/*.rb * lib/gitlab/import_export/**/*.rb * lib/gitlab/kubernetes/**/*.rb * lib/gitlab/legacy_github_import/**/*.rb * lib/gitlab/manifest_import/**/*.rb * lib/gitlab/metrics/**/*.rb * lib/gitlab/middleware/**/*.rb Partially addresses gitlab-org/gitlab-ce#47424.
-
- 27 Jul, 2018 1 commit
-
-
Jacob Vosmaer (GitLab) authored
-
- 24 Jul, 2018 1 commit
-
-
Jacob Vosmaer (GitLab) authored
-
- 01 Dec, 2017 2 commits
-
-
James Lopez authored
-
James Lopez authored
-
- 20 Nov, 2017 2 commits
-
-
Yorick Peterse authored
This adds various foreign keys and indexes to the "merge_requests" table as outlined in https://gitlab.com/gitlab-org/gitlab-ce/issues/31825. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/31825
-
Yorick Peterse authored
This adds various foreign keys and indexes to the "merge_requests" table as outlined in https://gitlab.com/gitlab-org/gitlab-ce/issues/31825. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/31825
-
- 07 Nov, 2017 2 commits
-
-
James Lopez authored
-
James Lopez authored
Added unit test and updated integration spec to test for this as well.
-
- 21 Aug, 2017 1 commit
-
-
James Lopez authored
-
- 04 Apr, 2017 1 commit
-
-
James Lopez authored
-