Carina Ursu
Carina Ursu
### Motivation: Why do you think this is important? To help user experience when dealing with deeply nested workflows ### Goal: What should the final outcome look like, ideally? +/-...
### Describe the bug Header flickers/shifts when hovering over profile icon ### Expected behavior The header size should remain static ### Additional context to reproduce Hover over profile on the...
### Describe the bug `/api/v1/version` returns unknown, resulting in info pane not showing the correct Admin version ### Expected behavior [control_plane_version.Version](https://development.uniondemo.run/api/v1/version) is not unknown ### Additional context to reproduce *...
### Describe the bug ListWorkflows is: * missing closures * missing filter by state functionality (similar to https://github.com/flyteorg/flyte/issues/3983) ### Expected behavior Support filter by archived state and return full closure...
### Describe the bug Seeing lots of nullrefs in devtools [here](https://development.uniondemo.run/console/projects/flytesnacks/domains/development/executions/acwhvrhcn4tzt45rdt5t?duration=all) originating from getTaskThroughExecution.ts [ln:23](https://github.com/flyteorg/flyteconsole/blob/a4348d87c8fe7d3863b144a978d7aca179d43506/packages/console/src/components/Executions/contextProvider/NodeExecutionDetails/getTaskThroughExecution.ts#L23C5-L23C12) ### Expected behavior no null ref errors ### Additional context to reproduce * go to...
### Describe the bug Filter passed to API has an incorrect value of 'UNKNOWN'. It should be 'UNDEFINED' for all resource type filters File to modify: https://github.com/flyteorg/flyteconsole/blob/a4348d87c8fe7d3863b144a978d7aca179d43506/packages/console/src/components/Executions/constants.ts#L91 ### Expected behavior...
### Describe the bug Filtering by state not supported by ListTasks ### Expected behavior `/api/v1/tasks/flytesnacks/development?limit=1000&sort_by.key=created_at&sort_by.direction=ASCENDING` should support filtering by state (archived), similar to how the named_entities api does it: `/api/v1/named_entities/1/flytesnacks/development?`**filters=eq(state,0)**`&token=&limit=10000&sort_by.direction=ASCENDING&sort_by.key=name`...