This is an automated email from the ASF dual-hosted git repository.
pengjunzhi pushed a change to branch release-1.7.0
in repository
https://gitbox.apache.org/repos/asf/incubator-hugegraph-computer.git
from 7e40c8a0 chore: bump project version to 1.7.0 (RELEASE) (#338)
add 20adc21e fix(vermeer): avoid binary file include in source code (#340)
No new revisions were added by this update.
Summary of changes:
.gitignore | 1 -
vermeer/.gitignore | 11 +
vermeer/Makefile | 85 +++
vermeer/README.md | 75 ++-
vermeer/README.zh-CN.md | 73 ++-
vermeer/asset/assets_vfsdata.go | 609 ----------------------
vermeer/build.sh | 10 +
vermeer/scripts/download_binaries.sh | 189 +++++++
vermeer/tools/protoc/linux64/protoc | Bin 4648136 -> 0 bytes
vermeer/tools/protoc/osxm1/protoc | Bin 3938995 -> 0 bytes
vermeer/tools/supervisord/linux_amd64/supervisord | Bin 3800096 -> 0 bytes
vermeer/tools/supervisord/linux_arm64/supervisord | Bin 3452480 -> 0 bytes
vermeer/ui/ui/master.html | 101 ++++
vermeer/ui/ui/worker.html | 119 +++++
14 files changed, 619 insertions(+), 654 deletions(-)
create mode 100644 vermeer/Makefile
delete mode 100644 vermeer/asset/assets_vfsdata.go
create mode 100755 vermeer/scripts/download_binaries.sh
delete mode 100644 vermeer/tools/protoc/linux64/protoc
delete mode 100644 vermeer/tools/protoc/osxm1/protoc
delete mode 100644 vermeer/tools/supervisord/linux_amd64/supervisord
delete mode 100644 vermeer/tools/supervisord/linux_arm64/supervisord
create mode 100644 vermeer/ui/ui/master.html
create mode 100644 vermeer/ui/ui/worker.html