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 fd47919247b383288d5740a2714a8db83e288a5f Author: imbajin <[email protected]> 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 [](https://www.apache.org/licenses/LICENSE-2.0.html) -[](https://github.com/hugegraph/hugegraph-loader/actions/workflows/ci.yml) -[](https://codecov.io/gh/hugegraph/hugegraph-loader) +[](https://github.com/apache/hugegraph-toolchain/actions/workflows/ci.yml) +[](https://codecov.io/gh/apache/hugegraph-toolchain) [](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
