Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-05Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-03-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-09-29Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-06-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-22Optimise build queue serviceKamil Trzciński
This makes BuildQueueService to force refresh runners that are considered to have recent queue. Such runners are the ones that connected within online interval + time to expire runner cache.
2019-04-12Add frozen_string_literal to spec/servicesThong Kuah
Probably useful as we often move these files to "new" files.
2018-05-31Fix specs api/runners_spec.rb, api/v3/runners_spec.rb ↵Dylan Griffith
update_build_queue_service_spec.rb
2018-05-31Refactor validations and make runner factory by default to be instance-wide ↵Kamil Trzciński
runner
2018-05-31Improve runner_type validations for Ci::RunnerDylan Griffith
2018-04-23select group runners also in build queue serviceAlexis Reigel
2017-07-27Remove superfluous lib: true, type: redis, service: true, models: true, ↵Rémy Coutable
services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-14Correct RSpec/SingleLineHook cop offensesRobert Speicher
2017-03-28Use `:empty_project` where possible in service specsRobert Speicher
2017-01-20Add missing specs for update build queue serviceGrzegorz Bizon