summaryrefslogtreecommitdiff
path: root/spec/models/ci
Commit message (Expand)AuthorAgeFilesLines
* Allow group runners to be viewed/edited in APIDylan Griffith2018-05-161-49/+13
* 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
* Add validation Ci::Runner runner_type must be presentDylan Griffith2018-05-091-0/+1
* Add some missing parens in project_spec and runner_specDylan Griffith2018-05-081-1/+1
* 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
| | * | | Revert fair scheduling for all buildsDylan Griffith2018-04-301-67/+0
| | * | | Rename `runner.belonging_to_group(project.id) -> runner.belonging_to_parent_g...Dylan Griffith2018-04-271-3/+3
| | * | | Tag runner_spec tests for subgroups with nested_groupsDylan Griffith2018-04-271-2/+2
| | * | | Merge branch 'master' into siemens-runner-per-groupDylan Griffith2018-04-261-1/+31
| | |\ \ \ | | | | |/ | | | |/|
| | * | | extract method to adhere to "tell, don't ask"Alexis Reigel2018-04-231-0/+26
| | * | | restrict projects ci controller to project runnersAlexis Reigel2018-04-231-0/+15
| | * | | simplify runner selectionAlexis Reigel2018-04-231-0/+67
| | * | | ci runners: assigned to either projects or groupAlexis Reigel2018-04-231-0/+57
| | * | | support group hierarchies for group runnersAlexis Reigel2018-04-231-0/+9
| | * | | use .owned_or_shared for #assignable_for?Alexis Reigel2018-04-231-3/+21
| | * | | don't filter group runners by project flagAlexis Reigel2018-04-231-8/+0
| | * | | add method CI::Runner.project?Alexis Reigel2018-04-231-3/+23
| | * | | split up Ci::Runner.owned_or_shared scopeAlexis Reigel2018-04-231-18/+24
| | * | | exclude group runners on projects that disabled itAlexis Reigel2018-04-231-0/+8
| | * | | add Ci::Runner#group? methodAlexis Reigel2018-04-231-0/+24
| | * | | drop 'scopes' context from specsAlexis Reigel2018-04-231-45/+43
| | * | | include group runners in scopeAlexis Reigel2018-04-231-4/+46
| | * | | add misssing scope specsAlexis Reigel2018-04-231-0/+19
* | | | | Added shared exmaple for fast_destroy_all concernShinya Maeda2018-05-041-0/+15
|/ / / /
* | | | Add validation and skip logic at #truncateShinya Maeda2018-05-041-5/+1
* | | | Introduce Redis helpers. Rename BuildTraceChunkFlushToDbWorker to Ci::BuildTr...Shinya Maeda2018-05-041-2/+2
* | | | Merge branch 'master' into live-trace-v2Shinya Maeda2018-05-031-1/+33
|\ \ \ \ | | |_|/ | |/| |
| * | | Use stages position column to track stage indexGrzegorz Bizon2018-05-011-6/+6
| * | | Rename stage index column name to priority columnGrzegorz Bizon2018-04-241-6/+6
| * | | Use database query to calculate average stage positionGrzegorz Bizon2018-04-241-5/+19
| * | | Reorder before block contents in stage entity specsGrzegorz Bizon2018-04-241-1/+2
| * | | Ensure that an imported pipeline stage can be updatedGrzegorz Bizon2018-04-241-1/+18
| | |/ | |/|
* | | Fix Redis scan_each wildcard expression in specShinya Maeda2018-05-021-2/+2
* | | Fix BuildTraceChunkFlushToDbWorker nameShinya Maeda2018-05-021-2/+2
* | | Rename BuildTraceSwapChunkWorker to BuildTraceChunkFlushToDBWorkerShinya Maeda2018-05-021-2/+2
* | | Enable feature flag on build_trace_chunk_specShinya Maeda2018-05-021-0/+4
* | | Skip truncate when offset == size. Fix static analysys.Shinya Maeda2018-05-021-4/+6
* | | Fix spec when parent record is destroyedShinya Maeda2018-04-301-17/+8
* | | Fix spec. Revert #truncate in stream (But still prevent redandant calls)Shinya Maeda2018-04-301-23/+20