This is an automated email from the ASF dual-hosted git repository.
aglinxinyuan pushed a change to branch xinyuan-loop-feb
in repository https://gitbox.apache.org/repos/asf/texera.git
from ff3a9d14b4 fix(amber): IfOpExec uses State.values map after state
refactor
add 8a4f2ddf5d perf(ci): trim redundant scala compile and reorder for
early lint failure (#4638)
add 382ebc21b7 feat(ci): gate stacks on a label-to-stacks map (#4640)
add 04a10597d3 feat(ci): split agent-service out of the service label
(#4641)
add 61ce334cb2 fix(ci): bump sbt/setup-sbt to v1.1.22 in generate-jooq job
(#4644)
add a0e1d22dd9 feat(ci): wire Build stacks to Codecov tokenless (#4646)
add c2af3b8fea fix(backend): add missing backend handler for dataset
rename (#4416)
add 58b1248615 Merge branch 'main' into xinyuan-state-materialization
add 0bfbf616d9 feat(engine): add jump-to-operator support (#4444)
add 592e6a3030 chore: trim issue templates (#4656)
add 5c7dac80cf fix(ci): label root scala build files and .asf.yaml so the
right stacks run (#4654)
add d3d17b0b0d chore(asf): require conversation resolution before merge
(#4660)
add 69f3aea33a fix(ci): generate the coverage files Codecov uploads expect
(#4649)
add 32c7d84c76 Merge branch 'main' into xinyuan-state-materialization
add dc74a72943 Merge branch 'xinyuan-state-materialization' into
xinyuan-loop-feb
No new revisions were added by this update.
Summary of changes:
.asf.yaml | 1 +
.github/ISSUE_TEMPLATE/bug-template.yaml | 10 +-
.github/ISSUE_TEMPLATE/feature-template.yaml | 14 ---
.github/ISSUE_TEMPLATE/task-template.yaml | 19 +--
.github/labeler.yml | 21 +++-
.github/workflows/build-and-push-images.yml | 2 +-
.github/workflows/build.yml | 129 ++++++++++++++-------
.github/workflows/required-checks.yml | 70 +++++++----
amber/{.scalafmt.conf => dev-requirements.txt} | 13 ++-
.../JumpToOperatorRegionHandler.scala | 16 +--
.../WorkflowExecutionCoordinatorSpec.scala | 17 +--
build.sbt | 15 ++-
.../texera/service/resource/DatasetResource.scala | 25 ++++
.../service/resource/DatasetResourceSpec.scala | 70 +++++++++++
frontend/karma.conf.js | 8 +-
frontend/package.json | 2 +
frontend/yarn.lock | 125 +++++++++++++++++++-
project/plugins.sbt | 5 +
18 files changed, 431 insertions(+), 131 deletions(-)
copy amber/{.scalafmt.conf => dev-requirements.txt} (68%)