This is an automated email from the ASF dual-hosted git repository.
xxubai pushed a change to branch 0.9.x
in repository https://gitbox.apache.org/repos/asf/amoro.git
from 65b69fbe2 [AMORO-4308][lance] Remove redundant getTables call (#4309)
new 4463cc086 [AMORO-4139] Delete resource and optimizer atomically when
releasing optimizer (#4310)
new 09d8364ca [Hotfix][AMS] Unify authentication handling for dashboard
requests (#4312)
The 2 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:
.../apache/amoro/server/AmoroServiceContainer.java | 11 +--
.../dashboard/controller/OptimizerController.java | 3 +-
.../dashboard/controller/TableController.java | 15 ---
.../amoro/server/dashboard/utils/CommonUtil.java | 72 --------------
.../server/resource/DefaultOptimizerManager.java | 18 ++--
.../amoro/server/resource/OptimizerManager.java | 2 +-
.../dashboard/TestDashboardAuthentication.java | 108 +++++++++++++++++++++
7 files changed, 122 insertions(+), 107 deletions(-)
create mode 100644
amoro-ams/src/test/java/org/apache/amoro/server/dashboard/TestDashboardAuthentication.java