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 46f3147873 test(amber): add live end-to-end loop integration tests
add 23c5fd2c13 chore(asf): remove non-public team from bypass and grant
v1.2 release manager (#5354)
add 8aa81af74f chore(deps-dev): bump @vitest/browser from 4.1.5 to 4.1.6
in /frontend (#5356)
add 6d604f3409 fix(amber): regenerate Python proto bindings on local sbt
build (#5358)
add af664995e7 fix(frontend): stop forum login from looping when Flarum
auth fails (#5311)
add 12d1d60fbd ci: auto-sync docs/ to the website on doc changes (#5308)
add 7a6c22a09b test(frontend): cover HubWorkflowDetailComponent (#5236)
add 5976d3da1a Merge branch 'main' into xinyuan-loop-feb
No new revisions were added by this update.
Summary of changes:
.asf.yaml | 5 +-
.github/workflows/sync-docs-to-site.yml | 202 ++++++++++
amber/build.sbt | 21 +
amber/src/main/python/texera_run_python_worker.py | 15 +-
frontend/package.json | 8 +-
.../component/dashboard.component.spec.ts | 67 +++-
.../app/dashboard/component/dashboard.component.ts | 12 +-
.../detail/hub-workflow-detail.component.spec.ts | 442 +++++++++++++++++++++
.../detail/hub-workflow-detail.component.ts | 6 +-
frontend/yarn.lock | 154 +++----
10 files changed, 842 insertions(+), 90 deletions(-)
create mode 100644 .github/workflows/sync-docs-to-site.yml
create mode 100644
frontend/src/app/hub/component/workflow/detail/hub-workflow-detail.component.spec.ts