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

nicholasjiang pushed a change to branch branch-0.1
in repository https://gitbox.apache.org/repos/asf/paimon-webui.git


    from 58eda59b [Improvement] Add parameter validation in backend interface 
(#469)
     new f2d83f30 [Bugfix] Fix the loading state of the submit button (#486)
     new 280419e3 [Improvement] Support SessionController and JobController 
obtaining cluster through deployment mode (#484)
     new 98697e85 [Improvement] Optimize creating user button with icon (#480)
     new 1f86d0fd [Improvement] Enhance cluster query fields with 
deploymentMode (#478)
     new 5e820af3 [Improvement] Support indeterminate keys with the permission 
configuration of role creation (#474)
     new edbcac9b [Improvement] Add cluster heartbeat detection on cluster 
management page (#476)
     new 76b8ff08 [Improvement] Support indeterminate keys for permission 
configuration of role creation (#489)
     new 14bd7120 [Improvement] Remove unnecessary logging of cluster interface 
(#491)
     new 5d725e16 [Improvement] The query module obtains the cluster name 
through deploymentMode (#482)
     new ba651e63 [Bugfix] Fix zero number of rows in the query result (#488)
     new 3dcd2437 [Improvement] Optimize quick start documentation (#493)

The 11 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:
 docs/.vitepress/config.mts                         |   7 +-
 docs/index.md                                      |  32 ++++-----
 docs/public/img/img_1.png                          | Bin 116184 -> 276810 bytes
 docs/public/img/img_2.png                          | Bin 140666 -> 446134 bytes
 docs/src/guide/about.md                            |  31 ++++-----
 docs/src/guide/quick-start.md                      |  39 +++++------
 paimon-web-server/pom.xml                          |   8 +++
 .../web/server/controller/SessionController.java   |   5 +-
 .../paimon/web/server/data/model/SysRole.java      |   4 ++
 .../server/service/impl/ClusterServiceImpl.java    |   3 -
 .../web/server/service/impl/JobServiceImpl.java    |   5 +-
 .../server/service/impl/SysRoleServiceImpl.java    |  20 ++++--
 .../src/main/resources/mapper/ClusterMapper.xml    |   5 +-
 .../web/server/controller/JobControllerTest.java   |   1 +
 .../server/controller/SessionControllerTest.java   |   1 +
 paimon-web-ui/src/api/models/cluster/index.ts      |  23 +++++-
 paimon-web-ui/src/api/models/cluster/types.ts      |   4 ++
 paimon-web-ui/src/api/models/role/types.ts         |   1 +
 paimon-web-ui/src/locales/en/modules/system.ts     |   5 ++
 paimon-web-ui/src/locales/zh/modules/system.ts     |   5 ++
 paimon-web-ui/src/store/job/index.ts               |   4 +-
 .../components/query/components/debugger/index.tsx |   7 +-
 .../cluster/components/cluster-form/index.tsx      |  58 +++++++++++++++-
 paimon-web-ui/src/views/system/cluster/index.tsx   |  77 +++++++++++++++++++--
 .../system/role/components/role-form/index.tsx     |  11 ++-
 paimon-web-ui/src/views/system/role/index.tsx      |  59 +++++++++++++++-
 paimon-web-ui/src/views/system/user/index.tsx      |   8 ++-
 27 files changed, 340 insertions(+), 83 deletions(-)

Reply via email to