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 a29c1f2 update readme (#3046)
add 698faae [ISSUE ##2956]valid role rule selector api (#3048)
No new revisions were added by this update.
Summary of changes:
...pi.http => http-debug-role-controller-api.http} | 47 +++----
...pi.http => http-debug-rule-controller-api.http} | 64 +++++----
...ttp => http-debug-selector-controller-api.http} | 67 ++++++----
.../shenyu/admin/controller/RoleController.java | 34 +++--
.../shenyu/admin/controller/RuleController.java | 32 +++--
.../admin/controller/SelectorController.java | 30 +++--
.../org/apache/shenyu/admin/mapper/RoleMapper.java | 36 +++--
.../org/apache/shenyu/admin/mapper/RuleMapper.java | 19 ++-
.../apache/shenyu/admin/mapper/SelectorMapper.java | 51 +++++---
.../org/apache/shenyu/admin/model/dto/RoleDTO.java | 62 ++++-----
.../org/apache/shenyu/admin/model/dto/RuleDTO.java | 119 +++++++++--------
.../apache/shenyu/admin/model/dto/SelectorDTO.java | 145 +++++++++++----------
.../admin/service/impl/SelectorServiceImpl.java | 91 +++++++------
.../src/main/resources/mappers/role-sqlmap.xml | 4 +
.../src/main/resources/mappers/rule-sqlmap.xml | 4 +
.../src/main/resources/mappers/selector-sqlmap.xml | 4 +
.../admin/controller/RoleControllerTest.java | 21 ++-
.../admin/controller/RuleControllerTest.java | 29 ++++-
.../admin/controller/SelectorControllerTest.java | 26 +++-
19 files changed, 544 insertions(+), 341 deletions(-)
copy shenyu-admin/src/http/{http-debug-plugin-handle-controller-api.http =>
http-debug-role-controller-api.http} (62%)
copy shenyu-admin/src/http/{http-debug-plugin-handle-controller-api.http =>
http-debug-rule-controller-api.http} (57%)
copy shenyu-admin/src/http/{http-debug-plugin-handle-controller-api.http =>
http-debug-selector-controller-api.http} (56%)