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

Yicong-Huang pushed a change to branch 
dependabot/npm_and_yarn/frontend/angular/core-21.2.17
in repository https://gitbox.apache.org/repos/asf/texera.git


    from 2762665850 chore(deps): update frontend license for Angular core
     add 2d216ef3c6 test(workflow-core): add unit test coverage for storage 
result + dataset models (#5699)
     add 4bf1233b37 chore(frontend): remove unused @ai-sdk/openai dependency 
(#5716)
     add 387a31693b feat(frontend): truncate long operator descriptions with 
ellipsis and tooltip (#5677)
     add 84fe8179b7 refactor(engine): pass Python worker startup arguments by 
name (#5597)
     add 5869492324 test(frontend): add FormlyRepeatDndComponent unit tests 
(#5632)
     add 6167493f9f chore(deps-dev): bump @vitest/browser from 4.1.6 to 4.1.8 
in /frontend (#5730)
     add 0f6f120f92 chore(deps): bump @angular/common from 21.2.10 to 21.2.17 
in /frontend (#5731)
     add 3b99969409 Merge branch 'main' into 
dependabot/npm_and_yarn/frontend/angular/core-21.2.17

No new revisions were added by this update.

Summary of changes:
 amber/src/main/python/texera_run_python_worker.py  | 130 +++++++++++-----
 .../pythonworker/PythonWorkflowWorker.scala        |  91 +++++++++---
 amber/src/test/python/test_run_python_worker.py    | 165 +++++++++++++++++++++
 .../PythonWorkflowWorkerStartupConfigSpec.scala    |  91 ++++++++++++
 .../result/OperatorResultMetadataSpec.scala        |  81 ++++++++++
 .../storage/result/WorkflowResultStoreSpec.scala   | 102 +++++++++++++
 frontend/LICENSE-binary                            |   2 +-
 frontend/package.json                              |   5 +-
 .../formly/repeat-dnd/repeat-dnd.component.spec.ts |  95 ++++++++++++
 .../operator-property-edit-frame.component.html    |   5 +-
 .../operator-property-edit-frame.component.scss    |   5 +
 .../operator-property-edit-frame.component.spec.ts |  46 ++++++
 frontend/yarn.lock                                 |  91 +++++++++---
 13 files changed, 822 insertions(+), 87 deletions(-)
 create mode 100644 amber/src/test/python/test_run_python_worker.py
 create mode 100644 
amber/src/test/scala/org/apache/texera/amber/engine/architecture/pythonworker/PythonWorkflowWorkerStartupConfigSpec.scala
 create mode 100644 
common/workflow-core/src/test/scala/org/apache/texera/amber/core/storage/result/OperatorResultMetadataSpec.scala
 create mode 100644 
common/workflow-core/src/test/scala/org/apache/texera/amber/core/storage/result/WorkflowResultStoreSpec.scala
 create mode 100644 
frontend/src/app/common/formly/repeat-dnd/repeat-dnd.component.spec.ts

Reply via email to