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/frontend/alert_management/mocks/alerts.json')
-rw-r--r--spec/frontend/alert_management/mocks/alerts.json91
1 files changed, 64 insertions, 27 deletions
diff --git a/spec/frontend/alert_management/mocks/alerts.json b/spec/frontend/alert_management/mocks/alerts.json
index b67e2cfc52e..312d1756790 100644
--- a/spec/frontend/alert_management/mocks/alerts.json
+++ b/spec/frontend/alert_management/mocks/alerts.json
@@ -1,29 +1,66 @@
[
- {
- "iid": "1527542",
- "title": "SyntaxError: Invalid or unexpected token",
- "severity": "CRITICAL",
- "eventCount": 7,
- "startedAt": "2020-04-17T23:18:14.996Z",
- "endedAt": "2020-04-17T23:18:14.996Z",
- "status": "TRIGGERED"
- },
- {
- "iid": "1527543",
- "title": "Some other alert Some other alert Some other alert Some other alert Some other alert Some other alert",
- "severity": "MEDIUM",
- "eventCount": 1,
- "startedAt": "2020-04-17T23:18:14.996Z",
- "endedAt": "2020-04-17T23:18:14.996Z",
- "status": "ACKNOWLEDGED"
- },
- {
- "iid": "1527544",
- "title": "SyntaxError: Invalid or unexpected token",
- "severity": "LOW",
- "eventCount": 4,
- "startedAt": "2020-04-17T23:18:14.996Z",
- "endedAt": "2020-04-17T23:18:14.996Z",
- "status": "RESOLVED"
+ {
+ "iid": "1527542",
+ "title": "SyntaxError: Invalid or unexpected token",
+ "severity": "CRITICAL",
+ "eventCount": 7,
+ "createdAt": "2020-04-17T23:18:14.996Z",
+ "startedAt": "2020-04-17T23:18:14.996Z",
+ "endedAt": "2020-04-17T23:18:14.996Z",
+ "status": "TRIGGERED",
+ "assignees": { "nodes": [] },
+ "notes": { "nodes": [] }
+ },
+ {
+ "iid": "1527543",
+ "title": "Some other alert Some other alert Some other alert Some other alert Some other alert Some other alert",
+ "severity": "MEDIUM",
+ "eventCount": 1,
+ "startedAt": "2020-04-17T23:18:14.996Z",
+ "endedAt": "2020-04-17T23:18:14.996Z",
+ "status": "ACKNOWLEDGED",
+ "assignees": { "nodes": [{ "username": "root" }] },
+ "notes": {
+ "nodes": [
+ {
+ "id": "gid://gitlab/Note/1628",
+ "author": {
+ "id": "gid://gitlab/User/1",
+ "state": "active",
+ "__typename": "User",
+ "avatarUrl": "https://www.gravatar.com/avatar/e64c7d89f26bd1972efa854d13d7dd61?s=80\u0026d=identicon",
+ "name": "Administrator",
+ "username": "root",
+ "webUrl": "http://192.168.1.4:3000/root"
+ }
+ }
+ ]
}
- ]
+ },
+ {
+ "iid": "1527544",
+ "title": "SyntaxError: Invalid or unexpected token",
+ "severity": "LOW",
+ "eventCount": 4,
+ "startedAt": "2020-04-17T23:18:14.996Z",
+ "endedAt": "2020-04-17T23:18:14.996Z",
+ "status": "RESOLVED",
+ "assignees": { "nodes": [{ "username": "root" }] },
+ "notes": {
+ "nodes": [
+ {
+ "id": "gid://gitlab/Note/1629",
+ "author": {
+ "id": "gid://gitlab/User/2",
+ "state": "active",
+ "__typename": "User",
+ "avatarUrl": "https://www.gravatar.com/avatar/e64c7d89f26bd1972efa854d13d7dd61?s=80\u0026d=identicon",
+ "name": "Administrator",
+ "username": "root",
+ "webUrl": "http://192.168.1.4:3000/root"
+ }
+ }
+ ]
+ }
+ }
+]