summaryrefslogtreecommitdiff
path: root/spec/services
Commit message (Expand)AuthorAgeFilesLines
* Migrate Gitlab::Git::Repository#add_tag to Gitalyfeature/migrate-repository-add-tag-to-gitalyAhmad Sherif2017-09-291-1/+1
* Merge branch 'fix-mr-sidebar-counter-after-merge' into 'master'Robert Speicher2017-09-281-0/+11
|\
| * Clear merge requests counter cache after mergeSean McGivern2017-09-281-0/+11
* | Add support to migrate existing projects to Hashed Storage asynchashed-storage-migration-pathGabriel Mazetto2017-09-281-0/+74
|/
* Merge branch 'refactor-services' into 'master'Grzegorz Bizon2017-09-283-6/+6
|\
| * refactor emails servicerefactor-servicesJames Lopez2017-09-282-3/+3
| * refactor users update serviceJames Lopez2017-09-281-4/+4
| * fix specsJames Lopez2017-09-283-6/+6
* | Merge branch '38476-improve-merge-jid-cleanup-on-merge-process' into 'master'Sean McGivern2017-09-281-3/+20
|\ \ | |/ |/|
| * Clean merge_jid whenever necessary on the merge process38476-improve-merge-jid-cleanup-on-merge-processOswaldo Ferreira2017-09-271-3/+20
* | Add test for head pipeline assignment when skippedGrzegorz Bizon2017-09-261-0/+20
* | Fix code style offenses in pipeline create servicesGrzegorz Bizon2017-09-261-1/+0
* | Extract pipeline chain builder classes from serviceGrzegorz Bizon2017-09-251-99/+0
|/
* Simplify a testNick Thomas2017-09-211-6/+1
* Merge branch 'remove-use-key-worker' into 'master'Rémy Coutable2017-09-211-0/+68
|\
| * Stop using Sidekiq for updating Key#last_used_atremove-use-key-workerYorick Peterse2017-09-201-0/+68
* | Merge branch 'fix-counts-caching' into 'master'Douwe Maan2017-09-206-6/+13
|\ \ | |/ |/|
| * Fix refreshing of issues/MR count cachesfix-counts-cachingYorick Peterse2017-09-196-6/+13
* | Fix rewriting issue references with group milestonesGrzegorz Bizon2017-09-201-1/+3
|/
* Merge branch 'operation-service-merge' into 'master'Rémy Coutable2017-09-181-3/+1
|\
| * Prepare Repository#merge for migration to Gitalyoperation-service-mergeJacob Vosmaer2017-09-151-3/+1
* | Merge branch 'master' into 'issue_37640'issue_37640Felipe Artur2017-09-157-6/+62
|\ \
| * | created services for keyshaseeb2017-09-154-1/+54
| |/
| * Merge branch 'backstage/gb/optimize-some-specs-with-rspec-set' into 'master'Rémy Coutable2017-09-131-4/+5
| |\
| | * Optimize CI/CD build retry service specsGrzegorz Bizon2017-09-131-4/+5
| * | Add change log. Fix spec.fix/sm/37559-pipeline-triggered-through-api-not-showing-trigger-variablesShinya Maeda2017-09-131-1/+1
| * | Fix PipelineTriggerService to associate trigger_request with buildsShinya Maeda2017-09-131-0/+2
| |/
| * Allow to use same periods for housekeeping tasksAlex Lossent2017-09-111-1/+1
* | Add data migrationFelipe Artur2017-09-151-1/+1
* | Fix project feature being deleted when updating project with invalid visibili...Felipe Artur2017-09-121-2/+19
|/
* Rework how recent push events are retrieveduser-recent-pushYorick Peterse2017-09-082-0/+120
* Merge branch '30473-allow-creation-of-subgroups-with-gitlab_default_can_creat...Douwe Maan2017-09-071-5/+38
|\
| * Make Members with Owner and Master roles always able to create subgroups30473-allow-creation-of-subgroups-with-gitlab_default_can_create_group-set-to-falseRuben Davila2017-09-071-5/+38
* | Merge branch '35558-only-one-garbage-collection-should-be-running-per-project...Douwe Maan2017-09-071-0/+1
|\ \ | |/ |/|
| * Adds exclusive lease to Git garbage collect worker.35558-only-one-garbage-collection-should-be-running-per-project-at-onceTiago Botelho2017-09-071-0/+1
* | Merge branch 'improve-share-locking-feature-for-subgroups' into 'master'Douwe Maan2017-09-071-0/+34
|\ \
| * | Refer to “Share with group lock” consistentlyimprove-share-locking-feature-for-subgroupsMichael Kozono2017-09-061-1/+1
| * | Specify nested_groups specsMichael Kozono2017-09-061-1/+1
| * | Enforce share_with_group_lock rulesMichael Kozono2017-09-061-0/+34
| |/
* | Merge branch '37288-fix-wrong-header-when-testing-webhook' into 'master'Douwe Maan2017-09-073-13/+25
|\ \
| * | Fix a wrong `X-Gitlab-Event` header when testing webhooks37288-fix-wrong-header-when-testing-webhookRémy Coutable2017-09-073-13/+25
| |/
* | Merge branch 'zj-auto-devops-table' into 'master'Kamil Trzciński2017-09-071-1/+1
|\ \
| * \ Merge remote-tracking branch 'origin/master' into zj/gitlab-ce-zj-auto-devops...Kamil Trzcinski2017-09-073-3/+3
| |\ \
| * \ \ Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into zj/gitlab-ce-zj...Kamil Trzcinski2017-09-061-0/+11
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'master' into zj-auto-devops-tableZeger-Jan van de Weg2017-09-066-88/+137
| |\ \ \
| * | | | Use hook for setting Pipeline config_sourceZeger-Jan van de Weg2017-09-061-1/+1
* | | | | Merge branch '31362_decrease_cyclomatic_complexity_threshold_step3' into 'mas...Rémy Coutable2017-09-071-1/+1
|\ \ \ \ \
| * | | | | fix CIMaxim Rydkin2017-09-071-1/+1
| | |_|/ / | |/| | |
* | | | | Merge branch '23079-remove-default-scope-in-sortable' into 'master'Douwe Maan2017-09-071-2/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Removes default scope from sortable23079-remove-default-scope-in-sortableTiago Botelho2017-09-071-2/+2