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

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


 discard cbff6eaa chore: update LICENSE & NOTICE file path for binary package
     add 5a9b9119 chore(deps): bump terser from 4.8.0 to 4.8.1 in 
/hugegraph-hubble/hubble-fe (#310)
     add 6310b605 chore: remove binary file (#425)
     add c1ef11e4 chore: update README to get the maven info (#411)
     add fefa55bf chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 in 
/hugegraph-hubble/hubble-fe (#388)
     add 5806bfc9 chore(deps): bump moment from 2.29.1 to 2.29.4 in 
/hugegraph-hubble/hubble-fe (#314)
     add c2fd3100 chore(hubble): add license header in js/ts files & update ci 
rules (#428)
     add 729df8cb chore: choose proper license & remove GPL/CC in multiple 
licenses (#429)
     add 06002e2f chore(license): fix 3rd party license problems (#426)
     add 76e27327 add license for build files (#430)
     add 36474ddf chore(deps): bump ua-parser-js from 0.7.31 to 0.7.33 in 
/hugegraph-hubble/hubble-fe (#427)
     add 66b1f782 chore: use .asf.yaml for apache workflow rule & add RAT in 
action (#266)
     add 30b582af chore: update LICENSE & NOTICE file path for binary package 
(#424)
     add e2b4eb2b chore(deps): bump json5 from 1.0.1 to 1.0.2 in 
/hugegraph-hubble/hubble-fe (#412)

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   (cbff6eaa)
            \
             N -- N -- N   refs/heads/release-1.0.0 (e2b4eb2b)

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:
 .github/{workflows => outdated}/release.yml        |   0
 .github/workflows/check-dependencies.yml           |  32 --
 .github/workflows/client-ci.yml                    |   2 +-
 .github/workflows/hubble-ci.yml                    |  10 +-
 .github/workflows/license-checker.yml              |  42 ++-
 .github/workflows/loader-ci.yml                    |  10 +-
 .github/workflows/stale.yml                        |   2 +-
 .github/workflows/tools-ci.yml                     |  12 +-
 .licenserc.yaml                                    |  12 -
 LICENSE                                            |  15 +
 README.md                                          |  23 +-
 .../serializer/direct/reuse/BytesDemo.java         |   1 -
 hugegraph-dist/pom.xml                             |   2 +-
 hugegraph-dist/release-docs/LICENSE                | 163 ++++----
 hugegraph-dist/release-docs/NOTICE                 |   4 +-
 .../release-docs/licenses/LICENSE-ant-launcher.txt |  33 +-
 .../release-docs/licenses/LICENSE-ant.txt          |  33 +-
 .../licenses/LICENSE-glassfish-hk2.txt             | 360 ------------------
 .../release-docs/licenses/LICENSE-hk2-api.txt      | 409 ---------------------
 .../release-docs/licenses/LICENSE-hk2-locator.txt  | 409 ---------------------
 .../release-docs/licenses/LICENSE-hk2-utils.txt    | 409 ---------------------
 .../release-docs/licenses/LICENSE-httpcore.txt     |  64 ----
 .../licenses/LICENSE-jakarta.annotation-api.txt    | 360 ------------------
 .../LICENSE-javax.activation-api-1.2.0-sources.txt | 409 ---------------------
 .../release-docs/licenses/LICENSE-javax.el.txt     | 139 -------
 .../licenses/LICENSE-javax.servlet-api.txt         | 139 -------
 .../release-docs/licenses/LICENSE-jaxb-api.txt     | 139 -------
 .../release-docs/licenses/LICENSE-jaxb-impl.txt    | 139 -------
 .../licenses/LICENSE-jersey-client.txt             | 397 --------------------
 .../release-docs/licenses/LICENSE-jersey.txt       | 397 --------------------
 .../release-docs/licenses/LICENSE-jsch.txt         |   6 +-
 .../release-docs/licenses/LICENSE-jsonp.txt        | 397 --------------------
 .../licenses/LICENSE-logback-classic.txt           |  12 -
 .../release-docs/licenses/LICENSE-logback-core.txt |  12 -
 .../licenses/LICENSE-osgi-resource-locator.txt     | 397 --------------------
 .../release-docs/licenses/LICENSE-rest.txt         | 360 ------------------
 .../hugegraph/config/TomcatServletConfig.java      |   8 +-
 .../assembly/static/lib/ojdbc8-12.2.0.1.jar        | Bin 4036257 -> 0 bytes
 .../hubble-dist/assembly/travis/build-report.sh    |   5 +
 .../assembly/travis/install-hugegraph-hubble.sh    |   4 +
 .../hubble-dist/assembly/travis/jacocoagent.jar    | Bin 281427 -> 0 bytes
 .../hubble-dist/assembly/travis/jacococli.jar      | Bin 544729 -> 0 bytes
 hugegraph-hubble/hubble-fe/.env                    |  15 +
 hugegraph-hubble/hubble-fe/add-license.js          |  74 ++++
 hugegraph-hubble/hubble-fe/config-overrides.js     |  17 +
 hugegraph-hubble/hubble-fe/package.json            |   5 +-
 hugegraph-hubble/hubble-fe/src/components/App.tsx  |  17 +
 .../hubble-fe/src/components/common/AppBar.less    |  17 +
 .../hubble-fe/src/components/common/AppBar.tsx     |  17 +
 .../src/components/common/LoadingDataView.less     |  17 +
 .../src/components/common/LoadingDataView.tsx      |  17 +
 .../hubble-fe/src/components/common/Tooltip.tsx    |  17 +
 .../hubble-fe/src/components/common/index.ts       |  17 +
 .../graph-management/GraphManagement.less          |  17 +
 .../graph-management/GraphManagement.tsx           |  17 +
 .../graph-management/GraphManagementEmptyList.tsx  |  17 +
 .../graph-management/GraphManagementHeader.tsx     |  17 +
 .../graph-management/GraphManagementLimitHint.tsx  |  17 +
 .../graph-management/GraphManagementList.tsx       |  17 +
 .../graph-management/GraphManagementSidebar.tsx    |  17 +
 .../components/graph-management/NewGraphConfig.tsx |  17 +
 .../async-tasks/AsyncTaskList.less                 |  17 +
 .../graph-management/async-tasks/AsyncTaskList.tsx |  17 +
 .../async-tasks/AsyncTaskResult.less               |  17 +
 .../async-tasks/AsyncTaskResult.tsx                |  17 +
 .../graph-management/async-tasks/index.ts          |  17 +
 .../graph-management/data-analyze/DataAnalyze.less |  17 +
 .../graph-management/data-analyze/DataAnalyze.tsx  |  17 +
 .../data-analyze/DataAnalyzeContent.tsx            |  17 +
 .../data-analyze/DataAnalyzeInfoDrawer.tsx         |  17 +
 .../data-analyze/DynamicAddEdge.tsx                |  17 +
 .../data-analyze/DynamicAddNode.tsx                |  17 +
 .../data-analyze/ExecLogAndQueryCollections.tsx    |  17 +
 .../data-analyze/GremlinKeyWords.ts                |  17 +
 .../data-analyze/QueryAndAlgorithmLibrary.tsx      |  17 +
 .../data-analyze/algorithm/AllPath.tsx             |  17 +
 .../data-analyze/algorithm/CustomPath.tsx          |  17 +
 .../data-analyze/algorithm/FocusDetection.tsx      |  17 +
 .../data-analyze/algorithm/Jaccard.tsx             |  17 +
 .../data-analyze/algorithm/KHop.tsx                |  17 +
 .../data-analyze/algorithm/KStepNeighbor.tsx       |  17 +
 .../data-analyze/algorithm/LoopDetection.tsx       |  17 +
 .../data-analyze/algorithm/ModelSimilarity.tsx     |  17 +
 .../data-analyze/algorithm/NeighborRank.tsx        |  17 +
 .../data-analyze/algorithm/PersonalRank.tsx        |  17 +
 .../algorithm/RadiographicInspection.tsx           |  17 +
 .../data-analyze/algorithm/SameNeighbor.tsx        |  17 +
 .../data-analyze/algorithm/ShortestPath.tsx        |  17 +
 .../data-analyze/algorithm/ShortestPathAll.tsx     |  17 +
 .../algorithm/SingleSourceWeightedShortestPath.tsx |  17 +
 .../algorithm/WeightedShortestPath.tsx             |  17 +
 .../data-analyze/common/Favorite.tsx               |  17 +
 .../graph-management/data-analyze/index.ts         |  17 +
 .../data-analyze/query-result/GraphPopOver.tsx     |  17 +
 .../data-analyze/query-result/GraphQueryResult.tsx |  17 +
 .../data-analyze/query-result/JSONQueryResult.tsx  |  17 +
 .../query-result/QueryFilterOptions.tsx            |  17 +
 .../data-analyze/query-result/QueryResult.tsx      |  17 +
 .../data-analyze/query-result/TableQueryResult.tsx |  17 +
 .../data-analyze/query-result/index.ts             |  17 +
 .../data-import/import-tasks/ImportFinish.tsx      |  17 +
 .../data-import/import-tasks/ImportManager.less    |  17 +
 .../data-import/import-tasks/ImportManager.tsx     |  17 +
 .../data-import/import-tasks/ImportTaskList.tsx    |  17 +
 .../data-import/import-tasks/ImportTasks.less      |  17 +
 .../data-import/import-tasks/ImportTasks.tsx       |  17 +
 .../data-import/import-tasks/UploadEntry.less      |  17 +
 .../data-import/import-tasks/UploadEntry.tsx       |  17 +
 .../datamap-configs/DataMapConfigs.less            |  17 +
 .../datamap-configs/DataMapConfigs.tsx             |  17 +
 .../import-tasks/datamap-configs/EdgeMap.tsx       |  17 +
 .../import-tasks/datamap-configs/FileConfigs.tsx   |  17 +
 .../datamap-configs/TypeConfigManipulations.tsx    |  17 +
 .../import-tasks/datamap-configs/TypeConfigs.tsx   |  17 +
 .../import-tasks/datamap-configs/TypeInfo.tsx      |  17 +
 .../import-tasks/datamap-configs/VertexMap.tsx     |  17 +
 .../import-tasks/datamap-configs/index.ts          |  17 +
 .../import-tasks/error-logs/JobErrorLogs.less      |  17 +
 .../import-tasks/error-logs/JobErrorLogs.tsx       |  17 +
 .../import-tasks/error-logs/TaskErrorLogs.less     |  17 +
 .../import-tasks/error-logs/TaskErrorLogs.tsx      |  17 +
 .../data-import/import-tasks/error-logs/index.ts   |  17 +
 .../data-import/import-tasks/index.ts              |  17 +
 .../import-tasks/job-details/BasicSettings.tsx     |  17 +
 .../import-tasks/job-details/DataImportDetails.tsx |  17 +
 .../import-tasks/job-details/DataMaps.tsx          |  17 +
 .../import-tasks/job-details/JobDetails.less       |  17 +
 .../import-tasks/job-details/JobDetails.tsx        |  17 +
 .../import-tasks/job-details/UploadedFiles.tsx     |  17 +
 .../data-import/import-tasks/job-details/index.ts  |  17 +
 .../server-data-import/ImportConfigs.tsx           |  17 +
 .../server-data-import/ServerDataImport.less       |  17 +
 .../server-data-import/ServerDataImport.tsx        |  17 +
 .../import-tasks/server-data-import/index.ts       |  17 +
 .../graph-management/data-import/index.ts          |  17 +
 .../src/components/graph-management/index.ts       |  17 +
 .../metadata-configs/MetadataConfigs.less          |  17 +
 .../metadata-configs/MetadataConfigs.tsx           |  17 +
 .../metadata-configs/common/EmptyDataView.tsx      |  17 +
 .../metadata-configs/edge-type/EdgeTypeList.less   |  17 +
 .../metadata-configs/edge-type/EdgeTypeList.tsx    |  17 +
 .../metadata-configs/edge-type/NewEdgeType.less    |  17 +
 .../metadata-configs/edge-type/NewEdgeType.tsx     |  17 +
 .../metadata-configs/edge-type/ReuseEdgeTypes.less |  17 +
 .../metadata-configs/edge-type/ReuseEdgeTypes.tsx  |  17 +
 .../metadata-configs/edge-type/index.ts            |  17 +
 .../graph-view/CheckAndEditEdge.tsx                |  17 +
 .../graph-view/CheckAndEditVertex.tsx              |  17 +
 .../metadata-configs/graph-view/CheckProperty.tsx  |  17 +
 .../metadata-configs/graph-view/CreateEdge.tsx     |  17 +
 .../metadata-configs/graph-view/CreateProperty.tsx |  17 +
 .../metadata-configs/graph-view/CreateVertex.tsx   |  17 +
 .../metadata-configs/graph-view/GraphView.less     |  17 +
 .../metadata-configs/graph-view/GraphView.tsx      |  17 +
 .../metadata-configs/graph-view/index.ts           |  17 +
 .../graph-management/metadata-configs/index.ts     |  17 +
 .../property-index/PropertyIndex.less              |  17 +
 .../property-index/PropertyIndex.tsx               |  17 +
 .../metadata-configs/property-index/index.ts       |  17 +
 .../property/MetadataProperties.less               |  17 +
 .../property/MetadataProperties.tsx                |  17 +
 .../metadata-configs/property/ReuseProperties.less |  17 +
 .../metadata-configs/property/ReuseProperties.tsx  |  17 +
 .../metadata-configs/property/index.ts             |  17 +
 .../vertex-type/NewVertexType.less                 |  17 +
 .../metadata-configs/vertex-type/NewVertexType.tsx |  17 +
 .../vertex-type/ReuseVertexTypes.less              |  17 +
 .../vertex-type/ReuseVertexTypes.tsx               |  17 +
 .../vertex-type/VertexTypeList.less                |  17 +
 .../vertex-type/VertexTypeList.tsx                 |  17 +
 .../metadata-configs/vertex-type/index.ts          |  17 +
 .../hubble-fe/src/components/hubble-ui/index.tsx   |  17 +
 .../src/components/hubble-ui/src/index.less        |  17 +
 hugegraph-hubble/hubble-fe/src/hooks/index.ts      |  17 +
 .../hubble-fe/src/hooks/useInitDataImport.tsx      |  17 +
 .../src/hooks/useLocationWithConfirmation.tsx      |  17 +
 .../hubble-fe/src/hooks/useMultiKeyPress.tsx       |  17 +
 hugegraph-hubble/hubble-fe/src/i18n/index.ts       |  17 +
 .../i18n/resources/en-US/graph-managment/index.ts  |  17 +
 .../hubble-fe/src/i18n/resources/en-US/index.ts    |  17 +
 .../hubble-fe/src/i18n/resources/index.ts          |  17 +
 .../i18n/resources/zh-CN/graph-managment/index.ts  |  17 +
 .../hubble-fe/src/i18n/resources/zh-CN/index.ts    |  17 +
 hugegraph-hubble/hubble-fe/src/index.less          |  17 +
 hugegraph-hubble/hubble-fe/src/index.tsx           |  17 +
 hugegraph-hubble/hubble-fe/src/react-app-env.d.ts  |  17 +
 .../stores/GraphManagementStore/asyncTasksStore.ts |  17 +
 .../dataAnalyzeStore/algorithmAnalyzerStore.ts     |  17 +
 .../dataAnalyzeStore/dataAnalyzeStore.ts           |  17 +
 .../dataImportStore/ImportManagerStore.ts          |  17 +
 .../dataImportStore/dataImportRootStore.ts         |  17 +
 .../dataImportStore/dataMapStore.ts                |  17 +
 .../dataImportStore/serverDataImportStore.ts       |  17 +
 .../GraphManagementStore/graphManagementStore.ts   |  17 +
 .../metadataConfigsStore/edgeTypeStore.ts          |  17 +
 .../metadataConfigsStore/graphViewStore.ts         |  17 +
 .../metadataConfigsStore/metadataConfigsStore.ts   |  17 +
 .../metadataPropertyIndexStore.ts                  |  17 +
 .../metadataConfigsStore/metadataPropertyStore.ts  |  17 +
 .../metadataConfigsStore/vertexTypeStore.ts        |  17 +
 hugegraph-hubble/hubble-fe/src/stores/appStore.ts  |  17 +
 .../src/stores/factory/asyncTasksStore.ts          |  17 +
 .../factory/dataAnalyzeStore/algorithmStore.ts     |  17 +
 .../factory/dataAnalyzeStore/dataAnalyzeStore.ts   |  17 +
 .../factory/dataImportStore/dataImportRootStore.ts |  17 +
 .../stores/factory/dataImportStore/dataMapStore.ts |  17 +
 .../dataImportStore/importManagmentStore.ts        |  17 +
 .../dataImportStore/serverDataImportStore.ts       |  17 +
 hugegraph-hubble/hubble-fe/src/stores/index.ts     |  17 +
 .../types/GraphManagementStore/asyncTasksStore.ts  |  17 +
 .../types/GraphManagementStore/dataAnalyzeStore.ts |  17 +
 .../types/GraphManagementStore/dataImportStore.ts  |  17 +
 .../GraphManagementStore/graphManagementStore.ts   |  17 +
 .../GraphManagementStore/metadataConfigsStore.ts   |  17 +
 .../hubble-fe/src/stores/types/common.ts           |  17 +
 .../hubble-fe/src/stores/utils/index.ts            |  17 +
 hugegraph-hubble/hubble-fe/src/third-party.d.ts    |  17 +
 .../hubble-fe/src/utils/calcAlgorithmFormWidth.ts  |  17 +
 .../hubble-fe/src/utils/convertStringToJSON.ts     |  17 +
 .../src/utils/filterEmptyAlgorightmParams.ts       |  17 +
 .../src/utils/formatAlgorithmStatement.ts          |  17 +
 .../hubble-fe/src/utils/getUnicodeLength.ts        |  17 +
 hugegraph-hubble/hubble-fe/src/utils/index.ts      |  17 +
 .../hubble-fe/src/utils/isDataTypeNumeric.ts       |  17 +
 hugegraph-hubble/hubble-fe/yarn.lock               |  42 +--
 hugegraph-hubble/package.json                      |   5 +-
 .../apache/hugegraph/loader/util/ParquetUtil.java  |   9 +-
 pom.xml                                            |  14 +-
 228 files changed, 3361 insertions(+), 5213 deletions(-)
 rename .github/{workflows => outdated}/release.yml (100%)
 delete mode 100644 .github/workflows/check-dependencies.yml
 delete mode 100644 
hugegraph-hubble/hubble-dist/assembly/static/lib/ojdbc8-12.2.0.1.jar
 delete mode 100644 hugegraph-hubble/hubble-dist/assembly/travis/jacocoagent.jar
 delete mode 100644 hugegraph-hubble/hubble-dist/assembly/travis/jacococli.jar
 create mode 100644 hugegraph-hubble/hubble-fe/add-license.js

Reply via email to