summaryrefslogtreecommitdiff
path: root/app/services/ci
Commit message (Expand)AuthorAgeFilesLines
* Move FetchKubernetesTokenService to under the Clusters::Gcp::Kubernetes names...Thong Kuah2018-09-141-75/+0
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-117-0/+32
* CE Port of Protected Environments backendMayra Cabrera2018-08-102-1/+13
* Squashed commit of the following:Shinya Maeda2018-08-071-15/+28
* Fix static analysysShinya Maeda2018-08-031-2/+2
* Use serializable_hash for compared resultsShinya Maeda2018-08-031-1/+1
* Added unique identifier to calculate_reactive_cache. Decoupled comparison log...Shinya Maeda2018-08-031-0/+24
* 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-1614-0/+28
* Rename environments stop action methodGrzegorz Bizon2018-07-121-1/+1
* 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
* Merge branch '44059-specify-variables-when-executing-a-manual-pipeline-from-t...Kamil Trzciński2018-05-061-0/+1
|\
| * Merge branch 'master' into 44059-specify-variables-when-executing-a-manual-pi...Matija Čupić2018-05-021-0/+1
| |\
| * \ Merge branch 'master' into 44059-specify-variables-when-executing-a-manual-pi...Jose2018-04-301-3/+18
| |\ \
| * | | Use variables_attributes intead of variablesMatija Čupić2018-04-181-1/+1
| * | | Add variables option to Ci::CreatePipelineServiceMatija Čupić2018-04-181-0/+1
* | | | 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
* | | | Merge branch 'master' into feature/runner-per-groupDylan Griffith2018-05-031-0/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | Use stages position column to track stage indexGrzegorz Bizon2018-05-011-1/+1
| * | | Rename stage index column name to priority columnGrzegorz Bizon2018-04-241-1/+1
| * | | Validate presence of a stage index in the modelGrzegorz Bizon2018-04-241-0/+1
| | |/ | |/|
* | | Rename Runner#invalidate_build_cache -> Runner#pick_buildDylan Griffith2018-05-021-1/+1
* | | Use group_type? where possible during transition periodDylan Griffith2018-05-011-1/+1
* | | Introduce Project#all_runners and use in Ci::UpdateBuildQueueServiceDylan Griffith2018-04-301-9/+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
* | | Rename `runner.belonging_to_group(project.id) -> runner.belonging_to_parent_g...Dylan Griffith2018-04-271-1/+1
* | | extract method to adhere to "tell, don't ask"Alexis Reigel2018-04-231-1/+1
* | | simplify runner selectionAlexis Reigel2018-04-231-56/+14
* | | dry up: extract methodAlexis Reigel2018-04-231-15/+11
* | | select group runners also in register_job_serviceAlexis Reigel2018-04-231-9/+36
* | | select group runners also in build queue serviceAlexis Reigel2018-04-231-4/+12
|/ /
* | 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