debian-mirror-gitlab/spec/lib/gitlab/import_export/safe_model_attributes.yml

830 lines
12 KiB
YAML
Raw Normal View History

2016-09-29 09:46:39 +05:30
---
Issue:
- id
- title
- assignee_id
- author_id
- project_id
- created_at
- updated_at
- position
- branch_name
- description
- state
2019-07-07 11:18:12 +05:30
- state_id
2016-09-29 09:46:39 +05:30
- iid
- updated_by_id
- confidential
2017-08-17 22:00:37 +05:30
- closed_at
2018-05-09 12:01:36 +05:30
- closed_by_id
2016-09-29 09:46:39 +05:30
- due_date
- moved_to_id
2019-12-04 20:38:33 +05:30
- duplicated_to_id
2020-01-01 13:55:28 +05:30
- promoted_to_epic_id
2016-09-29 09:46:39 +05:30
- lock_version
- milestone_id
- weight
2017-08-17 22:00:37 +05:30
- time_estimate
- relative_position
2019-09-04 21:01:54 +05:30
- service_desk_reply_to
2017-08-17 22:00:37 +05:30
- last_edited_at
- last_edited_by_id
2018-03-17 18:26:18 +05:30
- discussion_locked
2020-03-13 15:44:24 +05:30
- health_status
2016-09-29 09:46:39 +05:30
Event:
- id
- target_type
- project_id
2019-12-04 20:38:33 +05:30
- group_id
2016-09-29 09:46:39 +05:30
- created_at
- updated_at
- action
- author_id
2017-09-10 17:25:29 +05:30
PushEventPayload:
- commit_count
- action
- ref_type
- commit_from
- commit_to
- ref
- commit_title
2019-12-21 20:55:43 +05:30
- ref_count
2016-09-29 09:46:39 +05:30
Note:
- id
- note
- noteable_type
- author_id
- created_at
- updated_at
- project_id
- attachment
- line_code
- commit_id
- system
- st_diff
- updated_by_id
- type
- position
- original_position
2017-09-10 17:25:29 +05:30
- change_position
2016-09-29 09:46:39 +05:30
- resolved_at
- resolved_by_id
2018-03-17 18:26:18 +05:30
- resolved_by_push
2016-09-29 09:46:39 +05:30
- discussion_id
- original_discussion_id
LabelLink:
- id
- target_type
- created_at
- updated_at
2016-11-03 12:29:30 +05:30
ProjectLabel:
2016-09-29 09:46:39 +05:30
- id
- title
- color
2016-11-03 12:29:30 +05:30
- group_id
2016-09-29 09:46:39 +05:30
- project_id
2016-11-03 12:29:30 +05:30
- type
2016-09-29 09:46:39 +05:30
- created_at
- updated_at
- template
- description
- priority
Milestone:
- id
- title
- project_id
2017-09-10 17:25:29 +05:30
- group_id
2016-09-29 09:46:39 +05:30
- description
- due_date
2017-08-17 22:00:37 +05:30
- start_date
2016-09-29 09:46:39 +05:30
- created_at
- updated_at
- state
- iid
ProjectSnippet:
- id
- title
2017-09-10 17:25:29 +05:30
- description
2016-09-29 09:46:39 +05:30
- content
- author_id
- project_id
- created_at
- updated_at
- file_name
- type
- visibility_level
Release:
- id
2019-02-15 15:39:39 +05:30
- name
2016-09-29 09:46:39 +05:30
- tag
2019-02-15 15:39:39 +05:30
- sha
2016-09-29 09:46:39 +05:30
- description
2019-02-15 15:39:39 +05:30
- author_id
2016-09-29 09:46:39 +05:30
- project_id
- created_at
- updated_at
2019-09-30 21:07:59 +05:30
- released_at
2019-12-21 20:55:43 +05:30
Evidence:
- id
- summary
- created_at
- updated_at
2019-02-15 15:39:39 +05:30
Releases::Link:
- id
- url
- name
- created_at
- updated_at
2016-09-29 09:46:39 +05:30
ProjectMember:
- id
- access_level
- source_type
- user_id
- notification_level
- type
- created_at
- updated_at
- created_by_id
- invite_email
- invite_token
- invite_accepted_at
- requested_at
- expires_at
2019-09-04 21:01:54 +05:30
- ldap
- override
2016-09-29 09:46:39 +05:30
User:
- id
- username
- email
MergeRequest:
- id
- target_branch
- source_branch
- source_project_id
- author_id
- assignee_id
- title
- created_at
- updated_at
- state
2019-07-07 11:18:12 +05:30
- state_id
2016-09-29 09:46:39 +05:30
- merge_status
- target_project_id
- iid
- description
- position
- updated_by_id
- merge_error
- merge_params
2017-08-17 22:00:37 +05:30
- merge_when_pipeline_succeeds
2016-09-29 09:46:39 +05:30
- merge_user_id
- merge_commit_sha
2019-12-26 22:10:19 +05:30
- squash_commit_sha
2016-09-29 09:46:39 +05:30
- in_progress_merge_commit_sha
- lock_version
- milestone_id
- approvals_before_merge
- rebase_commit_sha
2017-08-17 22:00:37 +05:30
- time_estimate
2018-11-08 19:23:39 +05:30
- squash
2017-08-17 22:00:37 +05:30
- last_edited_at
- last_edited_by_id
2017-09-10 17:25:29 +05:30
- head_pipeline_id
2018-03-17 18:26:18 +05:30
- discussion_locked
2018-03-27 19:54:05 +05:30
- allow_maintainer_to_push
2016-09-29 09:46:39 +05:30
MergeRequestDiff:
- id
- state
- merge_request_id
- created_at
- updated_at
- base_commit_sha
- real_size
- head_commit_sha
- start_commit_sha
2018-03-17 18:26:18 +05:30
- commits_count
2017-09-10 17:25:29 +05:30
MergeRequestDiffCommit:
- merge_request_diff_id
- relative_order
- sha
- authored_date
- committed_date
- author_name
- author_email
- committer_name
- committer_email
- message
MergeRequestDiffFile:
- merge_request_diff_id
- relative_order
- new_file
- renamed_file
- deleted_file
- new_path
- old_path
- a_mode
- b_mode
- too_large
- binary
2020-03-13 15:44:24 +05:30
MergeRequestContextCommit:
- id
- authored_date
- committed_date
- relative_order
- sha
- author_name
- author_email
- committer_name
- committer_email
- message
- merge_request_id
MergeRequestContextCommitDiffFile:
- sha
- relative_order
- new_file
- renamed_file
- deleted_file
- new_path
- old_path
- a_mode
- b_mode
- too_large
- binary
- text
2018-11-08 19:23:39 +05:30
MergeRequest::Metrics:
- id
- created_at
- updated_at
- merge_request_id
- pipeline_id
- latest_closed_by_id
- latest_closed_at
- merged_by_id
- merged_at
- latest_build_started_at
- latest_build_finished_at
- first_deployed_to_production_at
2019-10-12 21:52:04 +05:30
- first_comment_at
- first_commit_at
- last_commit_at
- diff_size
- modified_paths_size
- commits_count
2016-09-29 09:46:39 +05:30
Ci::Pipeline:
- id
- project_id
2017-09-10 17:25:29 +05:30
- source
2016-09-29 09:46:39 +05:30
- ref
- sha
- before_sha
2019-07-07 11:18:12 +05:30
- source_sha
- target_sha
2016-09-29 09:46:39 +05:30
- push_data
- created_at
- updated_at
- tag
- yaml_errors
- committed_at
- status
- started_at
- finished_at
- duration
- user_id
2017-08-17 22:00:37 +05:30
- lock_version
- auto_canceled_by_id
- pipeline_schedule_id
2018-03-17 18:26:18 +05:30
- config_source
- failure_reason
- protected
2018-11-08 19:23:39 +05:30
- iid
2019-02-15 15:39:39 +05:30
- merge_request_id
2019-12-04 20:38:33 +05:30
- external_pull_request_id
2017-09-10 17:25:29 +05:30
Ci::Stage:
- id
- name
2018-03-17 18:26:18 +05:30
- status
2018-10-15 14:42:47 +05:30
- position
2018-03-17 18:26:18 +05:30
- lock_version
2017-09-10 17:25:29 +05:30
- project_id
- pipeline_id
- created_at
- updated_at
2016-09-29 09:46:39 +05:30
CommitStatus:
- id
- project_id
- status
- finished_at
- trace
- created_at
- updated_at
- started_at
- runner_id
- coverage
- commit_id
- commands
- job_id
- name
- deploy
- options
- allow_failure
- stage
- trigger_request_id
- stage_idx
2017-09-10 17:25:29 +05:30
- stage_id
2016-09-29 09:46:39 +05:30
- tag
- ref
- user_id
- type
- target_url
- description
- artifacts_file
2018-05-09 12:01:36 +05:30
- artifacts_file_store
2016-09-29 09:46:39 +05:30
- artifacts_metadata
2018-05-09 12:01:36 +05:30
- artifacts_metadata_store
2016-09-29 09:46:39 +05:30
- erased_by_id
- erased_at
- artifacts_expire_at
- environment
- artifacts_size
- when
- yaml_variables
- queued_at
- token
2017-08-17 22:00:37 +05:30
- lock_version
- coverage_regex
- auto_canceled_by_id
- retried
2018-03-17 18:26:18 +05:30
- protected
- failure_reason
2018-12-05 23:21:45 +05:30
- scheduled_at
2019-09-04 21:01:54 +05:30
- upstream_pipeline_id
2019-12-04 20:38:33 +05:30
- interruptible
2020-03-13 15:44:24 +05:30
- processed
- scheduling_type
2016-09-29 09:46:39 +05:30
Ci::Variable:
- id
- project_id
- key
- value
- encrypted_value
- encrypted_value_salt
- encrypted_value_iv
Ci::Trigger:
- id
- token
- project_id
- created_at
- updated_at
2017-08-17 22:00:37 +05:30
- owner_id
- description
- ref
Ci::PipelineSchedule:
- id
- description
- ref
- cron
- cron_timezone
- next_run_at
- project_id
- owner_id
- active
2018-03-17 18:26:18 +05:30
- created_at
- updated_at
Clusters::Cluster:
- id
- user_id
- enabled
- name
- provider_type
- platform_type
- created_at
- updated_at
Clusters::Project:
- id
- project_id
- cluster_id
- created_at
- updated_at
Clusters::Providers::Gcp:
- id
- cluster_id
- status
- status_reason
- gcp_project_id
- zone
- num_nodes
- machine_type
- operation_id
- endpoint
- encrypted_access_token
- encrypted_access_token_iv
- created_at
- updated_at
Clusters::Platforms::Kubernetes:
- id
- cluster_id
- api_url
- ca_cert
- namespace
- username
- encrypted_password
- encrypted_password_iv
- encrypted_token
- encrypted_token_iv
2017-08-17 22:00:37 +05:30
- created_at
- updated_at
2016-09-29 09:46:39 +05:30
DeployKey:
- id
- user_id
- created_at
- updated_at
- key
- title
- type
- fingerprint
- public
2017-08-17 22:00:37 +05:30
- can_push
- last_used_at
2016-09-29 09:46:39 +05:30
Service:
- id
- type
- title
- project_id
- created_at
- updated_at
- active
- properties
- template
- push_events
- issues_events
2017-08-17 22:00:37 +05:30
- commit_events
2016-09-29 09:46:39 +05:30
- merge_requests_events
- tag_push_events
- note_events
- pipeline_events
2017-09-10 17:25:29 +05:30
- job_events
2020-01-01 13:55:28 +05:30
- comment_on_event_enabled
2016-09-29 09:46:39 +05:30
- category
- default
- wiki_page_events
- confidential_issues_events
2018-04-05 14:03:07 +05:30
- confidential_note_events
2019-07-31 22:56:46 +05:30
- deployment_events
2019-09-30 21:07:59 +05:30
- description
2016-09-29 09:46:39 +05:30
ProjectHook:
- id
- url
- project_id
- created_at
- updated_at
- type
- service_id
- push_events
2018-11-20 20:47:30 +05:30
- push_events_branch_filter
2016-09-29 09:46:39 +05:30
- issues_events
- merge_requests_events
- tag_push_events
- note_events
- pipeline_events
- enable_ssl_verification
2017-09-10 17:25:29 +05:30
- job_events
2016-09-29 09:46:39 +05:30
- wiki_page_events
- token
- group_id
- confidential_issues_events
2018-04-05 14:03:07 +05:30
- confidential_note_events
2017-09-10 17:25:29 +05:30
- repository_update_events
2016-09-29 09:46:39 +05:30
ProtectedBranch:
- id
- project_id
- name
- created_at
- updated_at
2019-12-04 20:38:33 +05:30
- code_owner_approval_required
2017-08-17 22:00:37 +05:30
ProtectedTag:
- id
- project_id
- name
- created_at
- updated_at
2016-09-29 09:46:39 +05:30
Project:
- description
- issues_enabled
- merge_requests_enabled
- wiki_enabled
- snippets_enabled
- visibility_level
- archived
2017-08-17 22:00:37 +05:30
- created_at
- updated_at
- last_activity_at
- star_count
- ci_id
- shared_runners_enabled
- build_coverage_regex
- build_allow_git_fetchs
- build_timeout
- pending_delete
- public_builds
- last_repository_check_failed
- last_repository_check_at
2018-03-17 18:26:18 +05:30
- collapse_outdated_diff_comments
2017-08-17 22:00:37 +05:30
- container_registry_enabled
- only_allow_merge_if_pipeline_succeeds
- has_external_issue_tracker
- request_access_enabled
- has_external_wiki
- only_allow_merge_if_all_discussions_are_resolved
2019-12-26 22:10:19 +05:30
- remove_source_branch_after_merge
2017-08-17 22:00:37 +05:30
- auto_cancel_pending_pipelines
- printing_merge_request_link_enabled
2018-03-17 18:26:18 +05:30
- resolve_outdated_diff_discussions
2017-08-17 22:00:37 +05:30
- build_allow_git_fetch
2019-09-04 21:01:54 +05:30
- merge_requests_template
- merge_requests_rebase_enabled
- approvals_before_merge
- merge_requests_author_approval
- reset_approvals_on_push
- disable_overriding_approvers_per_merge_request
- merge_requests_ff_only_enabled
- issues_template
- repository_size_limit
- sync_time
- service_desk_enabled
2017-08-17 22:00:37 +05:30
- last_repository_updated_at
2017-09-10 17:25:29 +05:30
- ci_config_path
- delete_error
2018-03-17 18:26:18 +05:30
- merge_requests_ff_only_enabled
- merge_requests_rebase_enabled
- jobs_cache_index
2019-07-07 11:18:12 +05:30
- external_authorization_classification_label
2019-09-04 21:01:54 +05:30
- external_webhook_token
2018-05-09 12:01:36 +05:30
- pages_https_only
2019-09-04 21:01:54 +05:30
- merge_requests_disable_committers_approval
- require_password_to_approve
2020-03-13 15:44:24 +05:30
- autoclose_referenced_issues
- suggestion_commit_message
2019-09-04 21:01:54 +05:30
ProjectTracingSetting:
- external_url
2016-09-29 09:46:39 +05:30
Author:
- name
ProjectFeature:
- id
- project_id
- merge_requests_access_level
2020-03-13 15:44:24 +05:30
- forking_access_level
2016-09-29 09:46:39 +05:30
- issues_access_level
- wiki_access_level
- snippets_access_level
- builds_access_level
2016-11-03 12:29:30 +05:30
- repository_access_level
2018-12-05 23:21:45 +05:30
- pages_access_level
2016-09-29 09:46:39 +05:30
- created_at
- updated_at
ProtectedBranch::MergeAccessLevel:
- id
- protected_branch_id
- access_level
- created_at
- updated_at
2019-09-04 21:01:54 +05:30
- user_id
- group_id
2016-09-29 09:46:39 +05:30
ProtectedBranch::PushAccessLevel:
- id
- protected_branch_id
- access_level
- created_at
- updated_at
2019-09-04 21:01:54 +05:30
- user_id
- group_id
ProtectedBranch::UnprotectAccessLevel:
- id
- protected_branch_id
- access_level
- created_at
- updated_at
- user_id
- group_id
2017-08-17 22:00:37 +05:30
ProtectedTag::CreateAccessLevel:
- id
- protected_tag_id
- access_level
- created_at
- updated_at
- user_id
- group_id
2016-09-29 09:46:39 +05:30
AwardEmoji:
- id
- user_id
- name
- awardable_type
- created_at
- updated_at
2016-11-03 12:29:30 +05:30
LabelPriority:
- id
- project_id
- priority
- created_at
2017-08-17 22:00:37 +05:30
- updated_at
Timelog:
- id
- time_spent
- merge_request_id
- user_id
2018-03-17 18:26:18 +05:30
- spent_at
- created_at
- updated_at
ProjectAutoDevops:
- id
- enabled
- domain
2018-11-08 19:23:39 +05:30
- deploy_strategy
2018-03-17 18:26:18 +05:30
- project_id
- created_at
- updated_at
IssueAssignee:
- user_id
ProjectCustomAttribute:
- id
2017-08-17 22:00:37 +05:30
- created_at
- updated_at
2018-03-17 18:26:18 +05:30
- project_id
- key
- value
2018-11-20 20:47:30 +05:30
PrometheusMetric:
- id
- created_at
- updated_at
- project_id
- y_label
- unit
- legend
- title
- query
- group
- common
- identifier
2019-09-04 21:01:54 +05:30
PrometheusAlert:
- threshold
- operator
- environment_id
- project_id
- prometheus_metric_id
2018-03-27 19:54:05 +05:30
Badge:
- id
2020-01-01 13:55:28 +05:30
- name
2018-03-27 19:54:05 +05:30
- link_url
- image_url
- project_id
- group_id
- created_at
- updated_at
- type
2018-10-15 14:42:47 +05:30
ProjectCiCdSetting:
- group_runners_enabled
2019-09-04 21:01:54 +05:30
ProtectedEnvironment:
- id
- project_id
- name
- created_at
- updated_at
ProtectedEnvironment::DeployAccessLevel:
- id
- protected_environment_id
- access_level
- created_at
- updated_at
- user_id
- group_id
2018-11-20 20:47:30 +05:30
ResourceLabelEvent:
- id
- action
- merge_request_id
- label_id
- user_id
- created_at
2019-02-15 15:39:39 +05:30
ErrorTracking::ProjectErrorTrackingSetting:
- api_url
- project_id
2019-03-02 22:35:43 +05:30
- project_name
- organization_name
2020-01-01 13:55:28 +05:30
SentryIssue:
- id
- sentry_issue_identifier
2019-07-07 11:18:12 +05:30
Suggestion:
- id
- relative_order
- applied
- commit_id
- from_content
- to_content
- outdated
- lines_above
- lines_below
2019-07-31 22:56:46 +05:30
MergeRequestAssignee:
- id
- user_id
- merge_request_id
ProjectMetricsSetting:
- project_id
- external_dashboard_url
- created_at
- updated_at
2019-10-12 21:52:04 +05:30
Board:
- id
- project_id
- created_at
- updated_at
- group_id
- milestone_id
- weight
- name
List:
- id
- board_id
- label_id
- list_type
- position
- created_at
- updated_at
- milestone_id
- user_id
2019-12-21 20:55:43 +05:30
- max_issue_count
2020-01-01 13:55:28 +05:30
- max_issue_weight
2019-12-04 20:38:33 +05:30
ExternalPullRequest:
- id
- created_at
- updated_at
- project_id
- pull_request_iid
- status
- source_branch
- target_branch
- source_repository
- target_repository
- source_sha
- target_sha
2019-12-21 20:55:43 +05:30
DesignManagement::Design:
- id
- project_id
- filename
DesignManagement::Action:
- event
DesignManagement::Version:
- id
- created_at
- sha
2019-12-26 22:10:19 +05:30
- author_id
ZoomMeeting:
- id
- project_id
- issue_status
- url
- created_at
- updated_at
2020-01-01 13:55:28 +05:30
ServiceDeskSetting:
- project_id
- issue_template_key
2020-03-13 15:44:24 +05:30
- project_key
2020-01-01 13:55:28 +05:30
ContainerExpirationPolicy:
- created_at
- updated_at
- next_run_at
- project_id
- name_regex
- cadence
- older_than
- keep_n
- enabled
2020-03-13 15:44:24 +05:30
Epic:
- id
- milestone_id
- group_id
- author_id
- assignee_id
- iid
- updated_by_id
- last_edited_by_id
- lock_version
- start_date
- end_date
- last_edited_at
- created_at
- updated_at
- title
- description
- start_date_sourcing_milestone_id
- due_date_sourcing_milestone_id
- start_date_fixed
- due_date_fixed
- start_date_is_fixed
- due_date_is_fixed
- closed_by_id
- closed_at
- parent_id
- relative_position
- state_id
- start_date_sourcing_epic_id
- due_date_sourcing_epic_id
- health_status