This is an automated email from the ASF dual-hosted git repository.
yiconghuang pushed a change to branch chore/rename-core-to-common
in repository https://gitbox.apache.org/repos/asf/texera.git
from 368da9253c fix: revert change
add 8071f29016 chore: move `deployment` to `bin/deployment` (#3883)
add 595e475f46 Merge branch 'main' into chore/rename-core-to-common
No new revisions were added by this update.
Summary of changes:
{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(-)
rename {deployment => bin/deployment}/README.md (100%)
rename {deployment => bin/deployment}/access-control-service.dockerfile (100%)
rename {deployment => bin/deployment}/build-all.sh (100%)
rename {deployment => bin/deployment}/computing-unit-master.dockerfile (100%)
rename {deployment => bin/deployment}/computing-unit-worker.dockerfile (100%)
rename {deployment => bin/deployment}/config-service.dockerfile (100%)
rename {deployment => bin/deployment}/file-service.dockerfile (100%)
rename {deployment => bin/deployment}/k8s/README.md (100%)
rename {deployment => bin/deployment}/k8s/texera-helmchart/Chart.yaml (100%)
rename {deployment =>
bin/deployment}/k8s/texera-helmchart/files/iceberg_postgres_catalog.sql (100%)
rename {deployment =>
bin/deployment}/k8s/texera-helmchart/files/texera_ddl.sql (100%)
rename {deployment =>
bin/deployment}/k8s/texera-helmchart/files/texera_lakefs.sql (100%)
rename {deployment =>
bin/deployment}/k8s/texera-helmchart/templates/access-control-service-deployment.yaml
(100%)
rename {deployment =>
bin/deployment}/k8s/texera-helmchart/templates/access-control-service-service.yaml
(100%)
rename {deployment =>
bin/deployment}/k8s/texera-helmchart/templates/config-service-deployment.yaml
(100%)
rename {deployment =>
bin/deployment}/k8s/texera-helmchart/templates/config-service-service.yaml
(100%)
rename {deployment =>
bin/deployment}/k8s/texera-helmchart/templates/envoy-config.yaml (100%)
rename {deployment =>
bin/deployment}/k8s/texera-helmchart/templates/envoy-deployment.yaml (100%)
rename {deployment =>
bin/deployment}/k8s/texera-helmchart/templates/envoy-service.yaml (100%)
rename {deployment =>
bin/deployment}/k8s/texera-helmchart/templates/example-data-loader-job.yaml
(100%)
rename {deployment =>
bin/deployment}/k8s/texera-helmchart/templates/external-names.yaml (100%)
rename {deployment =>
bin/deployment}/k8s/texera-helmchart/templates/file-service-deployment.yaml
(100%)
rename {deployment =>
bin/deployment}/k8s/texera-helmchart/templates/file-service-service.yaml (100%)
rename {deployment =>
bin/deployment}/k8s/texera-helmchart/templates/ingress.yaml (100%)
rename {deployment =>
bin/deployment}/k8s/texera-helmchart/templates/lakefs-secret.yaml (100%)
rename {deployment =>
bin/deployment}/k8s/texera-helmchart/templates/lakefs-setup-job.yaml (100%)
rename {deployment =>
bin/deployment}/k8s/texera-helmchart/templates/minio-ingress.yaml (100%)
rename {deployment =>
bin/deployment}/k8s/texera-helmchart/templates/minio-persistence.yaml (100%)
rename {deployment =>
bin/deployment}/k8s/texera-helmchart/templates/postgresql-init-script-config.yaml
(100%)
rename {deployment =>
bin/deployment}/k8s/texera-helmchart/templates/postgresql-persistence.yaml
(100%)
rename {deployment =>
bin/deployment}/k8s/texera-helmchart/templates/pylsp.yaml (100%)
rename {deployment =>
bin/deployment}/k8s/texera-helmchart/templates/shared-editing-server.yaml (100%)
rename {deployment =>
bin/deployment}/k8s/texera-helmchart/templates/webserver-deployment.yaml (100%)
rename {deployment =>
bin/deployment}/k8s/texera-helmchart/templates/webserver-service.yaml (100%)
rename {deployment =>
bin/deployment}/k8s/texera-helmchart/templates/workflow-compiling-service-deployment.yaml
(100%)
rename {deployment =>
bin/deployment}/k8s/texera-helmchart/templates/workflow-compiling-service-service.yaml
(100%)
rename {deployment =>
bin/deployment}/k8s/texera-helmchart/templates/workflow-computing-unit-manager-deployment.yaml
(100%)
rename {deployment =>
bin/deployment}/k8s/texera-helmchart/templates/workflow-computing-unit-manager-service-account.yaml
(100%)
rename {deployment =>
bin/deployment}/k8s/texera-helmchart/templates/workflow-computing-unit-manager-service.yaml
(100%)
rename {deployment =>
bin/deployment}/k8s/texera-helmchart/templates/workflow-computing-unit-master-prepull-daemonset.yaml
(100%)
rename {deployment =>
bin/deployment}/k8s/texera-helmchart/templates/workflow-computing-unit-resource-quota.yaml
(100%)
rename {deployment =>
bin/deployment}/k8s/texera-helmchart/templates/workflow-computing-units-namespace.yaml
(100%)
rename {deployment =>
bin/deployment}/k8s/texera-helmchart/templates/workflow-computing-units-service.yaml
(100%)
rename {deployment => bin/deployment}/k8s/texera-helmchart/values.yaml (100%)
rename {deployment => bin/deployment}/merge-image-tags.sh (100%)
rename {deployment => bin/deployment}/postgres17-pgroonga.dockerfile (100%)
rename {deployment => bin/deployment}/pylsp/Dockerfile (100%)
rename {deployment => bin/deployment}/pylsp/python-language-server.yaml (100%)
rename {deployment => bin/deployment}/pylsp/run_pylsp.sh (100%)
rename {deployment => bin/deployment}/single-node/.env (100%)
rename {deployment => bin/deployment}/single-node/README.md (100%)
rename {deployment => bin/deployment}/single-node/docker-compose.yml (100%)
rename {deployment => bin/deployment}/single-node/nginx.conf (100%)
rename {deployment => bin/deployment}/texera-web-application.dockerfile (100%)
rename {deployment => bin/deployment}/workflow-compiling-service.dockerfile
(100%)
rename {deployment =>
bin/deployment}/workflow-computing-unit-managing-service.dockerfile (100%)
rename {deployment => bin/deployment}/y-websocket-server/Dockerfile (100%)
rename {deployment => bin/deployment}/y-websocket-server/package.json (100%)