summaryrefslogtreecommitdiff
path: root/spec/models/ci/runner_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Replace factory_girl_rails with factory_bot_railsrc/use-factory_bot_railsRémy Coutable2017-12-141-14/+14
* Use fuzzy search with minimum length of 3 characters where appropriatedm-search-patternDouwe Maan2017-11-271-1/+1
* Fix locked shared runners problemTomasz Maczukin2017-09-251-51/+18
* Fix specShinya Maeda2017-09-031-1/+23
* Improve spec. Add validation for accel_level on runner.Shinya Maeda2017-09-031-24/+30
* Fix specShinya Maeda2017-09-031-2/+2
* Refactor access_level to not_protected and ref_protectedShinya Maeda2017-09-031-6/+6
* Extend can_pick?Shinya Maeda2017-09-031-0/+24
* Fix specShinya Maeda2017-09-031-4/+4
* Add spec. Fix runner setting page. It worked.Shinya Maeda2017-09-031-0/+24
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-6/+6
* Use described_class when possibleRémy Coutable2017-07-271-7/+7
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* Support multiple Redis instances based on queue typePaul Charlton2017-07-111-7/+7
* Enable Style/WordArrayDouwe Maan2017-02-231-4/+4
* Merge remote-tracking branch 'upstream/master' into use-update-runner-serviceLin Jen-Shin2017-02-041-4/+3
|\
| * Use `:empty_project` where possible in model specsrs-empty_project-modelsRobert Speicher2017-01-261-4/+3
* | Remove the key from the queue when runner is deletedLin Jen-Shin2017-01-211-0/+19
* | Prefer service object over after_save hookLin Jen-Shin2017-01-211-1/+1
|/
* Fix specsKamil Trzcinski2017-01-191-5/+28
* WIP: Add tests and make sure that headers are set21698-redis-runner-last-buildLin Jen-Shin2017-01-041-0/+33
* Rename according to:Lin Jen-Shin2016-06-201-7/+7
* Use active tense, feedback from:test-merge-request-4093Lin Jen-Shin2016-06-161-9/+9
* blank line between setup and expectation, feedback:Lin Jen-Shin2016-06-161-0/+4
* Adopt the rename from ci_commits to ci_pipelinesLin Jen-Shin2016-06-151-2/+2
* Rename specific_for to available_for:Lin Jen-Shin2016-06-141-7/+7
* Extra tests inside shared_examples:Lin Jen-Shin2016-06-091-13/+25
* Remove Build#can_be_served? and rename Runner#can_serve? to can_pick?Lin Jen-Shin2016-06-091-0/+119
* Prefer string for describe, feedback from:Lin Jen-Shin2016-06-091-5/+5
* Prefer do and end for before/after:Lin Jen-Shin2016-06-091-11/+33
* Introduced Ci::Runner.specific_for for getting specific runners:Lin Jen-Shin2016-06-091-0/+54
* Enable RSpec/NotToNot cop and auto-correct offensesrs-rubocop-nottonotRobert Speicher2016-05-241-1/+1
* Extend CI runners specsGrzegorz Bizon2016-05-191-1/+31
* Remove the annotate gem and delete old annotationsJeroen van Baarsen2016-05-091-19/+0
* Use ILIKE/LIKE for searching CI runnersYorick Peterse2016-03-111-0/+28
* Fix old usages of `ci_runner` factoryTomasz Maczukin2016-02-191-7/+7
* Remove ci_ prefix from all ci related thingsKamil Trzcinski2015-12-111-3/+3
* Migrate CI::Project to ProjectKamil Trzcinski2015-12-111-7/+7
* Tag model specsDouwe Maan2015-12-091-1/+1
* Annotate modelsDmitriy Zaporozhets2015-11-131-1/+1
* Merge branch 'builds-view' into 'master' Kamil Trzciński2015-10-151-1/+1
|\
| * Fix specsKamil Trzcinski2015-10-141-1/+1
* | Show warning if build doesn't have runners with specified tags or runners did...Kamil Trzcinski2015-10-141-0/+65
|/
* fix specs. Stage 7Valery Sizov2015-09-151-2/+2
* Fix commit specsDmitriy Zaporozhets2015-09-101-5/+5
* Fix some issues with ci models specsDmitriy Zaporozhets2015-09-101-8/+8
* Refactor CI testsDmitriy Zaporozhets2015-09-091-0/+70