This is an automated email from the ASF dual-hosted git repository.

linxinyuan pushed a change to branch xinyuan-region-gui
in repository https://gitbox.apache.org/repos/asf/texera.git


    from c23a61ae6b Merge branch 'main' into xinyuan-region-gui
     add ddad0157d0 fix: restructure bin/deployment and update Dockerfiles for 
new repository structure (#3892)
     add b7d72c717f feat(frontend): introduce dropdown menu for layers (#3898)
     add 84f369eeb7 Merge branch 'main' into xinyuan-region-gui

No new revisions were added by this update.

Summary of changes:
 bin/{deployment => }/README.md                     | 18 +++++-----
 .../access-control-service.dockerfile              | 24 +++++++------
 bin/{deployment/build-all.sh => build-images.sh}   |  0
 .../computing-unit-master.dockerfile               | 34 +++++++++---------
 .../computing-unit-worker.dockerfile               | 28 ++++++++-------
 bin/{deployment => }/config-service.dockerfile     | 26 +++++++-------
 .../files/iceberg_postgres_catalog.sql             |  1 -
 .../k8s/texera-helmchart/files/texera_ddl.sql      |  1 -
 .../k8s/texera-helmchart/files/texera_lakefs.sql   |  1 -
 bin/{deployment => }/file-service.dockerfile       | 22 ++++++------
 .../k8s/texera-helmchart => k8s}/Chart.yaml        |  0
 bin/{deployment => }/k8s/README.md                 |  0
 bin/k8s/files/iceberg_postgres_catalog.sql         |  1 +
 bin/k8s/files/texera_ddl.sql                       |  1 +
 bin/k8s/files/texera_lakefs.sql                    |  1 +
 .../access-control-service-deployment.yaml         |  0
 .../templates/access-control-service-service.yaml  |  0
 .../templates/config-service-deployment.yaml       |  0
 .../templates/config-service-service.yaml          |  0
 .../templates/envoy-config.yaml                    |  0
 .../templates/envoy-deployment.yaml                |  0
 .../templates/envoy-service.yaml                   |  0
 .../templates/example-data-loader-job.yaml         |  0
 .../templates/external-names.yaml                  |  0
 .../templates/file-service-deployment.yaml         |  0
 .../templates/file-service-service.yaml            |  0
 .../templates/ingress.yaml                         |  0
 .../templates/lakefs-secret.yaml                   |  0
 .../templates/lakefs-setup-job.yaml                |  0
 .../templates/minio-ingress.yaml                   |  0
 .../templates/minio-persistence.yaml               |  0
 .../templates/postgresql-init-script-config.yaml   |  0
 .../templates/postgresql-persistence.yaml          |  0
 .../texera-helmchart => k8s}/templates/pylsp.yaml  |  0
 .../templates/shared-editing-server.yaml           |  0
 .../templates/webserver-deployment.yaml            |  0
 .../templates/webserver-service.yaml               |  0
 .../workflow-compiling-service-deployment.yaml     |  0
 .../workflow-compiling-service-service.yaml        |  0
 ...workflow-computing-unit-manager-deployment.yaml |  0
 ...low-computing-unit-manager-service-account.yaml |  0
 .../workflow-computing-unit-manager-service.yaml   |  0
 ...ow-computing-unit-master-prepull-daemonset.yaml |  0
 .../workflow-computing-unit-resource-quota.yaml    |  0
 .../workflow-computing-units-namespace.yaml        |  0
 .../workflow-computing-units-service.yaml          |  0
 .../k8s/texera-helmchart => k8s}/values.yaml       |  0
 bin/{deployment => }/merge-image-tags.sh           |  0
 .../postgres17-pgroonga.dockerfile                 |  0
 bin/{deployment => }/pylsp/Dockerfile              |  0
 .../pylsp/python-language-server.yaml              |  0
 bin/{deployment => }/pylsp/run_pylsp.sh            |  0
 bin/{deployment => }/single-node/.env              |  0
 bin/{deployment => }/single-node/README.md         |  0
 .../single-node/docker-compose.yml                 |  0
 bin/{deployment => }/single-node/nginx.conf        |  0
 .../texera-web-application.dockerfile              | 42 +++++++++++-----------
 .../workflow-compiling-service.dockerfile          | 24 +++++++------
 ...flow-computing-unit-managing-service.dockerfile | 26 +++++++-------
 bin/{deployment => }/y-websocket-server/Dockerfile |  0
 .../y-websocket-server/package.json                |  0
 frontend/src/app/app.module.ts                     |  2 ++
 .../component/left-panel/left-panel.component.scss |  1 -
 .../workspace/component/menu/menu.component.html   | 22 ++++++++++++
 .../app/workspace/component/menu/menu.component.ts | 11 ++----
 .../property-editor/property-editor.component.scss |  1 -
 .../result-panel/result-panel.component.scss       |  1 -
 .../workspace/component/workspace.component.scss   |  1 -
 frontend/src/styles.scss                           |  4 +++
 69 files changed, 163 insertions(+), 130 deletions(-)
 rename bin/{deployment => }/README.md (55%)
 rename bin/{deployment => }/access-control-service.dockerfile (68%)
 rename bin/{deployment/build-all.sh => build-images.sh} (100%)
 rename bin/{deployment => }/computing-unit-master.dockerfile (77%)
 rename bin/{deployment => }/computing-unit-worker.dockerfile (71%)
 rename bin/{deployment => }/config-service.dockerfile (67%)
 delete mode 120000 
