Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-16 | auth: fix bugs in the code | Frederick Muriuki Muriithi | |
* gn3/auth/authorisation/privileges.py: Set id to UUID type * gn3/auth/authorisation/roles.py: fix parameters to types that sqlite3 supports * gn3/auth/db.py: add logging for errors and re-raise the exception * tests/unit/auth/test_roles.py: fix test | |||
2022-11-16 | tests: Test role creation | Frederick Muriuki Muriithi | |
* tests/unit/auth/test_roles.py: new tests. |