summaryrefslogtreecommitdiff
path: root/app/controllers/projects/merge_requests_controller.rb
Commit message (Collapse)AuthorAgeFilesLines
* Merge request title is in the notificationPhil Hughes2016-03-181-1/+2
| | | | Short commit instead of long commit sha
* Commit SHA comes from JSONPhil Hughes2016-03-181-1/+2
| | | | Removed page refresh - instead clicking takes to the builds tab
* Fix code style issues.Jacob Schatz2016-03-181-3/+3
|
* Removes name from fileJacob Schatz2016-03-181-2/+2
| | | | Changes `:not_found` to `nil`
* Adds notifications API to MR page.Jacob Schatz2016-03-181-15/+13
| | | | | When a build status changes a notification will popup. Fixes #10851
* Adds JSON callback, which is currently not working.Jacob Schatz2016-03-181-2/+9
|
* initial ajax buildJacob Schatz2016-03-181-1/+2
|
* Move the #toggle_subscription controller method to a concernRémy Coutable2016-03-151-9/+3
|
* Improving the original label-subscribing implementationRémy Coutable2016-03-151-0/+2
| | | | | | | 1. Make the "subscribed" text in Issuable sidebar reflect the labels subscription status 2. Current user mut be logged-in to toggle issue/MR/label subscription
* Use Gitlab::Git::DiffCollectionsJacob Vosmaer2016-03-031-1/+3
|
* Rename Tasks to TodosDouglas Barbosa Alexandre2016-02-201-1/+1
|
* Create or mark task pending as soon the action happensDouglas Barbosa Alexandre2016-02-201-0/+2
|
* Label description and Label rowTap2016-02-171-0/+2
| | | | | - Add label description - Show label row when filtering issues or merge requests by label
* Remember user's inline/tabular diff view preference in a cookiekkm2016-02-051-0/+2
|
* Save and use actual diff base commit for MR diff highlightingDouwe Maan2016-01-201-2/+6
|
* Fix autocomplete for new issues/MRs/snippetsfix-autocomplete-new-issuesYorick Peterse2016-01-151-0/+1
|
* Get "Merge when build succeeds" to work when commits were pushed to MR ↵Douwe Maan2016-01-051-1/+1
| | | | target branch while builds were running
* Merge branch 'fix-merge-immediately' into 'master' Robert Speicher2015-12-161-1/+1
|\ | | | | | | | | | | | | Fix 'Merge Immediately' button Fixes #4125 See merge request !2117
| * Fix 'Merge Immediately' buttonfix-merge-immediatelyDouwe Maan2015-12-161-1/+1
| |
* | Merge branch 'fix-endpoint-not-setting-var' into 'master' Douwe Maan2015-12-161-6/+3
|\ \ | |/ |/| | | | | | | | | Fix endpoint not setting needed @ci_commit /cc @DouweM See merge request !2112
| * Fix endpoint not setting needed @ci_commitZeger-Jan van de Weg2015-12-161-6/+3
| |
* | Merge branch 'ci-project-migrate' into 'master' Kamil Trzciński2015-12-141-3/+0
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ci Project migrate - This doesn't migrate: allow_git_fetch, coverage_regex, timeout. Since this are project configuration settings I would propose to migrate them to `.gitlab-ci.yml`. - This requires offline migrations. - It simplifies database models making all CI objects to be attached to: Project. - It removes Ci::Project, but makes /ci/projects working by adding method: Project.find_by_ci_id for backward compatibility (badges, triggers). - We should add default `timeout` to Application Settings. - It misses specs. - It is based on ci-services-migrate for now. - It removes CI events. - It removes administrator CI projects overview. - It removes CI application settings. In 8.4 or 8.5 we can remove redundant tables and columns. See merge request !1987
| * Fix errorsKamil Trzcinski2015-12-111-3/+0
| |
* | Implement new sidebar for merge request pageDmitriy Zaporozhets2015-12-111-2/+0
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Give merge request widget the vars it desiresDouwe Maan2015-12-091-0/+5
|
* Merge branch 'master' into merge-if-greenDouwe Maan2015-12-091-12/+27
|\ | | | | | | | | | | # Conflicts: # app/controllers/projects/merge_requests_controller.rb # config/routes.rb
| * Add Builds tab to MR detail pageDouwe Maan2015-12-081-12/+29
| |
* | Merge branch 'master' into merge-if-greenDouwe Maan2015-12-081-0/+2
|\ \ | | | | | | | | | | | | | | | # Conflicts: # app/views/projects/merge_requests/widget/_heading.html.haml # app/views/projects/merge_requests/widget/open/_accept.html.haml
| * | Get ci_commit in MR controllerDouwe Maan2015-12-081-0/+2
| |/
* | Merge branch 'master' into merge-if-greenZeger-Jan van de Weg2015-12-071-4/+2
|\ \ | |/
| * Strip attributes for Milestone and Issuable. #3428Jose Corcuera2015-11-261-3/+1
| |
| * award for merge requests[ci skip]Valery Sizov2015-11-191-1/+1
| |
| * award emojiValery Sizov2015-11-191-1/+1
| |
* | Refactor MergeWhenBuildSucceedsService and incorporate feedbackZeger-Jan van de Weg2015-11-231-8/+3
| |
* | Merge branch 'master' into merge-if-greenZeger-Jan van de Weg2015-11-181-1/+4
|\ \ | |/
| * Fix trailing space issue with merge requests and issues. Fixes #2514Drew Blessing2015-11-101-1/+3
| |
| * Display target branch on MR list when it is different from project's defaultAnton Baklanov2015-11-101-0/+1
| |
* | API support, incorporated feedbackZeger-Jan van de Weg2015-11-181-3/+1
| |
* | MRs author can cancel automatic mergeZeger-Jan van de Weg2015-11-021-1/+3
| |
* | Merge when build succeedsZeger-Jan van de Weg2015-11-021-6/+29
|/
* Correctly find last known blob for file deleted in MR.merge-request-deleted-fileDouwe Maan2015-10-201-1/+4
|
* Show merge requests which close current issueZeger-Jan van de Weg2015-10-161-1/+1
|
* Simplify code around (cross)-referencesDouwe Maan2015-10-121-1/+1
|
* Improve error message when merging failsmr_improve_errors_handlingValery Sizov2015-10-011-0/+1
|
* Fix error when MR source branch no longer exists.fix-mr-missing-source-branch-errorDouwe Maan2015-09-221-2/+1
|
* Fetch merge request ref if it is missing when visit MR pagefix-mr-without-refsDmitriy Zaporozhets2015-09-211-0/+7
| | | | | | | This will fix merge problem for merge requests between forks created before 8.0 Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Revert "Merge branch 'revert-satellites' into 'master' "Dmitriy Zaporozhets2015-08-111-7/+5
| | | | | This reverts commit 5daf44b7c86e0e2641a902b1da8b01d91fa3dbfa, reversing changes made to 2f706fbd231cabe7a76a5d17ac44285aaaf8592c.
* Revert "Merge branch 'drop-satellites'"Dmitriy Zaporozhets2015-08-111-5/+7
| | | | | | | This reverts commit 957e849f41d96fa9778fcdd06792d2f0274b29ab, reversing changes made to 6b9dbe9f5a175a8162abf296367f561bab3eea1a. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Huge refactoring for accepting merge requestsDmitriy Zaporozhets2015-07-161-5/+5
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Refactor compare and fetch logicDmitriy Zaporozhets2015-07-151-2/+1
|