gitlab-org--gitlab-foss/spec/workers/concerns
Yorick Peterse 9e29408ee6
Don't expose project names in various counters
Various counters would expose either project names, or full project
paths (e.g. "gitlab-org/gitlab-ce"). This commit changes various places
where we use "add_event" so we no longer expose (potentially) private
information.
2018-06-21 16:56:40 +02:00
..
gitlab/github_import Don't expose project names in various counters 2018-06-21 16:56:40 +02:00
application_worker_spec.rb Use a dedicated queue for each worker 2017-12-12 17:36:20 +01:00
cluster_queue_spec.rb Use a dedicated queue for each worker 2017-12-12 17:36:20 +01:00
cronjob_queue_spec.rb Use a dedicated queue for each worker 2017-12-12 17:36:20 +01:00
pipeline_background_queue_spec.rb Fix tests by latest proposal changes 2018-03-06 21:44:15 +09:00
pipeline_queue_spec.rb Use a dedicated queue for each worker 2017-12-12 17:36:20 +01:00
project_import_options_spec.rb Fork and Import jobs only get marked as failed when the number of Sidekiq retries were exhausted 2017-12-15 09:54:10 +00:00
repository_check_queue_spec.rb Use a dedicated queue for each worker 2017-12-12 17:36:20 +01:00
waitable_worker_spec.rb Fix cattr_accessor definition 2018-05-28 20:59:32 +02:00