This is an automated email from the ASF dual-hosted git repository.
linxinyuan pushed a change to branch xinyuan-stage-by-stage
in repository https://gitbox.apache.org/repos/asf/texera.git
from 0b429396a4 init
add 8635ce2477 feat(ui): add pagination and search for wide-column tables
(#4086)
add 39127e92cb feat: extend image preview to support WebP and GIF formats
(#4120)
add 253409a6ba refactor(dataset): Redirect multipart upload through File
Service (#4136)
new e1323d35a5 Merge remote-tracking branch 'origin/main' into
xinyuan-stage-by-stage
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../request/ResultPaginationRequest.scala | 5 +-
.../web/service/ExecutionResultService.scala | 23 +-
common/config/src/main/resources/gui.conf | 4 +
.../scala/org/apache/texera/config/GuiConfig.scala | 2 +
.../amber/core/storage/DocumentFactory.scala | 8 +-
.../storage/model/ReadonlyLocalFileDocument.scala | 6 +-
.../storage/model/ReadonlyVirtualDocument.scala | 3 +-
.../amber/core/storage/model/VirtualDocument.scala | 3 +-
.../storage/result/iceberg/IcebergDocument.scala | 23 +-
.../core/storage/util/LakeFSStorageClient.scala | 44 +
.../texera/service/util/S3StorageClient.scala | 55 +
.../texera/service/resource/ConfigResource.scala | 1 +
.../texera/service/resource/DatasetResource.scala | 652 +++++++++--
.../org/apache/texera/service/MockLakeFS.scala | 56 +-
.../service/resource/DatasetResourceSpec.scala | 1185 +++++++++++++++++++-
.../app/common/service/gui-config.service.mock.ts | 1 +
frontend/src/app/common/type/gui-config.ts | 1 +
.../dataset-detail.component.ts | 231 ++--
.../user-dataset-file-renderer.component.ts | 6 +
.../service/user/dataset/dataset.service.ts | 276 ++---
.../result-panel/result-panel.component.ts | 2 +-
.../result-table-frame.component.html | 34 +
.../result-table-frame.component.spec.ts | 13 +
.../result-table-frame.component.ts | 63 +-
.../workflow-result/workflow-result.service.ts | 14 +-
.../types/workflow-websocket.interface.ts | 3 +
sql/texera_ddl.sql | 33 +
sql/updates/{04.sql => 17.sql} | 41 +-
28 files changed, 2377 insertions(+), 411 deletions(-)
copy sql/updates/{04.sql => 17.sql} (52%)