summaryrefslogtreecommitdiff
path: root/spec/services/merge_requests
Commit message (Expand)AuthorAgeFilesLines
* Pre-create all builds for Pipeline when a trigger is receivedKamil Trzcinski2016-08-111-7/+3
* adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-096-14/+14
* remove offending empty linewinniehell2016-08-091-1/+0
* switch from diff_file_collection to diffs20034-safe-diffsPaco Guzman2016-08-031-2/+2
* Introduce Compare model in the codebase.Paco Guzman2016-08-031-4/+4
* Move to Gitlab::Diff::FileCollectionPaco Guzman2016-08-031-0/+18
* webhooks: include old revision in MR update eventsBen Boeckel2016-08-011-3/+3
* Properly abort a merge when merge conflicts occurreject-merge-conflictsStan Hu2016-07-291-0/+11
* Revert "Revert "Merge branch '18193-developers-can-merge' into 'master' ""Rémy Coutable2016-07-181-2/+1
* Revert "Merge branch '18193-developers-can-merge' into 'master' "Robert Speicher2016-07-131-1/+2
* Enforce "developers can merge" during `pre-receive`.Timothy Andrew2016-07-131-2/+1
* Avoid `describe`-ing symbols in specsrs-describe-symbolsRobert Speicher2016-07-125-5/+5
* Handle custom Git hook result in GitLab UIValery Sizov2016-07-041-0/+10
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-1/+0
* Rename all `[ci_]commit` to `[ci_]pipeline` in specs and featuresKamil Trzcinski2016-06-032-2/+2
* Fix other places where we still use commit attribute of BuildKamil Trzcinski2016-06-032-20/+20
* Fix more places where we should rename ci_commit to pipelineKamil Trzcinski2016-06-031-2/+2
* Rename Ci::Build commit to pipelineKamil Trzcinski2016-06-031-2/+2
* Rename Ci::Commit to Ci::Pipeline and rename some of the ci_commit to pipelineKamil Trzcinski2016-06-021-1/+1
* Update specs to carry out changes in note factoryGrzegorz Bizon2016-05-291-3/+7
* Enable RSpec/NotToNot cop and auto-correct offensesrs-rubocop-nottonotRobert Speicher2016-05-241-3/+3
* Merge branch 'rm-source-branch' into 'master' Douwe Maan2016-05-203-2/+21
|\
| * Allows MR authors to have the source branch removed when merging the MRJeroen Jacobs2016-05-203-2/+21
* | Merge branch 'adambutler/gitlab-ce-feature/support-diff-of-issue-title-rename'Douwe Maan2016-05-201-2/+2
|\ \ | |/ |/|
| * Create DiffFilter and change SystemNoteService#change_title to use Gitlab::Di...Adam Butler2016-05-181-2/+2
* | Create a todo on failing MR buildSean McGivern2016-05-172-0/+109
|/
* Don't auto-set MR title for confidential issuesSean McGivern2016-05-061-1/+10
* Auto-set title for branches created from issuesSean McGivern2016-05-061-1/+27
* Add specs for MergeRequests::BuildServiceSean McGivern2016-05-061-0/+146
* Update specs to accomodate issuable assign changesGrzegorz Bizon2016-04-221-3/+8
* Improving the original label-subscribing implementationRémy Coutable2016-03-151-33/+22
* Original implementation to allow users to subscribe to labelsTimothy Andrew2016-03-151-1/+55
* Use Gitlab::Git::DiffCollectionsJacob Vosmaer2016-03-031-1/+1
* Check the HEAD of branch when doing Merge When Succeededimprove-merge-when-succeededKamil Trzcinski2016-02-221-0/+16
* Merge branch 'tasks' into 'master' Douglas Barbosa Alexandre2016-02-223-1/+125
|\
| * Rename Tasks to TodosDouglas Barbosa Alexandre2016-02-203-28/+31
| * Fix rubocop offensesDouglas Barbosa Alexandre2016-02-201-3/+3
| * Create a pending task when a user is mentioned when edit a issue/mr/noteDouglas Barbosa Alexandre2016-02-202-6/+2
| * Marks pending tasks for an user as done when he close the MRDouglas Barbosa Alexandre2016-02-201-0/+7
| * Marks pending tasks for an user as done when he edit a MRDouglas Barbosa Alexandre2016-02-201-1/+54
| * Create a pending task when an MR is assigned to someoneDouglas Barbosa Alexandre2016-02-202-0/+65
* | Discover branches for commit statuses ref-less when doing merge when succeededmerge-when-succeededKamil Trzcinski2016-02-191-6/+30
* | Fix Merge When Succeeded for multiple stagesKamil Trzcinski2016-02-191-0/+30
|/
* Use a MR with commits.Rubén Dávila2016-01-201-1/+1
* Fix errorsKamil Trzcinski2015-12-111-1/+1
* Merge branch 'master' into split-up-buildsDouwe Maan2015-12-093-5/+94
|\
| * Merge branch 'master' into merge-if-greenZeger-Jan van de Weg2015-12-074-11/+58
| |\
| * | Button fixZeger-Jan van de Weg2015-12-071-1/+1
| * | Incorporate feedbackZeger-Jan van de Weg2015-12-052-13/+20
| * | Specs for 'Merge When Build Succeeds'Zeger-Jan van de Weg2015-12-023-5/+86