You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hugegraph.apache.org by vg...@apache.org on 2024/03/13 12:39:54 UTC

(incubator-hugegraph) branch pd-store-dev updated (3dd06f2f0 -> 894bf98fd)

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

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


    from 3dd06f2f0 chore(pd-store-dev): integrate `pd-grpc`, `pd-common`, `pd-client` into hugegraph (#2460)
     add 2e3adcde0 chore: Add a newline formatting configuration and a comment for warning (#2464)
     add 3f127f01f fix(server): add tip for gremlin api NPE with empty query (#2467)
     add 6861ed5e9 fix(server): fix the bug which promtheus cant collect hg metric (#2462)
     add eb6570c99 fix(server): 'serverStarted' error when execute gremlin example (#2473)
     add c09982b0d fix(auth): enhance the URL check (#2422)
     new 894bf98fd Merge branch 'master' into pd-store-dev

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:
 .editorconfig                                      |  5 +++--
 .github/PULL_REQUEST_TEMPLATE.md                   |  5 +++--
 .github/workflows/ci.yml                           |  1 +
 hugegraph-server/hugegraph-api/pom.xml             |  6 ++++++
 .../hugegraph/api/filter/AuthenticationFilter.java |  7 ++++---
 .../apache/hugegraph/api/gremlin/GremlinAPI.java   |  2 ++
 .../org/apache/hugegraph/metrics/MetricsUtil.java  |  2 +-
 .../scripts/dependency/known-dependencies.txt      | 22 ++++++++++++++++------
 .../dependency/regenerate_known_dependencies.sh    |  4 ++--
 .../src/assembly/static/scripts/example.groovy     |  5 ++---
 hugegraph-style.xml                                |  1 +
 11 files changed, 41 insertions(+), 19 deletions(-)


(incubator-hugegraph) 01/01: Merge branch 'master' into pd-store-dev

Posted by vg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 894bf98fdd7e6630782b5d91a45371614cf0b4ed
Merge: 3dd06f2f0 c09982b0d
Author: VGalaxies <vg...@apache.org>
AuthorDate: Wed Mar 13 20:39:37 2024 +0800

    Merge branch 'master' into pd-store-dev

 .editorconfig                                      |  5 +++--
 .github/PULL_REQUEST_TEMPLATE.md                   |  5 +++--
 .github/workflows/ci.yml                           |  1 +
 hugegraph-server/hugegraph-api/pom.xml             |  6 ++++++
 .../hugegraph/api/filter/AuthenticationFilter.java |  7 ++++---
 .../apache/hugegraph/api/gremlin/GremlinAPI.java   |  2 ++
 .../org/apache/hugegraph/metrics/MetricsUtil.java  |  2 +-
 .../scripts/dependency/known-dependencies.txt      | 22 ++++++++++++++++------
 .../dependency/regenerate_known_dependencies.sh    |  4 ++--
 .../src/assembly/static/scripts/example.groovy     |  5 ++---
 hugegraph-style.xml                                |  1 +
 11 files changed, 41 insertions(+), 19 deletions(-)