summaryrefslogtreecommitdiff
path: root/app/services/ci/register_job_service.rb
Commit message (Expand)AuthorAgeFilesLines
* 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