summaryrefslogtreecommitdiff
path: root/app/services/ci
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'backstage/gb/populating-pipeline-refactoring' into 'master'Kamil Trzciński2018-03-263-28/+5
|\
| * Populate pipeline with objects before creating itGrzegorz Bizon2018-03-212-8/+5
| * Remove legacy service for creating pipeline stagesGrzegorz Bizon2018-03-211-10/+0
| * Decouple pipeline stage seeds from building environmentsGrzegorz Bizon2018-03-211-11/+1
* | Use porcelain commit lookup method on CI::CreatePipelineServiceci-pipeline-commit-lookupAlejandro Rodríguez2018-03-221-1/+1
|/
* Replace KubeException with Kubeclient::HttpError (kubeclient 3.0)Pirate Praveen2018-03-151-1/+1
* Use Project#source_of_merge_requests-relationBob Van Landuyt2018-03-071-1/+1
* Add rake task. Adopt the latest fix. Drop CreateTraceArtifactServiceShinya Maeda2018-03-061-36/+0
* Revert "Revert "Use Dir.mktmpdir""Shinya Maeda2018-02-241-15/+14
* Revert "Use Dir.mktmpdir"minimal-fix-for-artifacts-serviceShinya Maeda2018-02-241-14/+15
* Use Dir.mktmpdirShinya Maeda2018-02-241-15/+14
* Change FileUtils.cp to FileUtils.copyShinya Maeda2018-02-241-1/+1
* Bring back the initial commitShinya Maeda2018-02-241-13/+14
* Fixed static analysysShinya Maeda2018-02-241-1/+1
* Check if the latest permanent file exists before remove file. Add tests.Shinya Maeda2018-02-231-14/+13
* Copy original file to temp file always to prevent data lossShinya Maeda2018-02-231-4/+4
* Minimal fix for artifacts serviceKamil Trzciński2018-02-231-5/+26
* Merge commit '4457cf9d178dc9912fd9c16427ad81b389179d00' into fix/gb/fix-redun...fix/gb/fix-redundant-pipeline-stagesGrzegorz Bizon2018-02-071-0/+16
|\
| * Fix inital test failuresShinya Maeda2018-02-061-4/+6