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 move query limit to base event fetcher 2017-02-06 16:23:55 +01:00
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 Fix cycle analytics code after improving serializers 2017-01-27 14:37:14 +01:00
code_stage.rb More updates for translations plus some refactoring. 2017-05-03 21:08:43 -05:00
event_fetcher.rb refactored a bunch of stuff based on feedback 2017-01-17 11:32:55 +01:00
issue_allowed.rb added new build updater, specs and refactored allowed_ids 2016-11-18 12:05:29 +01:00
issue_event_fetcher.rb Fix cycle analytics code after improving serializers 2017-01-27 14:37:14 +01:00
issue_stage.rb More updates for translations plus some refactoring. 2017-05-03 21:08:43 -05:00
merge_request_allowed.rb added new build updater, specs and refactored allowed_ids 2016-11-18 12:05:29 +01:00
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 fix refactor of production event fetcher 2017-01-17 11:32:55 +01:00
production_helper.rb refactored metrics fetcher - merged into stage and events 2017-01-17 11:32:55 +01:00
production_stage.rb More updates for translations plus some refactoring. 2017-05-03 21:08:43 -05:00
review_event_fetcher.rb Fix cycle analytics code after improving serializers 2017-01-27 14:37:14 +01:00
review_stage.rb Some small updates for Spanish translations. 2017-05-04 19:27:17 -05:00
stage.rb big refactor based on MR feedback 2017-01-17 11:32:55 +01:00
stage_summary.rb Fix cycle analytics code after improving serializers 2017-01-27 14:37:14 +01:00
staging_event_fetcher.rb Fix cycle analytics code after improving serializers 2017-01-27 14:37:14 +01:00
staging_stage.rb Some small updates for Spanish translations. 2017-05-04 19:27:17 -05:00
test_event_fetcher.rb big refactor based on MR feedback 2017-01-17 11:32:55 +01:00
test_stage.rb Some small updates for Spanish translations. 2017-05-04 19:27:17 -05:00
updater.rb refactored updater and updated specs 2016-11-18 13:00:38 +01:00