Skip to content

Commit 39fa599

Browse files
authored
Merge pull request #431 from seratch/tests-20200415
Run all integration tests (2020/04/15)
2 parents 066d26d + 21526b0 commit 39fa599

File tree

5 files changed

+43
-2
lines changed

5 files changed

+43
-2
lines changed

json-logs/raw/status/api/v1.0.0/current.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,18 @@
181181
{
182182
"date_created": "2020-04-02T17:49:13-07:00",
183183
"body": "Some of our customers are having trouble completing certain user-related actions, such as when deactivating members. We\u0027re currently investigating the cause of these delays, and we\u0027ll keep you posted as soon as we have more information. We\u0027re sorry for the disruption."
184+
},
185+
{
186+
"date_created": "2020-04-14T17:50:51-07:00",
187+
"body": "We\u0027ve been seeing improvements to the performance of accounts with Enterprise Key Management enabled though we are still investigating the root cause. Thank you for your patience as we get to the bottom of this."
188+
},
189+
{
190+
"date_created": "2020-04-14T16:30:09-07:00",
191+
"body": "Some customers with Enterprise Key Management enabled may be experiencing issues when trying to read or write messages. We’re looking into it and will provide another update as soon as it’s available."
192+
},
193+
{
194+
"date_created": "2020-04-14T16:20:31-07:00",
195+
"body": "Some people may be having an issue with Slack. We’re currently investigating and will have more information shortly. Thank you for your patience."
184196
}
185197
]
186198
}

json-logs/raw/status/api/v2.0.0/current.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,32 @@
219219
"body": "Some of our customers are having trouble completing certain user-related actions, such as when deactivating members. We\u0027re currently investigating the cause of these delays, and we\u0027ll keep you posted as soon as we have more information. We\u0027re sorry for the disruption."
220220
}
221221
]
222+
},
223+
{
224+
"id": 837,
225+
"date_created": "2020-04-14T16:20:31-07:00",
226+
"date_updated": "2020-04-14T17:50:51-07:00",
227+
"title": "Some Enterprise Key Management customers experiencing issues when trying to read or write messages.",
228+
"type": "incident",
229+
"status": "active",
230+
"url": "https://status.slack.com/2020-04/7d17fefb0ae09f1f",
231+
"services": [
232+
"Messaging"
233+
],
234+
"notes": [
235+
{
236+
"date_created": "2020-04-14T17:50:51-07:00",
237+
"body": "We\u0027ve been seeing improvements to the performance of accounts with Enterprise Key Management enabled though we are still investigating the root cause. Thank you for your patience as we get to the bottom of this."
238+
},
239+
{
240+
"date_created": "2020-04-14T16:30:09-07:00",
241+
"body": "Some customers with Enterprise Key Management enabled may be experiencing issues when trying to read or write messages. We’re looking into it and will provide another update as soon as it’s available."
242+
},
243+
{
244+
"date_created": "2020-04-14T16:20:31-07:00",
245+
"body": "Some people may be having an issue with Slack. We’re currently investigating and will have more information shortly. Thank you for your patience."
246+
}
247+
]
222248
}
223249
]
224250
}

json-logs/samples/api/rtm.start.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,8 @@
551551
"type": [
552552
""
553553
]
554-
}
554+
},
555+
"use_browser_picker": false
555556
},
556557
"icon": {
557558
"image_34": "https://www.example.com/",

json-logs/samples/api/team.integrationLogs.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"rss_feed": false,
1717
"rss_feed_change_type": "",
1818
"rss_feed_title": "",
19-
"rss_feed_url": "https://www.example.com/"
19+
"rss_feed_url": "https://www.example.com/",
20+
"resolution": ""
2021
}
2122
],
2223
"paging": {

slack-api-model/src/main/java/com/slack/api/model/IntegrationLog.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ public class IntegrationLog {
1717

1818
private Integer date;
1919
private String changeType;
20+
private String resolution;
2021
private String reason;
2122
private String scope;
2223

0 commit comments

Comments
 (0)