-
Notifications
You must be signed in to change notification settings - Fork 30
Add rollup mode management #221
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, thanks for the PR! Left a few comments. It would also be nice to have tests for the DB/command functionality.
what would be the behaviour if we set rollup mode before approving the PR? |
Setting rollup mode and approving is independent. Setting the rollup mode just modifies the column in the DB, that's it :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the changes! The conversion of the enum to a string should happen later, and the tests could use a bit of tweaking, but otherwise it looks to be pretty close to a working version.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! :) Please squash the commits now and we can merge it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, great work!
Closes #208