-
- Downloads
Drop username from user and replace it with uid
#20
Showing
- alembic/versions/83a3a47a6351_add_username_and_display_name_and_drop_.py 1 addition, 3 deletions...s/83a3a47a6351_add_username_and_display_name_and_drop_.py
- alembic/versions/9fa582febebe_delete_username_from_user.py 30 additions, 0 deletionsalembic/versions/9fa582febebe_delete_username_from_user.py
- alembic/versions/cafa1e01b782_create_permission_table.py 1 addition, 3 deletionsalembic/versions/cafa1e01b782_create_permission_table.py
- app/api/dependencies.py 15 additions, 11 deletionsapp/api/dependencies.py
- app/api/endpoints/bucket_permissions.py 19 additions, 19 deletionsapp/api/endpoints/bucket_permissions.py
- app/api/endpoints/buckets.py 4 additions, 4 deletionsapp/api/endpoints/buckets.py
- app/api/endpoints/login.py 1 addition, 1 deletionapp/api/endpoints/login.py
- app/api/endpoints/users.py 23 additions, 25 deletionsapp/api/endpoints/users.py
- app/crud/crud_bucket.py 1 addition, 1 deletionapp/crud/crud_bucket.py
- app/crud/crud_bucket_permission.py 4 additions, 4 deletionsapp/crud/crud_bucket_permission.py
- app/crud/crud_user.py 0 additions, 20 deletionsapp/crud/crud_user.py
- app/models/user.py 1 addition, 2 deletionsapp/models/user.py
- app/schemas/bucket.py 1 addition, 1 deletionapp/schemas/bucket.py
- app/schemas/bucket_permission.py 7 additions, 7 deletionsapp/schemas/bucket_permission.py
- app/schemas/user.py 1 addition, 2 deletionsapp/schemas/user.py
- app/tests/api/test_bucket_permissions.py 23 additions, 23 deletionsapp/tests/api/test_bucket_permissions.py
- app/tests/api/test_buckets.py 3 additions, 3 deletionsapp/tests/api/test_buckets.py
- app/tests/api/test_login.py 2 additions, 3 deletionsapp/tests/api/test_login.py
- app/tests/api/test_s3_keys.py 15 additions, 17 deletionsapp/tests/api/test_s3_keys.py
- app/tests/api/test_users.py 8 additions, 10 deletionsapp/tests/api/test_users.py
Loading
Please register or sign in to comment