-
Notifications
You must be signed in to change notification settings - Fork 32
π¨ database+web-server: Extending user pre-registration workflow and asyncpg upgrades ποΈ #7709
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
π¨ database+web-server: Extending user pre-registration workflow and asyncpg upgrades ποΈ #7709
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7709 +/- ##
==========================================
+ Coverage 87.19% 87.39% +0.19%
==========================================
Files 1839 1832 -7
Lines 71081 70899 -182
Branches 1203 1203
==========================================
- Hits 61981 61959 -22
+ Misses 8772 8612 -160
Partials 328 328
Continue to review full report in Codecov by Sentry.
π New features to boost your workflow:
|
809eb98 to
c93737e
Compare
β¦mpatibility with SQLAlchemy 2.0
β¦import in _users_rest
c93737e to
b228936
Compare
|
@mergify queue |
π Waiting for conditions to match
|
matusdrobuliak66
left a comment
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
sanderegg
left a comment
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.
very cool, thanks!
packages/postgres-database/src/simcore_postgres_database/models/users_details.py
Show resolved
Hide resolved
GitHK
left a comment
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, maybe ask copilot for a review to check typos (I randomly spotted an easy one)
packages/postgres-database/src/simcore_postgres_database/models/users_details.py
Show resolved
Hide resolved
|



What do these changes do?
This first pull request introduces significant updates to the database schema, data models, and utility functions to support a new workflow for user pre-registration and account request statuses.
id: primary-keyaccount_request_status: PENDING, APPROVED, REJECTEDaccount_request_reviewed_by: whoaccount_request_reviewed_at: whenproduct_name: Product that the user is requesting an account for, i.e. same user can make one request per productsimcore-postgers-databasepackage as insimcore-service-web-serverRelated issue/s
How to test
Dev-ops
None