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

jin pushed a change to branch release-1.0.0
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git


    from fc27f2c20 fix: specify the code generation directory for raft.proto 
(#2057)
     add 6c3170c49 chore: fix TinkerPop unit test (#2055)
     add eb7a65c44 refact: fallback queryNumber() if there are uncommitted 
records (#2060)
     new e9eb8240d fix: support null value for gremlin test

The 1 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:
 .github/{workflows => outdated}/release.yml        |  6 +-
 .github/workflows/ci.yml                           | 14 +---
 .github/workflows/stale.yml                        |  4 +-
 .../org/apache/hugegraph/StandardHugeGraph.java    |  4 +-
 .../backend/query/ConditionQueryFlatten.java       | 51 +++++++++----
 .../org/apache/hugegraph/backend/query/Query.java  |  5 ++
 .../hugegraph/backend/tx/GraphTransaction.java     | 89 +++++++++++++---------
 .../org/apache/hugegraph/schema/PropertyKey.java   |  2 +-
 .../org/apache/hugegraph/structure/HugeEdge.java   | 19 +++--
 .../apache/hugegraph/structure/HugeElement.java    | 25 +++---
 .../apache/hugegraph/structure/HugeFeatures.java   | 10 +++
 .../apache/hugegraph/structure/HugeProperty.java   |  3 +-
 .../traversal/optimize/HugeCountStepStrategy.java  |  1 +
 .../traversal/optimize/HugeGraphStep.java          | 10 ++-
 .../traversal/optimize/HugeGraphStepStrategy.java  |  3 +
 .../traversal/optimize/TraversalUtil.java          | 87 ++++++++++++++++++---
 .../org/apache/hugegraph/core/EdgeCoreTest.java    | 60 +++++++++------
 .../org/apache/hugegraph/core/MultiGraphsTest.java | 46 +++++------
 .../org/apache/hugegraph/core/VertexCoreTest.java  | 56 ++++++++------
 .../org/apache/hugegraph/tinkerpop/TestGraph.java  | 25 ++++--
 .../src/main/resources/fast-methods.filter         |  1 +
 hugegraph-test/src/main/resources/methods.filter   |  1 +
 22 files changed, 332 insertions(+), 190 deletions(-)
 rename .github/{workflows => outdated}/release.yml (93%)

Reply via email to