summaryrefslogtreecommitdiff
path: root/spec/services
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jej-use-issuable-finder-instead-of-access-check' into 'security'Douwe Maan2016-11-241-0/+12
* Merge branch 'zj-fix-label-creation-non-members' into 'security' Douwe Maan2016-11-241-1/+1
* Merge branch '22271-drone-tag-pipeline-build' into 'master'Douwe Maan2016-11-041-50/+123
* Merge branch 'issue_23242' into 'master'Sean McGivern2016-11-041-1/+1
* Merge branch 'allow-owner-to-run-ci-builds' into 'master'Rémy Coutable2016-11-041-4/+24
* Merge branch 'adam-fix-labels-find-or-create' into 'master'Douwe Maan2016-10-311-20/+31
* Merge branch 'fix/make-github-import-retryable' into 'master'Sean McGivern2016-10-311-1/+1
* Merge branch 'ee-1159-allow-permission-check-bypass-in-approve-access-request...Stan Hu2016-10-281-6/+57
* Merge branch '23662-issue-move-user-reference-exception' into 'master'Douwe Maan2016-10-251-2/+12
* Merge branch 'sh-fix-labels-move-issue' into 'master'Rémy Coutable2016-10-251-4/+25
* Merge branch 'fix-bulk-assign-issues-for-external-issues' into 'master' Sean McGivern2016-10-211-0/+12
* Merge branch 'sh-improve-merge-service-logging' into 'master' Robert Speicher2016-10-201-2/+2
* Merge branch 'issue_828' into 'master' Douwe Maan2016-10-202-22/+50
* Merge branch '22191-delete-dynamic-envs-mr' into 'master'Rémy Coutable2016-10-201-2/+63
* Merge branch 'feature/group-level-labels' into 'master'Douwe Maan2016-10-206-0/+146
* Merge branch 'pipeline-emails' into 'master' Kamil Trzciński2016-10-201-0/+48
* Merge branch 'looser-time-in-specs' into 'master' Douwe Maan2016-10-182-4/+4
|\
| * Add a be_like_time matcher and use it in specsNick Thomas2016-10-172-4/+4
* | Merge branch 'master' into merge-conflicts-editor-2Sean McGivern2016-10-173-6/+18
|\ \ | |/
| * 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 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
* | | | Fix resolve service specsSean McGivern2016-10-131-2/+2
* | | | Allow setting content for resolutionsSean McGivern2016-10-131-9/+130
|/ / /
* | | 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
|\ \ \ \ | |_|/ / |/| | |