summaryrefslogtreecommitdiff
path: root/app/models/ci/pipeline.rb
Commit message (Expand)AuthorAgeFilesLines
* Move related pipeline class to new pipeline moduleGrzegorz Bizon2017-09-251-1/+1
* Do not initialize YAML processor with project full pathGrzegorz Bizon2017-09-181-1/+1
* 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/+4
* move `lib/ci/gitlab_ci_yaml_processor.rb` into `lib/gitlab/ci/yaml_processor.rb`Maxim Rydkin2017-09-121-2/+2
* move `lib/ci/model.rb` into `lib/gitlab/ci/model.rb`Maxim Rydkin2017-09-121-1/+1
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into zj/gitlab-ce-zj...Kamil Trzcinski2017-09-061-1/+0
|\
| * Remove only validationfix/sm/33281-activerecord-recordinvalid-when-build-has-nil-protectedShinya Maeda2017-09-071-1/+0
| * Revert set_protectedShinya Maeda2017-09-071-5/+1
| * Fix /models/ci/pipeline.rbShinya Maeda2017-09-061-1/+1
| * Use before_save :set_protectedShinya Maeda2017-09-061-1/+5
* | Improve config source handling codeKamil Trzcinski2017-09-061-9/+10
* | Merge branch 'master' into zj-auto-devops-tableZeger-Jan van de Weg2017-09-061-0/+5
|\ \ | |/
| * Merge branch 'master' into feature/gb/kubernetes-only-pipeline-jobsGrzegorz Bizon2017-09-041-0/+1
| |\
| | * Fix specShinya Maeda2017-09-031-1/+1
| | * Add validation for protected attributesShinya Maeda2017-09-031-0/+1
| * | Check if service active when using CI/CD kubernetes policyGrzegorz Bizon2017-09-011-13/+2
| * | Merge branch 'master' into feature/gb/kubernetes-only-pipeline-jobsGrzegorz Bizon2017-08-311-1/+2
| |\ \ | | |/
| * | Refactor context variables in pipeline model classGrzegorz Bizon2017-08-311-6/+10
| * | Check if kubernetes required before creating a jobGrzegorz Bizon2017-08-261-0/+10
| * | Make it possible to access deployment details from pipelineGrzegorz Bizon2017-08-261-0/+1
* | | Use hook for setting Pipeline config_sourceZeger-Jan van de Weg2017-09-061-7/+14
* | | Incorporate another round of feedbackZeger-Jan van de Weg2017-09-061-2/+2
* | | Incorporate reviewZeger-Jan van de Weg2017-09-041-10/+21
* | | Add config_source to ci_pipelinesZeger-Jan van de Weg2017-08-311-4/+13
* | | Implement the implied CI/CD config for AutoDevOpsZeger-Jan van de Weg2017-08-311-6/+16
| |/ |/|
* | Expose CI_PIPELINE_SOURCE on CI jobsZeger-Jan van de Weg2017-08-231-1/+2
|/
* Rename many path_with_namespace -> full_pathGabriel Mazetto2017-08-011-1/+1
* fix merge missShinya Maeda2017-07-281-1/+1
* initShinya Maeda2017-07-281-1/+2
* Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-07-171-3/+18
|\
| * Added Cop to blacklist the use of `dependent:`Yorick Peterse2017-07-061-1/+1
| * Rename ci_config_file to ci_config_pathLin Jen-Shin2017-07-051-2/+2
| * Add back Pipeline#ci_yaml_file_path due to all the troublesLin Jen-Shin2017-07-051-3/+11
| * Fix config pathLin Jen-Shin2017-07-041-1/+1
| * Follow feedback on the merge requestLin Jen-Shin2017-07-041-12/+4
| * Introduce CI_CONFIG_PATHLin Jen-Shin2017-06-301-1/+2
| * Update wordings, allow only full path, add testsLin Jen-Shin2017-06-301-4/+5
| * Merge remote-tracking branch 'upstream/master' into 32815--Add-Custom-CI-Conf...Lin Jen-Shin2017-06-301-0/+5
| |\
| * | Fix the test and implement missing updateLin Jen-Shin2017-06-281-0/+2
| * | Merge remote-tracking branch 'upstream/master' into 15041-Add-Custom-CI-Confi...15041-Add-Custom-CI-Config-PathLin Jen-Shin2017-06-281-66/+176
| |\ \
| * | | Add config option to project to allow custom .gitlab-ci.yml locationKeith Pope2016-10-081-1/+9
* | | | Merge allowed_to_create? into CreatePipelineServiceLin Jen-Shin2017-07-051-14/+0
* | | | Make sure that retryable_builds would preload projectLin Jen-Shin2017-07-041-1/+1
* | | | Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-07-041-0/+5
|\ \ \ \ | | |_|/ | |/| |
| * | | Split pipelines by origin on usage datazj-usage-ping-only-gl-pipelinesZ.J. van de Weg2017-06-271-0/+5
| | |/ | |/|
* | | Consistently check permission for creating pipelines,Lin Jen-Shin2017-07-041-1/+1
* | | Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-06-291-20/+23
|\ \ \ | |/ /
| * | Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-2/+2
| * | Merge branch 'issue_27166_2' into 'master'Douwe Maan2017-06-071-2/+2
| |\ \