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 c6aba8b5eb add test cases
add 2565dadf95 feat(deployment): add agent-service and litellm to
single-node deployment (#4544)
add 20ef8254f2 refactor(ui): encapsulate OperatorMenuService state and add
subscription cleanup (#4530)
add d3d68efaf7 chore: simplify State as a JSON dictionary (#4488)
add 195fa3b688 Merge branch 'main' into xinyuan-state-materialization
add 481d7574b7 add test cases
add af1b059854 Merge branch 'xinyuan-state-materialization' into
xinyuan-loop-feb
No new revisions were added by this update.
Summary of changes:
.github/workflows/build-and-push-images.yml | 3 +
.../payload.py => bin/agent-service.dockerfile | 24 +--
bin/single-node/.env | 14 ++
bin/single-node/README.md | 71 ++++++++-
bin/single-node/docker-compose.yml | 46 +++++-
.../single-node/litellm-config.yaml | 14 +-
bin/single-node/nginx.conf | 27 ++++
.../org/apache/texera/amber/core/state/State.scala | 4 -
.../context-menu/context-menu.component.html | 24 +--
.../context-menu/context-menu.component.spec.ts | 6 +-
.../context-menu/context-menu.component.ts | 8 +
.../workflow-editor/workflow-editor.component.ts | 18 +--
.../operator-menu/operator-menu.service.spec.ts | 139 ++++++++++++++++++
.../service/operator-menu/operator-menu.service.ts | 162 +++++++++------------
14 files changed, 415 insertions(+), 145 deletions(-)
copy amber/src/main/python/core/models/payload.py =>
bin/agent-service.dockerfile (67%)
copy amber/src/main/python/core/util/customized_queue/__init__.py =>
bin/single-node/litellm-config.yaml (65%)