Age | Commit message (Expand) | Author |
---|---|---|
2024-12-09 | Parse a larger pool of possible boolean values...When a key is supposed to have a boolean value, parse the value from a larger pool of both true and false values. | Frederick Muriuki Muriithi |
2024-12-09 | Add an Exception for invalid option values. | Frederick Muriuki Muriithi |
2024-12-06 | Move the commit() call to the success path...The `finally` clause gets run whether or not the try succeeds. It only makes sense to run the commit on success, so we move it into the try, just after yielding the connection. | Frederick Muriuki Muriithi |
2024-11-22 | Import missing symbol. | Frederick Muriuki Muriithi |
2024-11-22 | Provide a means to debug queries that have been run....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. | Frederick Muriuki Muriithi |
2024-11-21 | Add module handling common JWKs operations. | Frederick Muriuki Muriithi |
2024-11-21 | Make mysqldb module accessible directly from gn_libs package. | Frederick Muriuki Muriithi |
2024-11-21 | Add mysqldb module...This contains common code to connect to MariaDB with Python's mysqlclient library. | Frederick Muriuki Muriithi |
2024-11-19 | Initialise repository with empty package. | Frederick Muriuki Muriithi |