Commit cca09bbb authored by blackst0ne's avatar blackst0ne

Update Import/Export files

parent 154610c9
......@@ -15,7 +15,7 @@ module Gitlab
priorities: :label_priorities,
label: :project_label }.freeze
USER_REFERENCES = %w[author_id assignee_id updated_by_id user_id created_by_id merge_user_id resolved_by_id].freeze
USER_REFERENCES = %w[author_id assignee_id updated_by_id user_id created_by_id last_edited_by_id merge_user_id resolved_by_id].freeze
PROJECT_REFERENCES = %w[project_id source_project_id target_project_id].freeze
......
......@@ -9,6 +9,7 @@ issues:
- notes
- label_links
- labels
- last_edited_by
- todos
- user_agent_detail
- moved_to
......@@ -26,6 +27,7 @@ notes:
- noteable
- author
- updated_by
- last_edited_by
- resolved_by
- todos
- events
......@@ -71,6 +73,7 @@ merge_requests:
- notes
- label_links
- labels
- last_edited_by
- todos
- target_project
- source_project
......
......@@ -23,6 +23,8 @@ Issue:
- weight
- time_estimate
- relative_position
- last_edited_at
- last_edited_by_id
Event:
- id
- target_type
......@@ -154,6 +156,8 @@ MergeRequest:
- approvals_before_merge
- rebase_commit_sha
- time_estimate
- last_edited_at
- last_edited_by_id
MergeRequestDiff:
- id
- state
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment