You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hugegraph.apache.org by va...@apache.org on 2023/01/06 13:59:03 UTC

[incubator-hugegraph] branch zy_dev updated (add215fa5 -> 002180097)

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

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


 discard add215fa5 chore: add NOTICE and LICENSE to binary package
    omit d28f8f2d5 support jdk11 remove config java.ext.dirs (#2070)
    omit 2b2a980f9 fix: script no permission
    omit d17841706 chore: add NOTICE file (#2066)
    omit a87ff6f9b fix: add style file back for building
    omit 423fbb2b3 fix(core): adapt HugeVertex.property() with null values
    omit e9eb8240d fix: support null value for gremlin test
     add fb48e831f fix: empty label exception should be labelCanNotBeNull() (#2063)
     add 80bd82bde chore: add NOTICE file (#2066)
     add b6bdd7bc9 fix: script no permission
     add 002180097 chore: add NOTICE and LICENSE to binary package

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (add215fa5)
            \
             N -- N -- N   refs/heads/zy_dev (002180097)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .gitattributes                                     |  2 +
 .github/workflows/stale.yml                        |  4 +-
 .../org/apache/hugegraph/schema/PropertyKey.java   |  2 +-
 .../org/apache/hugegraph/structure/HugeEdge.java   | 19 +++-----
 .../apache/hugegraph/structure/HugeElement.java    | 25 ++++------
 .../apache/hugegraph/structure/HugeProperty.java   |  3 +-
 .../org/apache/hugegraph/structure/HugeVertex.java | 28 +++++------
 .../src/assembly/static/bin/dump-conf.sh           |  4 +-
 .../src/assembly/static/bin/dump-store.sh          |  4 +-
 .../hugegraph/tinkerpop/ProcessStandardTest.java   |  3 +-
 .../org/apache/hugegraph/tinkerpop/TestGraph.java  | 55 +++++++++++++---------
 11 files changed, 73 insertions(+), 76 deletions(-)