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/light/project.json')
-rw-r--r--spec/fixtures/lib/gitlab/import_export/light/project.json40
1 files changed, 40 insertions, 0 deletions
diff --git a/spec/fixtures/lib/gitlab/import_export/light/project.json b/spec/fixtures/lib/gitlab/import_export/light/project.json
index ad0fc59326b..eaed8565a18 100644
--- a/spec/fixtures/lib/gitlab/import_export/light/project.json
+++ b/spec/fixtures/lib/gitlab/import_export/light/project.json
@@ -98,6 +98,46 @@
"priorities": []
}
}
+ ],
+ "notes": [
+ {
+ "id": 20,
+ "note": "created merge request !1 to address this issue",
+ "noteable_type": "Issue",
+ "author_id": 1,
+ "created_at": "2020-03-28T01:37:42.307Z",
+ "updated_at": "2020-03-28T01:37:42.307Z",
+ "project_id": 8,
+ "attachment": {
+ "url": null
+ },
+ "line_code": null,
+ "commit_id": null,
+ "system": true,
+ "st_diff": null,
+ "updated_by_id": null,
+ "position": null,
+ "original_position": null,
+ "resolved_at": null,
+ "resolved_by_id": null,
+ "discussion_id": null,
+ "change_position": null,
+ "resolved_by_push": null,
+ "confidential": null,
+ "type": null,
+ "author": {
+ "name": "Author"
+ },
+ "award_emoji": [],
+ "system_note_metadata": {
+ "id": 21,
+ "commit_count": null,
+ "action": "merge",
+ "created_at": "2020-03-28T01:37:42.307Z",
+ "updated_at": "2020-03-28T01:37:42.307Z"
+ },
+ "events": []
+ }
]
}
],