summaryrefslogtreecommitdiff
path: root/app/helpers/compare_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-2/+1
|
* Split up MergeRequestsControllerdm-merge-request-creations-controllerDouwe Maan2017-06-281-1/+1
|
* `can?` already includes the `feature_available?` checktc-only-mr-button-if-allowedToon Claes2017-01-251-1/+0
| | | | | `can?` already includes the `feature_available?` check, so no need to check this again.
* Only show Merge Request button when user can create a MRToon Claes2017-01-201-0/+1
| | | | | The Create Merge Request button only should be shown when the user is allowed to create a Merge request.
* Project tools visibility levelFelipe Artur2016-09-011-1/+1
|
* Improve create_mr_button? performance.Douwe Maan2015-05-091-5/+4
|
* Add Create Merge Request buttons to commits page and push event.Douwe Maan2015-05-091-12/+12
|
* Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-1/+8
| | | | | | 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.
* Rubocop enabled for: Use spaces inside hash literal bracesDmitriy Zaporozhets2015-02-021-2/+2
|
* Fix bug with showing create merge request button while merge request are ↵Alexander Vagin2013-12-041-1/+3
| | | | disabled in project settings
* Compare link for branchesDmitriy Zaporozhets2013-09-121-0/+1
|
* Right branches for mr link at Compare viewDmitriy Zaporozhets2013-09-121-1/+1
|
* Compare page improvedDmitriy Zaporozhets2013-09-121-0/+12
* Show new merge request button from compare page * Show message if user selected same branches * Show message if compared branches are the same * Prepend inputs with from/to labels