summaryrefslogtreecommitdiff
path: root/spec/models/ci/pipeline_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Make it possible to access deployment details from pipelineGrzegorz Bizon2017-08-261-0/+8
* | | Incorporate another round of feedbackZeger-Jan van de Weg2017-09-061-32/+54
* | | Add config_source to ci_pipelinesZeger-Jan van de Weg2017-08-311-5/+18
* | | Implement the implied CI/CD config for AutoDevOpsZeger-Jan van de Weg2017-08-311-5/+39
| |/ |/|
* | Expose CI_PIPELINE_SOURCE on CI jobsZeger-Jan van de Weg2017-08-231-1/+13
|/
* Don't include EmailHelpers manually, pick with rspecuse-rspec-support-helperLin Jen-Shin2017-08-031-5/+1
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-4/+4
* fix merge missShinya Maeda2017-07-281-0/+4
* initShinya Maeda2017-07-281-4/+1
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* Instead of adding master, stub_not_protect_default_branchLin Jen-Shin2017-07-181-2/+6
* Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-07-171-0/+33
|\
| * Rename ci_config_file to ci_config_pathLin Jen-Shin2017-07-051-4/+4
| * Add back Pipeline#ci_yaml_file_path due to all the troublesLin Jen-Shin2017-07-051-0/+22
| * Follow feedback on the merge requestLin Jen-Shin2017-07-041-23/+2
| * Update wordings, allow only full path, add testsLin Jen-Shin2017-06-301-19/+7
| * Merge remote-tracking branch 'upstream/master' into 32815--Add-Custom-CI-Conf...Lin Jen-Shin2017-06-301-0/+6
| |\
| * | Fix the test and implement missing updateLin Jen-Shin2017-06-281-2/+16
| * | Merge remote-tracking branch 'upstream/master' into 15041-Add-Custom-CI-Confi...15041-Add-Custom-CI-Config-PathLin Jen-Shin2017-06-281-82/+826
| |\ \
| * | | Add config option to project to allow custom .gitlab-ci.yml locationKeith Pope2016-10-081-0/+30
* | | | Merge allowed_to_create? into CreatePipelineServiceLin Jen-Shin2017-07-051-97/+0
* | | | Update tests due to permission changesLin Jen-Shin2017-07-041-2/+2
* | | | Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-07-041-0/+6
|\ \ \ \ | | |_|/ | |/| |
| * | | Split pipelines by origin on usage datazj-usage-ping-only-gl-pipelinesZ.J. van de Weg2017-06-271-0/+6
| | |/ | |/|
* | | Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-06-291-17/+44
|\ \ \ | |/ /
| * | Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-8/+8
| * | Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-1/+3
| * | Improve specs for pipeline and pipeline seedsGrzegorz Bizon2017-06-051-2/+2
| * | Merge branch 'master' into feature/gb/persist-pipeline-stagesGrzegorz Bizon2017-06-051-3/+25
| |\ \
| * | | Refine implementation of pipeline stage seedsGrzegorz Bizon2017-06-021-7/+7
| * | | Rename `Ci::Stage` class to `Ci::LegacyStage`Grzegorz Bizon2017-06-011-1/+1
| * | | Rename pipeline methods related to legacy stagesGrzegorz Bizon2017-06-011-7/+7
| * | | Expose pipeline stage seeds from pipeline instanceGrzegorz Bizon2017-05-311-0/+11
| * | | Expose stage model attributes from pipeline objectGrzegorz Bizon2017-05-301-0/+14
* | | | Move the check to Pipeline.allowed_to_create?Lin Jen-Shin2017-06-061-0/+97
| |/ / |/| |
* | | Introduce source to pipeline entitytrigger-sourceKamil Trzcinski2017-05-311-2/+24
* | | Merge branch '17848-web-hook-logging' into 'master'Dmitriy Zaporozhets2017-05-251-1/+1
|\ \ \ | |/ / |/| |
| * | Implement web hooks loggingAlexander Randa2017-05-251-1/+1
* | | Exclude manual actions from cancelable jobs scopefix/gb/exclude-manual-actions-from-cancelable-jobsGrzegorz Bizon2017-05-191-0/+10
|/ /
* | Merge branch 'retried-in-database-mysql' into 'master' Regis Boudinot2017-05-101-14/+20
|\ \
| * | Store retried in database for CI buildsretried-in-database-mysqlKamil Trzcinski2017-05-071-14/+20
* | | Fix specs 2Felipe Artur2017-05-081-1/+1