You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hugegraph.apache.org by ji...@apache.org on 2022/11/09 10:56:13 UTC

[incubator-hugegraph-toolchain] branch client-rename updated (1e9315a0 -> 4c966ab0)

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

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


 discard 1e9315a0 refact(client): rename the package name & clean code
     add 6f666348 adopt the apache commons v1.0
     new 4c966ab0 refact(client): rename the package name & clean code

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   (1e9315a0)
            \
             N -- N -- N   refs/heads/client-rename (4c966ab0)

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.

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:
 .../loader/direct/loader/HBaseDirectLoader.java    |  4 +++-
 .../hugegraph/loader/direct/util/SinkToHBase.java  | 25 ++++++++++++----------
 2 files changed, 17 insertions(+), 12 deletions(-)


[incubator-hugegraph-toolchain] 01/01: refact(client): rename the package name & clean code

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

jin pushed a commit to branch client-rename
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-toolchain.git

commit 4c966ab00735cfc1fae8c776964bc4ae5f083de9
Author: imbajin <ji...@apache.org>
AuthorDate: Tue Nov 8 21:01:36 2022 +0800

    refact(client): rename the package name & clean code
---
 hugegraph-tools/.gitattributes => .gitattributes |   0
 .gitignore                                       |   1 +
 README.md                                        |   8 ++---
 assembly/static/lib/ojdbc8-12.2.0.1.jar          | Bin 4036257 -> 0 bytes
 hugegraph-client/README.md                       |   2 +-
 hugegraph-hubble/README.md                       |   2 +-
 hugegraph-loader/README.md                       |   2 +-
 hugegraph-tools/README.md                        |   4 +--
 hugegraph-tools/ci.yml                           |  39 -----------------------
 9 files changed, 10 insertions(+), 48 deletions(-)

diff --git a/hugegraph-tools/.gitattributes b/.gitattributes
similarity index 100%
rename from hugegraph-tools/.gitattributes
rename to .gitattributes
diff --git a/.gitignore b/.gitignore
index f6fd8bbf..1fbbb5aa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -83,6 +83,7 @@ output/
 *.tar.gz
 tree.txt
 *.versionsBackup
+.flattened-pom.xml
 
 # eclipse ignore
 .settings/
