summaryrefslogtreecommitdiff
path: root/spec/services
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/master' into 36807-gc-unwanted-refs-af...Lin Jen-Shin2017-08-3024-176/+351
|\
| * Merge branch '35793_fix_predicate_names' into 'master'Robert Speicher2017-08-293-7/+7
| |\
| | * replace `is_spam?` with `spam?`Maxim Rydkin2017-08-292-5/+5
| | * replace `is_default_branch?` with `default_branch?`Maxim Rydkin2017-08-291-2/+2
| * | Merge branch 'fix/sm/37040-regression-pipeline-trigger-via-api-fails-with-500...Kamil Trzciński2017-08-291-15/+11
| |\ \
| | * | Fix specfix/sm/37040-regression-pipeline-trigger-via-api-fails-with-500-internal-server-error-in-9-5-1Shinya Maeda2017-08-291-14/+10
| | * | Fix specShinya Maeda2017-08-291-3/+3
| | |/
| * | Cleans merge_jid when possible on MergeService36114-stuck-mrs-job-follow-upOswaldo Ferreira2017-08-281-5/+28
| * | Track enqueued and ongoing MRsOswaldo Ferreira2017-08-281-0/+9
| |/
| * Merge branch '36792-inline-user-refresh-when-creating-project' into 'master'Douwe Maan2017-08-282-1/+8
| |\
| | * Don't add admins as masters to projects created in another user's namespaceNick Thomas2017-08-251-1/+1
| | * Move sidekiq-based project authorization refresh out of Projects::CreateServiceNick Thomas2017-08-251-0/+7
| * | Merge branch 'rs-aggregate-system-note-specs' into 'master'Douwe Maan2017-08-281-25/+4
| |\ \
| | * | Combine multiple expectations into one for shared system note examplers-aggregate-system-note-specsRobert Speicher2017-08-241-25/+4
| | |/
| * | Merge branch '35642-add-owner-to-triggers-factory' into 'master'Kamil Trzciński2017-08-281-1/+2
| |\ \
| | * \ Merge remote-tracking branch 'upstream/master' into 35642-add-owner-to-trigge...35642-add-owner-to-triggers-factoryLin Jen-Shin2017-08-286-80/+80
| | |\ \
| | * | | Make default trigger factory generate an ownerLin Jen-Shin2017-08-251-1/+2
| * | | | Merge branch 'sh-simplify-system-hook-testing' into 'master'Douwe Maan2017-08-281-27/+6
| |\ \ \ \
| | * | | | Simplify system hook testing and guarantee test will firesh-simplify-system-hook-testingStan Hu2017-08-271-27/+6
| * | | | | Merge branch 'bugfix.notify-custom-participants' into 'master'Sean McGivern2017-08-281-3/+14
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | rm a comment that is a liehttp://jneen.net/2017-08-211-1/+0
| | * | | | add a spec for a participant with a :custom settinghttp://jneen.net/2017-08-211-2/+14
| * | | | | Fire system hooks when a user is created via LDAP or OAuthsh-system-hooks-ldap-usersStan Hu2017-08-251-1/+16
| | |/ / / | |/| | |
| * | | | Handle creating a nested group on MySQL correctlybvl-fix-mysql-bare-repository-importerBob Van Landuyt2017-08-251-26/+61
| | |_|/ | |/| |
| * | | Add `:nested_groups` metadata to `Groups::NestedCreateService` specsRobert Speicher2017-08-241-2/+2
| * | | Merge branch 'git-operation-user' into 'master'Sean McGivern2017-08-244-53/+3
| |\ \ \ | | |_|/ | |/| |
| | * | Move GitHooksService testsJacob Vosmaer2017-08-231-50/+0
| | * | Move GitHooksService to Gitlab::GitJacob Vosmaer2017-08-234-6/+6
| * | | Merge branch 'cache-issue-and-mr-counts' into 'master'Douwe Maan2017-08-2310-43/+160
| |\ \ \
| | * | | Cache the number of open issues and merge requestsYorick Peterse2017-08-2310-43/+160
| * | | | Migrate creation of nested groups into a serviceBob Van Landuyt2017-08-231-0/+53
| | |/ / | |/| |
* | | | Try to make reserved ref names more obviousLin Jen-Shin2017-08-251-1/+1
* | | | Resolve feedback on the MR:Lin Jen-Shin2017-08-251-2/+2
* | | | Move to Projects::HousecleaningServiceLin Jen-Shin2017-08-241-1/+1
* | | | Use block rather than just bLin Jen-Shin2017-08-241-4/+4
* | | | Just use methods over constants, so that we couldLin Jen-Shin2017-08-241-1/+1
* | | | Add changelog and testsLin Jen-Shin2017-08-232-0/+68
|/ / /
* | | Add `:nested_groups` metadata to two subgroup-related specsRobert Speicher2017-08-221-1/+1
* | | Merge branch '35845-improve-subgroup-creation-permissions' into 'master'Douwe Maan2017-08-221-1/+13
|\ \ \
| * | | Improves subgroup creation permissions35845-improve-subgroup-creation-permissionsTiago Botelho2017-08-211-1/+13
* | | | Make sure repository's removal work for legacy and hashed storages28283-uuid-storageGabriel Mazetto2017-08-222-4/+49
| |_|/ |/| |
* | | Merge branch 'fix/gb/fix-head-pipeline-when-pipeline-has-errors' into 'master'Kamil Trzciński2017-08-211-12/+46
|\ \ \
| * | | Update merge request pipeline even if if has errorsGrzegorz Bizon2017-08-181-1/+19
| * | | Make create pipeline service specs more readableGrzegorz Bizon2017-08-181-11/+27
| | |/ | |/|
* | | Merge branch '35343-inherit-milestones-and-labels' into 'master'Sean McGivern2017-08-211-2/+18
|\ \ \
| * | | [skip ci] changelog and minor style changes addedhaseeb2017-08-181-2/+2
| * | | moved merge parms to servicehaseeb2017-08-171-21/+12
| * | | tests for inheriting milestones and labelshaseeb2017-08-111-1/+26
* | | | Add namespace errors from User#after_updatemk-fix-user-namespace-renameMichael Kozono2017-08-181-1/+14
| |/ / |/| |
* | | Merge branch 'dm-gpg-signature-performance' into 'master'Robert Speicher2017-08-161-3/+31
|\ \ \