summaryrefslogtreecommitdiff
path: root/app/models/ci/pipeline.rb
Commit message (Expand)AuthorAgeFilesLines
* Inline initialize_yaml_processorMatija Čupić2018-09-121-5/+1
* Address MR suggestionsMatija Čupić2018-09-071-1/+1
* Improve external architectureMatija Čupić2018-09-071-1/+5
* Import external files in Gitlab CI configMatija Čupić2018-09-071-1/+1
* Automatically disable Auto DevOps for project upon first pipeline failureMayra Cabrera2018-09-061-0/+6
* Backport Repository#keep_around changes from EE to CEMichael Kozono2018-08-271-2/+1
* Squashed commit of the following:Shinya Maeda2018-08-071-2/+2
* Merge branch 'artifact-format-v2-with-parser' into 'master'Kamil Trzciński2018-08-031-0/+12
|\
| * Squashed commit of the following:Shinya Maeda2018-08-021-0/+12
* | Enable frozen string for app/models/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-models-moregfyoung2018-08-031-0/+2
|/
* Enforce setting string as value of the CI/CD variableTomasz Maczukin2018-06-251-3/+3
* Merge branch 'expose-ci-url' into 'master'Grzegorz Bizon | off until 20th June2018-06-121-1/+4
|\
| * Add CI_{PIPELINE,JOB}_URLexpose-ci-urlKamil Trzciński2018-06-121-1/+4
* | Enable mapping to nil in enumsJan Provaznik2018-06-061-13/+3
|/
* 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