summaryrefslogtreecommitdiff
path: root/app/models/ci
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge branch 'master' into zj-auto-devops-tableZeger-Jan van de Weg2017-09-064-1/+25
|\ \ \ | |/ /
| * | refactor code based on feedbackfix/import-export-performanceJames Lopez2017-09-061-1/+1
| * | fix export performance of CI buildsJames Lopez2017-09-051-0/+4
| |/
| * Merge branch 'fix/sm/35650-remove-createtriggerrequestservice-and-forbid-to-p...Kamil Trzciński2017-09-051-0/+4
| |\
| | * Move trigger_variables to presenterShinya Maeda2017-09-041-12/+2
| | * trigger_variables should consider trigger_request existstance alwaysShinya Maeda2017-09-041-2/+12
| | * Fix specShinya Maeda2017-09-041-1/+1
| | * Remove CreateTriggerRequestService and forbit to save variables on Ci::Trigge...Shinya Maeda2017-09-041-0/+4
| * | Merge branch 'master' into feature/gb/kubernetes-only-pipeline-jobsGrzegorz Bizon2017-09-043-1/+13
| |\ \ | | |/
| | * Fix specShinya Maeda2017-09-031-1/+2
| | * Fix specShinya Maeda2017-09-032-2/+2
| | * Add validation for protected attributesShinya Maeda2017-09-032-0/+2
| | * Improve spec. Add validation for accel_level on runner.Shinya Maeda2017-09-031-0/+1
| | * Refactor access_level to not_protected and ref_protectedShinya Maeda2017-09-032-4/+4
| | * Extend can_pick?Shinya Maeda2017-09-031-0/+2
| | * Update application code by the db schema changeShinya Maeda2017-09-032-8/+4
| | * Re-organize schema. Drop protected from runner. Add access_level to runner. D...Shinya Maeda2017-09-031-0/+5