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

caishunfeng pushed a change to branch 3.0.0-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


    from 7e1d8c2d86 [Feature-10594][ui] Data Quality Result Display Optimize 
(#10835)
     new dba1d076c1 add oracle dependency (#11095)
     new 34d2c513c5 [Fix][UI] Widen the segment separator input box. (#11096)
     new 9164ec8bf1 fix view variable display bug (#11100)
     new 8581a464db [Fix][UI] Fix the problem of too large spacing in 
operation. (#11090)
     new b791e9158e [Fix-10918] Close datasource when expire from guava cache 
(#11120)
     new 4622a8036a [Fix][UI] fix bug where The Gantt chart does not show the 
execution status (#11135)
     new 1b0f8c04d3 [Bug] [API] If the single log length is long, it will 
causes the View Log page to hang (#10612)
     new ebdc34b25f [Fix][UI] Add duplicate of file suffix (#11136)
     new 9742502ea3 fix k8s master and worker start error (#11156)

The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 deploy/kubernetes/dolphinscheduler/values.yaml     |  11 +-
 docs/configs/docsdev.js                            |   2 +-
 .../api/controller/LoggerController.java           |   9 +-
 .../api/service/LoggerService.java                 |   3 +-
 .../api/service/impl/LoggerServiceImpl.java        |  10 +-
 .../service/impl/ProcessInstanceServiceImpl.java   |   5 +-
 dolphinscheduler-bom/pom.xml                       | 609 +++++++++++++++++++++
 .../dao/entity/ResponseTaskLog.java                |  14 +-
 .../api/client/CommonDataSourceClient.java         |  11 +-
 .../api/plugin/DataSourceClientProvider.java       |  25 +-
 .../datasource/hive/HiveDataSourceClient.java      |  25 +-
 .../dolphinscheduler-datasource-oracle/pom.xml     |   5 +
 .../server/log/LoggerRequestProcessor.java         |  19 +-
 .../spi/datasource/DataSourceClient.java           |   3 +-
 dolphinscheduler-ui/src/locales/en_US/resource.ts  |   2 +
 dolphinscheduler-ui/src/locales/zh_CN/resource.ts  |   1 +
 .../task/components/node/fields/use-sql-type.ts    |   2 +-
 .../src/views/projects/task/instance/index.tsx     |   8 +-
 .../workflow/components/dag/dag-toolbar.tsx        |   7 +-
 .../workflow/definition/components/use-table.ts    |   2 -
 .../projects/workflow/definition/index.module.scss |   8 -
 .../workflow/definition/timing/use-table.ts        |   2 -
 .../projects/workflow/definition/use-table.ts      |   1 -
 .../instance/gantt/components/gantt-chart.tsx      |  26 +-
 .../src/views/resource/file/create/use-form.ts     |   3 +
 pom.xml                                            |   7 +
 26 files changed, 736 insertions(+), 84 deletions(-)
 create mode 100644 dolphinscheduler-bom/pom.xml
 copy 
dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/event/WorkflowEvent.java
 => 
dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/entity/ResponseTaskLog.java
 (83%)

Reply via email to