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:43:45 UTC

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

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 83030454 bulkload代码提交社区第一版
 discard fd479192 refact(client): rename the package name & clean code
     add 0a87143d Merge pull request #1 from apache/master
     add cf86be5d Merge branch 'apache:master' into master
     add 2550ab82 Merge branch 'apache:master' into master
     add 41e14d98 Merge branch 'apache:master' into master
     add 6f57a3dd Merge branch 'apache:master' into master
     add 9cef7891 bulkload代码提交社区第一版
     add 22a8c88c Fix bug: SchemaCache init and after query schema then put the latest schema to SchemaCache
     add d75f2632 Fix bug: SchemaCache init and after query schema then put the latest schema to SchemaCache
     add d09a1f76 Fix bug: flink-loader SchemaCache init
     add 2384a942 Merge branch 'schemaCache-optimize'
     add 3c3f5c79 Merge branch 'master' into schemaCache-optimize
     add 7eca6719 Merge branch 'apache:master' into master
     add eda14130 Merge branch 'master' of https://github.com/haohao0103/incubator-hugegraph-toolchain
     add f986dc21 Merge branch 'master' into schemaCache-optimize
     add 7266c4db Merge pull request #2 from haohao0103/master
     add 2575b39f Merge branch 'schemaCache-optimize' of https://github.com/haohao0103/incubator-hugegraph-toolchain into schemaCache-optimize
     add cc4130c4 指定hbase版本2.2.3
     add 2fd7d1e9 feature: spark-loader bypass server for hbase writing hugegraph-loader
     add 5e1e9bb7 feature: spark-loader bypass server for hbase writing hugegraph-loader adjust  code style fix #357
     add f0d391a4 feature: spark-loader bypass server for hbase writing hugegraph-loader fix third-party dependencies error fix #357
     add 2422c3f8 feature: spark-loader bypass server for hbase writing hugegraph-loader fix third-party dependencies error fix #357
     add b9fb58c5 feature: spark-loader bypass server for hbase writing hugegraph-loader fix third-party dependencies error fix #357
     add 077b3159 feature: spark-loader bypass server for hbase writing hugegraph-loader fix third-party dependencies error test 3rd check fix #357
     add e73944fb feature: spark-loader bypass server for hbase writing hugegraph-loader fix third-party dependencies error add extra jars to known-dependencies.txt fix #357
     add 4491db7c feature: spark-loader bypass server for hbase writing hugegraph-loader fix third-party dependencies error fix #357
     add 2bc568b7 feature: spark-loader bypass server for hbase writing hugegraph-loader relative path fix #357
     add 286da976 feature: spark-loader bypass server for hbase writing hugegraph-loader fix code style and update dependencies fix #357
     add 1d5fe805 feature: spark-loader bypass server for hbase writing hugegraph-loader adjust code style fix #357
     add b5a9a2eb feature: spark-loader bypass server for hbase writing hugegraph-loader adjust code style fix #357
     add 32035f7f feature: spark-loader bypass server for hbase writing hugegraph-loader adjust code style fix #357
     add 66290194 feature: spark-loader bypass server for hbase writing hugegraph-loader adjust code style fix #357
     add b31b355e feature: spark-loader bypass server for hbase writing hugegraph-loader adjust code style fix #357
     add 78efb781 adjust code style LoadOptions
     add cff42212 chore: remove oracle dependency (#359)
     add 831ad71c Merge branch 'apache:master' into schemaCache-optimize
     add 84ad3193 Merge remote-tracking branch 'origin/schemaCache-optimize' into schemaCache-optimize
     add c893f509 refact: adopt & use apache version in toolchain (#353) (#360)
     add 8c8d4d54 Merge branch 'master' into schemaCache-optimize
     new 1e9315a0 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   (83030454)
            \
             N -- N -- N   refs/heads/client-rename (1e9315a0)

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:
 .github/workflows/check-dependencies.yml           |   3 +-
 .github/workflows/client-ci.yml                    |   5 +-
 .github/workflows/codeql-analysis.yml              |   1 -
 .github/workflows/hubble-ci.yml                    |   7 +-
 .github/workflows/loader-ci.yml                    |  12 +-
 .github/workflows/release.yml                      |   3 +-
 .github/workflows/tools-ci.yml                     |   6 +-
 hugegraph-client/pom.xml                           |   4 +-
 .../src/main/java/com/baidu/hugegraph/api/API.java |   2 +-
 .../com/baidu/hugegraph/api/auth/AccessAPI.java    |   2 +-
 .../com/baidu/hugegraph/api/auth/BelongAPI.java    |   2 +-
 .../com/baidu/hugegraph/api/auth/GroupAPI.java     |   2 +-
 .../com/baidu/hugegraph/api/auth/LoginAPI.java     |   2 +-
 .../com/baidu/hugegraph/api/auth/ProjectAPI.java   |   2 +-
 .../com/baidu/hugegraph/api/auth/TargetAPI.java    |   2 +-
 .../com/baidu/hugegraph/api/auth/TokenAPI.java     |   2 +-
 .../java/com/baidu/hugegraph/api/auth/UserAPI.java |   2 +-
 .../com/baidu/hugegraph/api/graph/EdgeAPI.java     |   2 +-
 .../com/baidu/hugegraph/api/graph/GraphAPI.java    |   2 +-
 .../com/baidu/hugegraph/api/graph/VertexAPI.java   |   2 +-
 .../com/baidu/hugegraph/api/graphs/GraphsAPI.java  |   2 +-
 .../com/baidu/hugegraph/api/gremlin/CypherAPI.java |   2 +-
 .../baidu/hugegraph/api/gremlin/GremlinAPI.java    |   2 +-
 .../com/baidu/hugegraph/api/job/GremlinJobAPI.java |   2 +-
 .../com/baidu/hugegraph/api/job/RebuildAPI.java    |   4 +-
 .../baidu/hugegraph/api/metrics/MetricsAPI.java    |   2 +-
 .../baidu/hugegraph/api/schema/EdgeLabelAPI.java   |   4 +-
 .../baidu/hugegraph/api/schema/IndexLabelAPI.java  |   4 +-
 .../baidu/hugegraph/api/schema/PropertyKeyAPI.java |   4 +-
 .../com/baidu/hugegraph/api/schema/SchemaAPI.java  |   2 +-
 .../baidu/hugegraph/api/schema/VertexLabelAPI.java |   4 +-
 .../java/com/baidu/hugegraph/api/task/TaskAPI.java |   6 +-
 .../api/traverser/AllShortestPathsAPI.java         |   2 +-
 .../baidu/hugegraph/api/traverser/CountAPI.java    |   4 +-
 .../hugegraph/api/traverser/CrosspointsAPI.java    |   2 +-
 .../api/traverser/CustomizedCrosspointsAPI.java    |   2 +-
 .../api/traverser/CustomizedPathsAPI.java          |   2 +-
 .../baidu/hugegraph/api/traverser/EdgesAPI.java    |   4 +-
 .../api/traverser/FusiformSimilarityAPI.java       |   2 +-
 .../api/traverser/JaccardSimilarityAPI.java        |   9 +-
 .../hugegraph/api/traverser/KneighborAPI.java      |   2 +-
 .../com/baidu/hugegraph/api/traverser/KoutAPI.java |   2 +-
 .../api/traverser/MultiNodeShortestPathAPI.java    |   2 +-
 .../hugegraph/api/traverser/NeighborRankAPI.java   |   4 +-
 .../baidu/hugegraph/api/traverser/PathsAPI.java    |   2 +-
 .../hugegraph/api/traverser/PersonalRankAPI.java   |   4 +-
 .../com/baidu/hugegraph/api/traverser/RaysAPI.java |   2 +-
 .../baidu/hugegraph/api/traverser/RingsAPI.java    |   2 +-
 .../hugegraph/api/traverser/SameNeighborsAPI.java  |   2 +-
 .../hugegraph/api/traverser/ShortestPathAPI.java   |   2 +-
 .../api/traverser/SingleSourceShortestPathAPI.java |   4 +-
 .../hugegraph/api/traverser/TemplatePathsAPI.java  |   2 +-
 .../hugegraph/api/traverser/TraversersAPI.java     |   2 +-
 .../baidu/hugegraph/api/traverser/VerticesAPI.java |   4 +-
 .../api/traverser/WeightedShortestPathAPI.java     |   4 +-
 .../hugegraph/api/variables/VariablesAPI.java      |   2 +-
 .../baidu/hugegraph/api/version/VersionAPI.java    |   2 +-
 .../com/baidu/hugegraph/client/RestClient.java     |  12 +-
 .../com/baidu/hugegraph/driver/GraphManager.java   |   2 +-
 .../com/baidu/hugegraph/driver/HugeClient.java     |  17 +-
 .../baidu/hugegraph/driver/HugeClientBuilder.java  |   2 +-
 .../baidu/hugegraph/driver/TraverserManager.java   |   2 +-
 .../exception/InvalidOperationException.java       |   3 +-
 .../exception/InvalidResponseException.java        |   2 +-
 .../hugegraph/exception/NotSupportException.java   |   2 +-
 .../baidu/hugegraph/exception/ServerException.java |   2 +-
 .../serializer/direct/struct/DataType.java         |   9 +-
 .../serializer/direct/util/BytesBuffer.java        |  13 +-
 .../baidu/hugegraph/serializer/direct/util/Id.java |  28 ++--
 .../serializer/direct/util/IdGenerator.java        |  12 +-
 .../hugegraph/serializer/direct/util/LZ4Util.java  |   1 -
 .../serializer/direct/util/StringEncoding.java     |   5 +-
 .../baidu/hugegraph/structure/GraphElement.java    |   4 +-
 .../java/com/baidu/hugegraph/structure/Task.java   |   2 +-
 .../hugegraph/structure/auth/HugeResource.java     |   1 -
 .../structure/graph/BatchEdgeRequest.java          |   2 +-
 .../structure/graph/BatchOlapPropertyRequest.java  |   2 +-
 .../structure/graph/BatchVertexRequest.java        |   2 +-
 .../com/baidu/hugegraph/structure/graph/Edge.java  |   2 +-
 .../com/baidu/hugegraph/structure/graph/Graph.java |   2 +-
 .../hugegraph/structure/graph/GraphIterator.java   |   2 +-
 .../baidu/hugegraph/structure/graph/Vertex.java    |   2 +-
 .../hugegraph/structure/gremlin/ResultSet.java     |   4 +-
 .../hugegraph/structure/schema/EdgeLabel.java      |   7 +-
 .../hugegraph/structure/schema/IndexLabel.java     |   4 +-
 .../hugegraph/structure/schema/PropertyKey.java    |   2 +-
 .../hugegraph/structure/schema/VertexLabel.java    |   4 +-
 .../structure/traverser/CountRequest.java          |   2 +-
 .../structure/traverser/CrosspointsRequest.java    |   2 +-
 .../traverser/CustomizedPathsRequest.java          |   2 +-
 .../traverser/FusiformSimilarityRequest.java       |   2 +-
 .../structure/traverser/KneighborRequest.java      |   2 +-
 .../hugegraph/structure/traverser/KoutRequest.java |  20 +--
 .../traverser/MultiNodeShortestPathRequest.java    |   2 +-
 .../structure/traverser/PathsRequest.java          |   2 +-
 .../SingleSourceJaccardSimilarityRequest.java      |   2 +-
 .../structure/traverser/TemplatePathsRequest.java  |   2 +-
 .../structure/traverser/VerticesArgs.java          |   2 +-
 .../java/com/baidu/hugegraph/util/CommonUtil.java  |   2 +
 .../java/com/baidu/hugegraph/util/JsonUtil.java    |   2 +-
 .../java/com/baidu/hugegraph/util/TaskCache.java   |   5 +-
 .../com/baidu/hugegraph/version/ClientVersion.java |   5 +-
 .../java/com/baidu/hugegraph/BaseClientTest.java   |   2 +-
 .../java/com/baidu/hugegraph/api/BaseApiTest.java  |   4 +-
 .../hugegraph/api/BatchUpdateElementApiTest.java   |   4 +-
 .../com/baidu/hugegraph/api/CypherApiTest.java     |   2 +-
 .../java/com/baidu/hugegraph/api/EdgeApiTest.java  |   4 +-
 .../com/baidu/hugegraph/api/EdgeLabelApiTest.java  |   4 +-
 .../com/baidu/hugegraph/api/GraphsApiTest.java     |   6 +-
 .../com/baidu/hugegraph/api/GremlinApiTest.java    |   4 +-
 .../com/baidu/hugegraph/api/IndexLabelApiTest.java |   6 +-
 .../java/com/baidu/hugegraph/api/JobApiTest.java   |   2 +-
 .../baidu/hugegraph/api/PropertyKeyApiTest.java    |   4 +-
 .../com/baidu/hugegraph/api/RestoreApiTest.java    |   2 +-
 .../com/baidu/hugegraph/api/SchemaApiTest.java     |   2 +-
 .../java/com/baidu/hugegraph/api/TaskApiTest.java  |   2 +-
 .../com/baidu/hugegraph/api/VariablesApiTest.java  |   2 +-
 .../com/baidu/hugegraph/api/VertexApiTest.java     |   4 +-
 .../baidu/hugegraph/api/VertexLabelApiTest.java    |   4 +-
 .../baidu/hugegraph/api/auth/AccessApiTest.java    |   4 +-
 .../baidu/hugegraph/api/auth/BelongApiTest.java    |   4 +-
 .../com/baidu/hugegraph/api/auth/GroupApiTest.java |   4 +-
 .../com/baidu/hugegraph/api/auth/LoginApiTest.java |   2 +-
 .../baidu/hugegraph/api/auth/LogoutApiTest.java    |   4 +-
 .../baidu/hugegraph/api/auth/ProjectApiTest.java   |   2 +-
 .../baidu/hugegraph/api/auth/TargetApiTest.java    |   4 +-
 .../com/baidu/hugegraph/api/auth/TokenApiTest.java |   4 +-
 .../com/baidu/hugegraph/api/auth/UserApiTest.java  |   4 +-
 .../api/traverser/AllShortestPathsApiTest.java     |   2 +-
 .../api/traverser/CommonTraverserApiTest.java      |   2 +-
 .../hugegraph/api/traverser/CountApiTest.java      |   2 +-
 .../api/traverser/CustomizedPathsApiTest.java      |   2 +-
 .../api/traverser/FusiformSimilarityApiTest.java   |   2 +-
 .../api/traverser/JaccardSimilarityApiTest.java    |   2 +-
 .../hugegraph/api/traverser/KneighborApiTest.java  |   2 +-
 .../baidu/hugegraph/api/traverser/KoutApiTest.java |   2 +-
 .../traverser/MultiNodeShortestPathApiTest.java    |   2 +-
 .../api/traverser/NeighborRankApiTest.java         |   2 +-
 .../hugegraph/api/traverser/PathsApiTest.java      |   2 +-
 .../api/traverser/PersonalRankApiTest.java         |   2 +-
 .../hugegraph/api/traverser/RingsRaysApiTest.java  |   2 +-
 .../api/traverser/SameNeighborsApiTest.java        |   2 +-
 .../api/traverser/ShortestPathApiTest.java         |   2 +-
 .../traverser/SingleSourceShortestPathApiTest.java |   2 +-
 .../api/traverser/TemplatePathsApiTest.java        |   2 +-
 .../api/traverser/WeightedShortestPathApiTest.java |   2 +-
 .../hugegraph/functional/AuthManagerTest.java      |   2 +-
 .../hugegraph/functional/BatchInsertTest.java      |   2 +-
 .../baidu/hugegraph/functional/EdgeLabelTest.java  |   6 +-
 .../com/baidu/hugegraph/functional/EdgeTest.java   |   4 +-
 .../hugegraph/functional/GraphManagerTest.java     |   2 +-
 .../baidu/hugegraph/functional/GraphModeTest.java  |   2 +-
 .../hugegraph/functional/HugeClientHttpsTest.java  |   2 +-
 .../baidu/hugegraph/functional/HugeClientTest.java |   2 +-
 .../baidu/hugegraph/functional/IndexLabelTest.java |   6 +-
 .../hugegraph/functional/MetricsManagerTest.java   |   2 +-
 .../hugegraph/functional/PropertyKeyTest.java      |   4 +-
 .../com/baidu/hugegraph/functional/SchemaTest.java |   2 +-
 .../hugegraph/functional/TraverserManagerTest.java |   2 +-
 .../hugegraph/functional/VertexLabelTest.java      |   6 +-
 .../com/baidu/hugegraph/functional/VertexTest.java |   2 +-
 .../java/com/baidu/hugegraph/testutil/Utils.java   |   7 +-
 .../hugegraph/unit/BatchElementRequestTest.java    |   4 +-
 .../com/baidu/hugegraph/unit/CommonUtilTest.java   |   2 +-
 .../com/baidu/hugegraph/unit/IndexLabelTest.java   |   2 +-
 .../baidu/hugegraph/unit/PathSerializerTest.java   |   2 +-
 .../com/baidu/hugegraph/unit/PropertyKeyTest.java  |   2 +-
 .../com/baidu/hugegraph/unit/RestResultTest.java   |   4 +-
 .../baidu/hugegraph/unit/VertexSerializerTest.java |   2 +-
 .../scripts/dependency/known-dependencies.txt      |   1 -
 .../dependency/regenerate_known_dependencies.sh    |   3 -
 hugegraph-hubble/hubble-be/pom.xml                 |   7 +-
 .../com/baidu/hugegraph/config/HubbleConfig.java   |   2 +
 .../hugegraph/config/TomcatServletConfig.java      |   1 +
 .../controller/GraphConnectionController.java      |   2 +-
 .../hugegraph/controller/SettingController.java    |   2 +-
 .../controller/load/FileMappingController.java     |   2 +-
 .../controller/load/FileUploadController.java      |   4 +-
 .../controller/schema/EdgeLabelController.java     |   2 +-
 .../controller/schema/VertexLabelController.java   |   2 +-
 .../hugegraph/handler/CustomApplicationRunner.java |   2 +-
 .../com/baidu/hugegraph/license/ServerInfo.java    |   2 +
 .../com/baidu/hugegraph/options/HubbleOptions.java |  16 +-
 .../hugegraph/service/HugeClientPoolService.java   |   2 +-
 .../baidu/hugegraph/service/SettingSSLService.java |   2 +-
 .../hugegraph/service/load/FileMappingService.java |   4 +-
 .../hugegraph/service/load/LoadTaskService.java    |   2 +-
 .../service/query/ExecuteHistoryService.java       |   2 +-
 .../service/query/GremlinQueryService.java         |   4 +-
 .../hugegraph/service/schema/SchemaService.java    |   2 +-
 .../com/baidu/hugegraph/util/HugeClientUtil.java   |   2 +-
 .../com/baidu/hugegraph/util/SerializeUtil.java    |   1 +
 .../com/baidu/hugegraph/version/HubbleVersion.java |   5 +-
 .../com/baidu/hugegraph/unit/EntityUtilTest.java   |   2 +-
 .../com/baidu/hugegraph/unit/FileUtilTest.java     |   2 +-
 .../assembly/static/lib/ojdbc8-12.2.0.1.jar        | Bin
 .../assembly/static/example/spark/schema.groovy    |   3 -
 .../assembly/static/example/spark/struct.json      |   7 +-
 .../static/example/spark/vertex_person.json        |   1 -
 .../static/example/spark/vertex_software.json      |   1 -
 hugegraph-loader/assembly/travis/.travis.yml       |   3 -
 hugegraph-loader/pom.xml                           |  57 ++++---
 .../baidu/hugegraph/loader/HugeGraphLoader.java    |   2 +-
 .../baidu/hugegraph/loader/MappingConverter.java   |   4 +-
 .../hugegraph/loader/builder/EdgeBuilder.java      |  10 +-
 .../hugegraph/loader/builder/ElementBuilder.java   |   4 +-
 .../hugegraph/loader/builder/VertexBuilder.java    |   3 +-
 .../loader/direct/loader/DirectLoader.java         |   3 +-
 .../loader/direct/loader/HBaseDirectLoader.java    |  42 +++--
 .../hugegraph/loader/direct/util/SinkToHBase.java  |  11 +-
 .../hugegraph/loader/executor/LoadContext.java     |   2 +-
 .../hugegraph/loader/executor/LoadOptions.java     | 181 ++++++++++-----------
 .../baidu/hugegraph/loader/failure/FailLogger.java |   2 +-
 .../baidu/hugegraph/loader/failure/FailWriter.java |   2 +-
 .../loader/flink/HugeGraphDeserialization.java     |   2 +-
 .../loader/flink/HugeGraphFlinkCDCLoader.java      |   2 +-
 .../loader/flink/HugeGraphOutputFormat.java        |   2 +-
 .../hugegraph/loader/mapping/BackendStoreInfo.java |   3 +-
 .../hugegraph/loader/mapping/EdgeMapping.java      |   2 +-
 .../hugegraph/loader/mapping/ElementMapping.java   |   2 +-
 .../hugegraph/loader/mapping/InputStruct.java      |   2 +-
 .../hugegraph/loader/mapping/LoadMapping.java      |  10 +-
 .../loader/metrics/LoadDistributeMetrics.java      |   6 -
 .../hugegraph/loader/metrics/LoadSummary.java      |   2 +-
 .../hugegraph/loader/parser/JsonLineParser.java    |   2 +-
 .../hugegraph/loader/parser/TextLineParser.java    |   2 +-
 .../hugegraph/loader/progress/InputProgress.java   |   2 +-
 .../hugegraph/loader/progress/LoadProgress.java    |   2 +-
 .../loader/reader/file/FileLineFetcher.java        |   6 +-
 .../hugegraph/loader/reader/file/FileReader.java   |   2 +-
 .../loader/reader/file/OrcFileLineFetcher.java     |   2 +-
 .../loader/reader/file/ParquetFileLineFetcher.java |   2 +-
 .../loader/reader/hdfs/HDFSFileReader.java         |   2 +-
 .../hugegraph/loader/reader/jdbc/RowFetcher.java   |   4 +-
 .../baidu/hugegraph/loader/reader/line/Line.java   |   2 +-
 .../hugegraph/loader/reader/line/LineFetcher.java  |   2 +-
 .../hugegraph/loader/source/AbstractSource.java    |   4 +-
 .../hugegraph/loader/source/file/FileSource.java   |   2 +-
 .../hugegraph/loader/source/hdfs/HDFSSource.java   |   2 +-
 .../loader/source/hdfs/KerberosConfig.java         |   2 +-
 .../hugegraph/loader/source/jdbc/JDBCSource.java   |   2 +-
 .../hugegraph/loader/source/jdbc/JDBCVendor.java   |   2 +-
 .../loader/spark/HugeGraphSparkLoader.java         |  33 ++--
 .../hugegraph/loader/struct/EdgeStructV1.java      |   2 +-
 .../hugegraph/loader/struct/ElementStructV1.java   |   4 +-
 .../hugegraph/loader/struct/GraphStructV1.java     |   4 +-
 .../hugegraph/loader/task/BatchInsertTask.java     |   4 +-
 .../hugegraph/loader/task/ParseTaskBuilder.java    |   4 +-
 .../hugegraph/loader/task/SingleInsertTask.java    |   2 +-
 .../baidu/hugegraph/loader/task/TaskManager.java   |   4 +-
 .../baidu/hugegraph/loader/util/DataTypeUtil.java  |   6 +-
 .../com/baidu/hugegraph/loader/util/DateUtil.java  |   2 +-
 .../hugegraph/loader/util/HugeClientHolder.java    |   4 +-
 .../com/baidu/hugegraph/loader/util/JsonUtil.java  |   6 +-
 .../com/baidu/hugegraph/loader/util/LoadUtil.java  |   2 +-
 .../baidu/hugegraph/loader/util/MappingUtil.java   |   4 +-
 .../com/baidu/hugegraph/loader/util/Printer.java   |   4 +-
 .../loader/test/functional/FileLoadTest.java       |  11 +-
 .../loader/test/functional/HDFSLoadTest.java       |   4 +-
 .../hugegraph/loader/test/functional/HDFSUtil.java |   2 +-
 .../hugegraph/loader/test/functional/IOUtil.java   |  28 ++--
 .../loader/test/functional/JDBCLoadTest.java       |   5 +-
 .../hugegraph/loader/test/functional/LoadTest.java |  15 +-
 .../hugegraph/loader/test/unit/DateUtilTest.java   |   2 +-
 .../baidu/hugegraph/loader/test/unit/LineTest.java |   2 +-
 .../loader/test/unit/LoadProgressTest.java         |   4 +-
 .../loader/test/unit/MappingConverterTest.java     |   3 +-
 .../loader/test/unit/RangesTimerTest.java          |   2 +-
 hugegraph-tools/pom.xml                            |  26 ++-
 .../java/com/baidu/hugegraph/base/Directory.java   |   2 +-
 .../com/baidu/hugegraph/base/HdfsDirectory.java    |   4 +-
 .../com/baidu/hugegraph/base/LocalDirectory.java   |   4 +-
 .../java/com/baidu/hugegraph/base/ToolClient.java  |   2 +-
 .../java/com/baidu/hugegraph/base/ToolManager.java |   2 +-
 .../com/baidu/hugegraph/cmd/HugeGraphCommand.java  |   2 +-
 .../java/com/baidu/hugegraph/cmd/SubCommands.java  |   4 +-
 .../manager/AuthBackupRestoreManager.java          |   2 +-
 .../com/baidu/hugegraph/manager/BackupManager.java |   2 +-
 .../manager/BackupRestoreBaseManager.java          |   4 +-
 .../baidu/hugegraph/manager/RestoreManager.java    |   2 +-
 .../hugegraph/test/functional/AuthBackupTest.java  |   4 +-
 .../hugegraph/test/functional/AuthRestoreTest.java |   4 +-
 .../hugegraph/test/functional/CommandTest.java     |   2 +-
 pom.xml                                            |  42 +++++
 284 files changed, 704 insertions(+), 639 deletions(-)
 rename {hugegraph-loader => hugegraph-hubble/hubble-dist}/assembly/static/lib/ojdbc8-12.2.0.1.jar (100%)


[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 1e9315a07d46c1136edb190f3291fa1205a980d0
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