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
2020-06-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-06-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-04-01Add frozen_string_literal to spec/workersThong Kuah
Adds `# frozen_string_literal: true` to spec/workers ruby files
2017-08-22Revert adding shared examples for every sidekiq workerGrzegorz Bizon
Since this already exists in `every_sidekiq_worker_spec.rb`.
2017-08-22Fix incorrect `let` in pipeline metrics worker specsGrzegorz Bizon
2017-08-21Assign all pipeline workers to specific queuesGrzegorz Bizon
2017-05-08Fix specs 2Felipe Artur
2017-05-08Add merge requests association to pipelineFelipe Artur
2017-03-28Use `:empty_project` where possible in worker specsRobert Speicher
2016-11-17Added test events specs and logic. Also fixed some SQL and refactored the ↵James Lopez
pipeline worker spec.
2016-10-17Add a be_like_time matcher and use it in specsNick Thomas
The amount of precision times have in databases is variable, so we need tolerances when comparing in specs. It's better to have the tolerance defined in one place than several.
2016-10-17Fix broken specs on MySQL after ↵Kamil Trzcinski
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6896
2016-10-17Improve spec for pipeline metrics workerKamil Trzcinski