This is an automated email from the ASF dual-hosted git repository.
linxinyuan pushed a change to branch
dependabot/npm_and_yarn/core/gui/brace-expansion-1.1.12
in repository https://gitbox.apache.org/repos/asf/texera.git
from 1966046487 Merge branch 'main' into
dependabot/npm_and_yarn/core/gui/brace-expansion-1.1.12
add 356a240e2f fix(file-service): avoid manually constructing the Dataset
object through parameters (#3820)
add 84f696e1ed refactor(config): remove user-sys enabled flag (#3831)
add 379ac816a5 fix(gui): enable frontend undo-redo with bug-fix for shared
editing (#3836)
add bf8c942440 feat: enable canceling pending uploads before upload begins
(#3847)
add 04105b8249 feat: improve `file-service` Docker Compose file (#3834)
add 4d3c788b81 feat: prevent export of results from non-downloadable
datasets (#3772)
add a6e89fe399 Merge branch 'main' into
dependabot/npm_and_yarn/core/gui/brace-expansion-1.1.12
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 | 382 +++++++++++++++------
.../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 -
.../src/main/resources/docker-compose.yml | 26 +-
.../texera/service/resource/DatasetResource.scala | 11 +-
.../service/resource/DatasetResourceSpec.scala | 25 +-
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 -
.../dataset-detail.component.html | 12 +
.../dataset-detail.component.scss | 1 -
.../dataset-detail.component.ts | 18 +-
.../service/user/download/download.service.ts | 17 +
.../input-autocomplete.component.ts | 2 +-
.../component/left-panel/left-panel.component.ts | 5 +-
.../workspace/component/menu/menu.component.html | 55 ++-
.../app/workspace/component/menu/menu.component.ts | 2 +-
.../operator-property-edit-frame.component.ts | 1 -
.../result-exportation.component.html | 248 ++++++-------
.../result-exportation.component.ts | 106 +++++-
.../workflow-editor.component.spec.ts | 100 +++---
.../workflow-editor/workflow-editor.component.ts | 32 +-
.../app/workspace/component/workspace.component.ts | 108 ++----
.../workflow-cache/workflow-cache.service.spec.ts | 234 -------------
.../workflow-cache/workflow-cache.service.ts | 41 ---
.../model/shared-model-change-handler.ts | 36 +-
.../service/workflow-graph/model/workflow-graph.ts | 13 +
.../workflow-result-export.service.spec.ts | 25 +-
.../workflow-result-export.service.ts | 235 +++++++++++--
.../workflow-websocket.service.ts | 4 +-
.../uci/ics/amber/core/storage/FileResolver.scala | 54 ++-
.../storage/result/ExecutionResourcesMapping.scala | 75 ----
46 files changed, 1132 insertions(+), 1057 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