This is an automated email from the ASF dual-hosted git repository.
aglinxinyuan pushed a change to branch
dependabot/bun/agent-service/agent-service-patch-d4424b986a
in repository https://gitbox.apache.org/repos/asf/texera.git
from 7b7c855492 fix(deps, agent-service): bump the agent-service-patch group
add 7c135ee095 feat(workflow-operator): support COUNT(*) in the Aggregate
operator (#5896)
add e9b208ada3 feat(frontend): add task-aware field visibility and preview
to HuggingFace property editor (#5568)
add 7273d691de Merge branch 'main' into
dependabot/bun/agent-service/agent-service-patch-d4424b986a
No new revisions were added by this update.
Summary of changes:
.../amber/operator/aggregate/AggregateOpDesc.scala | 15 +-
.../amber/operator/aggregate/AggregateOpExec.scala | 15 +-
.../operator/aggregate/AggregationOperation.scala | 35 +-
.../huggingFace/codegen/ImageTaskCodegen.scala | 24 +-
.../operator/aggregate/AggregateOpDescSpec.scala | 46 +-
.../amber/operator/aggregate/AggregateOpSpec.scala | 59 +-
.../operators/data-cleaning/aggregate/aggregate.md | 6 +-
.../hugging-face-audio-upload.component.spec.ts | 93 ++
.../hugging-face-image-upload.component.spec.ts | 460 ++++++++
.../hugging-face/hugging-face.component.spec.ts | 218 ++++
.../operator-property-edit-frame.component.html | 82 ++
.../operator-property-edit-frame.component.scss | 127 +++
.../operator-property-edit-frame.component.spec.ts | 1206 +++++++++++++++++++-
.../operator-property-edit-frame.component.ts | 494 +++++++-
.../mock-operator-metadata.data.ts | 31 +
.../workflow-graph/model/mock-workflow-data.ts | 11 +
frontend/src/assets/sample-audio.wav | Bin 0 -> 170444 bytes
frontend/src/assets/sample-video.mp4 | Bin 0 -> 117816 bytes
18 files changed, 2882 insertions(+), 40 deletions(-)
create mode 100644 frontend/src/assets/sample-audio.wav
create mode 100644 frontend/src/assets/sample-video.mp4