summaryrefslogtreecommitdiff
path: root/app/models/ci
Commit message (Expand)AuthorAgeFilesLines
* Do not set pipeline source after initializationGrzegorz Bizon2017-11-301-1/+0
* Merge branch '38668-revert-copied-kubernetesservice-logic' into 'master'Grzegorz Bizon2017-11-301-1/+1
|\
| * Replce kubernetes_service and deployment_service to deployment_platformShinya Maeda2017-11-281-1/+1
* | Merge branch 'dm-search-pattern' into 'master'Sean McGivern2017-11-291-4/+2
|\ \ | |/ |/|
| * Use fuzzy search with minimum length of 3 characters where appropriatedm-search-patternDouwe Maan2017-11-271-4/+1
| * Use Gitlab::SQL::Pattern where appropriateDouwe Maan2017-11-241-1/+2
* | Allow to drop jobs for deleted projectsKamil Trzcinski2017-11-271-0/+1
|/
* Use latest_merge_request_diff associationSean McGivern2017-11-231-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-202-0/+3
|\
| * Adds Rubocop rule for line break after guard clauseJacopo2017-11-162-0/+3
* | Optimise getting the pipeline status of commitsci-pipeline-status-queryYorick Peterse2017-11-161-15/+51
|/
* Merge branch 'fix/sm/31771-do-not-allow-jobs-to-be-erased-new' into 'master'Kamil Trzciński2017-11-141-0/+4
|\
| * Add doc. Fix spec. Add erase_build in protected_ref ruleShinya Maeda2017-11-071-1/+1
| * Do not allow jobs to be erasedShinya Maeda2017-11-061-0/+4
* | 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
* Fix the external URLs generated for online view of HTML artifactsNick Thomas2017-10-201-6/+11
* Merge branch 'master' into '37970-ci-sections-tracking'Kamil Trzciński2017-10-072-3/+43
|\
| * Merge branch 'backstage/gb/move-some-pipelines-code-from-ee-to-ee' into 'master'Grzegorz Bizon2017-10-061-2/+18
| |\
| | * 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
| * | Test against public projectsZeger-Jan van de Weg2017-10-051-3/+4
| * | Merge branch 'master' into 34102-online-view-of-artifacts-feEric Eastwood2017-10-041-0/+4
| |\ \ | | |/
| * | Add JSON as external pages artifactEric Eastwood2017-10-031-1/+1
| * | Redirect to pages daemonZeger-Jan van de Weg2017-10-031-1/+24
* | | Extract `Ci::Build#parse_trace_sections!` into a service37970-ci-sections-trackingAlessio Caiazza2017-10-061-18/+1
* | | Add CI build trace sections extractorAlessio Caiazza2017-10-053-0/+44
| |/ |/|
* | Merge branch '37970-timestamped-ci' into 'master'Kamil Trzciński2017-10-031-0/+4
|\ \ | |/ |/|
| * Expose GitLab features to the CI runner37970-timestamped-ciAlessio Caiazza2017-10-031-0/+4
* | Merge branch 'backstage/gb/refactor-pipeline-create-service' into 'master'Kamil Trzciński2017-09-271-1/+1
|\ \
| * | Move related pipeline class to new pipeline moduleGrzegorz Bizon2017-09-251-1/+1
| |/
* | Fix locked shared runners problemTomasz Maczukin2017-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/mask_secret.rb` into `lib/gitlab/ci/mask_secret.rb`Maxim Rydkin2017-09-121-2/+2
* 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-1211-11/+11
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into zj/gitlab-ce-zj...Kamil Trzcinski2017-09-062-2/+0
|\
| * Merge branch 'fix/sm/33281-activerecord-recordinvalid-when-build-has-nil-prot...Kamil Trzciński2017-09-062-2/+0
| |\
| | * Remove only validationfix/sm/33281-activerecord-recordinvalid-when-build-has-nil-protectedShinya Maeda2017-09-072-2/+0
| | * Revert set_protectedShinya Maeda2017-09-072-10/+2
| | * Fix /models/ci/pipeline.rbShinya Maeda2017-09-061-1/+1
| | * Use before_save :set_protectedShinya Maeda2017-09-062-2/+10
* | | Improve config source handling codeKamil Trzcinski2017-09-062-9/+11