summaryrefslogtreecommitdiff
path: root/app/views/projects/merge_requests
Commit message (Expand)AuthorAgeFilesLines
* Fixed placement of close button on merge requestsPhil Hughes2016-06-181-2/+2
* Fix clibpoard buttons on "Check out branch" modal.clipboard-buttons-fixConnor Shea2016-06-171-3/+3
* Merge branch 'merge-request-default-source-branch-text' into 'master' Jacob Schatz2016-06-161-1/+1
|\
| * Added source branch text to dropdown togglePhil Hughes2016-06-161-1/+1
* | Merge branch 'dz-fix-mr-widget-padding' into 'master' Jacob Schatz2016-06-161-1/+1
|\ \
| * | Add bottom padding for merge request command line textdz-fix-mr-widget-paddingDmitriy Zaporozhets2016-06-151-1/+1
* | | Merge branch 'mr-download-dropdown-alignment' into 'master' Jacob Schatz2016-06-161-2/+2
|\ \ \ | |_|/ |/| |
| * | Fixed alignment of download dropdownmr-download-dropdown-alignmentPhil Hughes2016-06-141-2/+2
| |/
* | Merge branch 'commits-ui' into 'master' Jacob Schatz2016-06-151-1/+2
|\ \
| * | Updated commits UIPhil Hughes2016-06-081-1/+2
* | | Fixed issue with MR buttons being in a groupmr-buttons-updatePhil Hughes2016-06-132-40/+23
| |/ |/|
* | Move Labels and Milestones as sub tab to Issues/MRDmitriy Zaporozhets2016-06-102-17/+14
* | Rename ci_commit -> pipelineRémy Coutable2016-06-101-1/+1
* | Rename MergeRequest#cannot_be_merged_because_build_is_not_success? to #mergea...Rémy Coutable2016-06-101-1/+1
* | Improve initial implementation of the 'only_allow_merge_if_build_succeeds.rb'...Rémy Coutable2016-06-101-1/+1
* | Allow or not merge MR with failed buildRui Anderson2016-06-103-13/+22
* | Merge branch 'merge-conflicts-icon-color' into 'master' Jacob Schatz2016-06-091-2/+2
|\ \
| * | Use warning color merge conflicts icon in MR status widget.merge-conflicts-icon-colorFatih Acet2016-06-061-2/+2
* | | Cleanup and imrpove issue/mr buttonsDmitriy Zaporozhets2016-06-083-7/+3
* | | Improve button color for issue and mr pagesDmitriy Zaporozhets2016-06-081-3/+3
| |/ |/|
* | Merge branch 'rename-ci-commit-phase-2' into rename-ci-commit-phase-3Kamil Trzcinski2016-06-063-4/+3
|\ \
| * \ Merge remote-tracking branch 'origin/master' into rename-ci-commitKamil Trzcinski2016-06-063-4/+3
| |\ \ | | |/
| | * Merge branch 'master' into awardablesawardablesZ.J. van de Weg2016-06-037-5/+15
| | |\
| | * \ Merge branch 'master' into awardablesZJ van de Weg2016-05-308-8/+8
| | |\ \
| | * \ \ Merge branch 'master' into awardablesZJ van de Weg2016-05-254-6/+10
| | |\ \ \
| | * | | | Fix latests concernsZJ van de Weg2016-05-182-4/+3
| | * | | | Incorporate feedbackZeger-Jan van de Weg2016-05-111-10/+4
| | * | | | Merge branch 'master' into awardablesZeger-Jan van de Weg2016-05-1110-55/+55
| | |\ \ \ \
| | * | | | | Create table for award emojiZeger-Jan van de Weg2016-05-062-3/+3
* | | | | | | Rename all ci_commit[s] in application code to pipeline[s]Kamil Trzcinski2016-06-035-9/+9
|/ / / / / /
* | | | | | Merge commit 'ca3c5c295ed653b483fe81c3918ffe60f46666b9' into rename-ci-commitKamil Trzcinski2016-06-034-1/+11
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Merge branch '14139-sha-parameter-in-accept-merge-request-api' into 'master' Douwe Maan2016-06-034-1/+11
| |\ \ \ \ \
| | * | | | | fixup! Don't allow merges with new commits14139-sha-parameter-in-accept-merge-request-apiSean McGivern2016-06-021-2/+2
| | * | | | | Don't allow merges with new commitsSean McGivern2016-06-014-1/+11
* | | | | | | Use pipelines in context of ProjectKamil Trzcinski2016-06-032-3/+3
|/ / / / / /
* | | | | | Merge branch 'fix-dropdown-cutoff' into 'master' Robert Speicher2016-06-021-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add a title attribute to each branch in the branches dropdown on the New MR p...Connor Shea2016-05-311-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'separate-banzai-references' into 'master' Douwe Maan2016-06-012-3/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Added author to various Markdown calls in viewsYorick Peterse2016-05-262-3/+3
| | |_|/ | |/| |
* | | | Merge branch 'fix-multiple-ci-status-poll' into 'master' Jacob Schatz2016-05-271-1/+7
|\ \ \ \
| * | | | Fixed potential issue with 2 ci status polling events happeningfix-multiple-ci-status-pollPhil Hughes2016-05-261-1/+7
| |/ / /
* | | | Remove header title from project pagesDmitriy Zaporozhets2016-05-266-6/+0
* | | | Replace `link_to_gfm` with `link_to` in merge request and issue titles.link-to-in-issues-indexConnor Shea2016-05-241-1/+1
|/ / /
* | | Allows MR authors to have the source branch removed when merging the MRJeroen Jacobs2016-05-203-5/+9
* | | Merge remote-tracking branch 'origin/master' into with-pipeline-viewKamil Trzcinski2016-05-132-16/+5
|\ \ \ | | |/ | |/|
| * | Expose MergeRequest#user_notes_count in the API and use the method in issues ...Rémy Coutable2016-05-091-10/+4
| * | Fix build notification on merge request page change even if the build status ...Benedikt Huss2016-05-081-6/+1
* | | Merge remote-tracking branch 'origin/master' into with-pipeline-viewKamil Trzcinski2016-05-091-1/+1
|\ \ \ | |/ /
| * | Hide whitespace toggle button for new merge requestsAlfredo Sumaran2016-04-261-1/+1
* | | Merge remote-tracking branch 'origin/master' into with-pipeline-viewKamil Trzcinski2016-04-2614-77/+80
|\ \ \ | |/ /