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

vgalaxies pushed a change to branch pd-store
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git


    from 6d04e9b5c chore(server): clear context after req done (#2470)
     new dcc335fc3 fix: multi graph error in rocksdb with same path/fd
     new 08e0f6486 refact: enhance auth logic

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:
 README.md                                          |  14 +-
 .../org/apache/hugegraph/api/auth/LoginAPI.java    |   9 +-
 .../hugegraph/api/filter/AuthenticationFilter.java |   8 +-
 .../hugegraph/api/gremlin/GremlinQueryAPI.java     |   5 +-
 .../hugegraph/auth/HugeFactoryAuthProxy.java       |  56 ++++++--
 .../hugegraph/security/HugeSecurityManager.java    | 155 +++++++++++----------
 .../java/org/apache/hugegraph/util/Reflection.java |  54 ++++---
 .../src/assembly/static/bin/hugegraph-server.sh    |   1 +
 .../hugegraph-dist/src/main/resources/log4j2.xml   |   2 +-
 .../backend/store/rocksdb/RocksDBOptions.java      |   4 +-
 .../hugegraph/unit/core/SecurityManagerTest.java   |  47 ++++---
 pom.xml                                            |   2 +-
 12 files changed, 203 insertions(+), 154 deletions(-)

Reply via email to