summaryrefslogtreecommitdiff
path: root/app/models/ci/pipeline.rb
Commit message (Expand)AuthorAgeFilesLines
* Add CI_{PIPELINE,JOB}_URLexpose-ci-urlKamil Trzciński2018-06-121-1/+4
* Merge branch 'master' into 'backstage/gb/use-persisted-stages-to-improve-pipe...backstage/gb/use-persisted-stages-to-improve-pipelines-tableGrzegorz Bizon2018-06-051-0/+6
|\
| * Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-221-2/+18
| |\
| * \ Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-171-1/+11
| |\ \
| * | | Fix static analysysShinya Maeda2018-05-111-1/+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-081-4/+29
| |\ \ \
| * | | | 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-041-1/+5
* | | | | Merge branch 'master' into backstage/gb/use-persisted-stages-to-improve-pipel...Grzegorz Bizon2018-05-291-1/+6
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Separate persisted and runtime pipeline variablesGrzegorz Bizon2018-05-181-1/+1
| * | | | Do not allow to use `CI_PIPELINE_ID` in environment nameGrzegorz Bizon2018-05-181-2/+7
* | | | | Add a feature flag for switching pipeline stagesGrzegorz Bizon2018-05-291-6/+10
* | | | | Abstract persisted/legacy stages in pipeline modelGrzegorz Bizon2018-05-221-0/+10
* | | | | Order pipeline stages by a position in a relationGrzegorz Bizon2018-05-221-1/+1
* | | | | Preload number of warnings in every stage in a pipelineGrzegorz Bizon2018-05-221-1/+1
* | | | | Use persisted stages to load pipelines index tableGrzegorz Bizon2018-05-211-1/+1
|/ / / /
* | | | Preload pipeline data for project pipelinesYorick Peterse2018-05-171-1/+12
| |_|/ |/| |
* | | [Rails5] Fix Ci::Pipeline validator for sourceblackst0ne-rails5-fix-spec-models-ci-pipeline_spec-rbblackst0ne2018-05-121-1/+11
| |/ |/|
* | Merge branch 'add-git-commit-message-predefined-variable' into 'master'Grzegorz Bizon2018-05-071-4/+27
|\ \
| * | Add memoization of commit related values in Ci::PipelineTomasz Maczukin2018-05-071-6/+18
| * | Add a CI_COMMIT_MESSAGE predefined variableTomasz Maczukin2018-05-071-0/+11
* | | Merge branch 'master' into 44059-specify-variables-when-executing-a-manual-pi...Matija Čupić2018-05-021-0/+11
|\ \ \ | | |/ | |/|
| * | [Rails5] Fix enum question mark methodsblackst0ne2018-05-021-0/+11
| |/
* | Accept nested Variables in Ci::PipelineMatija Čupić2018-04-181-0/+2
|/
* Merge branch 'backstage/gb/populating-pipeline-refactoring' into 'master'Kamil Trzciński2018-03-261-6/+20
|\
| * Remove outdates TODOs from pipeline classGrzegorz Bizon2018-03-231-4/+0
| * Bring seeds size method back to CI/CD pipeline classGrzegorz Bizon2018-03-221-0/+4
| * Fix static analysis and tests related to YAML processingGrzegorz Bizon2018-03-221-1/+1
| * Decouple YAML processor from pipeline objectsGrzegorz Bizon2018-03-221-1/+7
| * Make it easier to test pipeline stage seedsGrzegorz Bizon2018-03-211-0/+3
| * Reduce stage seeds coupling between pipeline and YAMLGrzegorz Bizon2018-03-211-8/+0
| * Support building all pipeline resource before savingGrzegorz Bizon2018-03-211-6/+2
| * Introduce pipeline build seedsGrzegorz Bizon2018-03-211-0/+17
* | Merge branch '37987-speed-up-pipeline-creation' into 'master'Kamil Trzciński2018-03-221-1/+1
|\ \ | |/ |/|
| * Add inverse_of: :pipeline for pipeline.builds (#37987)37987-speed-up-pipeline-creationDylan Griffith2018-03-211-1/+1
* | Merge branch 'fix/sm/clarify-ambiguous-with_artifacts-implication' into 'master'Kamil Trzciński2018-03-181-1/+1
|\ \
| * | Use with_artifacts_archive name. Add specShinya Maeda2018-03-151-1/+1
| * | Clarify ambiguous with_artifacts implicationShinya Maeda2018-03-151-1/+1
| |/
* | DRY remaining instances of predefined variablesGrzegorz Bizon2018-03-141-5/+4
|/
* Add inverse_of pipeline -> statuses -> pipeline (#43134)43134-reduce-queries-pipelines-controller-showDylan Griffith2018-02-221-1/+1
* Handle all YAML parser exceptions in .gitlab-ci.yml (fixes #41209)41209-ci-linter-fails-on-gitlab-ci-blob-viewerDylan Griffith2018-02-071-1/+1
* Look for rugged with static analysislint-ruggedJacob Vosmaer2018-01-251-1/+1
* Ensure CI pipelines and builds have the correction project associationsStan Hu2018-01-141-1/+1
* Load commit in batches for pipelines#indexZeger-Jan van de Weg2017-12-191-6/+7