bin/deployment/k8s/texera-helmchart/files/iceberg_postgres_catalog.sql
 delete mode 120000 bin/deployment/k8s/texera-helmchart/files/texera_ddl.sql
 delete mode 120000 bin/deployment/k8s/texera-helmchart/files/texera_lakefs.sql
 rename bin/{deployment => }/file-service.dockerfile (72%)
 rename bin/{deployment/k8s/texera-helmchart => k8s}/Chart.yaml (100%)
 rename bin/{deployment => }/k8s/README.md (100%)
 create mode 120000 bin/k8s/files/iceberg_postgres_catalog.sql
 create mode 120000 bin/k8s/files/texera_ddl.sql
 create mode 120000 bin/k8s/files/texera_lakefs.sql
 rename bin/{deployment/k8s/texera-helmchart => 
k8s}/templates/access-control-service-deployment.yaml (100%)
 rename bin/{deployment/k8s/texera-helmchart => 
k8s}/templates/access-control-service-service.yaml (100%)
 rename bin/{deployment/k8s/texera-helmchart => 
k8s}/templates/config-service-deployment.yaml (100%)
 rename bin/{deployment/k8s/texera-helmchart => 
k8s}/templates/config-service-service.yaml (100%)
 rename bin/{deployment/k8s/texera-helmchart => 
k8s}/templates/envoy-config.yaml (100%)
 rename bin/{deployment/k8s/texera-helmchart => 
k8s}/templates/envoy-deployment.yaml (100%)
 rename bin/{deployment/k8s/texera-helmchart => 
k8s}/templates/envoy-service.yaml (100%)
 rename bin/{deployment/k8s/texera-helmchart => 
k8s}/templates/example-data-loader-job.yaml (100%)
 rename bin/{deployment/k8s/texera-helmchart => 
k8s}/templates/external-names.yaml (100%)
 rename bin/{deployment/k8s/texera-helmchart => 
k8s}/templates/file-service-deployment.yaml (100%)
 rename bin/{deployment/k8s/texera-helmchart => 
k8s}/templates/file-service-service.yaml (100%)
 rename bin/{deployment/k8s/texera-helmchart => k8s}/templates/ingress.yaml 
(100%)
 rename bin/{deployment/k8s/texera-helmchart => 
k8s}/templates/lakefs-secret.yaml (100%)
 rename bin/{deployment/k8s/texera-helmchart => 
k8s}/templates/lakefs-setup-job.yaml (100%)
 rename bin/{deployment/k8s/texera-helmchart => 
k8s}/templates/minio-ingress.yaml (100%)
 rename bin/{deployment/k8s/texera-helmchart => 
k8s}/templates/minio-persistence.yaml (100%)
 rename bin/{deployment/k8s/texera-helmchart => 
k8s}/templates/postgresql-init-script-config.yaml (100%)
 rename bin/{deployment/k8s/texera-helmchart => 
k8s}/templates/postgresql-persistence.yaml (100%)
 rename bin/{deployment/k8s/texera-helmchart => k8s}/templates/pylsp.yaml (100%)
 rename bin/{deployment/k8s/texera-helmchart => 
k8s}/templates/shared-editing-server.yaml (100%)
 rename bin/{deployment/k8s/texera-helmchart => 
k8s}/templates/webserver-deployment.yaml (100%)
 rename bin/{deployment/k8s/texera-helmchart => 
k8s}/templates/webserver-service.yaml (100%)
 rename bin/{deployment/k8s/texera-helmchart => 
k8s}/templates/workflow-compiling-service-deployment.yaml (100%)
 rename bin/{deployment/k8s/texera-helmchart => 
k8s}/templates/workflow-compiling-service-service.yaml (100%)
 rename bin/{deployment/k8s/texera-helmchart => 
k8s}/templates/workflow-computing-unit-manager-deployment.yaml (100%)
 rename bin/{deployment/k8s/texera-helmchart => 
k8s}/templates/workflow-computing-unit-manager-service-account.yaml (100%)
 rename bin/{deployment/k8s/texera-helmchart => 
k8s}/templates/workflow-computing-unit-manager-service.yaml (100%)
 rename bin/{deployment/k8s/texera-helmchart => 
k8s}/templates/workflow-computing-unit-master-prepull-daemonset.yaml (100%)
 rename bin/{deployment/k8s/texera-helmchart => 
k8s}/templates/workflow-computing-unit-resource-quota.yaml (100%)
 rename bin/{deployment/k8s/texera-helmchart => 
k8s}/templates/workflow-computing-units-namespace.yaml (100%)
 rename bin/{deployment/k8s/texera-helmchart => 
k8s}/templates/workflow-computing-units-service.yaml (100%)
 rename bin/{deployment/k8s/texera-helmchart => k8s}/values.yaml (100%)
 rename bin/{deployment => }/merge-image-tags.sh (100%)
 rename bin/{deployment => }/postgres17-pgroonga.dockerfile (100%)
 rename bin/{deployment => }/pylsp/Dockerfile (100%)
 rename bin/{deployment => }/pylsp/python-language-server.yaml (100%)
 rename bin/{deployment => }/pylsp/run_pylsp.sh (100%)
 rename bin/{deployment => }/single-node/.env (100%)
 rename bin/{deployment => }/single-node/README.md (100%)
 rename bin/{deployment => }/single-node/docker-compose.yml (100%)
 rename bin/{deployment => }/single-node/nginx.conf (100%)
 rename bin/{deployment => }/texera-web-application.dockerfile (61%)
 rename bin/{deployment => }/workflow-compiling-service.dockerfile (69%)
 rename bin/{deployment => 
}/workflow-computing-unit-managing-service.dockerfile (63%)
 rename bin/{deployment => }/y-websocket-server/Dockerfile (100%)
 rename bin/{deployment => }/y-websocket-server/package.json (100%)

Reply via email to