This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/hugegraph-tools/org.apache.hadoop-hadoop-common-3.2.3
in repository
https://gitbox.apache.org/repos/asf/incubator-hugegraph-toolchain.git
discard 50865d6 Bump hadoop-common from 3.1.1 to 3.2.3 in /hugegraph-tools
add 4356ac9 doc: add README for toolchain (#257)
add 8e2b3d9 chore: init github actions for toolchains & refact submodules
(#258)
add 18646f9 add asf.yaml by git box
add d5939fc update asf.yaml
add 922e767 remove ci
add 41dbcd3 add license-maven-plugin (#260)
add 025c5ab refact: init toolchain pom for all modules
add 4caf46d Merge pull request #267 from apache/pom
add e0b34a7 feat: support use sql to construct graph for loader (#263)
add 3f7b35f update asf file
add 296d13a refact: adopt all modules run actions well in toolchain &
enhance the ci logic (#268)
add 10c020c feat:supplementary algorithms UI (#270)
add 1022fd4 chore: fix hugegraph-tools Ant BuildException (#274)
add 6287b0e chore: fix hubble-dist pacakge error & hubble-ci (#277)
add ca968d0 Bump hadoop-common from 3.1.1 to 3.2.3 in /hugegraph-tools
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 (50865d6)
\
N -- N -- N
refs/heads/dependabot/maven/hugegraph-tools/org.apache.hadoop-hadoop-common-3.2.3
(ca968d0)
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:
.asf.yaml | 55 +
.../ISSUE_TEMPLATE/bug_report.yml | 18 +-
.../.github => .github}/ISSUE_TEMPLATE/config.yml | 4 +
.../ISSUE_TEMPLATE/feature_request.yml | 0
.../ISSUE_TEMPLATE/question_ask.yml | 19 +-
.../.github/workflows => .github/outdated}/cla.yml | 1 +
.../ci.yml => .github/workflows/client-ci.yml | 16 +-
.../ci.yml => .github/workflows/hubble-ci.yml | 20 +-
.../ci.yml => .github/workflows/loader-ci.yml | 32 +-
.../.github => .github}/workflows/release.yml | 3 +-
.../.github => .github}/workflows/stale.yml | 6 +-
.../ci.yml => .github/workflows/tools-ci.yml | 17 +-
README.md | 23 +
.../assembly => assembly}/descriptor/assembly.xml | 2 +-
.../assembly => assembly}/static/conf/log4j2.xml | 0
.../static/lib/ojdbc8-12.2.0.1.jar | Bin
hugegraph-loader/checkstyle.xml => checkstyle.xml | 2 +-
.../.github/ISSUE_TEMPLATE/bug_report.yml | 100 --
.../.github/ISSUE_TEMPLATE/question_ask.yml | 99 --
hugegraph-client/.github/workflows/release.yml | 39 -
hugegraph-client/.github/workflows/stale.yml | 36 -
hugegraph-client/.travis.yml | 30 -
hugegraph-client/README.md | 4 +
.../travis/install-hugegraph-from-source.sh | 8 +-
hugegraph-client/pom.xml | 42 +-
.../.github/ISSUE_TEMPLATE/bug_report.yml | 97 --
hugegraph-hubble/.github/ISSUE_TEMPLATE/config.yml | 10 -
.../.github/ISSUE_TEMPLATE/feature_request.yml | 15 -
.../.github/ISSUE_TEMPLATE/question_ask.yml | 96 --
hugegraph-hubble/.github/workflows/release.yml | 39 -
hugegraph-hubble/.github/workflows/stale.yml | 36 -
hugegraph-hubble/.travis.yml | 43 -
hugegraph-hubble/README.md | 6 +-
hugegraph-hubble/hubble-be/pom.xml | 13 +-
.../assembly/travis/install-hugegraph-hubble.sh | 10 +-
.../hubble-dist/assembly/travis/run-api-test.sh | 3 +
hugegraph-hubble/hubble-dist/pom.xml | 27 +-
.../graph-management/GraphManagementList.tsx | 22 +-
.../graph-management/GraphManagementSidebar.tsx | 11 +-
.../async-tasks/AsyncTaskList.less | 3 +-
.../graph-management/async-tasks/AsyncTaskList.tsx | 17 +-
.../graph-management/data-analyze/DataAnalyze.less | 92 +-
.../graph-management/data-analyze/DataAnalyze.tsx | 7 +-
.../data-analyze/DataAnalyzeInfoDrawer.tsx | 2 +-
.../data-analyze/ExecLogAndQueryCollections.tsx | 438 +++++-
.../data-analyze/QueryAndAlgorithmLibrary.tsx | 608 ++------
.../data-analyze/algorithm/AllPath.tsx | 118 +-
.../data-analyze/algorithm/CustomPath.tsx | 1098 ++++++++++++++
.../data-analyze/algorithm/FocusDetection.tsx | 86 +-
.../data-analyze/algorithm/Jaccard.tsx | 261 ++++
.../algorithm/{ShortestPathAll.tsx => KHop.tsx} | 307 ++--
.../{LoopDetection.tsx => KStepNeighbor.tsx} | 202 ++-
.../data-analyze/algorithm/LoopDetection.tsx | 59 +-
.../data-analyze/algorithm/ModelSimilarity.tsx | 1536 ++++++++++----------
.../data-analyze/algorithm/NeighborRank.tsx | 196 +--
.../{ShortestPathAll.tsx => PersonalRank.tsx} | 332 +++--
...rtestPathAll.tsx => RadiographicInspection.tsx} | 327 ++---
.../{LoopDetection.tsx => SameNeighbor.tsx} | 214 +--
.../{ShortestPathAll.tsx => ShortestPath.tsx} | 267 ++--
.../data-analyze/algorithm/ShortestPathAll.tsx | 70 +-
...ll.tsx => SingleSourceWeightedShortestPath.tsx} | 411 ++++--
...hortestPathAll.tsx => WeightedShortestPath.tsx} | 353 +++--
.../data-analyze/query-result/GraphPopOver.tsx | 52 +-
.../query-result/QueryFilterOptions.tsx | 2 +-
.../data-analyze/query-result/QueryResult.tsx | 4 -
.../data-analyze/query-result/TableQueryResult.tsx | 4 +
.../data-import/import-tasks/ImportTasks.less | 5 -
.../import-tasks/datamap-configs/EdgeMap.tsx | 26 +-
.../import-tasks/datamap-configs/FileConfigs.tsx | 3 +
.../import-tasks/datamap-configs/VertexMap.tsx | 40 +-
.../metadata-configs/MetadataConfigs.tsx | 19 +-
.../metadata-configs/edge-type/EdgeTypeList.tsx | 202 +--
.../metadata-configs/edge-type/ReuseEdgeTypes.tsx | 70 +-
.../graph-view/CheckAndEditEdge.tsx | 114 +-
.../graph-view/CheckAndEditVertex.tsx | 108 +-
.../metadata-configs/graph-view/CheckProperty.tsx | 1 +
.../metadata-configs/graph-view/CreateVertex.tsx | 109 +-
.../metadata-configs/graph-view/GraphView.less | 7 +-
.../metadata-configs/graph-view/GraphView.tsx | 11 +-
.../metadata-configs/property/ReuseProperties.tsx | 48 +-
.../vertex-type/ReuseVertexTypes.tsx | 63 +-
.../vertex-type/VertexTypeList.tsx | 174 ++-
.../resources/en-US/graph-managment/addition.json | 3 +-
.../resources/zh-CN/graph-managment/addition.json | 3 +-
.../data-import/import-tasks/ImportTasks.json | 3 +-
.../zh-CN/graph-managment/dataAnalyze.json | 449 +++++-
hugegraph-hubble/hubble-fe/src/index.less | 9 +-
.../dataAnalyzeStore/algorithmAnalyzerStore.ts | 1480 ++++++++++++++++---
.../dataAnalyzeStore/dataAnalyzeStore.ts | 612 +++++---
.../dataImportStore/dataMapStore.ts | 42 +-
.../GraphManagementStore/graphManagementStore.ts | 44 +-
.../metadataConfigsStore/edgeTypeStore.ts | 295 ++--
.../metadataConfigsStore/graphViewStore.ts | 9 +-
.../metadataConfigsStore/metadataConfigsStore.ts | 70 +-
.../metadataConfigsStore/vertexTypeStore.ts | 244 ++--
.../factory/dataAnalyzeStore/algorithmStore.ts | 284 +++-
.../factory/dataAnalyzeStore/dataAnalyzeStore.ts | 5 +
.../types/GraphManagementStore/dataAnalyzeStore.ts | 134 +-
.../hubble-fe/src/stores/utils/index.ts | 18 +
.../hubble-fe/src/utils/calcAlgorithmFormWidth.ts | 7 +
.../src/utils/filterEmptyAlgorightmParams.ts | 19 +
.../src/utils/formatAlgorithmStatement.ts | 254 ++++
hugegraph-hubble/hubble-fe/src/utils/index.ts | 21 +-
.../hubble-fe/src/utils/isDataTypeNumeric.ts | 10 +
hugegraph-hubble/pom.xml | 34 +-
.../.github/ISSUE_TEMPLATE/bug_report.yml | 98 --
hugegraph-loader/.github/ISSUE_TEMPLATE/config.yml | 10 -
.../.github/ISSUE_TEMPLATE/feature_request.yml | 15 -
.../.github/ISSUE_TEMPLATE/question_ask.yml | 97 --
hugegraph-loader/README.md | 4 +-
.../travis/install-hugegraph-from-source.sh | 4 +-
.../assembly/travis/install-hugegraph-from-tar.sh | 2 +-
hugegraph-loader/assembly/travis/install-mysql.sh | 42 +-
hugegraph-loader/pom.xml | 52 +-
.../hugegraph/loader/reader/jdbc/JDBCReader.java | 12 +-
.../hugegraph/loader/reader/jdbc/RowFetcher.java | 22 +-
.../hugegraph/loader/source/jdbc/JDBCSource.java | 13 +-
hugegraph-tools/.github/ISSUE_TEMPLATE/config.yml | 10 -
.../.github/ISSUE_TEMPLATE/feature_request.yml | 15 -
hugegraph-tools/.github/workflows/stale.yml | 36 -
hugegraph-tools/.travis.yml | 27 -
hugegraph-tools/README.md | 2 +-
.../travis/install-hugegraph-from-source.sh | 6 +-
hugegraph-tools/checkstyle.xml | 87 --
hugegraph-tools/pom.xml | 21 +-
pom.xml | 355 +++++
126 files changed, 8794 insertions(+), 5255 deletions(-)
create mode 100644 .asf.yaml
rename {hugegraph-tools/.github => .github}/ISSUE_TEMPLATE/bug_report.yml (82%)
rename {hugegraph-client/.github => .github}/ISSUE_TEMPLATE/config.yml (68%)
rename {hugegraph-client/.github =>
.github}/ISSUE_TEMPLATE/feature_request.yml (100%)
rename {hugegraph-tools/.github => .github}/ISSUE_TEMPLATE/question_ask.yml
(84%)
rename {hugegraph-loader/.github/workflows => .github/outdated}/cla.yml (96%)
rename hugegraph-client/.github/workflows/ci.yml =>
.github/workflows/client-ci.yml (76%)
rename hugegraph-hubble/.github/workflows/ci.yml =>
.github/workflows/hubble-ci.yml (79%)
rename hugegraph-loader/.github/workflows/ci.yml =>
.github/workflows/loader-ci.yml (50%)
rename {hugegraph-loader/.github => .github}/workflows/release.yml (96%)
rename {hugegraph-loader/.github => .github}/workflows/stale.yml (83%)
rename hugegraph-tools/.github/workflows/ci.yml =>
.github/workflows/tools-ci.yml (75%)
create mode 100644 README.md
copy {hugegraph-loader/assembly => assembly}/descriptor/assembly.xml (99%)
copy {hugegraph-loader/assembly => assembly}/static/conf/log4j2.xml (100%)
copy {hugegraph-loader/assembly => assembly}/static/lib/ojdbc8-12.2.0.1.jar
(100%)
rename hugegraph-loader/checkstyle.xml => checkstyle.xml (98%)
delete mode 100644 hugegraph-client/.github/ISSUE_TEMPLATE/bug_report.yml
delete mode 100644 hugegraph-client/.github/ISSUE_TEMPLATE/question_ask.yml
delete mode 100644 hugegraph-client/.github/workflows/release.yml
delete mode 100644 hugegraph-client/.github/workflows/stale.yml
delete mode 100644 hugegraph-client/.travis.yml
delete mode 100644 hugegraph-hubble/.github/ISSUE_TEMPLATE/bug_report.yml
delete mode 100644 hugegraph-hubble/.github/ISSUE_TEMPLATE/config.yml
delete mode 100644 hugegraph-hubble/.github/ISSUE_TEMPLATE/feature_request.yml
delete mode 100644 hugegraph-hubble/.github/ISSUE_TEMPLATE/question_ask.yml
delete mode 100644 hugegraph-hubble/.github/workflows/release.yml
delete mode 100644 hugegraph-hubble/.github/workflows/stale.yml
delete mode 100644 hugegraph-hubble/.travis.yml
create mode 100644
hugegraph-hubble/hubble-fe/src/components/graph-management/data-analyze/algorithm/CustomPath.tsx
create mode 100644
hugegraph-hubble/hubble-fe/src/components/graph-management/data-analyze/algorithm/Jaccard.tsx
copy
hugegraph-hubble/hubble-fe/src/components/graph-management/data-analyze/algorithm/{ShortestPathAll.tsx
=> KHop.tsx} (59%)
copy
hugegraph-hubble/hubble-fe/src/components/graph-management/data-analyze/algorithm/{LoopDetection.tsx
=> KStepNeighbor.tsx} (57%)
copy
hugegraph-hubble/hubble-fe/src/components/graph-management/data-analyze/algorithm/{ShortestPathAll.tsx
=> PersonalRank.tsx} (53%)
copy
hugegraph-hubble/hubble-fe/src/components/graph-management/data-analyze/algorithm/{ShortestPathAll.tsx
=> RadiographicInspection.tsx} (61%)
copy
hugegraph-hubble/hubble-fe/src/components/graph-management/data-analyze/algorithm/{LoopDetection.tsx
=> SameNeighbor.tsx} (54%)
copy
hugegraph-hubble/hubble-fe/src/components/graph-management/data-analyze/algorithm/{ShortestPathAll.tsx
=> ShortestPath.tsx} (59%)
copy
hugegraph-hubble/hubble-fe/src/components/graph-management/data-analyze/algorithm/{ShortestPathAll.tsx
=> SingleSourceWeightedShortestPath.tsx} (51%)
copy
hugegraph-hubble/hubble-fe/src/components/graph-management/data-analyze/algorithm/{ShortestPathAll.tsx
=> WeightedShortestPath.tsx} (53%)
create mode 100644
hugegraph-hubble/hubble-fe/src/utils/calcAlgorithmFormWidth.ts
create mode 100644
hugegraph-hubble/hubble-fe/src/utils/filterEmptyAlgorightmParams.ts
create mode 100644
hugegraph-hubble/hubble-fe/src/utils/formatAlgorithmStatement.ts
create mode 100644 hugegraph-hubble/hubble-fe/src/utils/isDataTypeNumeric.ts
delete mode 100644 hugegraph-loader/.github/ISSUE_TEMPLATE/bug_report.yml
delete mode 100644 hugegraph-loader/.github/ISSUE_TEMPLATE/config.yml
delete mode 100644 hugegraph-loader/.github/ISSUE_TEMPLATE/feature_request.yml
delete mode 100644 hugegraph-loader/.github/ISSUE_TEMPLATE/question_ask.yml
delete mode 100644 hugegraph-tools/.github/ISSUE_TEMPLATE/config.yml
delete mode 100644 hugegraph-tools/.github/ISSUE_TEMPLATE/feature_request.yml
delete mode 100644 hugegraph-tools/.github/workflows/stale.yml
delete mode 100644 hugegraph-tools/.travis.yml
delete mode 100644 hugegraph-tools/checkstyle.xml
create mode 100644 pom.xml