summaryrefslogtreecommitdiff
path: root/spec/services/ci/register_job_service_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-10-stable-eev15.10.0-rc42GitLab Bot2023-03-201-560/+600
* Add latest changes from gitlab-org/gitlab@15-9-stable-eev15.9.0-rc42GitLab Bot2023-02-201-565/+600
* Add latest changes from gitlab-org/gitlab@15-6-stable-eev15.6.0-rc42GitLab Bot2022-11-171-4/+9
* Add latest changes from gitlab-org/gitlab@15-4-stable-eev15.4.0-rc42GitLab Bot2022-09-191-8/+0
* Add latest changes from gitlab-org/gitlab@15-3-stable-eev15.3.0-rc42GitLab Bot2022-08-181-20/+48
* Add latest changes from gitlab-org/gitlab@15-2-stable-eev15.2.0-rc42GitLab Bot2022-07-201-59/+1
* Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42GitLab Bot2022-04-201-0/+14
* Add latest changes from gitlab-org/gitlab@14-9-stable-eeGitLab Bot2022-04-121-0/+19
* Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot2022-02-181-0/+4
* Add latest changes from gitlab-org/gitlab@14-7-stable-eev14.7.0-rc42GitLab Bot2022-01-201-2/+26
* Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot2021-12-201-92/+14
* Add latest changes from gitlab-org/gitlab@14-4-stable-eev14.4.0-rc42GitLab Bot2021-10-201-7/+43
* Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot2021-09-201-3/+81
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-14/+48
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-40/+23
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-68/+79
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-56/+61
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-2/+37
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-409/+524
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-3/+19
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-14/+14
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-10/+7
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-241-4/+22
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-101-3/+3
* Add latest changes from gitlab-org/gitlab@masterogolowinski-master-patch-80898GitLab Bot2019-12-161-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-131-4/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-301-0/+51
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-271-0/+16
* Add frozen_string_literal to spec/servicesfrozen_string_literal_spec_servicesThong Kuah2019-04-121-0/+2
* Add config_options|variables to BuildMetadatakamil-refactor-ci-builds-v5Kamil Trzciński2019-01-041-1/+6
* Fix spec that depended on 0 lock_version being unsupportedDouwe Maan2018-12-271-1/+3
* Allow to make builds soft-archived.disallow-retry-of-old-buildsKamil Trzciński2018-11-051-0/+14
* Fix spec failuresKamil Trzciński2018-08-011-2/+2
* Add specs for unsupported runnerKamil Trzciński2018-08-011-0/+33
* Web Terminal Ci BuildFrancisco Javier López2018-07-051-2/+15
* Fix `register_job_service_spec` failuresKamil Trzciński2018-05-311-1/+1
* Fix weird Rails bug that leads to `runner_id=null` in SQL queryKamil Trzciński2018-05-311-6/+2
* Refactor validations and make runner factory by default to be instance-wide r...Kamil Trzciński2018-05-311-1/+1
* Improve runner_type validations for Ci::RunnerDylan Griffith2018-05-311-15/+15
* Fix Project#group_runners_enabled as it was doing nothingDylan Griffith2018-05-031-11/+17
* Use group_type? where possible during transition periodDylan Griffith2018-05-011-1/+1
* Revert fair scheduling for all buildsDylan Griffith2018-04-301-41/+10
* simplify runner selectionAlexis Reigel2018-04-231-3/+38
* select group runners also in register_job_serviceAlexis Reigel2018-04-231-5/+74
* Protect register_job_service from pending job with queued_at=nilTomasz Maczukin2018-04-101-1/+23
* Partition job_queue_duration_seconds with jobs_running_for_projectTomasz Maczukin2018-04-101-2/+81
* Revert "Merge branch 'improve-jobs-queuing-time-metric' into 'master'"Kamil Trzciński2018-04-101-81/+2
* Partition job_queue_duration_seconds with jobs_running_for_projectTomasz Maczukin2018-04-051-2/+81
* Replace factory_girl_rails with factory_bot_railsrc/use-factory_bot_railsRémy Coutable2017-12-141-10/+10