- 29 Apr, 2016 2 commits
-
-
Yorick Peterse authored
This changes Project#protected_branch? to use a query to check if a branch is protected, instead of loading all ProtectedBranch records into memory just to check if the list of names includes a given branch name.
-
Matt Oakes authored
This is a combination of 3 commits. - Update the bare repositories info/attributes if the default branch is updated - Check the diff attributes of a file before showing a diff - Update CHANGELOG
-
- 28 Apr, 2016 3 commits
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- 27 Apr, 2016 1 commit
-
-
Grzegorz Bizon authored
This status will be returned only when there are no failed jobs that are not allowed to fail.
-
- 26 Apr, 2016 1 commit
-
-
Connor Shea authored
"CHANGELOG", "NEWS", "HISTORY", and "CHANGES" are recognized as Changelog files. Also adds relevant tests for each of these names. Resolves #14864.
-
- 25 Apr, 2016 3 commits
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Stan Hu authored
Closes gitlab-org/gitlab-ee#506
-
Rémy Coutable authored
Fixes #15470. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 21 Apr, 2016 2 commits
-
-
James Lopez authored
-
James Lopez authored
-
- 20 Apr, 2016 7 commits
-
-
James Lopez authored
-
James Lopez authored
-
James Lopez authored
-
Sebastian Klier authored
-
Sebastian Klier authored
-
Sebastian Klier authored
-
Sebastian Klier authored
update changelog
-
- 19 Apr, 2016 2 commits
-
-
Ben Bodenmiller authored
-
Timothy Andrew authored
-
- 18 Apr, 2016 10 commits
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Grzegorz Bizon authored
At this point this is being handled by GitLab Runner and we need to introduce this as a separate merge request.
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Yorick Peterse authored
-
P.S.V.R authored
Issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/12785 Merge Request: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3514
-
- 16 Apr, 2016 2 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
- 15 Apr, 2016 2 commits
-
-
Robert Schilling authored
-
Timothy Andrew authored
-
- 14 Apr, 2016 2 commits
-
-
Zeger-Jan van de Weg authored
-
Frank Groeneveld authored
Closes #13574
-
- 13 Apr, 2016 3 commits
-
-
Rémy Coutable authored
Also, improve specs for BambooService Similar to https://gitlab.com/gitlab-org/gitlab-ce/issues/3515Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Stan Hu authored
To reproduce: 1. Create a project with some content 2. Rename the project 3. Create a new project with the same name. 4. Boom - 404. After step 2, the branch and tag counts were not being cleared. This would cause `repository.has_visible_content?` to erroneously return `true` for the newly-created project. Closes #13384
-