summaryrefslogtreecommitdiff
path: root/spec/services
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | | | | Merge branch 'ee_issue_928_backport' into 'master'Sean McGivern2017-09-073-3/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ee_issue_928_ba...Simon Knox2017-09-0618-119/+349
| |\ \ \ \ | | |/ / /
| * | | | Backport specsFelipe Artur2017-08-311-1/+1
| * | | | Continue BE backportFelipe Artur2017-08-312-2/+2
* | | | | Merge branch 'fix/sm/33281-activerecord-recordinvalid-when-build-has-nil-prot...Kamil Trzciński2017-09-061-0/+11
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Fix specShinya Maeda2017-09-071-1/+1
| * | | | Use before_save :set_protectedShinya Maeda2017-09-061-0/+11
| | |/ / | |/| |
* | | | Resolve outdated diff discussions on pushSean McGivern2017-09-061-15/+47
|/ / /
* | | Merge branch 'fix/sm/35650-remove-createtriggerrequestservice-and-forbid-to-p...Kamil Trzciński2017-09-051-52/+0
|\ \ \
| * | | Remove CreateTriggerRequestService and forbit to save variables on Ci::Trigge...Shinya Maeda2017-09-041-52/+0
* | | | Use script_failure. Add runner_system_failure. Improve spec.feature/sm/37239-implement-failure_reason-on-ci_buildsShinya Maeda2017-09-051-1/+1
* | | | - Allow runner API to pass failure_reasonShinya Maeda2017-09-051-1/+1
* | | | Fix enum listsShinya Maeda2017-09-051-1/+1
* | | | Implement `failure_reason` on `ci_builds`Shinya Maeda2017-09-051-0/+1
|/ / /
* | | Merge branch 'feature/sm/33281-protected-runner-executes-jobs-on-protected-br...Kamil Trzciński2017-09-043-20/+88
|\ \ \ | |_|/ |/| |
| * | Fix spec on egister_job_service_spec.rbfeature/sm/33281-protected-runner-executes-jobs-on-protected-branchShinya Maeda2017-09-031-32/+32
| * | Fix specShinya Maeda2017-09-031-1/+1
| * | Fix specShinya Maeda2017-09-032-14/+40
| * | Fix specShinya Maeda2017-09-031-2/+2
| * | Improve spec. Add validation for accel_level on runner.Shinya Maeda2017-09-031-2/+4
| * | Remove access_level index from runner. Add protected on ci_pipelines. Add pro...Shinya Maeda2017-09-031-0/+2
| * | Fix specShinya Maeda2017-09-031-2/+2
| * | Refactor access_level to not_protected and ref_protectedShinya Maeda2017-09-031-1/+1
| * | Fix specShinya Maeda2017-09-031-1/+1
| * | Add the rest of specsShinya Maeda2017-09-031-0/+38