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

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


    from 1352d3d9ef [Fix-10083][Doc]Change Docker cmd && Change WebexTeams 
Chinese Translation (#10084)
     new b2058f9532 [Feature-10034][CI] Add postgresql cluster test in CI 
(#10035)
     new 43e1e5567c add_alert_server_cluster_test (#10125)
     new e08b08efdd [improve] Change Mysql Driver (#10220)
     new e663043c91 [fix] Task group queue query all list error (#10237)
     new 69db18ebd7 [Fix#9923] The alarm instance management interface is 
always in the loading state (#9924)
     new f5277570f0 [Fix][UI] Set task group name empty of default value 
(#10243)
     new 51c6630296 [fix][deploy] File overwrite when specific value set to 
installPath (#10241)
     new 040f3a838c [doc] Add setValue syntax in local param (#10245)

The 8 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:
 .github/workflows/backend.yml                      |  17 +++---
 .../cluster-test/mysql/docker-compose-cluster.yaml |   2 +-
 .../workflows/cluster-test/mysql/running_test.sh   |  12 ++++-
 .../workflows/cluster-test/mysql/start-job.sh      |  27 ++++------
 .../cluster-test/{mysql => postgresql}/Dockerfile  |  17 ++----
 .../cluster-test/{mysql => postgresql}/deploy.sh   |   3 --
 .../{mysql => postgresql}/docker-compose-base.yaml |  14 ++---
 .../docker-compose-cluster.yaml                    |   2 +-
 .../{mysql => postgresql}/dolphinscheduler_env.sh  |  10 ++--
 .../{mysql => postgresql}/install_env.sh           |   0
 .../{mysql => postgresql}/running_test.sh          |  12 ++++-
 .../workflows/cluster-test/postgresql/start-job.sh |  27 ++++------
 .../development/development-environment-setup.md   |   2 +-
 docs/docs/en/guide/parameter/local.md              |  49 ++++++++++++++++++
 .../development/development-environment-setup.md   |   2 +-
 docs/docs/zh/guide/parameter/local.md              |  46 +++++++++++++++++
 .../new_ui/dev/parameter/local_param_set_val.png   | Bin 0 -> 22422 bytes
 .../dev/parameter/local_param_set_val_bash.png     | Bin 0 -> 33232 bytes
 .../dev/parameter/local_param_set_val_custom.png   | Bin 0 -> 50476 bytes
 .../src/main/resources/application.yaml            |   3 +-
 .../api/controller/TaskGroupController.java        |  17 ++++--
 .../api/service/TaskGroupQueueService.java         |  11 ++--
 .../src/main/resources/application.yaml            |   3 +-
 .../dao/mapper/TaskGroupQueueMapper.xml            |  36 +++++++------
 .../configuration/ConfigurationParserTest.java     |   2 +-
 .../quality/flow/reader/ReaderFactoryTest.java     |   2 +-
 .../src/main/resources/application.yaml            |   3 +-
 .../src/main/resources/application.yaml            |   2 +-
 .../src/main/resources/application.yaml            |   2 +-
 .../src/views/resource/task-group/queue/index.tsx  |   5 +-
 .../views/resource/task-group/queue/use-table.ts   |  57 +++++++++++----------
 .../security/alarm-instance-manage/use-form.ts     |  16 +++---
 .../src/main/resources/application.yaml            |   2 +-
 script/install.sh                                  |   6 +++
 script/scp-hosts.sh                                |   2 -
 35 files changed, 263 insertions(+), 148 deletions(-)
 copy 
dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-script/src/test/script/shell/scriptExample.sh
 => .github/workflows/cluster-test/mysql/start-job.sh (62%)
 mode change 100755 => 100644
 copy .github/workflows/cluster-test/{mysql => postgresql}/Dockerfile (54%)
 copy .github/workflows/cluster-test/{mysql => postgresql}/deploy.sh (89%)
 copy .github/workflows/cluster-test/{mysql => 
postgresql}/docker-compose-base.yaml (86%)
 copy .github/workflows/cluster-test/{mysql => 
postgresql}/docker-compose-cluster.yaml (96%)
 copy .github/workflows/cluster-test/{mysql => 
postgresql}/dolphinscheduler_env.sh (87%)
 mode change 100755 => 100644
 copy .github/workflows/cluster-test/{mysql => postgresql}/install_env.sh (100%)
 copy .github/workflows/cluster-test/{mysql => postgresql}/running_test.sh (86%)
 copy 
dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-script/src/test/script/shell/scriptExample.sh
 => .github/workflows/cluster-test/postgresql/start-job.sh (60%)
 mode change 100755 => 100644
 create mode 100644 docs/img/new_ui/dev/parameter/local_param_set_val.png
 create mode 100644 docs/img/new_ui/dev/parameter/local_param_set_val_bash.png
 create mode 100644 docs/img/new_ui/dev/parameter/local_param_set_val_custom.png

Reply via email to