This is an automated email from the ASF dual-hosted git repository.
yiconghuang pushed a change to branch chore/relocate-amber
in repository https://gitbox.apache.org/repos/asf/texera.git
discard 7f3da3aa0d fix: get rid of PathUtils
discard 3e59705d0b chore: relocate amber
add dcc05d5851 fix: use `TEXEAR_HOME` or the current directory as the
default working directory (#3870)
add ad4a118cb0 fix: use frontend as the logo path (#3876)
add b274c0a22a chore: relocate workflow-compiling-service (#3868)
add 7720eb468a chore: relocate file-service (#3873)
add 046299a621 chore: relocate config-service (#3874)
add f2b04a4cfa Merge branch 'main' into
chore/relocate-pyright-language-server
add 9524809ffb Merge branch 'chore/relocate-pyright-language-server' into
chore/rename-core-scripts-to-bin
add 88010a7942 chore: relocate `core/pyright-language-server` and rename
it to `pyright-language-service` (#3875)
add 50564464a2 Merge branch 'main' into chore/rename-core-scripts-to-bin
add 3a37e977ba fix: path in scripts
add d47a22b55b fix: update scripts
add 55d4ffc02e fix: revert changes
add 4cd761a4f8 chore: relocate amber
add 5174d44781 fix: get rid of PathUtils
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 (7f3da3aa0d)
\
N -- N -- N refs/heads/chore/relocate-amber (5174d44781)
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:
README.md | 2 +-
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 +++---
amber/project/build.properties => bin/frontend.sh | 2 +-
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 +++++++++-------
{bin => core/scripts}/python-language-service.sh | 0
.../scala/org/apache/texera/service/FileService.scala | 6 +++++-
19 files changed, 59 insertions(+), 66 deletions(-)
rename bin/{gui-dev.sh => frontend-dev.sh} (96%)
rename bin/{gui-proto-gen.sh => frontend-proto-gen.sh} (86%)
copy amber/project/build.properties => bin/frontend.sh (94%)
mode change 100644 => 100755
delete mode 100755 bin/gui.sh
copy {bin => core/scripts}/python-language-service.sh (100%)