summaryrefslogtreecommitdiff
path: root/app/services/ci/register_job_service.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* select group runners also in register_job_serviceAlexis Reigel2018-04-231-9/+36
* Revert the addition of goldiloaderYorick Peterse2018-04-181-1/+1
* Resolve "Make a Rubocop that forbids returning from a block"🙈 jacopo beschi 🙉2018-04-181-1/+1
* Merge branch '45473-temporary-fix-for-ci-register-jobs-service' into 'master'Kamil Trzciński (OoO till 16th of April)2018-04-181-1/+1
|\
| * Temporary fix for eager loading issue in Ci::RegisterJobServiceTomasz Maczukin2018-04-171-1/+1
* | Protect register_job_service from pending job with queued_at=nilTomasz Maczukin2018-04-101-1/+1
* | Partition job_queue_duration_seconds with jobs_running_for_projectTomasz Maczukin2018-04-101-2/+17
|/
* Revert "Merge branch 'improve-jobs-queuing-time-metric' into 'master'"Kamil Trzciński2018-04-101-17/+2
* Partition job_queue_duration_seconds with jobs_running_for_projectTomasz Maczukin2018-04-051-2/+17
* use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa2018-02-021-2/+0
* ActiveRecord::StaleObjectError: Attempted to update a stale object: Ci::Build41023-activerecord-staleobjecterror--attempted-to-update-a-stale-object--ci-buildShinya Maeda2017-12-121-8/+9
* Use Class.new(StandardError) instead of custom extended error class. Bring ba...Shinya Maeda2017-12-061-1/+1
* Fail jobs if its dependency is missingShinya Maeda2017-12-061-0/+3
* Perform SQL matching of Build&Runner tags to greatly speed-up job pickingKamil Trzcinski2017-12-051-0/+10
* Refactor access_level to not_protected and ref_protectedShinya Maeda2017-09-031-1/+1
* Update application code by the db schema changeShinya Maeda2017-09-031-1/+1
* Tweak only new_builds. Revert the rest.Shinya Maeda2017-09-031-10/+8
* Solution 1. Persists protected(ref) flag on ci_pipelines table. builds_for_sh...Shinya Maeda2017-09-031-5/+9
* Fix wrong method call on prometheus histogramzj-fix-prom-metricsZ.J. van de Weg2017-08-101-3/+3
* Add two more metrics for CI/CDzj-add-ci-metricsZ.J. van de Weg2017-07-311-0/+24
* Removes redundant pending delete checks30708-stop-using-deleted-at-to-filter-namespacesTiago Botelho2017-06-281-3/+3
* Fix current feature related specsTiago Botelho2017-06-281-4/+4
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-7/+7
* All CI offline migrationsKamil Trzciński2017-03-171-3/+3
* Refactor JobRequest response structureTomasz Maczukin2017-03-021-0/+85