about summary refs log tree commit diff
path: root/gn_libs
AgeCommit message (Expand)Author
2025-12-09Add http logging utilities to be used in the rest of gn.Munyoki Kilyungi
2025-08-13Fix logger name: use the module's name.Frederick Muriuki Muriithi
2025-08-12Support `ssl=True/False` option for mariadb connection options.Frederick Muriuki Muriithi
2025-08-12Log out connection options in debug mode.Frederick Muriuki Muriithi
2025-08-12Add link to docs on expected arguments.Frederick Muriuki Muriithi
2025-07-24Fix errors caught by type-checker.Frederick Muriuki Muriithi
2025-07-24Implement check function.Frederick Muriuki Muriithi
2025-07-24Replace prints with logging.Frederick Muriuki Muriithi
2025-07-23First, very basic implementation to pass all of the (current) tests.Frederick Muriuki Muriithi
2025-07-23Improve definition of types.Frederick Muriuki Muriithi
2025-07-22Begin working on simple DSL for privileges checking.Frederick Muriuki Muriithi
2025-06-11Fix code errors caught by type-checker.Frederick Muriuki Muriithi
2025-06-11Fix code errors caught by linter.Frederick Muriuki Muriithi
2025-06-10Setup launcher logging.Frederick Muriuki Muriithi
2025-06-04Add function to make a "peeker" function.Frederick Muriuki Muriithi
2025-05-28Provide symbol name for exception to re-raise.Frederick Muriuki Muriithi
2025-05-19Handle generic exception occurring while using the connectionFrederick Muriuki Muriithi
2025-05-12Re-raise the exception to prevent silent failures.Frederick Muriuki Muriithi
2025-05-05Handle case where job doesn't exist.Frederick Muriuki Muriithi
2025-05-02Fix stream used by function.Frederick Muriuki Muriithi
2025-04-21Indicate successful completion.Frederick Muriuki Muriithi
2025-04-21Build the environment from the application environment.Frederick Muriuki Muriithi
2025-04-21Add function to load standard stream outputs.Frederick Muriuki Muriithi
2025-03-25Clean up after ourselves!Frederick Muriuki Muriithi
2025-03-25Fetch remaining contentFrederick Muriuki Muriithi
2025-03-25Merge the 'with's to reduce indentation.Frederick Muriuki Muriithi
2025-03-25Create outputs directory if it does not exist.Frederick Muriuki Muriithi
2025-03-25Add paths to output files as metadata items.Frederick Muriuki Muriithi
2025-03-25Change query for updating metadata: allow creating new item.Frederick Muriuki Muriithi
2025-03-25Add "WHERE" clause to avoid updating all rows.Frederick Muriuki Muriithi
2025-03-25Provide output directory to launcher.Frederick Muriuki Muriithi
2025-03-25Start launcher with unbuffered outputs.Frederick Muriuki Muriithi
2025-03-25Push stream data whenever its updated.Frederick Muriuki Muriithi
2025-03-25Rename manager/launcher script and implement the management logic.Frederick Muriuki Muriithi
2025-03-25Update jobs database schema.Frederick Muriuki Muriithi
2025-03-24Provide initial incomplete jobs manager script.Frederick Muriuki Muriithi
2025-03-24Initialise package for handling background/asynchronous jobs.Frederick Muriuki Muriithi
2025-03-24Provide contextmanagers for SQLite3 databases.Frederick Muriuki Muriithi
2025-03-24Provide protocols packageFrederick Muriuki Muriithi
2025-01-21Add monadic_requests module. genenetwork-system-v1.0.0Frederick Muriuki Muriithi
2025-01-21Only use flask modules if flask is present and 'current_app' is set.Frederick Muriuki Muriithi
2025-01-07Add debugging utilities module.Frederick Muriuki Muriithi
2024-12-09Fix issues caught by linter.Frederick Muriuki Muriithi
2024-12-09Fix the module's documentation string.Frederick Muriuki Muriithi
2024-12-09Parse SSL options for the connection string.Frederick Muriuki Muriithi
2024-12-09Fix check for non-negative integers.Frederick Muriuki Muriithi
2024-12-09Parse for SSL_MODE option values from a list of acceptable values.Frederick Muriuki Muriithi
2024-12-09Check for non-negative integers.Frederick Muriuki Muriithi
2024-12-09Parse a larger pool of possible boolean valuesFrederick Muriuki Muriithi
2024-12-09Add an Exception for invalid option values.Frederick Muriuki Muriithi