summaryrefslogtreecommitdiff
path: root/app/models/ci
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'expose-ci-url' into 'master'Grzegorz Bizon | off until 20th June2018-06-122-1/+5
|\
| * Add CI_{PIPELINE,JOB}_URLexpose-ci-urlKamil Trzciński2018-06-122-1/+5
* | Enable mapping to nil in enumsJan Provaznik2018-06-061-13/+3
|/
* Fix the query to select stale live tracesShinya Maeda2018-06-061-15/+1
* Move find_builds_from_stale_live_traces method to Ci::BuildShinya Maeda2018-06-062-15/+15
* Rename find_stale_in_batches to find_builds_from_stale_live_trace. Fix commentsShinya Maeda2018-06-061-2/+2
* Add tests for each new codeShinya Maeda2018-06-061-1/+1
* Rename find_stale. Fix worker name in declaration.Shinya Maeda2018-06-061-1/+1
* Clean up workerShinya Maeda2018-06-061-0/+15
* Merge branch 'master' into 'backstage/gb/use-persisted-stages-to-improve-pipe...Kamil Trzciński2018-06-051-4/+2
|\
| * Merge branch 'optimise-runner-update-cached-info' into 'master'Grzegorz Bizon2018-06-051-4/+2
| |\
| | * Do not validate cached dataoptimise-runner-update-cached-infoKamil Trzciński2018-06-051-4/+2
* | | Merge branch 'master' into 'backstage/gb/use-persisted-stages-to-improve-pipe...Grzegorz Bizon2018-06-051-2/+11
|\ \ \ | |/ /
| * | Merge branch 'add-background-migrations-for-not-archived-traces' into 'master'Kamil Trzciński2018-06-051-0/+5
| |\ \
| | * | Directly refer application code from migration codeShinya Maeda2018-06-041-0/+5
| * | | Remove PagesService and instead make it explicit that we call PagesWorkeroptimise-pages-service-callingKamil Trzciński2018-06-051-1/+6
| * | | Remove unused running_or_pending_build_countremove-unused-query-in-hooksKamil Trzciński2018-06-041-1/+0
| | |/ | |/|
* | | Merge branch 'master' into 'backstage/gb/use-persisted-stages-to-improve-pipe...backstage/gb/use-persisted-stages-to-improve-pipelines-tableGrzegorz Bizon2018-06-054-14/+54
|\ \ \ | |/ /
| * | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-06-023-14/+48
| |\ \ | | |/
| | * Run `Ci::Runner#assign_to` in transactionKamil Trzciński2018-05-311-2/+9
| | * Add uniqueness for RunnerNamespaceKamil Trzciński2018-05-311-0/+2
| | * Add `Ci::Runner` inverse_of'sKamil Trzciński2018-05-313-6/+6
| | * Fix static analysisKamil Trzciński2018-05-311-2/+2
| | * Improve `Ci::Runner#assign_to` to return a flag whether it succeeded or notKamil Trzciński2018-05-311-3/+2
| | * Make Ci::Runner#assign_to keep returning RunnerProjectDylan Griffith2018-05-311-1/+2
| | * Refactor validations and make runner factory by default to be instance-wide r...Kamil Trzciński2018-05-311-10/+25
| | * Ensure we validate Runner#runner_type when persisting RunnerNamespaceDylan Griffith2018-05-311-1/+1
| | * Improve runner_type validations for Ci::RunnerDylan Griffith2018-05-311-6/+16
| * | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-281-1/+1
| |\ \ | | |/
| * | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-223-5/+22
| |\ \
| * \ \ Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-172-2/+12
| |\ \ \
| * \ \ \ Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-141-1/+7
| |\ \ \ \
| * | | | | Fix static analysysShinya Maeda2018-05-111-1/+1
| * | | | | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-101-0/+1
| |\ \ \ \ \
| * | | | | | Fix specShinya Maeda2018-05-081-1/+1
| * | | | | | Decouple to_params from AtomicInternalId concernShinya Maeda2018-05-081-1/+1
| * | | | | | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-086-15/+280
| |\ \ \ \ \ \
| * | | | | | | Use **CI_PIPELINE_IID**Kamil Trzciński2018-05-031-1/+1
| * | | | | | | Make Atomic Internal ID work for pipelinesKamil Trzciński2018-05-031-1/+3
| * | | | | | | Revert column name changeShinya Maeda2018-05-031-2/+2
| * | | | | | | Expose CI_PIPELINE_IID_PER_PROJECT variableShinya Maeda2018-05-031-1/+2
| * | | | | | | Add per-project pipeline idShinya Maeda2018-05-031-0/+3
* | | | | | | | Raise error if pipeline / stage hits unknown statusGrzegorz Bizon2018-06-042-1/+9
* | | | | | | | Merge branch 'master' into backstage/gb/use-persisted-stages-to-improve-pipel...Grzegorz Bizon2018-05-293-4/+10
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Replace Gitlab::REVISION with Gitlab.revision and handle installations withou...46600-fix-gitlab-revision-when-not-in-git-repoRémy Coutable2018-05-241-1/+1
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge branch 'fix/gb/exclude-persisted-variables-from-environment-name' into ...Grzegorz Bizon2018-05-212-1/+7
| |\ \ \ \ \ \
| | * | | | | | Separate persisted and runtime pipeline variablesGrzegorz Bizon2018-05-182-1/+2
| | * | | | | | Do not allow to use `CI_PIPELINE_ID` in environment nameGrzegorz Bizon2018-05-181-2/+7
| * | | | | | | Merge branch '46082-runner-contacted_at-is-not-always-a-time-type' into 'master'Kamil Trzciński2018-05-211-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | Dynamically cast value from cacheMatija Čupić2018-05-151-2/+1