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

github-merge-queue[bot] pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/texera.git


    from 387a31693b feat(frontend): truncate long operator descriptions with 
ellipsis and tooltip (#5677)
     new 84fe8179b7 refactor(engine): pass Python worker startup arguments by 
name (#5597)
     new 5869492324 test(frontend): add FormlyRepeatDndComponent unit tests 
(#5632)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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 ++++++++++++
 .../formly/repeat-dnd/repeat-dnd.component.spec.ts |  95 ++++++++++++
 5 files changed, 510 insertions(+), 62 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 
frontend/src/app/common/formly/repeat-dnd/repeat-dnd.component.spec.ts

Reply via email to