summaryrefslogtreecommitdiff
path: root/app/models/ci/pipeline.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'backstage/gb/populating-pipeline-refactoring' into 'master'Kamil Trzciński2018-03-261-6/+20
|\
| * Remove outdates TODOs from pipeline classGrzegorz Bizon2018-03-231-4/+0
| * Bring seeds size method back to CI/CD pipeline classGrzegorz Bizon2018-03-221-0/+4
| * Fix static analysis and tests related to YAML processingGrzegorz Bizon2018-03-221-1/+1
| * Decouple YAML processor from pipeline objectsGrzegorz Bizon2018-03-221-1/+7
| * Make it easier to test pipeline stage seedsGrzegorz Bizon2018-03-211-0/+3
| * Reduce stage seeds coupling between pipeline and YAMLGrzegorz Bizon2018-03-211-8/+0
| * Support building all pipeline resource before savingGrzegorz Bizon2018-03-211-6/+2
| * Introduce pipeline build seedsGrzegorz Bizon2018-03-211-0/+17
* | Merge branch '37987-speed-up-pipeline-creation' into 'master'Kamil Trzciński2018-03-221-1/+1
|\ \ | |/ |/|
| * Add inverse_of: :pipeline for pipeline.builds (#37987)37987-speed-up-pipeline-creationDylan Griffith2018-03-211-1/+1
* | Merge branch 'fix/sm/clarify-ambiguous-with_artifacts-implication' into 'master'Kamil Trzciński2018-03-181-1/+1
|\ \
| * | Use with_artifacts_archive name. Add specShinya Maeda2018-03-151-1/+1
| * | Clarify ambiguous with_artifacts implicationShinya Maeda2018-03-151-1/+1
| |/
* | DRY remaining instances of predefined variablesGrzegorz Bizon2018-03-141-5/+4
|/
* Add inverse_of pipeline -> statuses -> pipeline (#43134)43134-reduce-queries-pipelines-controller-showDylan Griffith2018-02-221-1/+1
* Handle all YAML parser exceptions in .gitlab-ci.yml (fixes #41209)41209-ci-linter-fails-on-gitlab-ci-blob-viewerDylan Griffith2018-02-071-1/+1
* Look for rugged with static analysislint-ruggedJacob Vosmaer2018-01-251-1/+1
* Ensure CI pipelines and builds have the correction project associationsStan Hu2018-01-141-1/+1
* Load commit in batches for pipelines#indexZeger-Jan van de Weg2017-12-191-6/+7
* Fix job count in pipeline success mailChristiaan Van den Poel2017-12-181-0/+4
* Do not set pipeline source after initializationGrzegorz Bizon2017-11-301-1/+0
* Replce kubernetes_service and deployment_service to deployment_platformShinya Maeda2017-11-281-1/+1
* 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