Class: Analytics::CycleAnalytics::MergeRequestStageEvent

Inherits:
ApplicationRecord
  • Object
show all
Extended by:
SuppressCompositePrimaryKeyWarning
Includes:
StageEventModel
Defined in:
app/models/analytics/cycle_analytics/merge_request_stage_event.rb

Constant Summary

Constants inherited from ApplicationRecord

ApplicationRecord::MAX_PLUCK

Constants included from ResetOnUnionError

ResetOnUnionError::MAX_RESET_PERIOD

Class Method Summary collapse

Methods included from StageEventModel

#issuable_id, #total_time

Methods inherited from ApplicationRecord

cached_column_list, #create_or_load_association, declarative_enum, default_select_columns, id_in, id_not_in, iid_in, pluck_primary_key, primary_key_in, #readable_by?, safe_ensure_unique, safe_find_or_create_by, safe_find_or_create_by!, #to_ability_name, underscore, where_exists, where_not_exists, with_fast_read_statement_timeout, without_order

Methods included from SensitiveSerializableHash

#serializable_hash

Class Method Details

.issuable_id_columnObject



24
25
26
# File 'app/models/analytics/cycle_analytics/merge_request_stage_event.rb', line 24

def self.issuable_id_column
  :merge_request_id
end

.issuable_modelObject



28
29
30
# File 'app/models/analytics/cycle_analytics/merge_request_stage_event.rb', line 28

def self.issuable_model
  ::MergeRequest
end

.project_columnObject



20
21
22
# File 'app/models/analytics/cycle_analytics/merge_request_stage_event.rb', line 20

def self.project_column
  :target_project_id
end