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

Add migration script for scoped API keys #655

Merged
merged 2 commits into from
Aug 23, 2023

Commits on Aug 2, 2023

  1. Add migration script for scoped API keys

    Update package_versions uploader with API keys owner instead of the key anonymous user.
    This is linked to mamba-org#647
    and allow to update existing databases.
    beenje committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    d55636d View commit details
    Browse the repository at this point in the history
  2. Fix issue with sqlalchemy >=2.0

    SQL query needs to be wrapped in sqlalchemy.text.
    Using raw string as been removed.
    beenje committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    1e54829 View commit details
    Browse the repository at this point in the history