Skip to content

Commit 6fcff1c

Browse files
committed
Run all the integration tests - 2022-01-18 PT
1 parent 2ad32c7 commit 6fcff1c

File tree

3 files changed

+42
-1
lines changed

3 files changed

+42
-1
lines changed

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

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -614,6 +614,26 @@
614614
{
615615
"date_created": "2022-01-07T11:02:02-08:00",
616616
"body": "A bug is impacting some Android users on version 22.01.10 who try to use a magic link to sign in. Engineers have identified the issue and are working on a fix. As a workaround, you can sign in manually using URL/email/password."
617+
},
618+
{
619+
"date_created": "2022-01-18T14:11:49-08:00",
620+
"body": "This issue should now be resolved and we are currently working with customers who have reported that their channels did not automatically reconnect after re-upgrading to a paid plan to re-establish those connections. \r\n\r\nIf your team recently downgraded to a free plan, then resubscribed to a paid tier and observed Slack Connect channels not reconnecting, you can choose to manually reconnect those channels or reach out to our support team at [email protected] for assistance."
621+
},
622+
{
623+
"date_created": "2022-01-18T12:06:02-08:00",
624+
"body": "We\u0027ve identified the root cause behind the issue and are working on getting things back to normal. We\u0027ll have another update as soon as we have any further information to share."
625+
},
626+
{
627+
"date_created": "2022-01-18T11:32:02-08:00",
628+
"body": "We are continuing to dig into this issue with Slack Connect channels not connecting properly. We apologize for the inconvenience in the meantime."
629+
},
630+
{
631+
"date_created": "2022-01-18T10:35:23-08:00",
632+
"body": "We are still investigating why some Slack Connect channels are having trouble reconnecting after an upgrade. Thank you for bearing with us."
633+
},
634+
{
635+
"date_created": "2022-01-18T10:03:11-08:00",
636+
"body": "Some workspaces are having trouble reconnecting their Slack Connect channels immediately after upgrading their plan. We\u0027re investigating and will let you know as soon as we know more."
617637
}
618638
]
619639
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,8 @@
461461
"zh-CN": "",
462462
"zh-TW": "",
463463
"ko-KR": ""
464-
}
464+
},
465+
"phc_viewed": ""
465466
},
466467
"created": 12345,
467468
"first_login": 12345,

json-logs/samples/scim/v1/Users.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,21 @@
2828
"timezone": "",
2929
"active": false,
3030
"emails": [
31+
{
32+
"value": "",
33+
"primary": false
34+
},
3135
{
3236
"value": "",
3337
"type": "",
3438
"primary": false
3539
}
3640
],
3741
"photos": [
42+
{
43+
"value": "https://www.example.com/",
44+
"type": ""
45+
},
3846
{
3947
"value": "",
4048
"type": ""
@@ -47,6 +55,7 @@
4755
}
4856
],
4957
"addresses": [
58+
{},
5059
{
5160
"streetAddress": "",
5261
"locality": "",
@@ -57,13 +66,20 @@
5766
}
5867
],
5968
"phoneNumbers": [
69+
{
70+
"type": "",
71+
"primary": false
72+
},
6073
{
6174
"value": "",
6275
"type": "",
6376
"primary": false
6477
}
6578
],
6679
"roles": [
80+
{
81+
"primary": false
82+
},
6783
{
6884
"value": "",
6985
"type": "",
@@ -72,6 +88,10 @@
7288
],
7389
"urn:scim:schemas:extension:enterprise:1.0": {
7490
"manager": {}
91+
},
92+
"urn:scim:schemas:extension:slack:guest:1.0": {
93+
"type": "",
94+
"expiration": ""
7595
}
7696
}
7797
],

0 commit comments

Comments
 (0)