This is an automated email from the ASF dual-hosted git repository.

xiaozhenliu pushed a change to branch xiaozhen-fix-undoredo
in repository https://gitbox.apache.org/repos/asf/texera.git


    from 0d48c73265 Merge branch 'main' into xiaozhen-fix-undoredo
     add 84f696e1ed refactor(config): remove user-sys enabled flag (#3831)
     add 7d99f3d119 Merge branch 'main' into xiaozhen-fix-undoredo

No new revisions were added by this update.

Summary of changes:
 .../uci/ics/texera/web/ComputingUnitMaster.scala   |  44 ++--
 .../uci/ics/texera/web/TexeraWebApplication.scala  |   4 +-
 .../edu/uci/ics/texera/web/auth/JwtAuth.scala      |  31 +--
 .../texera/web/resource/auth/AuthResource.scala    |   4 -
 .../web/resource/auth/GoogleAuthResource.scala     |   2 -
 .../user/workflow/WorkflowExecutionsResource.scala | 187 +++++++---------
 .../web/service/ExecutionConsoleService.scala      |  31 ++-
 .../texera/web/service/ExecutionStatsService.scala | 122 +++++------
 .../service/ExecutionsMetadataPersistService.scala |   3 -
 .../web/service/WorkflowExecutionService.scala     |   3 -
 .../ics/texera/web/service/WorkflowService.scala   |  49 ++---
 .../texera/service/resource/ConfigResource.scala   |   3 +-
 core/config/src/main/resources/user-system.conf    |   3 -
 .../uci/ics/texera/config/UserSystemConfig.scala   |   1 -
 core/gui/src/app/app-routing.module.ts             |   4 +-
 .../app/common/service/gui-config.service.mock.ts  |   1 -
 .../src/app/common/service/gui-config.service.ts   |   6 +-
 .../app/common/service/user/auth-guard.service.ts  |   2 +-
 .../src/app/common/service/user/user.service.ts    |   7 +-
 core/gui/src/app/common/type/gui-config.ts         |   1 -
 .../input-autocomplete.component.ts                |   2 +-
 .../component/left-panel/left-panel.component.ts   |   5 +-
 .../workspace/component/menu/menu.component.html   |  23 +-
 .../app/workspace/component/menu/menu.component.ts |   2 +-
 .../operator-property-edit-frame.component.ts      |   1 -
 .../app/workspace/component/workspace.component.ts | 108 +++-------
 .../workflow-cache/workflow-cache.service.spec.ts  | 234 ---------------------
 .../workflow-cache/workflow-cache.service.ts       |  41 ----
 .../workflow-websocket.service.ts                  |   4 +-
 .../storage/result/ExecutionResourcesMapping.scala |  75 -------
 30 files changed, 244 insertions(+), 759 deletions(-)
 delete mode 100644 
core/gui/src/app/workspace/service/workflow-cache/workflow-cache.service.spec.ts
 delete mode 100644 
core/gui/src/app/workspace/service/workflow-cache/workflow-cache.service.ts
 delete mode 100644 
core/workflow-core/src/main/scala/edu/uci/ics/amber/core/storage/result/ExecutionResourcesMapping.scala

Reply via email to