summaryrefslogtreecommitdiff
path: root/spec/models/ci
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-06-023-110/+101
|\
| * Fix spec/models/ci/runner_spec.rb:775 destroy runner with no projects46010-add-more-validations-for-runners-and-runner-typeDylan Griffith2018-05-311-0/+1
| * Bring back deleted specsKamil Trzciński2018-05-311-5/+1
| * Fix rubocop error in runner_spec.rbDylan Griffith2018-05-311-1/+1
| * Fix `static-analysis` changesKamil Trzciński2018-05-311-1/+1
| * Ensure that we can remove degenerate runnersKamil Trzciński2018-05-311-0/+16
| * Improve `Ci::Runner#assign_to` to return a flag whether it succeeded or notKamil Trzciński2018-05-311-1/+1
| * Fix the conflict resolution in spec/models/ci/runner_spec.rbDylan Griffith2018-05-311-23/+7
| * Refactor validations and make runner factory by default to be instance-wide r...Kamil Trzciński2018-05-313-69/+71
| * Ensure we validate Runner#runner_type when persisting RunnerNamespaceDylan Griffith2018-05-311-0/+7
| * Improve runner_type validations for Ci::RunnerDylan Griffith2018-05-311-57/+42
* | Remove unneccesary specShinya Maeda2018-06-011-14/+0
* | Clean up presence validation specShinya Maeda2018-06-011-2/+1
* | Add spec for variables expressionShinya Maeda2018-05-301-0/+14
* | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-281-1/+1
|\ \ | |/
| * Replace Gitlab::REVISION with Gitlab.revision and handle installations withou...46600-fix-gitlab-revision-when-not-in-git-repoRémy Coutable2018-05-241-1/+1
* | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-222-3/+105
|\ \ | |/
| * Merge branch 'fix/gb/exclude-persisted-variables-from-environment-name' into ...Grzegorz Bizon2018-05-212-2/+36
| |\
| | * Update pipeline persisted / predefined variables specsGrzegorz Bizon2018-05-182-4/+8
| | * Separate persisted and runtime pipeline variablesGrzegorz Bizon2018-05-181-0/+8
| | * Do not allow to use `CI_PIPELINE_ID` in environment nameGrzegorz Bizon2018-05-181-0/+22
| * | Fixes deploy tokens build variables46454-wrong-value-in-ci-deploy-userMayra Cabrera2018-05-181-1/+1
| * | Merge branch 'fix/gb/not-allow-to-trigger-skipped-manual-actions' into 'master'Kamil Trzciński2018-05-181-0/+40
| |\ \ | | |/ | |/|
| | * Do not allow to trigger manual actions that were skippedGrzegorz Bizon2018-05-161-0/+40
| * | Preload pipeline data for project pipelinesYorick Peterse2018-05-171-0/+27
* | | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-171-49/+13
|\ \ \ | |/ /
| * | Allow group runners to be viewed/edited in APIDylan Griffith2018-05-161-49/+13
| |/
* | Clarify scope for AtomicInternalId shared specShinya Maeda2018-05-141-0/+1
* | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-141-6/+20
|\ \ | |/
| * Ensure Ci::Runner#assign_to errors for group runnerscorrect-runner-type-when-assigning-shared-to-projectDylan Griffith2018-05-101-7/+20
| * Ensure runner_type is updated correctly when assigning shared runner to projectDylan Griffith2018-05-101-0/+1
* | Rescue RecordNotUnique when pipeline is created with non-unique iidShinya Maeda2018-05-111-1/+1
* | Remove numericality as it's redandant with integer column and validates nil IIDShinya Maeda2018-05-111-0/+1
* | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-101-0/+1
|\ \ | |/
| * Add validation Ci::Runner runner_type must be presentDylan Griffith2018-05-091-0/+1
* | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-091-1/+1
|\ \ | |/
| * Add some missing parens in project_spec and runner_specDylan Griffith2018-05-081-1/+1
* | Fix specShinya Maeda2018-05-081-0/+1
* | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-084-13/+630
|\ \ | |/
| * Merge branch 'add-git-commit-message-predefined-variable' into 'master'Grzegorz Bizon2018-05-072-2/+5
| |\
| | * Add a CI_COMMIT_MESSAGE predefined variableTomasz Maczukin2018-05-072-2/+5
| * | Merge branch 'live-trace-v2' into live-trace-v2-efficient-destroy-allShinya Maeda2018-05-071-11/+229
| |\ \
| | * \ Merge branch 'master' into live-trace-v2Shinya Maeda2018-05-071-11/+229
| | |\ \
| | | * | Remove Runner#belonging_to_any_project since this is no longer neededDylan Griffith2018-05-031-15/+0
| | | * | Merge branch 'master' into feature/runner-per-groupDylan Griffith2018-05-031-1/+33
| | | |\ \
| | | * | | More style improvements to spec/models/ci/runner_spec.rbDylan Griffith2018-05-031-41/+40
| | | * | | Style changes to spec/models/ci/runner_spec.rbDylan Griffith2018-05-031-35/+35
| | | * | | Rename Runner#invalidate_build_cache -> Runner#pick_buildDylan Griffith2018-05-021-3/+3
| | | * | | Fix spec/features/admin/admin_runners_spec.rb + test style improvementsDylan Griffith2018-05-011-4/+4
| | | * | | Rename Runner#group? -> #assigned_to_group? and Runner#project? -> #assigned_...Dylan Griffith2018-04-301-8/+8