This is an automated email from the ASF dual-hosted git repository. Xiao-zhen-Liu pushed a commit to branch xiaozhen-caching-prototype in repository https://gitbox.apache.org/repos/asf/texera.git
commit fc68ad1f50153bf2e2f5bc46290bd92bca8485eb Merge: 2389dcb10f e8c1f5d474 Author: Xiaozhen Liu <[email protected]> AuthorDate: Tue Mar 17 12:07:45 2026 -0700 Merge branch 'refs/heads/main' into xiaozhen-caching-prototype .github/workflows/build-and-push-images.yml | 2 +- .licenserc.yaml | 1 + DISCLAIMER | 10 -- DISCLAIMER-WIP | 23 ++++ amber/requirements.txt | 4 +- .../architecture/controller/Controller.scala | 3 +- .../texera/web/ServletAwareConfigurator.scala | 9 +- bin/access-control-service.dockerfile | 3 + bin/computing-unit-master.dockerfile | 3 + bin/computing-unit-worker.dockerfile | 3 + bin/config-service.dockerfile | 3 + bin/file-service.dockerfile | 3 + bin/texera-web-application.dockerfile | 3 + bin/workflow-compiling-service.dockerfile | 3 + ...flow-computing-unit-managing-service.dockerfile | 3 + build.sbt | 33 +++++- .../texera/amber/core/workflow/PhysicalOp.scala | 4 +- .../jackson/jsonSchema/JsonSchemaGenerator.scala | 37 ++++-- frontend/custom-webpack.config.js | 4 +- .../src/app/common/service/user/auth.service.ts | 6 +- .../src/app/common/type/generic-web-response.ts | 5 +- .../user/user-workflow/user-workflow.component.ts | 3 + .../workspace/component/menu/menu.component.html | 8 ++ .../app/workspace/component/menu/menu.component.ts | 39 +++++++ .../workspace/types/shared-editing.interface.ts | 125 +++++++++++++++++---- 25 files changed, 273 insertions(+), 67 deletions(-)
