kun-scheduler icon indicating copy to clipboard operation
kun-scheduler copied to clipboard

A workflow scheduler understands both your data and metadata.

Results 54 kun-scheduler issues
Sort by recently updated
recently updated
newest added

Object literal may only specify known properties, and 'data' does not exist in type 'Action'. 38 | const res = await searchTaskDefinition(payload); 39 | if (res) { > 40 |...

kun-app模块的部分方法需要调用kun-infra中workflowApi,相关单元测试被忽略执行或未写单元测试,单元测试覆盖率低。 部分方法过长,一个方法中做多件事,调用workflowApi的返回结果仅为中间步骤,导致无法构造mock模拟kun-infra的返回结果。

![image](https://user-images.githubusercontent.com/17016370/131645450-ca926b82-e857-4099-a504-39c4c5d3de2d.png)

**Is your feature request related to a problem? Please describe.** For most IDEs, code completion is an essential feature that developers heavily relies on. ![image](https://user-images.githubusercontent.com/6657354/120981772-95693580-c7aa-11eb-97cc-6174ebc3a9f2.png) Currently we are using [monaco...

enhancement
help wanted
design

**Is your feature request related to a problem? Please describe.** It is not-related to any feature but for better management of this project. Currently we don't have a clear log...

help wanted

**Describe the bug** We observed this bug when we changes the owner of a task definition. The original owner of task definition was user A and we set it to...

bug

**Is your feature request related to a problem? Please describe.** Currently, we have 4 different implementations of JSON utility class: 1. com.miotech.kun.commons.query.utils.JSONUtils (under `kun-commons:kun-commons-query` module) 2. com.miotech.kun.common.utils.JSONUtils (under `kun-app-common` module)...

refactor