summaryrefslogtreecommitdiff
path: root/spec/frontend/incidents/mocks/incidents.json
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-08-20 18:42:06 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-08-20 18:42:06 +0000
commit6e4e1050d9dba2b7b2523fdd1768823ab85feef4 (patch)
tree78be5963ec075d80116a932011d695dd33910b4e /spec/frontend/incidents/mocks/incidents.json
parent1ce776de4ae122aba3f349c02c17cebeaa8ecf07 (diff)
downloadgitlab-ce-6e4e1050d9dba2b7b2523fdd1768823ab85feef4.tar.gz
Add latest changes from gitlab-org/gitlab@13-3-stable-ee
Diffstat (limited to 'spec/frontend/incidents/mocks/incidents.json')
-rw-r--r--spec/frontend/incidents/mocks/incidents.json39
1 files changed, 39 insertions, 0 deletions
diff --git a/spec/frontend/incidents/mocks/incidents.json b/spec/frontend/incidents/mocks/incidents.json
new file mode 100644
index 00000000000..4eab709e53f
--- /dev/null
+++ b/spec/frontend/incidents/mocks/incidents.json
@@ -0,0 +1,39 @@
+[
+ {
+ "iid": "15",
+ "title": "New: Incident",
+ "createdAt": "2020-06-03T15:46:08Z",
+ "assignees": {},
+ "state": "opened"
+ },
+ {
+ "iid": "14",
+ "title": "Create issue4",
+ "createdAt": "2020-05-19T09:26:07Z",
+ "assignees": {
+ "nodes": [
+ {
+ "name": "Benjamin Braun",
+ "username": "kami.hegmann",
+ "avatarUrl": "https://invalid'",
+ "webUrl": "https://invalid"
+ }
+ ]
+ },
+ "state": "opened"
+ },
+ {
+ "iid": "13",
+ "title": "Create issue3",
+ "createdAt": "2020-05-19T08:53:55Z",
+ "assignees": {},
+ "state": "closed"
+ },
+ {
+ "iid": "12",
+ "title": "Create issue2",
+ "createdAt": "2020-05-18T17:13:35Z",
+ "assignees": {},
+ "state": "closed"
+ }
+]