Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • A aurweb
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 87
    • Issues 87
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 5
    • Merge requests 5
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Arch LinuxArch Linux
  • aurweb
  • Merge requests
  • !67

Bring Alembic Migrations to `live`

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Kevin Morris requested to merge kevr/aurweb:live into live Jun 09, 2021
  • Overview 0
  • Commits 7
  • Pipelines 0
  • Changes 4

Notably, we have two new migrations:

  • 56e2ce8e2ffa (head), utf8mb4 charset and collation
  • ef39fcd6e1cd, Add SSO account ID in table Users

The first, ef39fcd6e1cd, is a column in the Users table that was previously setup in preparation for SSO. This has become a part of our pu branch and is intended to be left permanently, as we will be approaching SSO within several months. The second, and most important for the live branch is 56e2ce8e2ffa, a modification of table charset and collation to allow for case sensitive values in the OfficialProviders table (Sessions and SSHPubKeys have been included as well, as we want to treat each key as unique, including their different cases).

This MR also fixes an aurweb.db bug regarding production of the SQLAlchemy URL.

Edited Jun 09, 2021 by Kevin Morris
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: live