summaryrefslogtreecommitdiff
path: root/app/models/ci/pipeline.rb
Commit message (Expand)AuthorAgeFilesLines
* Separate persisted and runtime pipeline variablesGrzegorz Bizon2018-05-181-1/+1
* Do not allow to use `CI_PIPELINE_ID` in environment nameGrzegorz Bizon2018-05-181-2/+7
* Preload pipeline data for project pipelinesYorick Peterse2018-05-171-1/+12
* [Rails5] Fix Ci::Pipeline validator for sourceblackst0ne-rails5-fix-spec-models-ci-pipeline_spec-rbblackst0ne2018-05-121-1/+11
* Merge branch 'add-git-commit-message-predefined-variable' into 'master'Grzegorz Bizon2018-05-071-4/+27
|\
| * Add memoization of commit related values in Ci::PipelineTomasz Maczukin2018-05-071-6/+18
| * Add a CI_COMMIT_MESSAGE predefined variableTomasz Maczukin2018-05-071-0/+11
* | Merge branch 'master' into 44059-specify-variables-when-executing-a-manual-pi...Matija Čupić2018-05-021-0/+11
|\ \
| * | [Rails5] Fix enum question mark methodsblackst0ne2018-05-021-0/+11
| |/
* | Accept nested Variables in Ci::PipelineMatija Čupić2018-04-181-0/+2
|/
* 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