summaryrefslogtreecommitdiff
path: root/spec/models/ci/pipeline_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Backport support project security dashboard changessupport-project-security-dashboardKamil Trzciński2018-11-061-0/+5
* Do not raise error when checking pipeline reference42611-removed-branch-linkGrzegorz Bizon2018-10-221-11/+23
* Fix pipeline reference existence check and add specsGrzegorz Bizon2018-10-221-0/+23
* Merge branch 'master-ce' into scheduled-manual-jobsShinya Maeda2018-10-051-0/+51
|\
| * 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/+30
| |\
| * | Expose paths modified by a push from a pipeline classGrzegorz Bizon2018-10-021-0/+51
* | | Merge branch 'master-ce' into scheduled-manual-jobsShinya Maeda2018-10-051-0/+30
|\ \ \ | | |/ | |/|
| * | Add pipeline.default_branch? mehodOlivier Gonzalez2018-10-041-0/+30
| |/
* | Fix spec according to the Ci::Pipeline#delay renameShinya Maeda2018-10-041-2/+2
* | Add unit spec for Ci::PipelineShinya Maeda2018-10-021-0/+25
|/
* Resolve "Enable Auto DevOps by default for self managed instances of GitLab"Dylan Griffith2018-09-181-2/+5
* Improve external architectureMatija Čupić2018-09-071-1/+1
* Automatically disable Auto DevOps for project upon first pipeline failureMayra Cabrera2018-09-061-0/+24
* Squashed commit of the following:Shinya Maeda2018-08-071-10/+33
* Squashed commit of the following:Shinya Maeda2018-08-021-0/+56
* Add CI_{PIPELINE,JOB}_URLexpose-ci-urlKamil Trzciński2018-06-121-1/+1
* Merge branch 'master' into 'backstage/gb/use-persisted-stages-to-improve-pipe...backstage/gb/use-persisted-stages-to-improve-pipelines-tableGrzegorz Bizon2018-06-051-2/+13
|\
| * Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-06-021-1/+1
| |\
| | * Refactor validations and make runner factory by default to be instance-wide r...Kamil Trzciński2018-05-311-1/+1
| * | Remove unneccesary specShinya Maeda2018-06-011-14/+0
| * | Clean up presence validation specShinya Maeda2018-06-011-2/+1
| * | Add spec for variables expressionShinya Maeda2018-05-301-0/+14
| * | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-221-1/+55
| |\ \ | | |/
| * | Clarify scope for AtomicInternalId shared specShinya Maeda2018-05-141-0/+1
| * | Rescue RecordNotUnique when pipeline is created with non-unique iidShinya Maeda2018-05-111-1/+1
| * | Fix specShinya Maeda2018-05-081-0/+1
| * | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-081-1/+1
| |\ \
| * | | Add to_param override to lookup :id pathShinya Maeda2018-05-031-1/+10
* | | | Raise error if pipeline / stage hits unknown statusGrzegorz Bizon2018-06-041-0/+37
* | | | Merge branch 'master' into backstage/gb/use-persisted-stages-to-improve-pipel...Grzegorz Bizon2018-05-291-1/+27
|\ \ \ \ | | |_|/ | |/| |
| * | | Update pipeline persisted / predefined variables specsGrzegorz Bizon2018-05-181-3/+7
| * | | Do not allow to use `CI_PIPELINE_ID` in environment nameGrzegorz Bizon2018-05-181-0/+22
* | | | Add a feature flag for switching pipeline stagesGrzegorz Bizon2018-05-291-0/+81
|/ / /
* | | Preload pipeline data for project pipelinesYorick Peterse2018-05-171-0/+27
| |/ |/|
* | Add a CI_COMMIT_MESSAGE predefined variableTomasz Maczukin2018-05-071-1/+1
|/
* Integrate build seeds with variables expressions policyGrzegorz Bizon2018-03-231-0/+14
* Add specs for extracted pipeline-related methodsGrzegorz Bizon2018-03-221-0/+18
* Bring seeds size method back to CI/CD pipeline classGrzegorz Bizon2018-03-221-0/+17
* Move policy related specs our of YAML processor testsGrzegorz Bizon2018-03-221-91/+196
* Reduce stage seeds coupling between pipeline and YAMLGrzegorz Bizon2018-03-211-22/+0
* Start building abstraction over pipeline seedsGrzegorz Bizon2018-03-211-1/+2
* Fix pipeline predefined variables specsGrzegorz Bizon2018-03-141-1/+1
* Merge branch 'master' into backstage/gb/refactor-ci-cd-variables-collectionsGrzegorz Bizon2018-03-141-3/+3
|\
| * Improve pipeline tests for variables to test orderingGrzegorz Bizon2018-03-071-3/+3
* | Fix pipeline specs for predefined variablesGrzegorz Bizon2018-03-141-2/+0
|/
* Add specs for CI builds and pipeline relationshipssh-optimize-ci-build-projectStan Hu2018-01-141-0/+7
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-1/+1
* Fix job count in pipeline success mailChristiaan Van den Poel2017-12-181-0/+12
* Replace factory_girl_rails with factory_bot_railsrc/use-factory_bot_railsRémy Coutable2017-12-141-2/+2
* Fix pipelineShinya Maeda2017-12-061-1/+3