summaryrefslogtreecommitdiff
path: root/spec/services
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/master' into pipeline-emailspipeline-emailsLin Jen-Shin2016-10-181-10/+131
|\
| * Merge branch 'master' into merge-conflicts-editor-2Sean McGivern2016-10-173-6/+18
| |\
| * | Fix resolve service specsSean McGivern2016-10-131-2/+2
| * | Allow setting content for resolutionsSean McGivern2016-10-131-9/+130
* | | Merge remote-tracking branch 'upstream/master' into pipeline-emailsLin Jen-Shin2016-10-171-3/+14
|\ \ \ | | |/ | |/|
| * | Merge branch 'feature/process-pipeline-hooks-asynchronously' into 'master' Kamil Trzciński2016-10-141-3/+14
| |\ \
| | * | Check if project exists before creating deploymentGrzegorz Bizon2016-10-141-3/+14
* | | | Merge remote-tracking branch 'upstream/master' into pipeline-emailsLin Jen-Shin2016-10-1421-134/+434
|\ \ \ \ | |/ / /
| * | | Merge branch '15463-extract-update-merge-requests' into 'master' Yorick Peterse2016-10-142-3/+4
| |\ \ \ | | |_|/ | |/| |
| | * | Extract project#update_merge_requests and SystemHooks to its own worker from ...15463-extract-update-merge-requestsPaco Guzman2016-10-132-3/+4
| * | | Merge branch 'feature/issues-board' into 'master' Sean McGivern2016-10-1310-65/+137
| |\ \ \
| | * | | Fix typo on Boards::Issues::ListService specDouglas Barbosa Alexandre2016-10-111-1/+1
| | * | | Update board specs to use board factory instead of project_with_boardDouglas Barbosa Alexandre2016-10-113-10/+8
| | * | | Refactoring service to create a new issue in a board listDouglas Barbosa Alexandre2016-10-111-6/+6
| | * | | Fix rubocop offensesDouglas Barbosa Alexandre2016-10-111-11/+11
| | * | | Add Boards::ListService service to list project boardsDouglas Barbosa Alexandre2016-10-111-0/+37
| | * | | Removes all labels from project boards when moving and issue to doneDouglas Barbosa Alexandre2016-10-111-15/+19
| | * | | Update Boards::Issues::MoveService to move issues on a specific boardDouglas Barbosa Alexandre2016-10-111-12/+12
| | * | | Update Boards::Issues::ListService to list issues for a board listDouglas Barbosa Alexandre2016-10-111-7/+24
| | * | | Update Boards::Lists::MoveService to move lists inside a specific boardDouglas Barbosa Alexandre2016-10-111-4/+4
| | * | | Update Boards::Lists::GenerateService to generate for a specific boardDouglas Barbosa Alexandre2016-10-111-6/+6
| | * | | Update Boards::Lists::CreateService to create lists for a specific boardDouglas Barbosa Alexandre2016-10-111-7/+7
| | * | | Add Boards::Lists::ListService to list lists for a specific boardDouglas Barbosa Alexandre2016-10-111-0/+18
| | * | | Update Boards::CreateService to handle with the has_many associationDouglas Barbosa Alexandre2016-10-111-12/+10
| * | | | Merge branch '23234-deleting-a-milestone-removes-source-branch-deletion-optio...Rémy Coutable2016-10-131-0/+12
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Maintain "force_remove_source_branch" options on Merge Request unless specifiedMark Fletcher2016-10-131-0/+12
| * | | | Merge branch 'feature/improve-mrwbs-and-todos-for-pipelines' into 'master' Kamil Trzciński2016-10-131-50/+43
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Merge branch 'master' into feature/improve-mrwbs-and-todos-for-pipelinesfeature/improve-mrwbs-and-todos-for-pipelinesGrzegorz Bizon2016-10-122-6/+6
| | |\ \ \ | | | | |/ | | | |/|
| | * | | Improve desc for pipeline integration spec in MWBSGrzegorz Bizon2016-10-121-17/+19
| | * | | Merge branch 'master' into feature/improve-mrwbs-and-todos-for-pipelinesGrzegorz Bizon2016-10-1214-33/+263
| | |\ \ \
| | * | | | Remove support for branch-less builds in MWBSGrzegorz Bizon2016-10-061-12/+1
| | * | | | Fix tests and code for MWBS event move to pipelineGrzegorz Bizon2016-10-061-23/+25
| * | | | | Refactor straight compare diff codeDmitriy Zaporozhets2016-10-121-2/+2
| * | | | | Add spec for compare serviceDmitriy Zaporozhets2016-10-121-0/+21
| | |_|/ / | |/| | |
| * | | | Merge branch '20708-new-branch-is-immediatelly-tagged-as-merged' into 'master' Douwe Maan2016-10-122-6/+6
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | refactors tests because of gitlab-test repository changes20708-new-branch-is-immediatelly-tagged-as-mergedtiagonbotelho2016-10-112-6/+6
| * | | | Merge branch 'allow_multiple_labels_commands' into 'master' Rémy Coutable2016-10-111-0/+43
| |\ \ \ \
| | * | | | allow multiple labels commandsbarthc2016-10-111-0/+43
| * | | | | Merge branch 'assign-issues-for-merge-request-18876' into 'master' Douwe Maan2016-10-111-0/+49
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Added link to bulk assign issues to MR author. (Issue #18876)James2016-10-061-0/+49
| | | |/ / | | |/| |
| * | | | Make guests unable to view MRsguests_cant_see_mrsValery Sizov2016-10-113-3/+82
| | |_|/ | |/| |
| * | | Merge branch 'empty-mrs' into 'master' Rémy Coutable2016-10-111-2/+18
| |\ \ \
| | * | | Allow empty merge requestsArtem Sidorenko2016-10-111-2/+18
| | | |/ | | |/|
| * | | Improve spec for merge when build succeeds featureGrzegorz Bizon2016-10-081-5/+19
| |/ /
* | | Space between subject and {, feedback:Lin Jen-Shin2016-10-141-0/+1
* | | Merge remote-tracking branch 'upstream/master' into pipeline-emailsLin Jen-Shin2016-10-0811-82/+293
|\ \ \ | |/ /
| * | Add markdown cache columns to the database, but don't use them yetNick Thomas2016-10-073-11/+8
| * | Merge branch '23025-issue-boards-defaults' into 'master' Jacob Schatz2016-10-061-5/+4
| |\ \
| | * | Update issue board specAnnabel Dunstone Gray2016-10-061-5/+4
| * | | Change user & group landing page routing from /u/:name & /groups/:name to /:nameDmitriy Zaporozhets2016-10-061-1/+1
| |/ /