| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-05-18 | Replace objects with gn_libs alternatives and deprecate the module. | Frederick Muriuki Muriithi | |
| Replace the functions and classes in `gn_auth.auth.db.sqlite3` with those in `gn_libs.sqlite3` to reduce duplications. Deprecate the `gn_auth.auth.db.sqlite3` module and the remaining function(s) within in preparation for removal. | |||
| 2024-11-22 | Delete local mariadb connections module. | Frederick Muriuki Muriithi | |
| We no longer need this module after moving the code to use gn-libs. | |||
| 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 | |
