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

aglinxinyuan pushed a change to branch dependabot/sbt/org.jooq-jooq-3.21.6
in repository https://gitbox.apache.org/repos/asf/texera.git


    from 4b4a985794 fix(deps): cap org.jooq:jooq at 3.19.36 for Java 17 
compatibility
     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 f5c77295a9 refactor(pyamber): share receiver-batch construction in 
partitioners (#5989)
     add f4289a0d6d test(auth): add unit test coverage for JwtAuth, 
RequestLoggingFilter, and UserActivityTracker (#6093)
     add a6c85b3b19 fix(amber): log betterproto stderr as info to avoid false 
IDE build failures (#6245)
     add 11feedf5dc Merge branch 'main' into dependabot/sbt/org.jooq-jooq-3.21.6

No new revisions were added by this update.

Summary of changes:
 amber/build.sbt                                    |    2 +-
 .../hash_based_shuffle_partitioner.py              |   14 +-
 .../core/architecture/sendsemantics/partitioner.py |   12 +
 .../range_based_shuffle_partitioner.py             |   14 +-
 .../sendsemantics/round_robin_partitioner.py       |   15 +-
 .../scala/org/apache/texera/auth/JwtAuthSpec.scala |   85 ++
 .../texera/auth/RequestLoggingFilterSpec.scala     |   77 ++
 .../texera/auth/UserActivityTrackerSpec.scala      |   28 +
 .../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
 26 files changed, 3091 insertions(+), 78 deletions(-)
 create mode 100644 
common/auth/src/test/scala/org/apache/texera/auth/JwtAuthSpec.scala
 create mode 100644 
common/auth/src/test/scala/org/apache/texera/auth/RequestLoggingFilterSpec.scala
 create mode 100644 frontend/src/assets/sample-audio.wav
 create mode 100644 frontend/src/assets/sample-video.mp4

Reply via email to