This is an automated email from the ASF dual-hosted git repository.
aglinxinyuan pushed a change to branch xinyuan-state-materialization
in repository https://gitbox.apache.org/repos/asf/texera.git
from fb1e038618 test(python): cover state-reader run() block and
DocumentFactory routing
add 254faf8eac fix(ci): drop strict BEHIND filter in AutoQueue, iterate
candidates (#4678)
add de64d70639 fix(ci): include litellm-config.yaml in RC docker-compose
bundle (#4652)
add cfe472e9c9 chore(licensing): per-module LICENSE/NOTICE binaries with
per-image concat (#4668)
add 7811115ade ci: push backports with AUTO_MERGE_TOKEN to retrigger
release-branch CI (#4676)
add 598ed0f7f0 test(amber): drop stale Thread.sleep(1000) after COMPLETED
state (#4680)
add b98c863127 chore(licensing): add --ignore-transitive-version flag and
use it on PR builds (#4693)
add 6cf43225a5 refactor(ci): split scala job into amber + platform matrix
(#4632)
add e3d96b0d83 chore(ci): upgrade actions to Node.js 24 runtimes (#4648)
add 6b7e8cf7ce test(pyamber): add unit tests for DatasetFileDocument
(#4702)
add 6ed78dd49b chore(ci): add codecov.yml — carryforward, ignore
generated/test paths, loosen status checks (#4690)
add 09715e1c46 docs: add Codecov coverage badge to README (#4714)
add a5b895715e fix(ci): place "(backported from commit X)" before trailers
in backport message (#4696)
add 3d160b9f4f Merge branch 'main' into xinyuan-state-materialization
No new revisions were added by this update.
Summary of changes:
.github/labeler.yml | 16 +-
.github/workflows/auto-assign.yml | 4 +-
.github/workflows/auto-queue.yml | 158 ++++-
.../automatic-email-notif-on-ddl-change.yml | 2 +-
.github/workflows/build-and-push-images.yml | 28 +-
.github/workflows/build.yml | 195 +++++--
.github/workflows/check-header.yml | 2 +-
.github/workflows/create-release-candidate.yml | 7 +-
.github/workflows/direct-backport-push.yml | 51 +-
.github/workflows/issue-triage.yml | 4 +-
.github/workflows/lint-pr.yml | 2 +-
.github/workflows/required-checks.yml | 69 ++-
.licenserc.yaml | 8 +-
README.md | 1 +
.../LICENSE-binary | 284 +++++----
.../NOTICE-binary | 491 ----------------
access-control-service/build.sbt | 4 +-
.../LICENSE-binary | 117 +++-
LICENSE-binary => amber/LICENSE-binary-java | 544 +----------------
.../LICENSE-binary-python | 259 +++++----
NOTICE-binary => amber/NOTICE-binary | 386 ------------
amber/build.sbt | 8 +-
.../pytexera/storage/test_dataset_file_document.py | 192 ++++++
.../amber/engine/e2e/DataProcessingSpec.scala | 2 -
.../amber/engine/e2e/ReconfigurationSpec.scala | 2 -
bin/access-control-service.dockerfile | 6 +-
bin/agent-service.dockerfile | 4 +-
bin/computing-unit-master.dockerfile | 20 +-
bin/computing-unit-worker.dockerfile | 20 +-
bin/config-service.dockerfile | 6 +-
bin/file-service.dockerfile | 6 +-
bin/licensing/check_binary_deps.py | 336 ++++++++++-
bin/licensing/concat_license_binary.py | 327 +++++++++++
bin/texera-web-application.dockerfile | 24 +-
bin/workflow-compiling-service.dockerfile | 6 +-
...flow-computing-unit-managing-service.dockerfile | 6 +-
codecov.yml | 62 ++
.../LICENSE-binary | 605 +------------------
.../NOTICE-binary | 215 -------
computing-unit-managing-service/build.sbt | 4 +-
.../LICENSE-binary | 286 +++++----
NOTICE-binary => config-service/NOTICE-binary | 491 ----------------
config-service/build.sbt | 4 +-
LICENSE-binary => file-service/LICENSE-binary | 644 +--------------------
NOTICE-binary => file-service/NOTICE-binary | 230 --------
file-service/build.sbt | 4 +-
.../LICENSE-iceberg.txt => frontend/LICENSE-binary | 271 +++++----
project/AddMetaInfLicenseFiles.scala | 19 +-
.../LICENSE-binary | 635 +-------------------
.../NOTICE-binary | 164 ------
workflow-compiling-service/build.sbt | 4 +-
51 files changed, 2175 insertions(+), 5060 deletions(-)
copy licenses/LICENSE-iceberg.txt => access-control-service/LICENSE-binary
(55%)
copy NOTICE-binary => access-control-service/NOTICE-binary (74%)
copy licenses/LICENSE-hadoop-shaded.txt => agent-service/LICENSE-binary (77%)
copy LICENSE-binary => amber/LICENSE-binary-java (65%)
copy licenses/LICENSE-iceberg.txt => amber/LICENSE-binary-python (74%)
copy NOTICE-binary => amber/NOTICE-binary (82%)
create mode 100644
amber/src/main/python/pytexera/storage/test_dataset_file_document.py
create mode 100755 bin/licensing/concat_license_binary.py
create mode 100644 codecov.yml
copy LICENSE-binary => computing-unit-managing-service/LICENSE-binary (60%)
copy NOTICE-binary => computing-unit-managing-service/NOTICE-binary (88%)
copy licenses/LICENSE-iceberg.txt => config-service/LICENSE-binary (54%)
copy NOTICE-binary => config-service/NOTICE-binary (74%)
copy LICENSE-binary => file-service/LICENSE-binary (56%)
copy NOTICE-binary => file-service/NOTICE-binary (87%)
copy licenses/LICENSE-iceberg.txt => frontend/LICENSE-binary (68%)
rename LICENSE-binary => workflow-compiling-service/LICENSE-binary (57%)
rename NOTICE-binary => workflow-compiling-service/NOTICE-binary (91%)