Age | Commit message (Expand) | Author |
---|---|---|
2024-03-08 | Remove "raise" in auth.db Protocol classes....* gn_auth/auth/db/protocols.py (DbCursor): Remove "raise" in DBCursor Protocol. See: <https://typing.readthedocs.io/en/latest/spec/protocol.html> | Munyoki Kilyungi |
2023-11-22 | Only commit on successful query...Only commit changes if the queries are successful. | Frederick Muriuki Muriithi |
2023-08-23 | pylint: Remove statement calling non-existent member | Frederick Muriuki Muriithi |
2023-08-23 | pylint: replace ellipsis with statement raising exception. | Frederick Muriuki Muriithi |
2023-08-08 | Fix type-checking errors | Frederick Muriuki Muriithi |
2023-08-08 | Fix issues caught by linter...* Add a .pylintrc to silence annoying messages * Fix imports * Add missing `parse_db_url` function * Add a new `gn_auth.auth.db.redis` module | Frederick Muriuki Muriithi |
2023-08-07 | Collect db-connections function in single module. | Frederick Muriuki Muriithi |