gitlab-org--gitlab-foss/spec/lib/gitlab/cycle_analytics
Yorick Peterse 6b4d33566f
Pass commit data to ProcessCommitWorker
By passing commit data to this worker we remove the need for querying
the Git repository for every job. This in turn reduces the time spent
processing each job.

The migration included migrates jobs from the old format to the new
format. For this to work properly it requires downtime as otherwise
workers may start producing errors until they're using a newer version
of the worker code.
2016-12-01 13:36:06 +01:00
..
code_event_spec.rb fix spec failures 2016-11-18 08:13:34 +01:00
events_spec.rb Pass commit data to ProcessCommitWorker 2016-12-01 13:36:06 +01:00
issue_event_spec.rb fix spec failures 2016-11-18 08:13:34 +01:00
permissions_spec.rb Added permissions per stage to cycle analytics endpoint 2016-11-21 10:49:05 +01:00
plan_event_spec.rb Fix and relevant spec for plan stage breaking with nil commits 2016-11-23 09:10:04 +01:00
production_event_spec.rb run pipeline worker in cycle analytics dev setup 2016-11-18 10:50:47 +01:00
review_event_spec.rb refactor events 2016-11-18 10:13:42 +01:00
shared_event_spec.rb fix spec failures 2016-11-18 08:13:34 +01:00
staging_event_spec.rb fix spec failures 2016-11-18 08:13:34 +01:00
test_event_spec.rb fix spec failures 2016-11-18 08:13:34 +01:00
updater_spec.rb refactored updater and updated specs 2016-11-18 13:00:38 +01:00