summaryrefslogtreecommitdiff
path: root/app/models/ci/pipeline.rb
Commit message (Expand)AuthorAgeFilesLines
* Use arrays in Pipeline#latest_builds_with_artifactsreduce-queries-for-artifacts-buttonYorick Peterse2017-11-211-1/+4
* Merge branch '18040-rubocop-line-break-after-guard-clause' into 'master'Rémy Coutable2017-11-201-0/+2
|\
| * Adds Rubocop rule for line break after guard clauseJacopo2017-11-161-0/+2
* | Optimise getting the pipeline status of commitsci-pipeline-status-queryYorick Peterse2017-11-161-15/+51
|/
* Make sure all pipelines would go to pending once39884-fix-pipeline-transition-with-single-manual-actionLin Jen-Shin2017-11-091-2/+2
* Use Commit#notes and Note.for_commit_id when possible to make sure we use all...dm-notes-for-commit-idDouwe Maan2017-11-081-1/+1
* Cache commits on the repository modelZeger-Jan van de Weg2017-10-271-3/+1
* Improve pipeline optimistic locking implementationbackstage/gb/move-some-pipelines-code-from-ee-to-eeGrzegorz Bizon2017-10-051-2/+3
* Set a pipeline failure reason when it has YAML errorsGrzegorz Bizon2017-10-051-1/+2
* Pass pipeline failure reason to a transition eventGrzegorz Bizon2017-10-051-0/+6
* Add failure reason enum to CI/CD pipeline modelGrzegorz Bizon2017-10-051-0/+4
* Implement pipeline seeds size methodsGrzegorz Bizon2017-10-051-0/+4
* 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