Sakari Ikonen

Results 31 issues of Sakari Ikonen

- Adds a check that tmpdir exists when launching workers, and creates the dir if it is missing. This fixes workers not being able to launch if for any reason...

ready-for-review

fixes use of some deprecated features - Removes use of deprecated `loop` fixture with aiohttp tests, as of pytest-aiohttp >= 1 this is not necessary. - use `logger.warning` - Use...

Use aiohttp AppRunner as the preferred way of setting up a service process as `make_handler()` is deprecated. Affected services are only the metadata and migration service, as ui_backend is already...

***Suggested Improvement*** Introduce tests for the migration service that cover basic acceptance behaviour: - Migrations can be applied, and rolled back successfully (no broken migrations exist) - Migration service can...

enhancement

***Suggested improvement*** Caching solution used by the UI backend could be changed to one that performs simple function caching, and one that uses a cache store that is shareable across...

enhancement

***Suggested improvement*** Introduce a separate service to behave as a pub/sub message queue for real-time updates related to the metadata service. Metadata service would publish to this message queue upon...

enhancement

Add logging for when trigger setup is skipped, and when it fails. Sets up server-side `statement_timeout` for DBConfiguration as part of the connection pool for the ui_backend. default is kept...

allow files that start with . to be added via `--package-suffixes` closes #1741

updated list of reserved parameter names. closes #1735

There is an issue when trying to append dotfiles with `--package-suffixes` as it skips any filename that starts with a `.` *Expected* `--package-suffixes=.env` should include a file with the name...

bug