This is an automated email from the ASF dual-hosted git repository.
yiconghuang pushed a change to branch chore/rename-core-scripts-to-bin
in repository https://gitbox.apache.org/repos/asf/texera.git
from 50564464a2 Merge branch 'main' into chore/rename-core-scripts-to-bin
add 3a37e977ba fix: path in scripts
add d47a22b55b fix: update scripts
No new revisions were added by this update.
Summary of changes:
bin/add-computing-unit-worker.sh | 16 +-
bin/build.sh | 4 +-
bin/cron-restart-crashed-worker.sh | 4 +-
bin/deploy-daemon.sh | 18 +-
bin/deploy-docker.sh | 6 +-
bin/forum/macos-install.sh | 6 +-
bin/forum/ubuntu-install.sh | 6 +-
bin/{gui-dev.sh => frontend-dev.sh} | 2 +-
bin/{gui-proto-gen.sh => frontend-proto-gen.sh} | 6 +-
bin/{build.sh => frontend.sh} | 3 +-
bin/gui.sh | 18 -
bin/python-language-service.sh | 2 +-
bin/python-proto-gen.sh | 6 +-
bin/server.sh | 3 +-
bin/shared-editing-server.sh | 2 +-
bin/workflow-computing-unit.sh | 16 +-
.../type/proto/google/protobuf/descriptor.ts | 671 ++++++++++++---------
.../src/app/common/type/proto/scalapb/scalapb.ts | 293 +++++----
18 files changed, 623 insertions(+), 459 deletions(-)
rename bin/{gui-dev.sh => frontend-dev.sh} (96%)
rename bin/{gui-proto-gen.sh => frontend-proto-gen.sh} (86%)
copy bin/{build.sh => frontend.sh} (94%)
delete mode 100755 bin/gui.sh