summaryrefslogtreecommitdiff
path: root/app/models/ci
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ |/|
* | 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
| |\ \ \ \ \ \ \
| * | | | | | | | Add some validations to persisted stage modelGrzegorz Bizon2017-07-041-0/+5
| * | | | | | | | Use enumerated status in persisted stage classGrzegorz Bizon2017-07-041-0/+3
* | | | | | | | | Add validate: false. Add validates uniqueness.fix/sm/34805-get-back-validates-uniqueness-1Shinya Maeda2017-08-182-1/+3
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Fix CI_PROJECT_PATH_SLUG slugifyvanadium232017-08-151-4/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Rename many path_with_namespace -> full_pathGabriel Mazetto2017-08-011-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Remove if pipeline.variables in Ci::Build#variablesShinya Maeda2017-07-281-1/+1
* | | | | | fix merge missShinya Maeda2017-07-281-1/+1
* | | | | | initShinya Maeda2017-07-283-1/+13
| |_|_|_|/ |/| | | |
* | | | | Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-07-201-0/+16
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Add specs for pipeline process with auto-retriesGrzegorz Bizon2017-07-171-6/+4
| * | | | Make it possible to auto retry a failed CI/CD jobGrzegorz Bizon2017-07-171-0/+10
| * | | | Make it possible to count a number of job retriesGrzegorz Bizon2017-07-171-0/+8
| | |_|/ | |/| |
* | | | Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-07-178-19/+77
|\ \ \ \ | |/ / /
| * | | Support multiple Redis instances based on queue typePaul Charlton2017-07-111-1/+1
| | |/ | |/|
| * | Merge branch 'fix/offline_runner_detection' into 'master'Rémy Coutable2017-07-101-3/+7
| |\ \
| | * | Fix offline runner detectionAlessio Caiazza2017-07-071-3/+7
| * | | Merge from master(Fix conflicts)Shinya Maeda2017-07-073-0/+15
| |\ \ \
| | * | | Basic BE changeShinya Maeda2017-07-073-0/+15
| * | | | merge from masterShinya Maeda2017-07-074-15/+37
| |\ \ \ \ | | |/ / /
| | * | | Add table for merge request commitsSean McGivern2017-07-061-1/+1
| | * | | Merge branch '34716-environment-specific-variables-ce' into 'master'Douwe Maan2017-07-061-7/+14
| | |\ \ \
| | | * | | Backports for ee-2112Lin Jen-Shin2017-07-061-7/+14
| | * | | | Rename ActiverecordSerialize copYorick Peterse2017-07-062-3/+3
| | * | | | Added Cop to blacklist the use of `dependent:`Yorick Peterse2017-07-062-2/+2
| | |/ / /