summaryrefslogtreecommitdiff
path: root/app/models/ci
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * Tweak only new_builds. Revert the rest.Shinya Maeda2017-09-031-5/+0
| | * Solution 1. Persists protected(ref) flag on ci_pipelines table. builds_for_sh...Shinya Maeda2017-09-031-0/+10
| | * iniShinya Maeda2017-09-031-1/+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-314-4/+14
| |\ \ | | |/
| * | 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
| |/ |/|
* | Merge branch '26692-predefined-variable-gitlab-user-name' into 'master'Grzegorz Bizon2017-08-311-1/+3
|\ \
| * | Add a Build Variable to represent the triggering GitLab user's login usernameMark Fletcher2017-08-301-0/+1
| * | Add a Build Variable to represent the triggering GitLab user's nameMark Fletcher2017-08-301-1/+2
| |/
* | replace `is_runner_queue_value_latest?` with `runner_queue_value_latest?`Maxim Rydkin2017-08-291-1/+1
* | Merge branch 'fix/gb/fix-invalid-stage-status-transition' into 'master'Kamil Trzciński2017-08-251-0/+4
|\ \
| * | Set a default CI/CD status when it is not knownfix/gb/fix-invalid-stage-status-transitionGrzegorz Bizon2017-08-221-0/+4
| |/
* | Merge branch 'backstage/gb/after-save-asynchronous-job-hooks' into 'master'Kamil Trzciński2017-08-241-1/+4
|\ \