Class: SyntheticNote
- Inherits:
-
Note
- Object
- ActiveRecord::Base
- ApplicationRecord
- Note
- SyntheticNote
- Defined in:
- app/models/synthetic_note.rb
Direct Known Subclasses
Constant Summary
Constants inherited from Note
Note::NON_DIFF_NOTE_TYPES, Note::TYPES_RESTRICTED_BY_GROUP_ABILITY, Note::TYPES_RESTRICTED_BY_PROJECT_ABILITY
Constants included from ThrottledTouch
ThrottledTouch::TOUCH_INTERVAL
Constants included from Gitlab::SQL::Pattern
Gitlab::SQL::Pattern::MIN_CHARS_FOR_PARTIAL_MATCHING, Gitlab::SQL::Pattern::REGEX_QUOTED_TERM
Constants included from ResolvableNote
ResolvableNote::RESOLVABLE_TYPES
Constants included from CacheMarkdownField
CacheMarkdownField::INVALIDATED_BY
Constants included from Redactable
Redactable::UNSUBSCRIBE_PATTERN
Constants included from Import::HasImportSource
Import::HasImportSource::IMPORT_SOURCES
Constants inherited from ApplicationRecord
Constants included from HasCheckConstraints
HasCheckConstraints::NOT_NULL_CHECK_PATTERN
Constants included from ResetOnColumnErrors
ResetOnColumnErrors::MAX_RESET_PERIOD
Instance Attribute Summary collapse
-
#event ⇒ Object
Returns the value of attribute event.
-
#resource_parent ⇒ Object
Returns the value of attribute resource_parent.
Attributes inherited from Note
#commands_changes, #quick_actions_status, #redacted_note_html, #total_reference_count, #user_visible_reference_count
Attributes included from CacheMarkdownField
#skip_markdown_cache_validation
Attributes included from Importable
#importing, #user_contributions
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from Note
#active?, #attribute_names_for_serialization, #award_emoji?, #banzai_render_context, #broadcast_noteable_notes_changed, #bump_updated_at, #can_be_award_emoji?, #can_be_discussion_note?, #can_create_todo?, #check_for_spam?, cherry_picked_merge_requests, #commit, #confidential?, #contains_emoji_only?, #contributor?, count_for_collection, #diff_note?, #editable?, #edited?, #emoji_awardable?, #exportable_record?, #for_abuse_report?, #for_alert_mangement_alert?, #for_commit?, #for_design?, #for_issuable?, #for_issue?, #for_merge_request?, #for_personal_snippet?, #for_project_noteable?, #for_project_snippet?, #for_snippet?, #for_vulnerability?, #for_wiki_page?, #for_work_item?, #group_level_issue?, grouped_diff_discussions, #hook_attrs, #human_max_access, #issuable_ability_name, #last_edited_at, #max_attachment_size, #mentioned_filtered_user_ids_for, #mentioned_users, #merge_requests, model_name, #noteable, #noteable_ability_name, #noteable_author?, #noteable_type=, #notify_after_create, #notify_after_destroy, parent_object_field, #parent_user, positions, #post_processed_cache_key, #project_name, #references, #retrieve_upload, search, #show_outdated_changes?, simple_sorts, #skip_notification?, #skip_project_check?, #supports_suggestion?, #system_note_visible_for?, #system_note_with_references?, #touch, #touch_noteable, #trigger_note_subscription_create, #trigger_note_subscription_destroy, #trigger_note_subscription_update, #uploads_sharding_key, #user_mention_class, #user_mention_identifier, #user_mentions, with_web_entity_associations
Methods included from Gitlab::Utils::Override
#extended, extensions, #included, #method_added, #override, #prepended, #queue_verification, verify!
Methods included from Spammable
#allow_possible_spam?, #check_for_spam, #check_for_spam?, #clear_spam_flags!, #invalidate_if_spam, #needs_recaptcha!, #recaptcha_error!, #render_recaptcha?, #spam, #spam!, #spam_description, #spam_title, #spammable_attribute_changed?, #spammable_entity_type, #spammable_text, #submittable_as_spam?, #submittable_as_spam_by?, #supports_recaptcha?, #unrecoverable_spam_error!
Methods included from ThrottledTouch
Methods included from Gitlab::SQL::Pattern
Methods included from Editable
Methods included from ResolvableNote
#potentially_resolvable?, #resolvable?, #resolve!, #resolve_without_save, #resolved?, #to_be_resolved?, #unresolve!, #unresolve_without_save
Methods included from AfterCommitQueue
#run_after_commit, #run_after_commit_or_now
Methods included from CacheMarkdownField
#attribute_invalidated?, #banzai_render_context, #cached_html_for, #cached_html_up_to_date?, #can_cache_field?, #invalidated_markdown_cache?, #latest_cached_markdown_version, #mentionable_attributes_changed?, #mentioned_filtered_user_ids_for, #parent_user, #refresh_markdown_cache, #refresh_markdown_cache!, #rendered_field_content, #skip_project_check?, #store_mentions!, #store_mentions_after_commit?, #updated_cached_html_for
Methods included from FasterCacheKeys
Methods included from Import::HasImportSource
Methods included from Awardable
#awarded_emoji?, #downvotes, #emoji_awardable?, #grouped_awards, #upvotes, #user_authored?, #user_can_award?
Methods included from Mentionable
#all_references, #create_cross_references!, #create_new_cross_references!, #directly_addressed_users, #extractors, #gfm_reference, #local_reference, #matches_cross_reference_regex?, #mentioned_users, #referenced_group_users, #referenced_groups, #referenced_mentionables, #referenced_project_users, #referenced_projects, #referenced_users, #user_mention_class, #user_mention_identifier
Methods included from Participable
#participant?, #participants, #visible_participants
Methods included from Notes::Discussion
#derive_discussion_id, #discussion, #discussion_class, #discussion_id, #ensure_discussion_id, #in_reply_to?, #part_of_discussion?, #start_of_discussion?, #to_discussion
Methods inherited from ApplicationRecord
===, cached_column_list, #create_or_load_association, declarative_enum, default_select_columns, id_in, id_not_in, iid_in, nullable_column?, 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 ResetOnColumnErrors
#reset_on_union_error, #reset_on_unknown_attribute_error
Methods included from Gitlab::SensitiveSerializableHash
Instance Attribute Details
#event ⇒ Object
Returns the value of attribute event.
6 7 8 |
# File 'app/models/synthetic_note.rb', line 6 def event @event end |
#resource_parent ⇒ Object
Returns the value of attribute resource_parent.
6 7 8 |
# File 'app/models/synthetic_note.rb', line 6 def resource_parent @resource_parent end |
Class Method Details
.note_attributes(action, event, resource, resource_parent) ⇒ Object
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
# File 'app/models/synthetic_note.rb', line 8 def self.note_attributes(action, event, resource, resource_parent) resource ||= event.resource attrs = { system: true, author: event.user, created_at: event.created_at, updated_at: event.created_at, discussion_id: event.discussion_id, noteable: resource, event: event, system_note_metadata: ::SystemNoteMetadata.new(action: action, id: event.discussion_id), resource_parent: resource_parent, imported_from: event.respond_to?(:imported_from) ? event.imported_from : 'none' } if resource_parent.is_a?(Project) attrs[:project_id] = resource_parent.id end attrs end |
Instance Method Details
#group ⇒ Object
35 36 37 |
# File 'app/models/synthetic_note.rb', line 35 def group resource_parent if resource_parent.is_a?(Group) end |
#note ⇒ Object
39 40 41 |
# File 'app/models/synthetic_note.rb', line 39 def note @note ||= note_text end |
#note_html ⇒ Object
43 44 45 |
# File 'app/models/synthetic_note.rb', line 43 def note_html raise NotImplementedError end |
#project ⇒ Object
31 32 33 |
# File 'app/models/synthetic_note.rb', line 31 def project resource_parent if resource_parent.is_a?(Project) end |