summaryrefslogtreecommitdiff
path: root/spec/services
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ / |/| |
* | | 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
|\ \ \
| * | | Only create commit GPG signature when necessarydm-gpg-signature-performanceDouwe Maan2017-08-161-3/+31
| | |/ | |/|
* | | Merge branch 'rs-trailingwhitespace-cop' into 'master'Rémy Coutable2017-08-161-1/+1
|\ \ \
| * | | Enable Layout/TrailingWhitespace cop and auto-correct offensesRobert Speicher2017-08-151-1/+1
| |/ /
* | | Don't create event in Merge Request Create ServiceJarka Kadlecova2017-08-161-0/+10
|/ /
* | Merge branch 'forks-count-cache' into 'master'Douwe Maan2017-08-153-0/+58
|\ \
| * | Cache the number of forks of a projectforks-count-cacheYorick Peterse2017-08-143-0/+58
* | | Merge branch '36378-error-raising-expectation-in-spec-fix' into 'master'Robert Speicher2017-08-141-2/+2
|\ \ \
| * | | Fix positive raise_error expectation without specifying the error type expect...36378-error-raising-expectation-in-spec-fixTiago Botelho2017-08-141-2/+2
| | |/ | |/|
* | | Merge remote-tracking branch 'upstream/master' into 36089-handle-ref-failure-...Lin Jen-Shin2017-08-144-15/+354
|\ \ \ | | |/ | |/|
| * | switch to multi-line before blockhttp://jneen.net/2017-08-111-1/+3