Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-11-07Revert "Merge branch 'blackst0ne-update-push-new-merge-request-url' into ↵Douwe Maan
'master'" This reverts merge request !22526
2018-10-26Update other linksblackst0ne
2018-09-07Enable frozen string for app/helpers/**/*.rbgfyoung
Partially addresses #47424.
2018-04-11Rename `create_merge_request` permissionsBob Van Landuyt
So we can distinguish between the permissions on the source and the target project. - `create_merge_request_from` indicates a user can create a merge request with the project as a source_project - `create_merge_request_in` indicates a user can create a merge request with the project as a target_project
2017-10-10Stop using `branch_names.include?` and use `branch_exists?`Andrew Newdigate
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-06-29Split up MergeRequestsControllerDouwe Maan
2017-01-25`can?` already includes the `feature_available?` checkToon Claes
`can?` already includes the `feature_available?` check, so no need to check this again.
2017-01-20Only show Merge Request button when user can create a MRToon Claes
The Create Merge Request button only should be shown when the user is allowed to create a Merge request.
2016-09-01Project tools visibility levelFelipe Artur
2015-05-10Improve create_mr_button? performance.Douwe Maan
2015-05-09Add Create Merge Request buttons to commits page and push event.Douwe Maan
2015-02-14Upgrade to Rails 4.1.9Vinnie Okada
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.
2015-02-03Rubocop enabled for: Use spaces inside hash literal bracesDmitriy Zaporozhets
2013-12-04Fix bug with showing create merge request button while merge request are ↵Alexander Vagin
disabled in project settings
2013-09-12Compare link for branchesDmitriy Zaporozhets
2013-09-12Right branches for mr link at Compare viewDmitriy Zaporozhets
2013-09-12Compare page improvedDmitriy Zaporozhets
* 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