Commit cca09bbb authored by blackst0ne's avatar blackst0ne

Update Import/Export files

parent 154610c9
...@@ -15,7 +15,7 @@ module Gitlab ...@@ -15,7 +15,7 @@ module Gitlab
priorities: :label_priorities, priorities: :label_priorities,
label: :project_label }.freeze 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 PROJECT_REFERENCES = %w[project_id source_project_id target_project_id].freeze
......
...@@ -9,6 +9,7 @@ issues: ...@@ -9,6 +9,7 @@ issues:
- notes - notes
- label_links - label_links
- labels - labels
- last_edited_by
- todos - todos
- user_agent_detail - user_agent_detail
- moved_to - moved_to
...@@ -26,6 +27,7 @@ notes: ...@@ -26,6 +27,7 @@ notes:
- noteable - noteable
- author - author
- updated_by - updated_by
- last_edited_by
- resolved_by - resolved_by
- todos - todos
- events - events
...@@ -71,6 +73,7 @@ merge_requests: ...@@ -71,6 +73,7 @@ merge_requests:
- notes - notes
- label_links - label_links
- labels - labels
- last_edited_by
- todos - todos
- target_project - target_project
- source_project - source_project
......
...@@ -23,6 +23,8 @@ Issue: ...@@ -23,6 +23,8 @@ Issue:
- weight - weight
- time_estimate - time_estimate
- relative_position - relative_position
- last_edited_at
- last_edited_by_id
Event: Event:
- id - id
- target_type - target_type
...@@ -154,6 +156,8 @@ MergeRequest: ...@@ -154,6 +156,8 @@ MergeRequest:
- approvals_before_merge - approvals_before_merge
- rebase_commit_sha - rebase_commit_sha
- time_estimate - time_estimate
- last_edited_at
- last_edited_by_id
MergeRequestDiff: MergeRequestDiff:
- id - id
- state - 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