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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-01-10 21:07:43 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-01-10 21:07:43 +0300
commit6f0f893bd87535b61e0ecb1ce069eaa7fcb9e5be (patch)
tree8af92b29c838e9af2fd70f9a4a2314a08f4af922 /spec/fixtures/lib
parent8b1228b0d409d7751f01d9fb72ebfbbf62399486 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/fixtures/lib')
-rw-r--r--spec/fixtures/lib/gitlab/import_export/complex/project.json86
1 files changed, 82 insertions, 4 deletions
diff --git a/spec/fixtures/lib/gitlab/import_export/complex/project.json b/spec/fixtures/lib/gitlab/import_export/complex/project.json
index 583d6c7b78a..c33a88366d5 100644
--- a/spec/fixtures/lib/gitlab/import_export/complex/project.json
+++ b/spec/fixtures/lib/gitlab/import_export/complex/project.json
@@ -80,6 +80,17 @@
"issue_id": 40
}
],
+ "award_emoji": [
+ {
+ "id": 1,
+ "name": "musical_keyboard",
+ "user_id": 1,
+ "awardable_type": "Issue",
+ "awardable_id": 40,
+ "created_at": "2020-01-07T11:55:22.234Z",
+ "updated_at": "2020-01-07T11:55:22.234Z"
+ }
+ ],
"zoom_meetings": [
{
"id": 1,
@@ -188,7 +199,18 @@
"author": {
"name": "User 4"
},
- "events": []
+ "events": [],
+ "award_emoji": [
+ {
+ "id": 1,
+ "name": "clapper",
+ "user_id": 1,
+ "awardable_type": "Note",
+ "awardable_id": 351,
+ "created_at": "2020-01-07T11:55:22.234Z",
+ "updated_at": "2020-01-07T11:55:22.234Z"
+ }
+ ]
},
{
"id": 352,
@@ -2297,7 +2319,32 @@
"updated_at": "2019-11-05T15:37:24.645Z"
}
],
- "notes": []
+ "notes": [
+ {
+ "id": 872,
+ "note": "This is a test note",
+ "noteable_type": "Snippet",
+ "author_id": 1,
+ "created_at": "2019-11-05T15:37:24.645Z",
+ "updated_at": "2019-11-05T15:37:24.645Z",
+ "noteable_id": 1,
+ "author": {
+ "name": "Random name"
+ },
+ "events": [],
+ "award_emoji": [
+ {
+ "id": 12,
+ "name": "thumbsup",
+ "user_id": 1,
+ "awardable_type": "Note",
+ "awardable_id": 872,
+ "created_at": "2019-11-05T15:37:21.287Z",
+ "updated_at": "2019-11-05T15:37:21.287Z"
+ }
+ ]
+ }
+ ]
}
],
"releases": [],
@@ -2434,7 +2481,18 @@
"author": {
"name": "User 4"
},
- "events": []
+ "events": [],
+ "award_emoji": [
+ {
+ "id": 1,
+ "name": "tada",
+ "user_id": 1,
+ "awardable_type": "Note",
+ "awardable_id": 1,
+ "created_at": "2019-11-05T15:37:21.287Z",
+ "updated_at": "2019-11-05T15:37:21.287Z"
+ }
+ ]
},
{
"id": 672,
@@ -2840,7 +2898,27 @@
"author_id": 1
}
],
- "approvals_before_merge": 1
+ "approvals_before_merge": 1,
+ "award_emoji": [
+ {
+ "id": 1,
+ "name": "thumbsup",
+ "user_id": 1,
+ "awardable_type": "MergeRequest",
+ "awardable_id": 27,
+ "created_at": "2020-01-07T11:21:21.235Z",
+ "updated_at": "2020-01-07T11:21:21.235Z"
+ },
+ {
+ "id": 2,
+ "name": "drum",
+ "user_id": 1,
+ "awardable_type": "MergeRequest",
+ "awardable_id": 27,
+ "created_at": "2020-01-07T11:21:21.235Z",
+ "updated_at": "2020-01-07T11:21:21.235Z"
+ }
+ ]
},
{
"id": 26,