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

CORE-155 fast pass default and project pets #3134

Merged
merged 4 commits into from
Nov 14, 2024
Merged

CORE-155 fast pass default and project pets #3134

merged 4 commits into from
Nov 14, 2024

Conversation

dvoet
Copy link
Contributor

@dvoet dvoet commented Nov 13, 2024

Ticket: https://broadworkbench.atlassian.net/browse/CORE-155

change so that when a user has write access to a workspace both project and default pets get fast passed


PR checklist

  • Include the JIRA issue number in the PR description and title
  • Make sure Swagger is updated if API changes
    • ...and Orchestration's Swagger too!
  • If you changed anything in model/, then you should publish a new official rawls-model and update rawls-model in Orchestration's dependencies.
  • Get two thumbsworth of PR review
  • Verify all tests go green, including CI tests
  • Squash commits and merge to develop (branches are automatically deleted after merging)
  • Inform other teams of any substantial changes via Slack and/or email

@dvoet dvoet requested a review from a team as a code owner November 13, 2024 22:02
@dvoet dvoet requested review from marctalbott and kevinmarete and removed request for a team November 13, 2024 22:02
tuple => organizationRoles.map(r => (tuple._1, tuple._2, r))
)
DBIO.seq(rolesToWrite.map { tuple =>
(userAndPets.petEmails.map((_, IamMemberTypes.ServiceAccount)).toSeq :+ (userAndPets.userEmail,
Copy link
Contributor

Choose a reason for hiding this comment

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

Am I missing a difference between this and the other places you're using .toSeq or was this just missed?

@dvoet dvoet merged commit 57df2ec into develop Nov 14, 2024
29 checks passed
@dvoet dvoet deleted the CORE-155 branch November 14, 2024 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants