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

linxinyuan pushed a commit to branch xiaozhen-sync-region-kill
in repository https://gitbox.apache.org/repos/asf/texera.git

commit 4fbb195abaf710f5e7d2da87b65521a09031a49a
Merge: 4063cefa8b 465b850383
Author: Xinyuan Lin <[email protected]>
AuthorDate: Tue Mar 3 23:32:56 2026 -0800

    Merge branch 'main' into xiaozhen-sync-region-kill

 .github/workflows/build-and-push-images.yml        |    2 +-
 .github/workflows/create-release-candidate.yml     |    6 +
 .../access-control-service-web-config.yaml         |    7 +-
 .../src/main/resources/logback.xml                 |    2 +-
 .../texera/service/AccessControlService.scala      |   14 +-
 .../resources/computing-unit-master-config.yml     |    8 +-
 amber/src/main/resources/logback.xml               |    2 +-
 .../texera-compiling-service-web-config.yml        |    5 +-
 amber/src/main/resources/web-config.yml            |    5 +-
 .../apache/texera/web/ComputingUnitMaster.scala    |   35 +
 .../apache/texera/web/TexeraWebApplication.scala   |   36 +-
 .../web/service/ExecutionResultService.scala       |    3 +-
 bin/single-node/.env                               |   15 +-
 bin/single-node/docker-compose.yml                 |   79 +-
 .../examples/datasets/iris-species/Iris.csv        |  151 +++
 .../examples/datasets/iris-species/description.txt |    1 +
 .../popular-movies-of-imdb/TMDb_updated.csv        | 1002 ++++++++++++++++++++
 .../popular-movies-of-imdb/description.txt         |    1 +
 bin/single-node/examples/load-examples.sh          |  288 ++++++
 ...xample] Data Exploration on Movies Dataset.json |  652 +++++++++++++
 ...[Example] Machine Learning on Iris Dataset.json |  800 ++++++++++++++++
 bin/single-node/nginx.conf                         |   16 +-
 common/auth/build.sbt                              |    4 +-
 .../apache/texera/auth/RequestLoggingFilter.scala  |   64 ++
 common/config/src/main/resources/cluster.conf      |    1 +
 .../computing-unit-managing-service-config.yaml    |    7 +-
 .../service/ComputingUnitManagingService.scala     |   14 +-
 .../main/resources/config-service-web-config.yaml  |    7 +-
 .../org/apache/texera/service/ConfigService.scala  |   13 +-
 .../main/resources/file-service-web-config.yaml    |    7 +-
 .../org/apache/texera/service/FileService.scala    |   14 +-
 .../workflow-compiling-service-config.yaml         |    7 +-
 .../texera/service/WorkflowCompilingService.scala  |   32 +
 33 files changed, 3235 insertions(+), 65 deletions(-)

Reply via email to