This is an automated email from the ASF dual-hosted git repository.
vgalaxies pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git
from eec38719d chore: update the status of distributed modules (#2916)
add 2432603d3 fix(server): fix npe in non-auth mode (#2912)
No new revisions were added by this update.
Summary of changes:
.../org/apache/hugegraph/api/auth/ManagerAPI.java | 6 +-
.../apache/hugegraph/api/profile/GraphsAPI.java | 2 +-
.../apache/hugegraph/api/space/GraphSpaceAPI.java | 2 +-
.../apache/hugegraph/auth/HugeGraphAuthProxy.java | 9 +
.../org/apache/hugegraph/unit/UnitTestSuite.java | 2 +
.../unit/auth/HugeGraphAuthProxyTest.java | 198 +++++++++++++++++++++
6 files changed, 214 insertions(+), 5 deletions(-)
create mode 100644
hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/unit/auth/HugeGraphAuthProxyTest.java