Skip to content

Commit f497bed

Browse files
committed
Run all the integration tests - 2020-09-10 PT
1 parent 350d92b commit f497bed

File tree

4 files changed

+109
-2
lines changed

4 files changed

+109
-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
@@ -269,6 +269,18 @@
269269
{
270270
"date_created": "2020-09-09T14:23:48-07:00",
271271
"body": "Some users are unable to sign in to Slack using Google SSO. This issue appears to be isolated to desktop at this time. We\u0027re working to get things back to normal as quickly as possible, and we apologize for the disruption."
272+
},
273+
{
274+
"date_created": "2020-09-10T16:47:57-07:00",
275+
"body": "Issue Summary:\r\nFrom September 8, 2020 at 7:33 p.m. PDT until September 10, 2020 at 11:59 p.m. PDT, some customers saw a “Page not available” error message when trying to sign into Slack using Google Auth SSO.\r\n\r\nUpon investigation, we identified an error in an update we made to how we handle SSO authentication errors. We reverted the change which resolved the issue for all affected users."
276+
},
277+
{
278+
"date_created": "2020-09-10T15:23:49-07:00",
279+
"body": "We\u0027ve restored full functionality so that anyone using Google SSO to login to Slack should now be able to successfully access their Slack workspace(s). If you continue to have issues signing in with Google SSO, please let us know at [email protected]. \r\n\r\nWe appreciate you bearing with us and our sincere apologies for any inconvenience this caused."
280+
},
281+
{
282+
"date_created": "2020-09-09T19:03:10-07:00",
283+
"body": "We\u0027ve identified the problem and made a fix that we expect to resolve this issue. We are seeing steady improvements, but we\u0027re continuing to monitor this closely as a small number of customers may still be encountering trouble signing in to Slack using Google SSO at the moment.\r\n\r\nWe\u0027ll be back with an update once we can confirm the issue is fully resolved."
272284
}
273285
]
274286
}

json-logs/samples/api/search.all.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,10 @@
429429
"lines": 12345,
430430
"lines_more": 12345,
431431
"preview_is_truncated": false,
432-
"image_exif_rotation": 12345
432+
"image_exif_rotation": 12345,
433+
"last_editor": "U00000000",
434+
"non_owner_editable": false,
435+
"updated": 12345
433436
}
434437
]
435438
},

json-logs/samples/api/search.files.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,10 @@
134134
"lines": 12345,
135135
"lines_more": 12345,
136136
"preview_is_truncated": false,
137-
"image_exif_rotation": 12345
137+
"image_exif_rotation": 12345,
138+
"last_editor": "U00000000",
139+
"non_owner_editable": false,
140+
"updated": 12345
138141
}
139142
]
140143
},

json-logs/samples/events/MessagePayload.json

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,95 @@
132132
"thumb_tiny": ""
133133
}
134134
}
135+
],
136+
"client_msg_id": "",
137+
"blocks": [
138+
{
139+
"type": "actions",
140+
"elements": [
141+
{
142+
"type": "button",
143+
"text": {
144+
"type": "plain_text",
145+
"text": "",
146+
"emoji": false
147+
},
148+
"action_id": "",
149+
"url": "https://www.example.com/",
150+
"value": "",
151+
"style": "",
152+
"confirm": {
153+
"title": {
154+
"type": "plain_text",
155+
"text": "",
156+
"emoji": false
157+
},
158+
"text": {
159+
"type": "plain_text",
160+
"text": "",
161+
"emoji": false
162+
},
163+
"confirm": {
164+
"type": "plain_text",
165+
"text": "",
166+
"emoji": false
167+
},
168+
"deny": {
169+
"type": "plain_text",
170+
"text": "",
171+
"emoji": false
172+
},
173+
"style": ""
174+
},
175+
"placeholder": {
176+
"type": "plain_text",
177+
"text": "",
178+
"emoji": false
179+
},
180+
"response_url_enabled": false,
181+
"default_to_current_conversation": false,
182+
"filter": {
183+
"exclude_external_shared_channels": false,
184+
"exclude_bot_users": false
185+
},
186+
"options": [
187+
{
188+
"text": {
189+
"type": "plain_text",
190+
"text": "",
191+
"emoji": false
192+
},
193+
"value": "",
194+
"description": {
195+
"type": "plain_text",
196+
"text": "",
197+
"emoji": false
198+
},
199+
"url": "https://www.example.com/"
200+
}
201+
]
202+
}
203+
],
204+
"block_id": "",
205+
"text": {
206+
"type": "plain_text",
207+
"text": "",
208+
"emoji": false
209+
},
210+
"fields": [
211+
{
212+
"type": "plain_text",
213+
"text": "",
214+
"emoji": false,
215+
"verbatim": false
216+
}
217+
],
218+
"accessory": {
219+
"type": "image",
220+
"image_url": "https://www.example.com/",
221+
"alt_text": ""
222+
}
223+
}
135224
]
136225
},
137226
"type": "event_callback",

0 commit comments

Comments
 (0)