- 09 May, 2017 1 commit
-
-
Fatih Acet authored
-
- 08 May, 2017 1 commit
-
-
Sam Rose authored
-
- 04 May, 2017 1 commit
-
-
Alfredo Sumaran authored
-
- 16 Mar, 2017 1 commit
-
-
Tiago Botelho authored
-
- 13 Mar, 2017 1 commit
-
-
Jacopo authored
Now you can create a new file and select a target_branch != source_branch. If the file that you want to create already exists on the target branch an error message is shown A glDropdown is used to select and create a new branch instead of a text field.
-
- 06 Mar, 2017 1 commit
-
-
George Andrinopoulos authored
-
- 23 Feb, 2017 4 commits
-
-
Douwe Maan authored
This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b.
-
Douwe Maan authored
-
Valery Sizov authored
-
Valery Sizov authored
-
- 29 Nov, 2016 1 commit
-
-
Douwe Maan authored
Fix missing access checks on issue lookup using IssuableFinder Split from !2024 to partially solve https://gitlab.com/gitlab-org/gitlab-ce/issues/23867
- Potentially untested - No test coverage - Test coverage of some sort exists (a test failed when error raised) - Test coverage of return value (a test failed when nil used) - Permissions check tested - [x] app/controllers/projects/branches_controller.rb:39 - `before_action :authorize_push_code!` helpes limit/prevent exploitation. Always checks for reporter access so fine with confidential issues, issues only visible to team, etc. - [x] app/models/cycle_analytics/summary.rb:9 [`.count`] - [x] app/controllers/projects/todos_controller.rb:19 - [x] Potential double render in app/controllers/projects/todos_controller.rb - https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/2024/diffs#cedccb227af9bfdf88802767cb58d43c2b977439_24_24 See merge request !2030
-
- 09 Nov, 2016 1 commit
-
-
Toon Claes authored
It adds a button to the branches page that the user can use to delete all the branches that are already merged. This can be used to clean up all the branches that were forgotten to delete while merging MRs. Fixes #21076.
-
- 17 Aug, 2016 2 commits
-
-
Connor Shea authored
-
Connor Shea authored
-
- 10 Aug, 2016 1 commit
-
-
Clement Ho authored
-
- 28 Jul, 2016 1 commit
-
-
Herminio Torres authored
Before when you choose the way of `sort` instead it display the title correctly it was just apply the humanize helper in sort value. E.g. When you choose `Last updated` it should display the title `Last updated` instead of `Recently updated`. This fix makes this correctly displays the title. Change the implementation of the `link_to` `filter_branches_path` - Change the value of the `params[:sort]` in `link_to`. E.g. instead of using `'recently_updated'` is now using `sort_value_recently_updated`. - Change the values of the case in the `branches_sorted_by` method for the values it receives in the `params[:sort]` that are: `nil`, `'name'`, `'updated_desc'`, `'updated_asc'`.
-
- 19 Jul, 2016 1 commit
-
-
tiagonbotelho authored
-
- 03 Jun, 2016 4 commits
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 07 Apr, 2016 1 commit
-
-
Stan Hu authored
Closes #14994
-
- 19 Mar, 2016 1 commit
-
-
Robert Speicher authored
-
- 15 Mar, 2016 3 commits
-
-
Zeger-Jan van de Weg authored
-
Zeger-Jan van de Weg authored
-
Zeger-Jan van de Weg authored
-
- 03 Dec, 2015 1 commit
-
-
Douwe Maan authored
-
- 11 Nov, 2015 1 commit
-
-
Jeff Stubler authored
-
- 01 Nov, 2015 1 commit
-
-
Jeff Stubler authored
-
- 02 Aug, 2015 1 commit
-
-
Stan Hu authored
Closes #1804
-
- 06 Jul, 2015 1 commit
-
-
Stan Hu authored
-
- 20 Apr, 2015 1 commit
-
-
Jeroen van Baarsen authored
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
-
- 12 Mar, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 20 Feb, 2015 1 commit
-
-
Douwe Maan authored
-
- 14 Feb, 2015 1 commit
-
-
Vinnie Okada authored
Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
-
- 13 Nov, 2014 1 commit
-
-
Marin Jankovski authored
-
- 05 Nov, 2014 1 commit
-
-
Valery Sizov authored
-
- 30 Oct, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 13 Oct, 2014 1 commit
-
-
Ciro Santilli authored
with existing method_missing. Pattern already used extensively, so let's be consistent and use it everywhere.
-
- 21 Sep, 2014 1 commit
-
-
Ciro Santilli authored
-