gitlab-org--gitlab-foss/lib/gitlab/cycle_analytics
Sean McGivern aff5c9f3e5 Add table for merge request commits
This is an ID-less table with just three columns: an association to the merge
request diff the commit belongs to, the relative order of the commit within the
merge request diff, and the commit SHA itself.

Previously we stored much more information about the commits, so that we could
display them even when they were deleted from the repo. Since 8.0, we ensure
that those commits are kept around for as long as the target repo itself is, so
we don't need to duplicate that data in the database.
2017-07-06 17:36:10 +01:00
..
summary More updates for translations plus some refactoring. 2017-05-03 21:08:43 -05:00
base_event_fetcher.rb
base_query.rb Enable Style/DotPosition Rubocop 👮 2017-06-21 13:48:12 +00:00
base_stage.rb More updates for translations plus some refactoring. 2017-05-03 21:08:43 -05:00
code_event_fetcher.rb
code_stage.rb More updates for translations plus some refactoring. 2017-05-03 21:08:43 -05:00
event_fetcher.rb
issue_allowed.rb
issue_event_fetcher.rb
issue_stage.rb More updates for translations plus some refactoring. 2017-05-03 21:08:43 -05:00
merge_request_allowed.rb
metrics_tables.rb Add table for merge request commits 2017-07-06 17:36:10 +01:00
permissions.rb Enable the Style/TrailingCommaInLiteral cop 2017-05-10 18:25:45 +02:00
plan_event_fetcher.rb Add table for merge request commits 2017-07-06 17:36:10 +01:00
plan_stage.rb More updates for translations plus some refactoring. 2017-05-03 21:08:43 -05:00
production_event_fetcher.rb
production_helper.rb
production_stage.rb More updates for translations plus some refactoring. 2017-05-03 21:08:43 -05:00
review_event_fetcher.rb
review_stage.rb Some small updates for Spanish translations. 2017-05-04 19:27:17 -05:00
stage.rb
stage_summary.rb
staging_event_fetcher.rb
staging_stage.rb Some small updates for Spanish translations. 2017-05-04 19:27:17 -05:00
test_event_fetcher.rb
test_stage.rb Some small updates for Spanish translations. 2017-05-04 19:27:17 -05:00
updater.rb