This is an automated email from the ASF dual-hosted git repository.
xiaoyu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-shenyu.git.
from 91ff0dd [ISSUE #2627] [type:refactor] part 2 (#2999)
add 9413946 [ISSUE:#2956]valid user dashboard api param (#3000)
No new revisions were added by this update.
Summary of changes:
... http-debug-dashboard-user-controller-api.http} | 67 +++++++++++----------
.../admin/controller/DashboardUserController.java | 59 ++++++++++--------
.../shenyu/admin/exception/ExceptionHandlers.java | 26 ++++----
...AdminException.java => ValidFailException.java} | 15 +++--
.../shenyu/admin/mapper/DashboardUserMapper.java | 36 +++++++----
.../java/org/apache/shenyu/admin/utils/Assert.java | 70 ++++++++++++++++++++++
.../resources/mappers/dashboard-user-sqlmap.xml | 4 ++
.../controller/DashboardUserControllerTest.java | 11 +---
8 files changed, 195 insertions(+), 93 deletions(-)
copy shenyu-admin/src/http/{http-debug-app-auth-controller-api.http =>
http-debug-dashboard-user-controller-api.http} (53%)
copy
shenyu-admin/src/main/java/org/apache/shenyu/admin/exception/{ShenyuAdminException.java
=> ValidFailException.java} (71%)
create mode 100644
shenyu-admin/src/main/java/org/apache/shenyu/admin/utils/Assert.java