Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add teams and slack parent activity id support, remove not used activityId field from gRPC #1387

Merged
merged 1 commit into from
Feb 20, 2024

Conversation

mszostok
Copy link
Contributor

Description

Changes proposed in this pull request:

  • Add teams and slack parent activity id support, remove not used activityId field from gRPC

Related issue(s)

fix https://github.com/kubeshop/botkube-cloud/issues/890

@mszostok mszostok added the enhancement New feature or request label Feb 19, 2024
@mszostok mszostok marked this pull request as ready for review February 19, 2024 16:35
@mszostok mszostok requested review from PrasadG193 and a team as code owners February 19, 2024 16:35
Copy link
Member

@pkosiec pkosiec left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM (just code review)

@@ -16,7 +16,6 @@ enum MessageType {

message Message {
string teamId = 1;
string activityId = 2;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's ok to remove the field as we updated the plugin contract version recently. Is that correct?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's about cloud_teams, so it is not related, it's only about control-plane <-> agent communication. They should work properly as this field was not used anyway 👍

@mszostok mszostok merged commit 7299cab into kubeshop:main Feb 20, 2024
16 checks passed
@mszostok mszostok deleted the teams-and-slack-parent-id branch February 20, 2024 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants