This is an automated email from the ASF dual-hosted git repository.
github-merge-queue[bot] pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/texera.git
from 564ccdbfd5 test(frontend): add spec for GoogleAuthService (#5457)
add ad10b7f2b3 fix(frontend): clean up websocket state when returning to
the dashboard (#5565)
No new revisions were added by this update.
Summary of changes:
.../computing-unit-status.service.spec.ts | 146 +++++++++++++++++++++
.../computing-unit-status.service.ts | 34 +++++
.../result-panel/result-panel.component.spec.ts | 21 +++
.../result-panel/result-panel.component.ts | 17 +++
.../component/workspace.component.spec.ts | 41 +++++-
.../app/workspace/component/workspace.component.ts | 28 +++-
.../execute-workflow.service.spec.ts | 15 +++
.../execute-workflow/execute-workflow.service.ts | 10 ++
.../workflow-console.service.spec.ts | 13 ++
.../workflow-console/workflow-console.service.ts | 9 ++
.../workflow-result.service.spec.ts | 27 ++++
.../workflow-result/workflow-result.service.ts | 22 ++++
.../workflow-websocket.service.spec.ts | 8 ++
.../workflow-websocket.service.ts | 2 +
14 files changed, 391 insertions(+), 2 deletions(-)
create mode 100644
frontend/src/app/common/service/computing-unit/computing-unit-status/computing-unit-status.service.spec.ts