diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-02 09:07:59 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-02 09:07:59 +0000 |
commit | a325f3a104748ecc68df7c3d793940aa709a111f (patch) | |
tree | b3bce12be64ab2d9e31627dacd059165819797a3 /spec/fixtures | |
parent | 8fb943c7df5f2b399caaeaebd6c00d0630bc763c (diff) | |
download | gitlab-ce-a325f3a104748ecc68df7c3d793940aa709a111f.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/fixtures')
-rw-r--r-- | spec/fixtures/lib/gitlab/import_export/group/project.json | 64 |
1 files changed, 34 insertions, 30 deletions
diff --git a/spec/fixtures/lib/gitlab/import_export/group/project.json b/spec/fixtures/lib/gitlab/import_export/group/project.json index ce4fa1981ff..e8e1e53a86a 100644 --- a/spec/fixtures/lib/gitlab/import_export/group/project.json +++ b/spec/fixtures/lib/gitlab/import_export/group/project.json @@ -205,36 +205,40 @@ "iid": 1, "group_id": 100 }, - "epic": { - "id": 1, - "group_id": 5, - "author_id": 1, - "assignee_id": null, - "iid": 1, - "updated_by_id": null, - "last_edited_by_id": null, - "lock_version": 0, - "start_date": null, - "end_date": null, - "last_edited_at": null, - "created_at": "2019-12-08T19:37:07.098Z", - "updated_at": "2019-12-08T19:43:11.568Z", - "title": "An epic", - "description": null, - "start_date_sourcing_milestone_id": null, - "due_date_sourcing_milestone_id": null, - "start_date_fixed": null, - "due_date_fixed": null, - "start_date_is_fixed": null, - "due_date_is_fixed": null, - "closed_by_id": null, - "closed_at": null, - "parent_id": null, - "relative_position": null, - "state_id": "opened", - "start_date_sourcing_epic_id": null, - "due_date_sourcing_epic_id": null, - "milestone_id": null + "epic_issue": { + "id": 78, + "relative_position": 1073740323, + "epic": { + "id": 1, + "group_id": 5, + "author_id": 1, + "assignee_id": null, + "iid": 1, + "updated_by_id": null, + "last_edited_by_id": null, + "lock_version": 0, + "start_date": null, + "end_date": null, + "last_edited_at": null, + "created_at": "2019-12-08T19:37:07.098Z", + "updated_at": "2019-12-08T19:43:11.568Z", + "title": "An epic", + "description": null, + "start_date_sourcing_milestone_id": null, + "due_date_sourcing_milestone_id": null, + "start_date_fixed": null, + "due_date_fixed": null, + "start_date_is_fixed": null, + "due_date_is_fixed": null, + "closed_by_id": null, + "closed_at": null, + "parent_id": null, + "relative_position": null, + "state_id": "opened", + "start_date_sourcing_epic_id": null, + "due_date_sourcing_epic_id": null, + "milestone_id": null + } } } ], |