summaryrefslogtreecommitdiff
path: root/spec/models/ci/runner_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Upgrade Rails to 5.1.6.1Jasper Maes2019-04-231-3/+2
* Autocorrect with RSpec/ExampleWording copThong Kuah2019-04-051-1/+1
* Add # frozen_string_literal to spec/modelsThong Kuah2019-04-011-0/+2
* Take contacted_at value from the DB when it is about to be displayed in the W...Alexander Kutelev2019-01-041-0/+9
* fix wordingShinya Maeda2018-12-031-1/+1
* Validate enum uniquenessShinya Maeda2018-12-031-0/+2
* Cleaned up CI runner administration codeYorick Peterse2018-09-141-0/+18
* add offline scope to Ci::RunnerAlexis Reigel2018-08-201-1/+12
* Remove the use of `is_shared` of `Ci::Runner`remove-is-shared-from-ci-runnersKamil Trzciński2018-06-261-5/+4
* Do not validate cached dataoptimise-runner-update-cached-infoKamil Trzciński2018-06-051-8/+18
* 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-311-60/+68
* 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
* 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
* Remove Runner#belonging_to_any_project since this is no longer neededDylan Griffith2018-05-031-15/+0
* 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
* 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
* Improve runner attribute cachineMatija Čupić2018-02-051-10/+15
* Expect instead of allow Redis get stub for online? specMatija Čupić2018-02-041-1/+1