This is an automated email from the ASF dual-hosted git repository.
xiaozhenliu pushed a change to branch xiaozhen-default-user-sys
in repository https://gitbox.apache.org/repos/asf/texera.git
from 7187d8c7c6 Fix MockTexeraDB.
add 989e4d0e8b feat(dataset): allow datasets to have the same name across
different users (#3715)
add 61bd59b08a ci: automatically label PRs (#3536)
add 98582dd153 ci: fix labeler.yml glob pattern syntax (#3813)
add 80160aab6d ci: fix labeler configuration for file glob patterns (#3814)
add d1313346d0 feat(gui): display the owner's avatar next to each CU
(#3784)
add 60c84bd175 fix(ci): explicitly load jdbc driver when accessing iceberg
postgres catalog (#3817)
add 4acb11901b fix(ci): update backend file patterns in labeler.yml (#3815)
add eea0277df0 Merge branch 'main' into xiaozhen-default-user-sys
add 054c97232d refactoring.
No new revisions were added by this update.
Summary of changes:
.github/labeler.yml | 85 ++++++++++
.github/workflows/github-action-build.yml | 4 +-
.../workflows/{check-header.yml => pr-labeler.yml} | 20 +--
.../dashboard/DatasetSearchQueryBuilder.scala | 8 +-
.../resource/dashboard/UnifiedResourceSchema.scala | 4 +-
.../web/resource/dashboard/hub/HubResource.scala | 2 +-
.../ics/amber/engine/e2e/DataProcessingSpec.scala | 2 +-
.../edu/uci/ics/amber/engine/e2e/PauseSpec.scala | 2 +-
core/build.sbt | 2 +
.../resource/ComputingUnitManagingResource.scala | 42 ++++-
core/config/src/main/resources/storage.conf | 7 +-
.../edu/uci/ics/amber/config/StorageConfig.scala | 8 +-
.../scala/edu/uci/ics/texera/dao/SqlServer.scala | 10 +-
.../edu/uci/ics/texera/dao/MockTexeraDB.scala | 1 +
core/file-service/build.sbt | 6 +-
.../texera/service/resource/DatasetResource.scala | 185 ++++++++++++++-------
.../edu/uci/ics/texera/service/MockLakeFS.scala | 124 ++++++++++++++
.../service/resource/DatasetResourceSpec.scala | 183 ++++++++++++++++++++
.../dataset-detail.component.ts | 4 +
.../service/user/dataset/dataset.service.ts | 19 ++-
.../computing-unit-selection.component.html | 16 ++
.../app/workspace/types/workflow-computing-unit.ts | 2 +
core/gui/src/styles.scss | 6 +
core/scripts/sql/texera_ddl.sql | 1 +
core/scripts/sql/updates/{04.sql => 15.sql} | 19 +--
.../uci/ics/amber/core/storage/FileResolver.scala | 8 +-
.../core/storage/model/DatasetFileDocument.scala | 18 +-
.../ics/amber/core/storage/model/OnDataset.scala | 2 +-
.../core/storage/util/LakeFSStorageClient.scala | 16 +-
.../scala/edu/uci/ics/amber/util/IcebergUtil.scala | 3 +
.../uci/ics/amber/storage/FileResolverSpec.scala | 5 +-
.../k8s/texera-helmchart/files/texera_ddl.sql | 1 +
32 files changed, 683 insertions(+), 132 deletions(-)
create mode 100644 .github/labeler.yml
copy .github/workflows/{check-header.yml => pr-labeler.yml} (77%)
create mode 100644
core/file-service/src/test/scala/edu/uci/ics/texera/service/MockLakeFS.scala
create mode 100644
core/file-service/src/test/scala/edu/uci/ics/texera/service/resource/DatasetResourceSpec.scala
copy core/scripts/sql/updates/{04.sql => 15.sql} (74%)