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

CLOUDP-276151: Migrate Assigned Teams Translation Layer #1850

Merged
merged 11 commits into from
Oct 10, 2024

Conversation

cveticm
Copy link
Collaborator

@cveticm cveticm commented Oct 7, 2024

CLOUDP-276151: Implementation of translation layer for assigned teams.

  • Have you signed our CLA?

@cveticm cveticm changed the title CLOUDP-276151: Migrate Assignedtams-translation-layer CLOUDP-276151: Migrate Assigned Teams Translation Layer Oct 7, 2024
@cveticm cveticm added the cloud-tests Run expensive Cloud Tests: Integration & E2E label Oct 7, 2024
Copy link
Contributor

github-actions bot commented Oct 7, 2024

Copy link
Collaborator

@josvazg josvazg left a comment

Choose a reason for hiding this comment

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

LGTM! Good job!

g.Go(func() error {
workflowCtx.Log.Debugf("removing user %s from team %s", user.UserID, teamID)
err := r.teamsService.RemoveUser(workflowCtx.Context, workflowCtx.OrgID, teamID, user.UserID)
return err
Copy link
Collaborator

Choose a reason for hiding this comment

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

non-blocking super small nit:

Suggested change
return err
return r.teamsService.RemoveUser(workflowCtx.Context, workflowCtx.OrgID, teamID, user.UserID)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

For the sake of pushing this through merge and avoiding sitting through another set of flakey test runs, I'll dismiss this nit.

Copy link
Collaborator

@igor-karpukhin igor-karpukhin left a comment

Choose a reason for hiding this comment

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

Great job @cveticm! 🔥 LGTM 👍

@cveticm cveticm merged commit a545b35 into main Oct 10, 2024
56 checks passed
@cveticm cveticm deleted the CLOUDP-276151/migrate-assigned-teams-translation-layer branch October 10, 2024 11:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cloud-tests Run expensive Cloud Tests: Integration & E2E
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants