This is an automated email from the ASF dual-hosted git repository.
mengw15 pushed a change to branch meng-fix-single-node-sql-path
in repository https://gitbox.apache.org/repos/asf/texera.git
from 30205d4f2e Merge branch 'main' into meng-fix-single-node-sql-path
add 407a91fa65 refactor(frontend): move shared computing unit types and
services to `frontend/src/app/common` (#4358)
add 932b72f5d9 Merge branch 'main' into meng-fix-single-node-sql-path
No new revisions were added by this update.
Summary of changes:
.../computing-unit-actions.service.ts | 17 +++++++----------
.../computing-unit-status.service.ts | 12 ++++++------
.../mock-computing-unit-status.service.ts | 2 +-
.../workflow-computing-unit-managing.service.ts | 4 ++--
.../type}/computing-unit-connection.interface.ts | 0
.../types => common/type}/workflow-computing-unit.ts | 0
frontend/src/app/common/util/computing-unit.util.ts | 2 +-
.../user-computing-unit-list-item.component.ts | 8 ++++----
.../user-computing-unit.component.spec.ts | 6 +++---
.../user-computing-unit.component.ts | 8 ++++----
.../dashboard/service/user/download/download.service.ts | 2 +-
frontend/src/app/dashboard/type/dashboard-entry.ts | 2 +-
frontend/src/app/dashboard/type/type-predicates.ts | 2 +-
.../time-travel/time-travel.component.spec.ts | 4 ++--
.../src/app/workspace/component/menu/menu.component.ts | 6 +++---
.../computing-unit-selection.component.spec.ts | 4 ++--
.../power-button/computing-unit-selection.component.ts | 11 +++++++----
.../operator-property-edit-frame.component.spec.ts | 4 ++--
.../property-editor/property-editor.component.spec.ts | 4 ++--
.../result-exportation/result-exportation.component.ts | 4 ++--
.../console-frame/console-frame.component.spec.ts | 4 ++--
.../error-frame/error-frame.component.spec.ts | 4 ++--
.../result-panel/result-panel.component.spec.ts | 4 ++--
.../workflow-editor/workflow-editor.component.spec.ts | 4 ++--
.../execute-workflow/execute-workflow.service.spec.ts | 4 ++--
.../execute-workflow/execute-workflow.service.ts | 2 +-
.../service/operator-menu/operator-menu.service.spec.ts | 4 ++--
.../workflow-result-export.service.ts | 2 +-
28 files changed, 65 insertions(+), 65 deletions(-)
rename frontend/src/app/{dashboard/service/user =>
common/service/computing-unit}/computing-unit-actions/computing-unit-actions.service.ts
(84%)
rename frontend/src/app/{workspace/service =>
common/service/computing-unit}/computing-unit-status/computing-unit-status.service.ts
(94%)
rename frontend/src/app/{workspace/service =>
common/service/computing-unit}/computing-unit-status/mock-computing-unit-status.service.ts
(94%)
rename frontend/src/app/{workspace/service =>
common/service/computing-unit}/workflow-computing-unit/workflow-computing-unit-managing.service.ts
(98%)
rename frontend/src/app/{workspace/types =>
common/type}/computing-unit-connection.interface.ts (100%)
rename frontend/src/app/{workspace/types =>
common/type}/workflow-computing-unit.ts (100%)