Skip to content

Commit

Permalink
Run all the integration tests - 2024-03-20 PT
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Mar 20, 2024
1 parent 7313431 commit da7bd32
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 3 deletions.
5 changes: 4 additions & 1 deletion json-logs/raw/audit/v1/actions.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,10 @@
"pref.member_analytics_disabled",
"pref.private_channel_analytics_disabled",
"slack_ai_summary_requested",
"pref.allow_canvas_version_history_changed"
"pref.allow_canvas_version_history_changed",
"pref.flag_content_custom_link",
"pref.flag_content_users_to_notify",
"channel_audit_export_deleted"
],
"user": [
"custom_tos_accepted",
Expand Down
24 changes: 24 additions & 0 deletions json-logs/samples/api/files.completeUploadExternal.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,18 @@
"thread_ts": "0000000000.000000",
"latest_reply": "0000000000.000000",
"source": ""
},
{
"reply_users": [
""
],
"reply_users_count": 12345,
"reply_count": 12345,
"ts": "0000000000.000000",
"channel_name": "",
"team_id": "T00000000",
"share_user_id": "U00000000",
"source": ""
}
],
"C00000001": [
Expand All @@ -65,6 +77,18 @@
"thread_ts": "0000000000.000000",
"latest_reply": "0000000000.000000",
"source": ""
},
{
"reply_users": [
""
],
"reply_users_count": 12345,
"reply_count": 12345,
"ts": "0000000000.000000",
"channel_name": "",
"team_id": "T00000000",
"share_user_id": "U00000000",
"source": ""
}
]
}
Expand Down
5 changes: 4 additions & 1 deletion json-logs/samples/api/search.all.json
Original file line number Diff line number Diff line change
Expand Up @@ -64466,6 +64466,7 @@
"ts": "0000000000.000000",
"channel_name": "",
"team_id": "T00000000",
"access": "",
"share_user_id": "U00000000",
"source": ""
}
Expand All @@ -64488,6 +64489,7 @@
"ts": "0000000000.000000",
"channel_name": "",
"team_id": "T00000000",
"access": "",
"share_user_id": "U00000000",
"source": ""
}
Expand Down Expand Up @@ -64560,7 +64562,8 @@
"sent_to_self": false,
"bot_id": "B00000000",
"editors": [
""
"",
"U00000000"
],
"url_static_preview": "https://www.example.com/",
"quip_thread_id": "",
Expand Down
5 changes: 4 additions & 1 deletion json-logs/samples/api/search.files.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
"ts": "0000000000.000000",
"channel_name": "",
"team_id": "T00000000",
"access": "",
"share_user_id": "U00000000",
"source": ""
}
Expand All @@ -106,6 +107,7 @@
"ts": "0000000000.000000",
"channel_name": "",
"team_id": "T00000000",
"access": "",
"share_user_id": "U00000000",
"source": ""
}
Expand Down Expand Up @@ -178,7 +180,8 @@
"sent_to_self": false,
"bot_id": "B00000000",
"editors": [
""
"",
"U00000000"
],
"url_static_preview": "https://www.example.com/",
"quip_thread_id": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ private WorkspaceOrOrg() {
public static final String pref_member_analytics_disabled = "pref.member_analytics_disabled";
public static final String pref_private_channel_analytics_disabled = "pref.private_channel_analytics_disabled";
public static final String pref_allow_canvas_version_history_changed = "pref.allow_canvas_version_history_changed";
public static final String pref_flag_content_custom_link = "pref.flag_content_custom_link";
public static final String pref_flag_content_users_to_notify = "pref.flag_content_users_to_notify";
public static final String manual_export_downloaded = "manual_export_downloaded";
public static final String manual_export_deleted = "manual_export_deleted";
public static final String scheduled_export_downloaded = "scheduled_export_downloaded";
Expand Down Expand Up @@ -194,6 +196,7 @@ private WorkspaceOrOrg() {
public static final String domain_email_restricted = "domain_email_restricted";
public static final String domain_email_unrestricted = "domain_email_unrestricted";
public static final String slack_ai_summary_requested = "slack_ai_summary_requested";
public static final String channel_audit_export_deleted = "channel_audit_export_deleted";
}

public static class User {
Expand Down

0 comments on commit da7bd32

Please sign in to comment.