Andrey Melnikov

Results 43 issues of Andrey Melnikov

Not sure why a CronWorkflow has a WorkflowExecution field. This is technically incorrect as it can have many.

Example: https://github.com/onepanelio/core/blob/master/.github/workflows/push_dev_branch.yaml

kind/enhancement

For the next release, let's make sure our changes are easily added into the latest upstream CVAT changes. This ticket is a test-run for that. Try integrating the latest changes...

kind/enhancement

This is for use cases like having both JupyterLab and VSCode in one workspace.

kind/enhancement
area/core-ui

You can try this out by chrome tools or zooming out a lot. Ideally we have the editor and params viewer take up more of the height.

area/core-ui

This doesn't have to be a test against the API, it can just test the method that the API is using. The pkg method.

kind/enhancement

In our go migrations, we have code like this ```go migrationsRan, err := getRanSQLMigrations(client) if err != nil { return err } if _, ok := migrationsRan[20200727144157]; ok { return...

kind/enhancement
area/core