You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ki...@apache.org on 2021/12/18 09:07:31 UTC

[dolphinscheduler] branch dev updated (01a2b96 -> 2f7a406)

This is an automated email from the ASF dual-hosted git repository.

kirs pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git.


    from 01a2b96  Update ProcessDefinitionServiceImpl.java (#7470)
     add 2f7a406  [Feature][UI Next] Write part of the api method. (#7476)

No new revisions were added by this update.

Summary of changes:
 .../src/service/modules/process-instances/index.ts | 95 ++++++++++++++++++++++
 .../src/service/modules/process-instances/types.ts | 23 ++++++
 .../src/service/modules/projects/index.ts          | 93 +++++++++++++++++++++
 .../modules/{alert-group => projects}/types.ts     | 32 +++++---
 .../src/service/modules/{token => queues}/index.ts | 57 +++++++------
 .../src/service/modules/{log => queues}/types.ts   | 18 ++--
 .../{process-instances => resources}/index.ts      |  0
 .../modules/{environment => resources}/types.ts    | 46 ++++++-----
 8 files changed, 302 insertions(+), 62 deletions(-)
 create mode 100644 dolphinscheduler-ui-next/src/service/modules/projects/index.ts
 copy dolphinscheduler-ui-next/src/service/modules/{alert-group => projects}/types.ts (70%)
 copy dolphinscheduler-ui-next/src/service/modules/{token => queues}/index.ts (57%)
 copy dolphinscheduler-ui-next/src/service/modules/{log => queues}/types.ts (82%)
 copy dolphinscheduler-ui-next/src/service/modules/{process-instances => resources}/index.ts (100%)
 copy dolphinscheduler-ui-next/src/service/modules/{environment => resources}/types.ts (64%)