diff --git a/README.md b/README.md
index dafcd079..39930444 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
 # hugegraph-toolchain
 
 [![License](https://img.shields.io/badge/license-Apache%202-0E78BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
-[![Build Status](https://github.com/hugegraph/hugegraph-loader/actions/workflows/ci.yml/badge.svg)](https://github.com/hugegraph/hugegraph-loader/actions/workflows/ci.yml)
-[![codecov](https://codecov.io/gh/hugegraph/hugegraph-loader/branch/master/graph/badge.svg)](https://codecov.io/gh/hugegraph/hugegraph-loader)
+[![Build Status](https://github.com/apache/hugegraph-toolchain/actions/workflows/ci.yml/badge.svg)](https://github.com/apache/hugegraph-toolchain/actions/workflows/ci.yml)
+[![codecov](https://codecov.io/gh/apache/hugegraph-toolchain/branch/master/graph/badge.svg)](https://codecov.io/gh/apache/hugegraph-toolchain)
 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.baidu.hugegraph/hugegraph-loader/badge.svg)](https://mvnrepository.com/artifact/com.baidu.hugegraph/hugegraph-loader)
 
-`hugegraph-toolchain` is the integration project of a series of utilities for [HugeGraph](https://github.com/hugegraph/hugegraph), it includes 4 main modules.
+`hugegraph-toolchain` is the integration project of a series of utilities for [HugeGraph](https://github.com/apache/hugegraph), it includes 4 main modules.
 
 ## Modules
 
@@ -16,7 +16,7 @@
 
 ## Doc
 
-The [project homepage](https://hugegraph.github.io/hugegraph-doc/) contains more information about `hugegraph-toolchain`. 
+The [project homepage](https://hugegraph.apache.org/docs/quickstart/) contains more information about `hugegraph-toolchain`. 
 
 ## License
 
diff --git a/assembly/static/lib/ojdbc8-12.2.0.1.jar b/assembly/static/lib/ojdbc8-12.2.0.1.jar
deleted file mode 100644
index bf412434..00000000
Binary files a/assembly/static/lib/ojdbc8-12.2.0.1.jar and /dev/null differ
diff --git a/hugegraph-client/README.md b/hugegraph-client/README.md
index 7fb17995..de956886 100644
--- a/hugegraph-client/README.md
+++ b/hugegraph-client/README.md
@@ -17,7 +17,7 @@ hugegraph-client is a Java-written client of [HugeGraph](https://github.com/huge
 
 ## Doc
 
-The [client homepage](https://hugegraph.github.io/hugegraph-doc/quickstart/hugegraph-client.html) contains more information about it.
+The [client homepage](https://hugegraph.apache.org/docs/quickstart/hugegraph-client/) contains more information about it.
 
 ## Licence
 The same as HugeGraph, hugegraph-client is also licensed under Apache 2.0 License.
diff --git a/hugegraph-hubble/README.md b/hugegraph-hubble/README.md
index 69ce55ce..96febe1f 100644
--- a/hugegraph-hubble/README.md
+++ b/hugegraph-hubble/README.md
@@ -15,7 +15,7 @@ hugegraph-hubble is a graph management and analysis platform that provides featu
 
 ## Doc
 
-[The hubble homepage](https://hugegraph.github.io/hugegraph-doc/quickstart/hugegraph-hubble.html) contains more information about it.
+[The hubble homepage](https://hugegraph.apache.org/docs/quickstart/hugegraph-hubble/) contains more information about it.
 
 ## License
 
diff --git a/hugegraph-loader/README.md b/hugegraph-loader/README.md
index 4196f1f5..107dd8f0 100644
--- a/hugegraph-loader/README.md
+++ b/hugegraph-loader/README.md
@@ -36,7 +36,7 @@ mvn clean install
 
 ## Doc
 
-The [loader homepage](https://hugegraph.github.io/hugegraph-doc/quickstart/hugegraph-loader.html) contains more information about it. 
+The [loader homepage](https://hugegraph.apache.org/docs/quickstart/hugegraph-loader/) contains more information about it. 
 
 ## License
 
diff --git a/hugegraph-tools/README.md b/hugegraph-tools/README.md
index a5b34881..037930bf 100644
--- a/hugegraph-tools/README.md
+++ b/hugegraph-tools/README.md
@@ -5,12 +5,12 @@ HugeGraph-Tools is a customizable command line utility for deploying, managing a
 ## Main Functions
 
 - Deploy and clear HugeGraph-Server and HugeGraph-Studio automatically.
-- Manage graphs and query with Gremlin from multiple HugeGraph databases essily.
+- Manage graphs and query with Gremlin from multiple HugeGraph databases easily.
 - Backup/restore graph schema and graph data from/to HugeGraph databases conveniently, also support backup periodically
 
 ## Learn More
 
-The [tools homepage](https://hugegraph.github.io/hugegraph-doc/quickstart/hugegraph-tools.html) contains more information about it. 
+The [tools homepage](https://hugegraph.apache.org/docs/quickstart/hugegraph-tools/) contains more information about it. 
 
 ## License
 
diff --git a/hugegraph-tools/ci.yml b/hugegraph-tools/ci.yml
deleted file mode 100644
index e76d461d..00000000
--- a/hugegraph-tools/ci.yml
+++ /dev/null
@@ -1,39 +0,0 @@
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-#
-#    http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-Global:
-    tool : build_submitter
-    languages:
-        # Java Version: 1.7, 1.8, 9, 10
-        - language : java
-          version : 1.8
-    envs:
-        # Maven Version: 3.0.4, 3.1.1, 3.2.5, 3.3.9, 3.5.3
-        - env : maven
-          version : 3.3.9
-Default:
-    profile : [dev]
-Profiles:
-    - profile:
-      name : dev
-      env : CENTOS6U3
-      command : sh ./build.sh
-      release : false
-    - profile:
-      name :  publish
-      env : cmc_standard
-      command : mvn -U clean deploy -Prelease
-      release : true
\ No newline at end of file