tscurtu

Results 26 issues of tscurtu

Update the release procedure developer docs with missing info and new additions.

documentation
housekeeping

PRs should not be merge-able unless all the CI tests pass successfully.

housekeeping

UI button press cancel kills remote K8 pod runs, but local runs are still allowed to finish: ```bash (3.8.14/envs/3.8.14-testing) ~/work/sematic$ bazel run //sematic/examples/mnist/pytorch INFO: Analyzed target //sematic/examples/mnist/pytorch:pytorch (1 packages loaded,...

bug

On a fresh system installation, `test_get_config_override` fails with a permission error: ```bash $ bazel test //sematic/tests:test_config_dir --test_output=all [...] =================================== FAILURES =================================== ___________________________ test_get_config_override ___________________________ def test_get_config_override(): with environment_variables({_CONFIG_DIR_OVERRIDE_ENV_VAR: ".foo"}): >...

bug
testing

Sphinx has been deprecated in favor of GitBook. All the `.rst` and make file targets which refer Sphinx should be removed.

documentation
housekeeping

`sematic.api.endpoints.request.parameter.get_request_parameters` validates call parameters for several API endpoints. When passing an extra parameter in the `args` dict, it is silently ignored. In case this incorrect parameter was a typo of...

bug
good first issue
testing

When opening an older run's UI page (which doesn't show up in the "Latest runs" dropdown list), the dropdown form selection label will not render anything: ![image](https://user-images.githubusercontent.com/1894533/198691241-4e3cd23e-9757-4ad5-a2d7-3c135976305d.png) The "Latest runs"...

bug
good first issue
ui

In order to reproduce migrations up and down on databases that actually have contents in them that are relevant for historical points in time, we could snapshot the DB on...

housekeeping
ci
db

We should add a new panel to the UI that displays details about the resolution, separate from the "Nested runs" section. This could be the place where we expose the...

enhancement
ui
observability

The Exception layering scheme proposed in #264 will require rigorous and elaborate unit testing capabilities. Currently we do have glimpse of the complexity needed to validate Exception handling. As an...

enhancement
housekeeping
testing