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 support for the editor role #738

Merged
merged 7 commits into from
Feb 13, 2024

Commits on Jan 21, 2024

  1. Configuration menu
    Copy the full SHA
    f74e867 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2bc35e2 View commit details
    Browse the repository at this point in the history
  3. Fixup: support both aliases in role_mappings

    One of the previous commits explicitly defined both aliases in
    `role_mappings`, but that was wrong because only one value is used in
    the DB, which is `developer`. Instead, you need to map `developer` from
    the DB to `role_mappings`, which can either have `editor` (new name) or
    `developer` (legacy name). The new name is checked first, then the old
    one.
    nkaretnikov committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    994d846 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Rename the test mapping

    nkaretnikov committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    a840e43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19a35ce View commit details
    Browse the repository at this point in the history
  3. Update one more test

    nkaretnikov committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    994249b View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. Configuration menu
    Copy the full SHA
    2284852 View commit details
    Browse the repository at this point in the history