- 05 May, 2016 1 commit
-
-
James Lopez authored
-
- 04 May, 2016 6 commits
-
-
James Lopez authored
-
James Lopez authored
refactored some namespace stuff and fixed project tree restorer spec. also removing controller so that it belongs to the UI MR
-
James Lopez authored
-
James Lopez authored
-
James Lopez authored
-
James Lopez authored
-
- 03 May, 2016 5 commits
-
-
James Lopez authored
-
James Lopez authored
-
James Lopez authored
-
James Lopez authored
-
James Lopez authored
-
- 02 May, 2016 4 commits
-
-
Stan Hu authored
Closes #2334
-
James Lopez authored
-
Gabriel Mazetto authored
Codestyle changes to easy EE merge
-
James Lopez authored
-
- 30 Apr, 2016 2 commits
-
-
Grzegorz Bizon authored
Closes #15533
-
Gabriel Mazetto authored
-
- 29 Apr, 2016 8 commits
-
-
Yorick Peterse authored
This changes 4 things: 1. Project#protected_branches_names has been renamed to Project#protected_branch_names. 2. Project#open_branches uses a Set for the branch names as checking values in a Set is faster than checking values in a (large) Array. 3. Some redundant code in Project#open_branches has been removed. 4. Project#protected_branch_names now uses #pluck instead of #map, removing the need for loading entire DB records into memory.
-
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.
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Phil Hughes authored
It concats the duplicate labels into a single label in the dropdown with the color being a gradient of the differnet colors being concatted. Closes #16555
-
Rémy Coutable authored
Closes #15527. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
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
-
Grzegorz Bizon authored
Closes #13446
-
Arinde Eniola authored
make some changes for the checks to determine when the messages should be displayed add item to changelog and also integration test make some changes to the test make some changes
-
- 28 Apr, 2016 8 commits
-
-
Dmitriy Zaporozhets authored
-
Yorick Peterse authored
This button depends on Issue#can_be_worked_on? which in turn depends on Issue#related_branches. By rendering this button asynchronously we can finally remove all usages of Issue#related_branches and Issue#referenced_merge_requests from the issues "show" page.
-
Zeger-Jan van de Weg authored
-
James Lopez authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Phil Hughes authored
Closes #16552
-
- 27 Apr, 2016 4 commits
-
-
Phil Hughes authored
Closes #14090
-
James Lopez authored
-
Grzegorz Bizon authored
This status will be returned only when there are no failed jobs that are not allowed to fail.
-
Phil Hughes authored
-
- 26 Apr, 2016 2 commits
-
-
Alfredo Sumaran authored
-
Alfredo Sumaran authored
-