Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-03-25 | Clean up after ourselves!HEADmain | Frederick Muriuki Muriithi | |
2025-03-25 | Fetch remaining content | Frederick Muriuki Muriithi | |
The process could complete running between checks for whether it is still running, so we need to fetch any left-over content. | |||
2025-03-25 | Merge the 'with's to reduce indentation. | Frederick Muriuki Muriithi | |
2025-03-25 | Create outputs directory if it does not exist. | Frederick Muriuki Muriithi | |
2025-03-25 | Add paths to output files as metadata items. | Frederick Muriuki Muriithi | |
2025-03-25 | Change query for updating metadata: allow creating new item. | Frederick Muriuki Muriithi | |
2025-03-25 | Add "WHERE" clause to avoid updating all rows. | Frederick Muriuki Muriithi | |
2025-03-25 | Provide output directory to launcher. | Frederick Muriuki Muriithi | |
2025-03-25 | Start launcher with unbuffered outputs. | Frederick Muriuki Muriithi | |
2025-03-25 | Push stream data whenever its updated. | Frederick Muriuki Muriithi | |
2025-03-25 | Rename manager/launcher script and implement the management logic. | Frederick Muriuki Muriithi | |
Give the launcher a better name, and implement the logic to actually launch the job and do basic management of the process(es). | |||
2025-03-25 | Update jobs database schema. | Frederick Muriuki Muriithi | |
2025-03-24 | Provide initial incomplete jobs manager script. | Frederick Muriuki Muriithi | |
2025-03-24 | Initialise package for handling background/asynchronous jobs. | Frederick Muriuki Muriithi | |
2025-03-24 | Provide contextmanagers for SQLite3 databases. | Frederick Muriuki Muriithi | |
2025-03-24 | Provide protocols package | Frederick Muriuki Muriithi | |
Provide a package to hold the various protocols used in the code. | |||
2025-01-21 | Add monadic_requests module.genenetwork-system-v1.0.0 | Frederick Muriuki Muriithi | |
2025-01-21 | Only use flask modules if flask is present and 'current_app' is set. | Frederick Muriuki Muriithi | |
2025-01-07 | Add debugging utilities module. | Frederick Muriuki Muriithi | |
2024-12-09 | Fix issues caught by linter. | Frederick Muriuki Muriithi | |
2024-12-09 | Fix the module's documentation string. | Frederick Muriuki Muriithi | |
2024-12-09 | Parse SSL options for the connection string. | Frederick Muriuki Muriithi | |
2024-12-09 | Fix check for non-negative integers. | Frederick Muriuki Muriithi | |
2024-12-09 | Parse for SSL_MODE option values from a list of acceptable values. | Frederick Muriuki Muriithi | |
2024-12-09 | Check for non-negative integers. | Frederick Muriuki Muriithi | |
2024-12-09 | Parse a larger pool of possible boolean values | Frederick Muriuki Muriithi | |
When a key is supposed to have a boolean value, parse the value from a larger pool of both true and false values. | |||
2024-12-09 | Add an Exception for invalid option values. | Frederick Muriuki Muriithi | |
2024-12-06 | Move the commit() call to the success path | Frederick Muriuki Muriithi | |
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. | |||
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 | Make mysqldb module accessible directly from gn_libs package. | 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-19 | Initialise repository with empty package. | Frederick Muriuki Muriithi | |