summaryrefslogtreecommitdiff
path: root/spec/models/ci/pipeline_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix pipeline config source specs and test it explicitlyGrzegorz Bizon2017-11-301-41/+38
* Aling shared_exmaples to "same behavior between KubernetesService and Platfor...Shinya Maeda2017-11-281-3/+3
* Duplicate spec for Platform::Kubernetes with kubernetes_projectShinya Maeda2017-11-281-3/+16
* Use arrays in Pipeline#latest_builds_with_artifactsreduce-queries-for-artifacts-buttonYorick Peterse2017-11-211-0/+4
* Optimise getting the pipeline status of commitsci-pipeline-status-queryYorick Peterse2017-11-161-38/+84
* Add specs for methods that count pipeline seeds sizeGrzegorz Bizon2017-10-051-1/+9
* Do not pass project path from YAML processorGrzegorz Bizon2017-09-181-0/+1
* Memoize the latest builds of a pipelineprojects-controller-showYorick Peterse2017-09-141-0/+20
* Add tests to cover all introduced changesKamil Trzcinski2017-09-061-21/+52
* Improve config source handling codeKamil Trzcinski2017-09-061-5/+9
* Merge branch 'master' into zj-auto-devops-tableZeger-Jan van de Weg2017-09-061-0/+16
|\
| * Change CI/CD kubernetes policy keyword to `active`Grzegorz Bizon2017-09-011-2/+2
| * Check if service active when using CI/CD kubernetes policyGrzegorz Bizon2017-09-011-30/+6
| * Merge branch 'master' into feature/gb/kubernetes-only-pipeline-jobsGrzegorz Bizon2017-08-311-1/+13
| |\
| * | Refactor context variables in pipeline model classGrzegorz Bizon2017-08-311-12/+4
| * | Check if kubernetes required before creating a jobGrzegorz Bizon2017-08-261-0/+40