Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove web #582

Merged
merged 2 commits into from
Nov 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions docker/wesqlscale/Dockerfile.release
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ RUN git config --global --add safe.directory $VTSOURCEROOT
RUN mkdir -p /vtdataroot /home/vitess && \
mkdir -p /vt && \
mkdir -p /vt/bin && \
mkdir -p /vt/config && \
mkdir -p /vt/web
mkdir -p /vt/config

# Bootstrap Vitess
WORKDIR /vt/src/vitess
Expand Down Expand Up @@ -98,7 +97,6 @@ RUN cp /vt/src/vitess/bin/vtctld /vt/bin/ && \
cp /vt/src/vitess/bin/protoc /vt/bin && \
cp /vt/src/vitess/bin/etcd /vt/bin && \
cp /vt/src/vitess/bin/etcdctl /vt/bin && \
cp -rf $VTSOURCEROOT/web /vt && \
cp -rf $VTSOURCEROOT/examples /vt && \
rm -rf /vt/src

Expand Down
2 changes: 0 additions & 2 deletions web/vtadmin/.eslintignore

This file was deleted.

25 changes: 0 additions & 25 deletions web/vtadmin/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion web/vtadmin/.npmrc

This file was deleted.

14 changes: 0 additions & 14 deletions web/vtadmin/.prettiercc

This file was deleted.

1 change: 0 additions & 1 deletion web/vtadmin/.prettierignore

This file was deleted.

1 change: 0 additions & 1 deletion web/vtadmin/.stylelintignore

This file was deleted.

17 changes: 0 additions & 17 deletions web/vtadmin/.stylelintrc

This file was deleted.

103 changes: 0 additions & 103 deletions web/vtadmin/README.md

This file was deleted.

44 changes: 0 additions & 44 deletions web/vtadmin/bin/generate-proto-types.sh

This file was deleted.

Loading
Loading