This is an automated email from the ASF dual-hosted git repository.
yiconghuang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/texera.git
The following commit(s) were added to refs/heads/main by this push:
new 8071f29016 chore: move `deployment` to `bin/deployment` (#3883)
8071f29016 is described below
commit 8071f29016749342f8e353f6bdf45615550ec44b
Author: Yicong Huang <[email protected]>
AuthorDate: Sun Oct 12 21:14:05 2025 -0700
chore: move `deployment` to `bin/deployment` (#3883)
According to the reorganization plan #3846. This PR moves `deployment`
to `bin/deployment`
resolves #3863
---
{deployment => bin/deployment}/README.md | 0
{deployment => bin/deployment}/access-control-service.dockerfile | 0
{deployment => bin/deployment}/build-all.sh | 0
{deployment => bin/deployment}/computing-unit-master.dockerfile | 0
{deployment => bin/deployment}/computing-unit-worker.dockerfile | 0
{deployment => bin/deployment}/config-service.dockerfile | 0
{deployment => bin/deployment}/file-service.dockerfile | 0
{deployment => bin/deployment}/k8s/README.md | 0
{deployment => bin/deployment}/k8s/texera-helmchart/Chart.yaml | 0
.../deployment}/k8s/texera-helmchart/files/iceberg_postgres_catalog.sql | 0
{deployment => bin/deployment}/k8s/texera-helmchart/files/texera_ddl.sql | 0
.../deployment}/k8s/texera-helmchart/files/texera_lakefs.sql | 0
.../k8s/texera-helmchart/templates/access-control-service-deployment.yaml | 0
.../k8s/texera-helmchart/templates/access-control-service-service.yaml | 0
.../k8s/texera-helmchart/templates/config-service-deployment.yaml | 0
.../k8s/texera-helmchart/templates/config-service-service.yaml | 0
.../deployment}/k8s/texera-helmchart/templates/envoy-config.yaml | 0
.../deployment}/k8s/texera-helmchart/templates/envoy-deployment.yaml | 0
.../deployment}/k8s/texera-helmchart/templates/envoy-service.yaml | 0
.../k8s/texera-helmchart/templates/example-data-loader-job.yaml | 0
.../deployment}/k8s/texera-helmchart/templates/external-names.yaml | 0
.../k8s/texera-helmchart/templates/file-service-deployment.yaml | 0
.../deployment}/k8s/texera-helmchart/templates/file-service-service.yaml | 0
.../deployment}/k8s/texera-helmchart/templates/ingress.yaml | 0
.../deployment}/k8s/texera-helmchart/templates/lakefs-secret.yaml | 0
.../deployment}/k8s/texera-helmchart/templates/lakefs-setup-job.yaml | 0
.../deployment}/k8s/texera-helmchart/templates/minio-ingress.yaml | 0
.../deployment}/k8s/texera-helmchart/templates/minio-persistence.yaml | 0
.../k8s/texera-helmchart/templates/postgresql-init-script-config.yaml | 0
.../k8s/texera-helmchart/templates/postgresql-persistence.yaml | 0
{deployment => bin/deployment}/k8s/texera-helmchart/templates/pylsp.yaml | 0
.../deployment}/k8s/texera-helmchart/templates/shared-editing-server.yaml | 0
.../deployment}/k8s/texera-helmchart/templates/webserver-deployment.yaml | 0
.../deployment}/k8s/texera-helmchart/templates/webserver-service.yaml | 0
.../texera-helmchart/templates/workflow-compiling-service-deployment.yaml | 0
.../texera-helmchart/templates/workflow-compiling-service-service.yaml | 0
.../templates/workflow-computing-unit-manager-deployment.yaml | 0
.../templates/workflow-computing-unit-manager-service-account.yaml | 0
.../templates/workflow-computing-unit-manager-service.yaml | 0
.../templates/workflow-computing-unit-master-prepull-daemonset.yaml | 0
.../templates/workflow-computing-unit-resource-quota.yaml | 0
.../texera-helmchart/templates/workflow-computing-units-namespace.yaml | 0
.../k8s/texera-helmchart/templates/workflow-computing-units-service.yaml | 0
{deployment => bin/deployment}/k8s/texera-helmchart/values.yaml | 0
{deployment => bin/deployment}/merge-image-tags.sh | 0
{deployment => bin/deployment}/postgres17-pgroonga.dockerfile | 0
{deployment => bin/deployment}/pylsp/Dockerfile | 0
{deployment => bin/deployment}/pylsp/python-language-server.yaml | 0
{deployment => bin/deployment}/pylsp/run_pylsp.sh | 0
{deployment => bin/deployment}/single-node/.env | 0
{deployment => bin/deployment}/single-node/README.md | 0
{deployment => bin/deployment}/single-node/docker-compose.yml | 0
{deployment => bin/deployment}/single-node/nginx.conf | 0
{deployment => bin/deployment}/texera-web-application.dockerfile | 0
{deployment => bin/deployment}/workflow-compiling-service.dockerfile | 0
.../deployment}/workflow-computing-unit-managing-service.dockerfile | 0
{deployment => bin/deployment}/y-websocket-server/Dockerfile | 0
{deployment => bin/deployment}/y-websocket-server/package.json | 0
58 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/deployment/README.md b/bin/deployment/README.md
similarity index 100%
rename from deployment/README.md
rename to bin/deployment/README.md
diff --git a/deployment/access-control-service.dockerfile
b/bin/deployment/access-control-service.dockerfile
similarity index 100%
rename from deployment/access-control-service.dockerfile
rename to bin/deployment/access-control-service.dockerfile
diff --git a/deployment/build-all.sh b/bin/deployment/build-all.sh
similarity index 100%
rename from deployment/build-all.sh
rename to bin/deployment/build-all.sh
diff --git a/deployment/computing-unit-master.dockerfile
b/bin/deployment/computing-unit-master.dockerfile
similarity index 100%
rename from deployment/computing-unit-master.dockerfile
rename to bin/deployment/computing-unit-master.dockerfile
diff --git a/deployment/computing-unit-worker.dockerfile
b/bin/deployment/computing-unit-worker.dockerfile
similarity index 100%
rename from deployment/computing-unit-worker.dockerfile
rename to bin/deployment/computing-unit-worker.dockerfile
diff --git a/deployment/config-service.dockerfile
b/bin/deployment/config-service.dockerfile
similarity index 100%
rename from deployment/config-service.dockerfile
rename to bin/deployment/config-service.dockerfile
diff --git a/deployment/file-service.dockerfile
b/bin/deployment/file-service.dockerfile
similarity index 100%
rename from deployment/file-service.dockerfile
rename to bin/deployment/file-service.dockerfile
diff --git a/deployment/k8s/README.md b/bin/deployment/k8s/README.md
similarity index 100%
rename from deployment/k8s/README.md
rename to bin/deployment/k8s/README.md
diff --git a/deployment/k8s/texera-helmchart/Chart.yaml
b/bin/deployment/k8s/texera-helmchart/Chart.yaml
similarity index 100%
rename from deployment/k8s/texera-helmchart/Chart.yaml
rename to bin/deployment/k8s/texera-helmchart/Chart.yaml
diff --git a/deployment/k8s/texera-helmchart/files/iceberg_postgres_catalog.sql
b/bin/deployment/k8s/texera-helmchart/files/iceberg_postgres_catalog.sql
similarity index 100%
rename from deployment/k8s/texera-helmchart/files/iceberg_postgres_catalog.sql
rename to bin/deployment/k8s/texera-helmchart/files/iceberg_postgres_catalog.sql
diff --git a/deployment/k8s/texera-helmchart/files/texera_ddl.sql
b/bin/deployment/k8s/texera-helmchart/files/texera_ddl.sql
similarity index 100%
rename from deployment/k8s/texera-helmchart/files/texera_ddl.sql
rename to bin/deployment/k8s/texera-helmchart/files/texera_ddl.sql
diff --git a/deployment/k8s/texera-helmchart/files/texera_lakefs.sql
b/bin/deployment/k8s/texera-helmchart/files/texera_lakefs.sql
similarity index 100%
rename from deployment/k8s/texera-helmchart/files/texera_lakefs.sql
rename to bin/deployment/k8s/texera-helmchart/files/texera_lakefs.sql
diff --git
a/deployment/k8s/texera-helmchart/templates/access-control-service-deployment.yaml
b/bin/deployment/k8s/texera-helmchart/templates/access-control-service-deployment.yaml
similarity index 100%
rename from
deployment/k8s/texera-helmchart/templates/access-control-service-deployment.yaml
rename to
bin/deployment/k8s/texera-helmchart/templates/access-control-service-deployment.yaml
diff --git
a/deployment/k8s/texera-helmchart/templates/access-control-service-service.yaml
b/bin/deployment/k8s/texera-helmchart/templates/access-control-service-service.yaml
similarity index 100%
rename from
deployment/k8s/texera-helmchart/templates/access-control-service-service.yaml
rename to
bin/deployment/k8s/texera-helmchart/templates/access-control-service-service.yaml
diff --git
a/deployment/k8s/texera-helmchart/templates/config-service-deployment.yaml
b/bin/deployment/k8s/texera-helmchart/templates/config-service-deployment.yaml
similarity index 100%
rename from
deployment/k8s/texera-helmchart/templates/config-service-deployment.yaml
rename to
bin/deployment/k8s/texera-helmchart/templates/config-service-deployment.yaml
diff --git
a/deployment/k8s/texera-helmchart/templates/config-service-service.yaml
b/bin/deployment/k8s/texera-helmchart/templates/config-service-service.yaml
similarity index 100%
rename from
deployment/k8s/texera-helmchart/templates/config-service-service.yaml
rename to
bin/deployment/k8s/texera-helmchart/templates/config-service-service.yaml
diff --git a/deployment/k8s/texera-helmchart/templates/envoy-config.yaml
b/bin/deployment/k8s/texera-helmchart/templates/envoy-config.yaml
similarity index 100%
rename from deployment/k8s/texera-helmchart/templates/envoy-config.yaml
rename to bin/deployment/k8s/texera-helmchart/templates/envoy-config.yaml
diff --git a/deployment/k8s/texera-helmchart/templates/envoy-deployment.yaml
b/bin/deployment/k8s/texera-helmchart/templates/envoy-deployment.yaml
similarity index 100%
rename from deployment/k8s/texera-helmchart/templates/envoy-deployment.yaml
rename to bin/deployment/k8s/texera-helmchart/templates/envoy-deployment.yaml
diff --git a/deployment/k8s/texera-helmchart/templates/envoy-service.yaml
b/bin/deployment/k8s/texera-helmchart/templates/envoy-service.yaml
similarity index 100%
rename from deployment/k8s/texera-helmchart/templates/envoy-service.yaml
rename to bin/deployment/k8s/texera-helmchart/templates/envoy-service.yaml
diff --git
a/deployment/k8s/texera-helmchart/templates/example-data-loader-job.yaml
b/bin/deployment/k8s/texera-helmchart/templates/example-data-loader-job.yaml
similarity index 100%
rename from
deployment/k8s/texera-helmchart/templates/example-data-loader-job.yaml
rename to
bin/deployment/k8s/texera-helmchart/templates/example-data-loader-job.yaml
diff --git a/deployment/k8s/texera-helmchart/templates/external-names.yaml
b/bin/deployment/k8s/texera-helmchart/templates/external-names.yaml
similarity index 100%
rename from deployment/k8s/texera-helmchart/templates/external-names.yaml
rename to bin/deployment/k8s/texera-helmchart/templates/external-names.yaml
diff --git
a/deployment/k8s/texera-helmchart/templates/file-service-deployment.yaml
b/bin/deployment/k8s/texera-helmchart/templates/file-service-deployment.yaml
similarity index 100%
rename from
deployment/k8s/texera-helmchart/templates/file-service-deployment.yaml
rename to
bin/deployment/k8s/texera-helmchart/templates/file-service-deployment.yaml
diff --git
a/deployment/k8s/texera-helmchart/templates/file-service-service.yaml
b/bin/deployment/k8s/texera-helmchart/templates/file-service-service.yaml
similarity index 100%
rename from deployment/k8s/texera-helmchart/templates/file-service-service.yaml
rename to
bin/deployment/k8s/texera-helmchart/templates/file-service-service.yaml
diff --git a/deployment/k8s/texera-helmchart/templates/ingress.yaml
b/bin/deployment/k8s/texera-helmchart/templates/ingress.yaml
similarity index 100%
rename from deployment/k8s/texera-helmchart/templates/ingress.yaml
rename to bin/deployment/k8s/texera-helmchart/templates/ingress.yaml
diff --git a/deployment/k8s/texera-helmchart/templates/lakefs-secret.yaml
b/bin/deployment/k8s/texera-helmchart/templates/lakefs-secret.yaml
similarity index 100%
rename from deployment/k8s/texera-helmchart/templates/lakefs-secret.yaml
rename to bin/deployment/k8s/texera-helmchart/templates/lakefs-secret.yaml
diff --git a/deployment/k8s/texera-helmchart/templates/lakefs-setup-job.yaml
b/bin/deployment/k8s/texera-helmchart/templates/lakefs-setup-job.yaml
similarity index 100%
rename from deployment/k8s/texera-helmchart/templates/lakefs-setup-job.yaml
rename to bin/deployment/k8s/texera-helmchart/templates/lakefs-setup-job.yaml
diff --git a/deployment/k8s/texera-helmchart/templates/minio-ingress.yaml
b/bin/deployment/k8s/texera-helmchart/templates/minio-ingress.yaml
similarity index 100%
rename from deployment/k8s/texera-helmchart/templates/minio-ingress.yaml
rename to bin/deployment/k8s/texera-helmchart/templates/minio-ingress.yaml
diff --git a/deployment/k8s/texera-helmchart/templates/minio-persistence.yaml
b/bin/deployment/k8s/texera-helmchart/templates/minio-persistence.yaml
similarity index 100%
rename from deployment/k8s/texera-helmchart/templates/minio-persistence.yaml
rename to bin/deployment/k8s/texera-helmchart/templates/minio-persistence.yaml
diff --git
a/deployment/k8s/texera-helmchart/templates/postgresql-init-script-config.yaml
b/bin/deployment/k8s/texera-helmchart/templates/postgresql-init-script-config.yaml
similarity index 100%
rename from
deployment/k8s/texera-helmchart/templates/postgresql-init-script-config.yaml
rename to
bin/deployment/k8s/texera-helmchart/templates/postgresql-init-script-config.yaml
diff --git
a/deployment/k8s/texera-helmchart/templates/postgresql-persistence.yaml
b/bin/deployment/k8s/texera-helmchart/templates/postgresql-persistence.yaml
similarity index 100%
rename from
deployment/k8s/texera-helmchart/templates/postgresql-persistence.yaml
rename to
bin/deployment/k8s/texera-helmchart/templates/postgresql-persistence.yaml
diff --git a/deployment/k8s/texera-helmchart/templates/pylsp.yaml
b/bin/deployment/k8s/texera-helmchart/templates/pylsp.yaml
similarity index 100%
rename from deployment/k8s/texera-helmchart/templates/pylsp.yaml
rename to bin/deployment/k8s/texera-helmchart/templates/pylsp.yaml
diff --git
a/deployment/k8s/texera-helmchart/templates/shared-editing-server.yaml
b/bin/deployment/k8s/texera-helmchart/templates/shared-editing-server.yaml
similarity index 100%
rename from deployment/k8s/texera-helmchart/templates/shared-editing-server.yaml
rename to
bin/deployment/k8s/texera-helmchart/templates/shared-editing-server.yaml
diff --git
a/deployment/k8s/texera-helmchart/templates/webserver-deployment.yaml
b/bin/deployment/k8s/texera-helmchart/templates/webserver-deployment.yaml
similarity index 100%
rename from deployment/k8s/texera-helmchart/templates/webserver-deployment.yaml
rename to
bin/deployment/k8s/texera-helmchart/templates/webserver-deployment.yaml
diff --git a/deployment/k8s/texera-helmchart/templates/webserver-service.yaml
b/bin/deployment/k8s/texera-helmchart/templates/webserver-service.yaml
similarity index 100%
rename from deployment/k8s/texera-helmchart/templates/webserver-service.yaml
rename to bin/deployment/k8s/texera-helmchart/templates/webserver-service.yaml
diff --git
a/deployment/k8s/texera-helmchart/templates/workflow-compiling-service-deployment.yaml
b/bin/deployment/k8s/texera-helmchart/templates/workflow-compiling-service-deployment.yaml
similarity index 100%
rename from
deployment/k8s/texera-helmchart/templates/workflow-compiling-service-deployment.yaml
rename to
bin/deployment/k8s/texera-helmchart/templates/workflow-compiling-service-deployment.yaml
diff --git
a/deployment/k8s/texera-helmchart/templates/workflow-compiling-service-service.yaml
b/bin/deployment/k8s/texera-helmchart/templates/workflow-compiling-service-service.yaml
similarity index 100%
rename from
deployment/k8s/texera-helmchart/templates/workflow-compiling-service-service.yaml
rename to
bin/deployment/k8s/texera-helmchart/templates/workflow-compiling-service-service.yaml
diff --git
a/deployment/k8s/texera-helmchart/templates/workflow-computing-unit-manager-deployment.yaml
b/bin/deployment/k8s/texera-helmchart/templates/workflow-computing-unit-manager-deployment.yaml
similarity index 100%
rename from
deployment/k8s/texera-helmchart/templates/workflow-computing-unit-manager-deployment.yaml
rename to
bin/deployment/k8s/texera-helmchart/templates/workflow-computing-unit-manager-deployment.yaml
diff --git
a/deployment/k8s/texera-helmchart/templates/workflow-computing-unit-manager-service-account.yaml
b/bin/deployment/k8s/texera-helmchart/templates/workflow-computing-unit-manager-service-account.yaml
similarity index 100%
rename from
deployment/k8s/texera-helmchart/templates/workflow-computing-unit-manager-service-account.yaml
rename to
bin/deployment/k8s/texera-helmchart/templates/workflow-computing-unit-manager-service-account.yaml
diff --git
a/deployment/k8s/texera-helmchart/templates/workflow-computing-unit-manager-service.yaml
b/bin/deployment/k8s/texera-helmchart/templates/workflow-computing-unit-manager-service.yaml
similarity index 100%
rename from
deployment/k8s/texera-helmchart/templates/workflow-computing-unit-manager-service.yaml
rename to
bin/deployment/k8s/texera-helmchart/templates/workflow-computing-unit-manager-service.yaml
diff --git
a/deployment/k8s/texera-helmchart/templates/workflow-computing-unit-master-prepull-daemonset.yaml
b/bin/deployment/k8s/texera-helmchart/templates/workflow-computing-unit-master-prepull-daemonset.yaml
similarity index 100%
rename from
deployment/k8s/texera-helmchart/templates/workflow-computing-unit-master-prepull-daemonset.yaml
rename to
bin/deployment/k8s/texera-helmchart/templates/workflow-computing-unit-master-prepull-daemonset.yaml
diff --git
a/deployment/k8s/texera-helmchart/templates/workflow-computing-unit-resource-quota.yaml
b/bin/deployment/k8s/texera-helmchart/templates/workflow-computing-unit-resource-quota.yaml
similarity index 100%
rename from
deployment/k8s/texera-helmchart/templates/workflow-computing-unit-resource-quota.yaml
rename to
bin/deployment/k8s/texera-helmchart/templates/workflow-computing-unit-resource-quota.yaml
diff --git
a/deployment/k8s/texera-helmchart/templates/workflow-computing-units-namespace.yaml
b/bin/deployment/k8s/texera-helmchart/templates/workflow-computing-units-namespace.yaml
similarity index 100%
rename from
deployment/k8s/texera-helmchart/templates/workflow-computing-units-namespace.yaml
rename to
bin/deployment/k8s/texera-helmchart/templates/workflow-computing-units-namespace.yaml
diff --git
a/deployment/k8s/texera-helmchart/templates/workflow-computing-units-service.yaml
b/bin/deployment/k8s/texera-helmchart/templates/workflow-computing-units-service.yaml
similarity index 100%
rename from
deployment/k8s/texera-helmchart/templates/workflow-computing-units-service.yaml
rename to
bin/deployment/k8s/texera-helmchart/templates/workflow-computing-units-service.yaml
diff --git a/deployment/k8s/texera-helmchart/values.yaml
b/bin/deployment/k8s/texera-helmchart/values.yaml
similarity index 100%
rename from deployment/k8s/texera-helmchart/values.yaml
rename to bin/deployment/k8s/texera-helmchart/values.yaml
diff --git a/deployment/merge-image-tags.sh b/bin/deployment/merge-image-tags.sh
similarity index 100%
rename from deployment/merge-image-tags.sh
rename to bin/deployment/merge-image-tags.sh
diff --git a/deployment/postgres17-pgroonga.dockerfile
b/bin/deployment/postgres17-pgroonga.dockerfile
similarity index 100%
rename from deployment/postgres17-pgroonga.dockerfile
rename to bin/deployment/postgres17-pgroonga.dockerfile
diff --git a/deployment/pylsp/Dockerfile b/bin/deployment/pylsp/Dockerfile
similarity index 100%
rename from deployment/pylsp/Dockerfile
rename to bin/deployment/pylsp/Dockerfile
diff --git a/deployment/pylsp/python-language-server.yaml
b/bin/deployment/pylsp/python-language-server.yaml
similarity index 100%
rename from deployment/pylsp/python-language-server.yaml
rename to bin/deployment/pylsp/python-language-server.yaml
diff --git a/deployment/pylsp/run_pylsp.sh b/bin/deployment/pylsp/run_pylsp.sh
similarity index 100%
rename from deployment/pylsp/run_pylsp.sh
rename to bin/deployment/pylsp/run_pylsp.sh
diff --git a/deployment/single-node/.env b/bin/deployment/single-node/.env
similarity index 100%
rename from deployment/single-node/.env
rename to bin/deployment/single-node/.env
diff --git a/deployment/single-node/README.md
b/bin/deployment/single-node/README.md
similarity index 100%
rename from deployment/single-node/README.md
rename to bin/deployment/single-node/README.md
diff --git a/deployment/single-node/docker-compose.yml
b/bin/deployment/single-node/docker-compose.yml
similarity index 100%
rename from deployment/single-node/docker-compose.yml
rename to bin/deployment/single-node/docker-compose.yml
diff --git a/deployment/single-node/nginx.conf
b/bin/deployment/single-node/nginx.conf
similarity index 100%
rename from deployment/single-node/nginx.conf
rename to bin/deployment/single-node/nginx.conf
diff --git a/deployment/texera-web-application.dockerfile
b/bin/deployment/texera-web-application.dockerfile
similarity index 100%
rename from deployment/texera-web-application.dockerfile
rename to bin/deployment/texera-web-application.dockerfile
diff --git a/deployment/workflow-compiling-service.dockerfile
b/bin/deployment/workflow-compiling-service.dockerfile
similarity index 100%
rename from deployment/workflow-compiling-service.dockerfile
rename to bin/deployment/workflow-compiling-service.dockerfile
diff --git a/deployment/workflow-computing-unit-managing-service.dockerfile
b/bin/deployment/workflow-computing-unit-managing-service.dockerfile
similarity index 100%
rename from deployment/workflow-computing-unit-managing-service.dockerfile
rename to bin/deployment/workflow-computing-unit-managing-service.dockerfile
diff --git a/deployment/y-websocket-server/Dockerfile
b/bin/deployment/y-websocket-server/Dockerfile
similarity index 100%
rename from deployment/y-websocket-server/Dockerfile
rename to bin/deployment/y-websocket-server/Dockerfile
diff --git a/deployment/y-websocket-server/package.json
b/bin/deployment/y-websocket-server/package.json
similarity index 100%
rename from deployment/y-websocket-server/package.json
rename to bin/deployment/y-websocket-server/package.json