Andrey Melnikov
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
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...
This is for use cases like having both JupyterLab and VSCode in one workspace.
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.
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.
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...