Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/lib/gitlab/import_export/complex/project.json')
-rw-r--r--spec/fixtures/lib/gitlab/import_export/complex/project.json71
1 files changed, 70 insertions, 1 deletions
diff --git a/spec/fixtures/lib/gitlab/import_export/complex/project.json b/spec/fixtures/lib/gitlab/import_export/complex/project.json
index 12dbabf833b..5bcf6521471 100644
--- a/spec/fixtures/lib/gitlab/import_export/complex/project.json
+++ b/spec/fixtures/lib/gitlab/import_export/complex/project.json
@@ -3149,6 +3149,72 @@
"created_at": "2020-01-07T11:21:21.235Z",
"updated_at": "2020-01-07T11:21:21.235Z"
}
+ ],
+ "merge_request_assignees": [
+ {
+ "user_id": 1,
+ "created_at": "2020-01-07T11:21:21.235Z",
+ "state": "unreviewed"
+ },
+ {
+ "user_id": 15,
+ "created_at": "2020-01-08T11:21:21.235Z",
+ "state": "reviewed"
+ },
+ {
+ "user_id": 16,
+ "created_at": "2020-01-09T11:21:21.235Z",
+ "state": "attention_requested"
+ },
+ {
+ "user_id": 6,
+ "created_at": "2020-01-10T11:21:21.235Z",
+ "state": "unreviewed"
+ }
+ ],
+ "merge_request_reviewers": [
+ {
+ "user_id": 1,
+ "created_at": "2020-01-07T11:21:21.235Z",
+ "state": "unreviewed"
+ },
+ {
+ "user_id": 15,
+ "created_at": "2020-01-08T11:21:21.235Z",
+ "state": "reviewed"
+ },
+ {
+ "user_id": 16,
+ "created_at": "2020-01-09T11:21:21.235Z",
+ "state": "attention_requested"
+ },
+ {
+ "user_id": 6,
+ "created_at": "2020-01-10T11:21:21.235Z",
+ "state": "unreviewed"
+ }
+ ],
+ "approvals": [
+ {
+ "user_id": 1,
+ "created_at": "2020-01-07T11:21:21.235Z",
+ "updated_at": "2020-01-08T11:21:21.235Z"
+ },
+ {
+ "user_id": 15,
+ "created_at": "2020-01-07T11:21:21.235Z",
+ "updated_at": "2020-01-08T11:21:21.235Z"
+ },
+ {
+ "user_id": 16,
+ "created_at": "2020-01-07T11:21:21.235Z",
+ "updated_at": "2020-01-08T11:21:21.235Z"
+ },
+ {
+ "user_id": 6,
+ "created_at": "2020-01-07T11:21:21.235Z",
+ "updated_at": "2020-01-08T11:21:21.235Z"
+ }
]
},
{
@@ -3416,7 +3482,10 @@
"action": 1,
"author_id": 1
}
- ]
+ ],
+ "merge_request_assignees": [],
+ "merge_request_reviewers": [],
+ "approvals": []
},
{
"id": 15,