summaryrefslogtreecommitdiff
path: root/app/services
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '32815--Add-Custom-CI-Config-Path' into 'master'Grzegorz Bizon2017-07-061-1/+1
|\
| * Merge remote-tracking branch 'upstream/master' into 32815--Add-Custom-CI-Conf...Lin Jen-Shin2017-07-055-22/+85
| |\
| * | Add back Pipeline#ci_yaml_file_path due to all the troublesLin Jen-Shin2017-07-051-1/+1
| * | Fix config pathLin Jen-Shin2017-07-041-1/+1
| * | Merge remote-tracking branch 'upstream/master' into 32815--Add-Custom-CI-Conf...Lin Jen-Shin2017-07-032-4/+4
| |\ \
| * \ \ Merge remote-tracking branch 'upstream/master' into 32815--Add-Custom-CI-Conf...Lin Jen-Shin2017-06-308-18/+29
| |\ \ \
| * | | | Try to report where the file should beLin Jen-Shin2017-06-281-1/+1
* | | | | Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-052-7/+6
| |_|_|/ |/| | |
* | | | Merge branch '33580-fix-api-scoping' into 'master'Douwe Maan2017-07-051-6/+18
|\ \ \ \
| * \ \ \ Merge branch 'master' into '33580-fix-api-scoping'Douwe Maan2017-07-0413-36/+94
| |\ \ \ \
| * | | | | `AccessTokenValidationService` accepts `String` or `API::Scope` scopes.Timothy Andrew2017-06-301-1/+8
| * | | | | Extract a `Gitlab::Scope` class.Timothy Andrew2017-06-291-9/+8
| * | | | | Implement review comments from @DouweM for !12300.Timothy Andrew2017-06-281-2/+2
| * | | | | Fix remaining spec failures for !12300.Timothy Andrew2017-06-281-1/+1
| * | | | | Allow API scope declarations to be applied conditionally.Timothy Andrew2017-06-281-6/+9
| * | | | | Initial attempt at refactoring API scope declarations.Timothy Andrew2017-06-281-1/+4
| | |/ / / | |/| | |
* | | | | Merge branch 'dm-always-verify-source-branch-can-be-deleted' into 'master'Sean McGivern2017-07-041-2/+6
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Prevent accidental deletion of protected MR source branch by repeating checks...dm-always-verify-source-branch-can-be-deletedDouwe Maan2017-07-041-2/+6
| | |/ / | |/| |
* | | | Merge branch 'tc-namespace-license-checks--multiple-assignees' into 'master'Douwe Maan2017-07-041-14/+58
|\ \ \ \
| * | | | Ensure /reassign does not assign multiple usersToon Claes2017-06-201-5/+14
| * | | | Make MergeRequest respond to assignee_ids & assignee_ids=Toon Claes2017-06-201-17/+12
| * | | | Backport /reassign quick commandToon Claes2017-06-201-0/+18
| * | | | Backport issuable for assignee slash commands from EEToon Claes2017-06-201-8/+30
* | | | | DeleteMergedBranchesService should not delete protected branchesToon Claes2017-07-041-0/+2
* | | | | Merge branch 'fix-2801' into 'master'Sean McGivern2017-07-031-0/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Expires full_path cache after repository is transferredDouglas Barbosa Alexandre2017-06-291-0/+1
| | |/ / | |/| |
* | | | Set the GL_REPOSITORY env variable on Gitlab::Git::Hook34502-gitlab-git-hook-should-set-the-gl_repository-environment-variableAlejandro Rodríguez2017-06-292-4/+4
|/ / /
* | | Merge branch 'rs-silence-update-pages-service' into 'master'Rémy Coutable2017-06-291-1/+2
|\ \ \
| * | | Perform unzip quietly in UpdatePagesServicers-silence-update-pages-serviceRobert Speicher2017-06-281-1/+2
* | | | Defer project destroys within a namespace in Groups::DestroyService#async_exe...Stan Hu2017-06-291-2/+1
* | | | Merge branch 'dm-merge-request-creations-controller' into 'master'Sean McGivern2017-06-292-2/+2
|\ \ \ \
| * | | | Split up MergeRequestsControllerdm-merge-request-creations-controllerDouwe Maan2017-06-282-2/+2
| | |_|/ | |/| |
* | | | Merge branch '30708-stop-using-deleted-at-to-filter-namespaces' into 'master'Douwe Maan2017-06-293-4/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | Removes redundant pending delete checks30708-stop-using-deleted-at-to-filter-namespacesTiago Botelho2017-06-281-3/+3
| * | | Fix current feature related specsTiago Botelho2017-06-283-6/+6
| |/ /
* | | Merge branch 'stop-notification-recipient-service-modifying-participants' int...Grzegorz Bizon2017-06-281-7/+10
|\ \ \
| * | | Ensure NotificationRecipientService doesn't modify participantsSean McGivern2017-06-281-7/+10
| |/ /
* | | Merge branch 'issue-boards-closed-list-all' into 'master'Sean McGivern2017-06-281-2/+10
|\ \ \ | |/ / |/| |
| * | Fixed issue boards closed list not listing all issuesPhil Hughes2017-06-281-2/+10
| |/
* | update code based on feedbackJames Lopez2017-06-233-5/+2
* | fix bug in emails destroy serviceJames Lopez2017-06-232-3/+2
* | refactor update user service not to do auth checksJames Lopez2017-06-232-14/+7
* | fix specsJames Lopez2017-06-231-1/+1
* | more refactoringJames Lopez2017-06-231-2/+4
* | more refactoring based on feedbackJames Lopez2017-06-234-15/+5
* | refactor emails serviceJames Lopez2017-06-231-1/+11
* | update missing email actionsJames Lopez2017-06-231-1/+1
* | fix specsJames Lopez2017-06-232-2/+2
* | update to use emails destroy serviceJames Lopez2017-06-231-1/+1
* | add create and destroy services for emailsJames Lopez2017-06-233-0/+33