summaryrefslogtreecommitdiff
path: root/spec/services/merge_requests
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Tag service specsDouwe Maan2015-12-096-6/+6
| |/ |/|
* | test fixValery Sizov2015-11-304-6/+13
* | Generate system note after Task item has been updated on Issue or Merge Reque...Ruben Davila2015-11-191-6/+45
|/
* Add tests for merge request update.Douwe Maan2015-11-171-4/+7
* Add spec for manual merge of merge requestStan Hu2015-11-061-0/+19
* Reorder system note verb to say "Restored source branch X" instead of "Source...Stan Hu2015-10-161-1/+1
* Add spec for refresh service adding notes to restored branchesStan Hu2015-10-161-11/+13
* Improve SystemNote interface for branch add/restore caseStan Hu2015-10-151-1/+1