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

feat: Add percentage routing and migration status to user table #163

Merged
merged 7 commits into from
Dec 31, 2019

Commits on Dec 19, 2019

  1. feat: Add percentage routing and migration status to user table

    This adds a few entries into the .ini:
    
    ```
    [tokenserver]
    spanner_entry  = # Name of the spanner node name e.g.  https://spanner.example.com
    spanner_node_id = # default spanner node id
    migrate_new_user_percentage = # percentage of users to send to spanner
    
    ```
    *note* the "percentage" is a terrible hack that just sends the first _n_
    of every 100 users to spanner.
    
    Closes #159
    jrconlin committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    050ab53 View commit details
    Browse the repository at this point in the history
  2. f flake8

    jrconlin committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    9a0147d View commit details
    Browse the repository at this point in the history
  3. f r's

    * removed `migration_state` column
    * changed picker to work off of sha1 of the email (for repro)
    * normalized backend settings as much as possible.
    * added "universal" test
    jrconlin committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    789bcd9 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2019

  1. f normalize settings

    jrconlin committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    93c795f View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2019

  1. f r's

    jrconlin committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    6cc4547 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2019

  1. f r's

    * add #164 changes
    * move spanner migration to SQL test suite
     * only check migration for the migration check to prevent future issues
    jrconlin committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    ab3fa7e View commit details
    Browse the repository at this point in the history
  2. f r's

    jrconlin committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    828ff95 View commit details
    Browse the repository at this point in the history