Pieter Cardillo Kwok

Results 20 issues of Pieter Cardillo Kwok

## :page_facing_up: Overview This PR updates the Slack webhook integration, maintaining its purpose of sending Slack messages to Zulip. The feature for mapping Slack channels is preserved, added better support...

size: XL
maintainer review

Currently, we use Slack's legacy RTM API as the "listener" for messages from Slack to Zulip. This PR updates our Slack Bridge to use the Webhook integration to send messages...

size: XL

## :page_facing_up: Overview Slack is discontinuing its classic Slack app. On **June 4 2024**, user won't be able to create the classic Slack app anymore. This issue will highlight how...

help wanted
in progress

Apply integration-docs' new format. Fixes part of https://github.com/zulip/zulip/issues/29592. Updated docs: Mention ![image](https://github.com/user-attachments/assets/28134cf4-e65c-4026-b6d3-e77d5f6e618d) Netlify ![image](https://github.com/user-attachments/assets/ccdfc67e-1a8e-4633-bdae-a1dd8e61d8ae) Opbeat ![image](https://github.com/user-attachments/assets/94bf89f4-ade5-4247-9342-32f917f6f5c7) I don't think Open Collective should be categorized under "Communication" integrations. They're a fundraising...

size: L
buddy review

This PR fixes: - Comment-related events not containing issue links. - Outdated instructions to set up the Jira integration. Fixes part of: [CZO](https://chat.zulip.org/#narrow/stream/9-issues/topic/Jira.20.28Cloud.29.20integration.20problems) **Screenshots and screen captures:** - Current commented...

size: M
maintainer review

This is forked from #28746 Fixes: **Screenshots and screen captures:** Self-review checklist - [ ] [Self-reviewed](https://zulip.readthedocs.io/en/latest/contributing/code-reviewing.html#how-to-review-code) the changes for clarity and maintainability (variable names, code reuse, readability, etc.). Communicate decisions,...

size: XL

### Overview This PR adds support for handling Slack integration bot messages. Previously, this type of message wasn't supported because Slack's integration bots aren't Slack users, so we couldn't create...

size: XL
maintainer review

## Overview This PR adds an assertion to check the compatibility between the migration status of the exported realm and the importing server. Info logs for mismatches in installed apps...

area: export/import
priority: high
size: XL
backport candidate
maintainer review

## Overview This PR enhances the handling of Slack thread messages during the Slack export conversion for import. Additionally, it introduces logic to address near-link messages in the import process....

area: export/import
priority: high
size: XL
integration review

Currently, our third-party importers don't sanitize messages with forbidden strings such as NUL bytes. For example, when trying to import this converted Slack message, it will crash. Slack message containing...

help wanted
area: export/import