summaryrefslogtreecommitdiff
path: root/app/models/ci/pipeline.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master-ce' into scheduled-manual-jobsShinya Maeda2018-10-051-0/+28
|\
| * Merge branch 'master' into 'feature/gb/pipeline-only-except-with-modified-paths'feature/gb/pipeline-only-except-with-modified-pathsKamil Trzciński2018-10-041-0/+4
| |\
| * | Few minor fixed in code and docs for only: changesGrzegorz Bizon2018-10-031-1/+1
| * | Expose paths modified by a push from a pipeline classGrzegorz Bizon2018-10-021-0/+28
* | | Merge branch 'master-ce' into scheduled-manual-jobsShinya Maeda2018-10-051-0/+4
|\ \ \ | | |/ | |/|
| * | Add pipeline.default_branch? mehodOlivier Gonzalez2018-10-041-0/+4
| |/
* | Rename event :schedule to event :delay in Ci::Pipeline to avoid conflicts wit...Shinya Maeda2018-10-041-2/+2
* | Revert "Avoid conflicts between enumlator's schedule! method and state machin...Shinya Maeda2018-10-041-1/+1
* | Avoid conflicts between enumlator's schedule! method and state machine's sche...Shinya Maeda2018-10-041-1/+1
* | Add scheduled_actions as an explicit group of actionsShinya Maeda2018-10-021-0/+1
* | Add Spec for ProcessPipelineServiceShinya Maeda2018-10-021-1/+1
* | Update pipelines and stages status as wellShinya Maeda2018-10-021-0/+5
|/
* Merge branch 'rubocop-code-reuse' into 'master'Robert Speicher2018-09-131-0/+4
|\
| * Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+4
* | 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
| |_|/ |/| |