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

Mattermost Enhancements #1163

Merged
merged 4 commits into from
Jul 31, 2023

Conversation

huseyinbabal
Copy link
Contributor

Description

Changes proposed in this pull request:

Testing

Related issue(s)

Fixes #1143

@huseyinbabal huseyinbabal marked this pull request as ready for review July 26, 2023 07:36
@huseyinbabal huseyinbabal requested review from a team and PrasadG193 as code owners July 26, 2023 07:36
Copy link
Contributor

@mszostok mszostok left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -90,8 +90,8 @@ func NewMattermost(log logrus.FieldLogger, commGroupName string, cfg config.Matt

client := model.NewAPIv4Client(cfg.URL)
client.SetOAuthToken(cfg.Token)

botTeams, _, err := client.SearchTeams(&model.TeamSearch{
ctx := context.Background()
Copy link
Contributor

Choose a reason for hiding this comment

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

we have context already in the main it will be better to use it.

@mszostok mszostok self-assigned this Jul 27, 2023
@mszostok mszostok added the bug Something isn't working label Jul 27, 2023
@huseyinbabal huseyinbabal merged commit f1c8c2e into kubeshop:main Jul 31, 2023
13 checks passed
@huseyinbabal huseyinbabal deleted the mattermost-improvements branch July 31, 2023 11:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Mattermost integration and fix configuration issues
2 participants