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

Let reviews have multiple owners #90

Merged
merged 35 commits into from
Dec 10, 2023
Merged

Conversation

bdewilde
Copy link
Member

@bdewilde bdewilde commented Dec 8, 2023

changes

  • adds proper association object / database table to manage a many-to-many relationship between reviews and users where user role is now a proper attribute
  • adds "set_role" action to existing PUT reviews/{id}/team api endpoint as a more flexible replacement for deprecated "make_owner" action
  • adds some unit tests for review team api endpoints
  • adds better logging to auth api endpoints
  • drops black+isort in favor of ruff for linting and formatting, w/ corresponding tool configuration
  • bumps a couple github action versions in checks workflow

this just makes things easier to read top-down
no idea why this works, but apparently it does
for both db model and api schema
in post api endpoint and test fixture data
@bdewilde bdewilde marked this pull request as ready for review December 10, 2023 02:01
@bdewilde bdewilde merged commit 5075b5e into develop Dec 10, 2023
3 checks passed
@bdewilde bdewilde deleted the burton-resolve-dangling-todos branch December 10, 2023 02:02
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.

1 participant