summaryrefslogtreecommitdiff
path: root/app/services/ci/register_job_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-3-stable-eev15.3.0-rc42GitLab Bot2022-08-181-0/+18
* Add latest changes from gitlab-org/gitlab@15-0-stable-eev15.0.0-rc42GitLab Bot2022-05-191-9/+7
* Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42GitLab Bot2022-04-201-1/+2
* Add latest changes from gitlab-org/gitlab@14-9-stable-eeGitLab Bot2022-04-121-0/+12
* Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot2022-02-181-1/+1
* Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot2021-12-201-8/+1
* Add latest changes from gitlab-org/gitlab@14-4-stable-eev14.4.0-rc42GitLab Bot2021-10-201-29/+28
* Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot2021-09-201-26/+37
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-69/+17
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-27/+37
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-10/+16
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-9/+21
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-68/+125
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-201-2/+2
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-14/+14
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-4/+15
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-3/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-241-1/+9
* Add latest changes from gitlab-org/gitlab@masterogolowinski-master-patch-80898GitLab Bot2019-12-161-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-131-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-121-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-301-20/+61
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
* Add 30 and 60 minute bucketsElliot Rushton2019-09-111-1/+1
* Adds 15m bucket for CI job queueElliot Rushton2019-07-091-1/+1
* Add 60s & 5m monitor buckets for CI queuesElliot Rushton2019-05-221-1/+1
* Added filtering jobs by age to jobs/request API endpointDmitry Chepurovskiy2019-05-201-0/+5
* Rename GroupHierarchy into ObjectHierarchyJarka Košanová2018-12-191-1/+1
* Clean up fix for RegisterJobServicesh-register-ci-job-service-improveStan Hu2018-11-221-4/+2
* Work around Ruby 2.5.3 crash when a CI job is selectedsh-workaround-ruby-2-5-3-bugStan Hu2018-11-201-2/+4
* Allow to make builds soft-archived.disallow-retry-of-old-buildsKamil Trzciński2018-11-051-0/+5
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+12
* Fix current spec failuresKamil Trzciński2018-08-011-1/+1
* Fix spec failuresKamil Trzciński2018-08-011-1/+1
* Add `runner_unsupported` CI failureKamil Trzciński2018-08-011-7/+19
* Enable frozen string in apps/services/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-apps-services-innergfyoung2018-07-161-0/+2
* Web Terminal Ci BuildFrancisco Javier López2018-07-051-1/+3
* Remove the use of `is_shared` of `Ci::Runner`remove-is-shared-from-ci-runnersKamil Trzciński2018-06-261-5/+5
* Remove the ci_job_request_with_tags_matcherremove-ci_job_request_with_tags_matcherKamil Trzciński2018-06-171-7/+5
* Remove ambiguity in Group class causing build failuresStan Hu2018-06-011-1/+1
* Fix `register_job_service_spec` failuresKamil Trzciński2018-05-311-1/+2
* Fix weird Rails bug that leads to `runner_id=null` in SQL queryKamil Trzciński2018-05-311-1/+1
* Fix weird Rails bug that leads to `runner_id=null` in SQL queryDylan Griffith2018-05-311-1/+3
* Order builds by id instead of created_at in RegisterJobServiceDylan Griffith2018-05-031-2/+2
* Fix Project#group_runners_enabled as it was doing nothingDylan Griffith2018-05-031-1/+4
* Use group_type? where possible during transition periodDylan Griffith2018-05-011-1/+1
* Remove redundant scopes in Ci::RegisterJobService#builds_for_group_runnerDylan Griffith2018-04-301-1/+1
* Rename Runner#group? -> #assigned_to_group? and Runner#project? -> #assigned_...Dylan Griffith2018-04-301-1/+1
* Revert fair scheduling for all buildsDylan Griffith2018-04-301-14/+33
* simplify runner selectionAlexis Reigel2018-04-231-56/+14