Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-08 | Remove "raise" in auth.db Protocol classes. | Munyoki Kilyungi | |
* gn_auth/auth/db/protocols.py (DbCursor): Remove "raise" in DBCursor Protocol. See: <https://typing.readthedocs.io/en/latest/spec/protocol.html> | |||
2023-11-22 | Only commit on successful query | Frederick Muriuki Muriithi | |
Only commit changes if the queries are successful. | |||
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 | Frederick Muriuki Muriithi | |
* Add a .pylintrc to silence annoying messages * Fix imports * Add missing `parse_db_url` function * Add a new `gn_auth.auth.db.redis` module | |||
2023-08-07 | Collect db-connections function in single module. | Frederick Muriuki Muriithi | |