Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-11-22 | Import missing symbol. | Frederick Muriuki Muriithi | |
2024-11-22 | Provide a means to debug queries that have been run. | Frederick Muriuki Muriithi | |
It is sometimes necessary, when debugging, to see what query was actually run, in order to make sense of, and fix failures. This commit provides a means to see what the actual query that was run look(s/ed) like. | |||
2024-11-21 | Add module handling common JWKs operations. | Frederick Muriuki Muriithi | |
2024-11-21 | Add `authlib` and `pymonad` as dependencies. | Frederick Muriuki Muriithi | |
2024-11-21 | Document running unit tests. | Frederick Muriuki Muriithi | |
2024-11-21 | Make mysqldb module accessible directly from gn_libs package. | Frederick Muriuki Muriithi | |
2024-11-21 | Initialise test directories as packages to prevent pytest failure. | Frederick Muriuki Muriithi | |
2024-11-21 | Register `slow` and `unit_test` test markers. | Frederick Muriuki Muriithi | |
2024-11-21 | Fix linting and mypy errors | Frederick Muriuki Muriithi | |
2024-11-21 | Make repository a channel. | Frederick Muriuki Muriithi | |
2024-11-21 | Ignore __pycache__ directories. | Frederick Muriuki Muriithi | |
2024-11-21 | Add tests for gn_libs.mysqldb module | Frederick Muriuki Muriithi | |
2024-11-21 | Add mysqldb module | Frederick Muriuki Muriithi | |
This contains common code to connect to MariaDB with Python's mysqlclient library. | |||
2024-11-21 | Initialise build for the project. | Frederick Muriuki Muriithi | |
2024-11-19 | Initialise repository with empty package. | Frederick Muriuki Muriithi | |