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

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


    from 9df9a37331 [Improvement][UI] Improve monaco-editor component in ts. 
(#11274)
     new cfa08b3337 [Doc]Chinese translation updated (#11146)
     new d2ea5316ad [Fix-11003]Task group queue is not updated to final state 
(#11004)
     new dca87a4b0c [Fixed-10833] [Bug] [Quartz] timezone display doesn't match 
the next_fire_time in ds 3.0.0-beta1 version (#10865)
     new 749a82a78d [API] Do not specify rollback for ensure in case of any 
exception or error. (#10793)
     new 09e3608980 Add improvement template (#10764)
     new 6b8e040443 [Fix][UI] Fix bytesToSize function calculation error. 
(#10627)
     new 1e498a5f89 [fix-10596] Workflow relationship cannot be displayed 
normally (#10625)
     new b0113a9b64 dependent node log output optimization and fix checkstyle 
(#10593)
     new 5e129d478e add datasource health check to the healthcheck endpoint 
(#10588)
     new e52fd0b04b fix dependent task re-run params error (#10580)
     new a05d7cc8f4 fix_10514 (#10568)
     new 64b72a2968 Update SparkRuntimeEnvironment.java (#10549)
     new a27a45fcfe [fix][master]: fix condition npe (#10478)
     new ae7df493a8 Modify obsolete swagger parameters in AuditLogController 
(#10494)
     new 7104063e0d [Fix]Recovery Traffic Control Config (#10505)
     new 9740a6e42f fix: Current node settings number of failed retries may not 
be negative (#10530)

The 16 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:
 ...{feature-request.yml => improvement-report.yml} | 25 +++------
 docs/docs/en/architecture/configuration.md         |  8 ++-
 docs/docs/zh/architecture/configuration.md         |  6 ++-
 docs/docs/zh/guide/task/python.md                  | 14 ++---
 docs/docs/zh/guide/task/zeppelin.md                | 12 ++---
 .../src/main/resources/application.yaml            |  9 ++++
 .../src/main/resources/logback-spring.xml          |  2 +
 .../api/configuration/AppConfiguration.java        |  2 +-
 .../api/configuration/TrafficConfiguration.java    | 62 ++++------------------
 .../api/controller/AuditLogController.java         |  8 ++-
 .../api/interceptor/RateLimitInterceptor.java      |  6 +--
 .../api/service/impl/AccessTokenServiceImpl.java   |  2 +
 .../api/service/impl/AlertGroupServiceImpl.java    |  3 +-
 .../api/service/impl/DataSourceServiceImpl.java    |  3 +-
 .../api/service/impl/EnvironmentServiceImpl.java   |  6 +--
 .../service/impl/ProcessDefinitionServiceImpl.java | 24 ++++-----
 .../service/impl/ProcessInstanceServiceImpl.java   |  4 +-
 .../impl/ProcessTaskRelationServiceImpl.java       | 10 ++--
 .../api/service/impl/ProjectServiceImpl.java       |  2 +
 .../api/service/impl/QueueServiceImpl.java         |  2 +
 .../api/service/impl/ResourcesServiceImpl.java     |  2 +-
 .../api/service/impl/SchedulerServiceImpl.java     |  7 +--
 .../api/service/impl/SessionServiceImpl.java       |  2 +-
 .../service/impl/TaskDefinitionServiceImpl.java    | 12 ++---
 .../api/service/impl/TaskGroupServiceImpl.java     |  2 +
 .../api/service/impl/UdfFuncServiceImpl.java       |  3 +-
 .../api/service/impl/UsersServiceImpl.java         | 20 +++----
 .../service/impl/WorkFlowLineageServiceImpl.java   | 13 +++--
 .../api/service/impl/WorkerGroupServiceImpl.java   |  3 +-
 .../src/main/resources/application.yaml            | 24 +++++++++
 .../src/main/resources/logback-spring.xml          |  2 +
 .../configuration/TrafficConfigurationTest.java    |  6 +--
 .../api/interceptor/RateLimitInterceptorTest.java  |  8 +--
 .../dolphinscheduler/common/utils/DateUtils.java   | 32 +++++++++++
 .../common/utils/DateUtilsTest.java                | 13 +++++
 .../dolphinscheduler/dao/utils/DagHelper.java      |  5 ++
 .../quality/execution/SparkRuntimeEnvironment.java |  2 +-
 .../master/runner/task/DependentTaskProcessor.java | 11 ++--
 .../src/main/resources/application.yaml            |  9 ++++
 .../src/main/resources/logback-spring.xml          |  2 +
 .../service/process/ProcessService.java            |  4 +-
 .../service/process/ProcessServiceImpl.java        |  6 +--
 .../src/main/resources/application.yaml            | 23 ++++++++
 dolphinscheduler-ui/src/common/common.ts           |  3 +-
 .../task/components/node/fields/use-delay-time.ts  |  3 ++
 .../task/components/node/fields/use-failed.ts      |  6 +++
 .../task/components/node/fields/use-flink.ts       |  3 +-
 .../task/components/node/fields/use-sqoop.ts       |  3 +-
 .../workflow/definition/components/start-modal.tsx |  4 +-
 .../workflow/definition/components/use-form.ts     |  2 +-
 .../src/main/resources/application.yaml            |  9 ++++
 .../src/main/resources/logback-spring.xml          |  2 +
 52 files changed, 284 insertions(+), 172 deletions(-)
 copy .github/ISSUE_TEMPLATE/{feature-request.yml => improvement-report.yml} 
(79%)

Reply via email to