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

[management] Refactor users to use store methods #2917

Draft
wants to merge 9 commits into
base: peers-get-account-refactoring
Choose a base branch
from

Commits on Nov 19, 2024

  1. Refactor auth middleware

    Signed-off-by: bcmmbaga <[email protected]>
    bcmmbaga committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    2de0777 View commit details
    Browse the repository at this point in the history
  2. Refactor account methods and mock

    Signed-off-by: bcmmbaga <[email protected]>
    bcmmbaga committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    4d00207 View commit details
    Browse the repository at this point in the history
  3. Refactor user and PAT handling

    Signed-off-by: bcmmbaga <[email protected]>
    bcmmbaga committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    6a456c5 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Remove db query context and fix get user by id

    Signed-off-by: bcmmbaga <[email protected]>
    bcmmbaga committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    6ea98f0 View commit details
    Browse the repository at this point in the history
  2. Fix database transaction locking issue

    Signed-off-by: bcmmbaga <[email protected]>
    bcmmbaga committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    66d8bbf View commit details
    Browse the repository at this point in the history
  3. Fix tests

    Signed-off-by: bcmmbaga <[email protected]>
    bcmmbaga committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    7fa1bbc View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Add account locks

    Signed-off-by: bcmmbaga <[email protected]>
    bcmmbaga committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    7af55fb View commit details
    Browse the repository at this point in the history
  2. Fix prevent users from creating PATs for other users

    Signed-off-by: bcmmbaga <[email protected]>
    bcmmbaga committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    7d0331f View commit details
    Browse the repository at this point in the history
  3. Add tests

    Signed-off-by: bcmmbaga <[email protected]>
    bcmmbaga committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    7be83a0 View commit details
    Browse the repository at this point in the history