summaryrefslogtreecommitdiff
path: root/app/models/ci
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * 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
| |\ \
| | * \ Merge branch 'master' into backstage/gb/after-save-asynchronous-job-hooksGrzegorz Bizon2017-08-233-3/+60
| | |\ \ | | | |/
| | * | Run job hooks after transation commits after createGrzegorz Bizon2017-08-231-1/+1
| | * | Do not fire synrchonous hooks when creating a jobGrzegorz Bizon2017-08-221-1/+4
| * | | Expose CI_PIPELINE_SOURCE on CI jobsZeger-Jan van de Weg2017-08-231-1/+2
| | |/ | |/|
* | | 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
|/ /
* | Merge branch 'backstage/gb/migrate-stages-statuses' into 'master'Kamil Trzciński2017-08-211-2/+57
|\ \
| * | Use usual method to retrieve CI/CD stage statusesGrzegorz Bizon2017-08-161-2/+2
| * | Merge branch 'master' into backstage/gb/migrate-stages-statusesGrzegorz Bizon2017-08-161-1/+1
| |\ \
| * | | Use update_column_in_batches helper in stages migrationGrzegorz Bizon2017-07-311-2/+0
| * | | Merge commit '9a3b283402b8cc1c86802c526f19a459ce09c2e3' into backstage/gb/mig...Grzegorz Bizon2017-07-313-0/+12
| |\ \ \
| * \ \ \ Merge branch 'master' into backstage/gb/migrate-stages-statusesGrzegorz Bizon2017-07-262-5/+1
| |\ \ \ \
| * | | | | Rename method responsible for updating stage statusGrzegorz Bizon2017-07-261-1/+1
| * | | | | Move enum specific code from a concern to CI stageGrzegorz Bizon2017-07-261-1/+1
| * | | | | Update related stage status when job status is changedGrzegorz Bizon2017-07-241-0/+2
| * | | | | Merge branch 'master' into backstage/gb/migrate-stages-statusesGrzegorz Bizon2017-07-241-0/+16
| |\ \ \ \ \
| * | | | | | Implement method that updates a stage statusGrzegorz Bizon2017-07-201-0/+47
| * | | | | | Change a method name which enumerates CI/CD statusesGrzegorz Bizon2017-07-201-1/+1
| * | | | | | Implement proper associations with a persisted stageGrzegorz Bizon2017-07-201-2/+2
| * | | | | | Merge branch 'master' into backstage/gb/migrate-stages-statusesGrzegorz Bizon2017-07-201-1/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into backstage/gb/migrate-stages-statusesGrzegorz Bizon2017-07-108-21/+82
| |\ \ \ \ \ \ \