summaryrefslogtreecommitdiff
path: root/spec/services
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge branch 'dm-fix-project-path-helpers-production' into 'master'Douwe Maan2017-07-071-1/+1
|\ \ \ \ \ \
| * | | | | | Include new URL helpers retroactively into includers of Gitlab::Routingdm-fix-project-path-helpers-productionDouwe Maan2017-07-071-1/+1
* | | | | | | Merge branch 'fix-mrs-merged-immediately' into 'master'Robert Speicher2017-07-071-10/+44
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Don't mark empty MRs as merged on push to the target branchfix-mrs-merged-immediatelySean McGivern2017-07-071-10/+44
* | | | | | | Native group milestonesFelipe Artur2017-07-073-14/+63
* | | | | | | Merge branch 'bvl-backport-board-issue-create-service' into 'master'Douwe Maan2017-07-071-0/+2
|\ \ \ \ \ \ \
| * | | | | | | This makes the `Boards::CreateService` more reusable for EEbvl-backport-board-issue-create-serviceBob Van Landuyt2017-07-071-0/+2
| |/ / / / / /
* | | | | | | Remove /reassign quick actiontc-follow-up-miaToon Claes2017-07-071-16/+0
|/ / / / / /
* | | | | | Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-4/+4
* | | | | | Merge branch '33580-fix-api-scoping' into 'master'Douwe Maan2017-07-051-6/+37
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Merge branch 'master' into '33580-fix-api-scoping'Douwe Maan2017-07-048-47/+110
| |\ \ \ \ \
| * | | | | | `AccessTokenValidationService` accepts `String` or `API::Scope` scopes.Timothy Andrew2017-06-301-6/+6
| * | | | | | Extract a `Gitlab::Scope` class.Timothy Andrew2017-06-291-12/+8
| * | | | | | Implement review comments from @DouweM for !12300.Timothy Andrew2017-06-281-9/+22
| * | | | | | Implement review comments from @dbalexandre for !12300.Timothy Andrew2017-06-281-13/+11
| * | | | | | Fix remaining spec failures for !12300.Timothy Andrew2017-06-281-9/+9
| * | | | | | Allow API scope declarations to be applied conditionally.Timothy Andrew2017-06-281-6/+30
* | | | | | | Merge branch 'dm-always-verify-source-branch-can-be-deleted' into 'master'Sean McGivern2017-07-041-11/+58
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Prevent accidental deletion of protected MR source branch by repeating checks...dm-always-verify-source-branch-can-be-deletedDouwe Maan2017-07-041-11/+58
* | | | | | | Merge branch 'tc-namespace-license-checks--multiple-assignees' into 'master'Douwe Maan2017-07-041-10/+26
|\ \ \ \ \ \ \
| * | | | | | | Make MergeRequest respond to assignee_ids & assignee_ids=Toon Claes2017-06-201-9/+9
| * | | | | | | Backport /reassign quick commandToon Claes2017-06-201-1/+17
* | | | | | | | DeleteMergedBranchesService should not delete protected branchesToon Claes2017-07-041-0/+8
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge branch 'fix-2801' into 'master'Sean McGivern2017-07-031-0/+6
|\ \ \ \ \ \ \
| * | | | | | | Expires full_path cache after repository is transferredDouglas Barbosa Alexandre2017-06-291-0/+6
| | |/ / / / / | |/| | | | |
* | | | | | | Improve support for external issue referencesadam-external-issue-references-spikeAdam Niedzielski2017-06-301-12/+0
* | | | | | | Set the GL_REPOSITORY env variable on Gitlab::Git::Hook34502-gitlab-git-hook-should-set-the-gl_repository-environment-variableAlejandro Rodríguez2017-06-291-4/+3
|/ / / / / /
* | | | | | Defer project destroys within a namespace in Groups::DestroyService#async_exe...Stan Hu2017-06-291-20/+32
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'stop-notification-recipient-service-modifying-participants' int...Grzegorz Bizon2017-06-281-0/+34
|\ \ \ \ \
| * | | | | Ensure NotificationRecipientService doesn't modify participantsSean McGivern2017-06-281-0/+34
| | |/ / / | |/| | |
* | | | | Merge branch 'issue-boards-closed-list-all' into 'master'Sean McGivern2017-06-281-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fixed issue boards closed list not listing all issuesPhil Hughes2017-06-281-1/+1
| |/ / /
* | | | Merge branch 'backport-destroy-service-spec-fixes' into 'master'Douwe Maan2017-06-261-2/+3
|\ \ \ \
| * | | | Fixed DestroyService spec to actually test if removal was successfulbackport-destroy-service-spec-fixesGabriel Mazetto2017-06-241-2/+3
* | | | | Merge branch 'feature/add-new-services' into 'master'Sean McGivern2017-06-263-0/+78
|\ \ \ \ \
| * | | | | fix spec failuresJames Lopez2017-06-232-2/+2
| * | | | | update code based on feedbackJames Lopez2017-06-231-3/+3
| * | | | | refactor update user service not to do auth checksJames Lopez2017-06-231-29/+10
| * | | | | more refactoringJames Lopez2017-06-232-22/+0
| * | | | | fixed specsJames Lopez2017-06-232-3/+5
| * | | | | add more spec examplesJames Lopez2017-06-232-3/+23
| * | | | | add emails service specsJames Lopez2017-06-232-0/+35
| * | | | | added bang option to specJames Lopez2017-06-231-0/+30
| * | | | | fix specJames Lopez2017-06-231-6/+5
| * | | | | ported EE user service to CEJames Lopez2017-06-231-0/+33
| |/ / / /
* | | | | Merge branch 'fix/gb/fix-skipped-pipeline-with-allowed-to-fail-jobs' into 'ma...Kamil Trzciński2017-06-261-0/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix pipeline status when allowed to fail jobs presentGrzegorz Bizon2017-06-201-0/+4
| |/ / /
* | | | Merge branch '34008-fix-CI_ENVIRONMENT_URL-2' into 'master'Kamil Trzciński2017-06-211-0/+55
|\ \ \ \
| * | | | Expand with all the variables so that things likeLin Jen-Shin2017-06-211-1/+20
| * | | | Move expanded_environment_url to CreateDeploymentServiceLin Jen-Shin2017-06-211-0/+36