Aleksandr Melnikov

Results 10 issues of Aleksandr Melnikov

Explore CVAT implementation https://github.com/openvinotoolkit/cvat/pull/1767 and https://github.com/openvinotoolkit/cvat/tree/e7585b8ce900cec2c9dd6ef2dc1092e6567780b1/cvat/apps/lambda_manager so we can design our Knative implementation in a way that it is easily pluggable into CVAT.

and pull the correct manifests based on `params.yaml`. The use case here is that a user should be able to download a `params.yaml` file from git (encrypted) or a key...

kind/bug

**What this PR does**: **Which issue(s) this PR fixes**: Fixes onepanelio/core# **Special notes for your reviewer**: **Checklist** Please check if applies - [ ] I have added/updated relevant unit tests...

![image](https://user-images.githubusercontent.com/10407733/90195455-47e48d80-dd7e-11ea-9dbb-c22abc492f50.png) In the image, there are weird names. `onepanelio_get_workflow_templates_create` - This is a retrieval or GET operation, but swagger appended a "CREATE". This is due to the function being marked...

kind/bug

Currently: ```go func (c *Client) ListWorkflowTemplateVersions(namespace, uid string) (workflowTemplateVersions []*WorkflowTemplate, err error) { ``` The issue is that this returns `WorkflowTemplate` instead of `WorkflowTemplateVersion`. - Initially, there was no database...

kind/enhancement
area/core
area/core-ui

- When running `apply --dev` in cli, and switching between s3 / gcs, there are keys that are leftover from previous application. These keys are empty, but they are still...

kind/bug

We use yaml.v3 to support reading (and writing) YAML with comments, inline comments, and other metadata. We use a pkg/config_types.go in CLI to marshal / unmarshal params.yaml Same package is...

kind/enhancement

Ref: https://kubernetes.io/docs/reference/kubernetes-api/labels-annotations-taints/#beta-kubernetes-io-instance-type-deprecated As of k8s 1.17, `beta.kubernetes.io/instance-type` is deprecated. Use: `node.kubernetes.io/instance-type` instead. We should add a note / disclaimer in the docs. Example spot: https://docs.onepanel.ai/docs/deployment/configuration/files/#application

kind/enhancement

![image](https://user-images.githubusercontent.com/10407733/79027349-c4e9c700-7b40-11ea-9eff-6bc24cc853dd.png) To recreate: - Was logged in - Clicked the modal to create new namespace - Without entering anything, clicked log out - Modal sticks around

kind/bug
area/core-ui

Hello! I absolutely love this tool and seeing how you improve it. Thank you. I find it a joy to deal with windows longpaths, and I am sure you do...