summaryrefslogtreecommitdiff
path: root/spec/services/ci
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '42751-rename-mr-maintainer-push' into 'master'Robert Speicher2018-06-051-2/+2
|\
| * Rephrase "maintainer" to more precise "members who can merge to the target br...42751-rename-mr-maintainer-pushMark Chao2018-06-011-2/+2
* | Fix specs api/runners_spec.rb, api/v3/runners_spec.rb update_build_queue_serv...Dylan Griffith2018-05-311-0/+3
* | Fix `register_job_service_spec` failuresKamil Trzciński2018-05-311-1/+1
* | Fix weird Rails bug that leads to `runner_id=null` in SQL queryKamil Trzciński2018-05-311-6/+2
* | Refactor validations and make runner factory by default to be instance-wide r...Kamil Trzciński2018-05-312-6/+2
* | Improve runner_type validations for Ci::RunnerDylan Griffith2018-05-312-20/+20
|/
* Fix Rubocop offense in create pipeline services :cop:fix/gb/exclude-persisted-variables-from-environment-nameGrzegorz Bizon2018-05-211-1/+2
* Separate persisted and runtime pipeline variablesGrzegorz Bizon2018-05-181-1/+20
* Enable update_(build|pipeline) for maintainersJan Provaznik2018-05-151-0/+29
* Merge branch 'master' into live-trace-v2Shinya Maeda2018-05-073-24/+157
|\
| * Merge branch '44059-specify-variables-when-executing-a-manual-pipeline-from-t...Kamil Trzciński2018-05-061-2/+18
| |\
| | * Improve variable comparisonMatija Čupić2018-05-041-3/+2
| | * Merge branch 'master' into 44059-specify-variables-when-executing-a-manual-pi...Matija Čupić2018-05-021-1/+3
| | |\
| | * \ Merge branch 'master' into 44059-specify-variables-when-executing-a-manual-pi...Jose2018-04-302-2/+105
| | |\ \
| | * | | Use variables_attributes intead of variablesMatija Čupić2018-04-181-7/+7
| | * | | Add variables option to Ci::CreatePipelineServiceMatija Čupić2018-04-181-2/+19
| * | | | Fix Project#group_runners_enabled as it was doing nothingDylan Griffith2018-05-031-11/+17
| * | | | Merge branch 'master' into feature/runner-per-groupDylan Griffith2018-05-031-1/+3
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Use group_type? where possible during transition periodDylan Griffith2018-05-011-1/+1
| * | | | Revert fair scheduling for all buildsDylan Griffith2018-04-301-41/+10
| * | | | Merge branch 'master' into siemens-runner-per-groupDylan Griffith2018-04-261-0/+2
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | simplify runner selectionAlexis Reigel2018-04-231-3/+38
| * | | | select group runners also in register_job_serviceAlexis Reigel2018-04-231-5/+74
| * | | | select group runners also in build queue serviceAlexis Reigel2018-04-231-12/+50
* | | | | Merge branch 'master' into live-trace-v2Shinya Maeda2018-05-031-1/+3
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge branch 'master' into 'backstage/gb/migrate-pipeline-stages-index'Grzegorz Bizon2018-04-251-0/+2
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Fix specs creating a pipeline stage with implicit indexGrzegorz Bizon2018-04-241-1/+3
| | |/ / | |/| |
* | | | Fix spec. Revert #truncate in stream (But still prevent redandant calls)Shinya Maeda2018-04-301-1/+1
* | | | Merge branch 'master' into live-trace-v2Shinya Maeda2018-04-261-0/+2
|\ \ \ \ | | |/ / | |/| |
| * | | Allow admins to push to empty reposBob Van Landuyt2018-04-241-0/+2
| |/ /
* | | Merge branch 'master' into live-trace-v2Shinya Maeda2018-04-201-2/+103
|\ \ \ | |/ /
| * | Protect register_job_service from pending job with queued_at=nilTomasz Maczukin2018-04-101-1/+23
| * | Partition job_queue_duration_seconds with jobs_running_for_projectTomasz Maczukin2018-04-101-2/+81
| |/
* | Merge branch 'master' into live-trace-v2Shinya Maeda2018-04-171-81/+2
|\ \ | |/
| * Revert "Merge branch 'improve-jobs-queuing-time-metric' into 'master'"Kamil Trzciński2018-04-101-81/+2
* | Merge branch 'master' into live-trace-v2Shinya Maeda2018-04-061-2/+81
|\ \ | |/
| * Partition job_queue_duration_seconds with jobs_running_for_projectTomasz Maczukin2018-04-051-2/+81
* | Fix retry_build_service_spec.rbShinya Maeda2018-04-061-1/+1
|/
* Rename metadata relation and methodsTomasz Maczukin2018-03-281-1/+1
* Fix tests failuresTomasz Maczukin2018-03-281-1/+1
* Move job timeout information to new ci_builds_metadata tableTomasz Maczukin2018-03-281-1/+1
* Show timeout information on job's pageTomasz Maczukin2018-03-281-1/+2
* Merge remote-tracking branch 'origin/master' into 40781-os-to-ceMicaël Bergeron2018-03-221-0/+2
|\
| * Merge branch '37987-speed-up-pipeline-creation' into 'master'Kamil Trzciński2018-03-221-0/+2
| |\
| | * Add inverse_of: :pipeline for pipeline.builds (#37987)37987-speed-up-pipeline-creationDylan Griffith2018-03-211-0/+2
* | | Merge remote-tracking branch 'origin/master' into 40781-os-to-ceMicaël Bergeron2018-03-081-63/+0
|\ \ \ | |/ /
| * | Add soec for achevie! method. Fixed the methodShinya Maeda2018-03-061-63/+0
| |/
* | Merge remote-tracking branch 'origin/master' into object-storage-ee-to-ce-bac...object-storage-ee-to-ce-backportKamil Trzciński2018-02-281-13/+33
|\ \ | |/
| * Bring back the initial commitShinya Maeda2018-02-241-12/+0