1 // Jest Snapshot v1, https://goo.gl/fbAQLP
3 exports[`loadIssues should load issues with listIssues if re-indexing 1`] = `
12 "author": "luke@sonarsource.com",
14 "component": "foo.java",
15 "componentEnabled": true,
16 "componentKey": "foo.java",
17 "componentLongName": "Foo.java",
18 "componentName": "foo.java",
19 "componentPath": "/foo.java",
20 "componentQualifier": "FIL",
21 "creationDate": "2016-08-15T15:25:38+0200",
24 "hash": "78417dcee7ba927b7e7c9161e29e02b8",
25 "key": "AWaqVGl3tut9VbnJvk6M",
27 "message": "Make sure this file handling is safe here.",
28 "project": "org.sonarsource.java:java",
29 "projectEnabled": true,
30 "projectKey": "org.sonarsource.java:java",
31 "projectLongName": "SonarJava",
32 "projectName": "SonarJava",
33 "projectQualifier": "TRK",
34 "rule": "squid:S4797",
35 "secondaryLocations": [],
50 "type": "SECURITY_HOTSPOT",
51 "updateDate": "2018-10-25T10:23:08+0200",
56 exports[`loadIssues should load issues with searchIssues if not re-indexing 1`] = `
65 "assigneeActive": true,
66 "assigneeAvatar": "lukavatar",
67 "assigneeLogin": "luke",
68 "assigneeName": "Luke",
69 "author": "luke@sonarsource.com",
71 "component": "foo.java",
72 "componentEnabled": true,
73 "componentKey": "foo.java",
74 "componentLongName": "Foo.java",
75 "componentName": "foo.java",
76 "componentPath": "/foo.java",
77 "componentQualifier": "FIL",
78 "creationDate": "2016-08-15T15:25:38+0200",
81 "hash": "78417dcee7ba927b7e7c9161e29e02b8",
82 "key": "AWaqVGl3tut9VbnJvk6M",
84 "message": "Make sure this file handling is safe here.",
85 "project": "org.sonarsource.java:java",
86 "projectEnabled": true,
87 "projectKey": "org.sonarsource.java:java",
88 "projectLongName": "SonarJava",
89 "projectName": "SonarJava",
90 "projectQualifier": "TRK",
91 "rule": "squid:S4797",
92 "ruleKey": "squid:S4797",
94 "ruleLangName": "Java",
95 "ruleName": "Handling files is security-sensitive",
96 "ruleStatus": "READY",
97 "secondaryLocations": [],
112 "type": "SECURITY_HOTSPOT",
113 "updateDate": "2018-10-25T10:23:08+0200",