This is an automated email from the ASF dual-hosted git repository.
kunwp1 pushed a change to branch
dependabot/npm_and_yarn/core/gui/babel/helpers-7.28.4
in repository https://gitbox.apache.org/repos/asf/texera.git
from dcc4df6d53 Merge branch 'main' into
dependabot/npm_and_yarn/core/gui/babel/helpers-7.28.4
add a0c1918358 feat: add save button for sidebar tabs on the admin
settings page (#3801)
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 d9b3fac78e Merge branch 'main' into
dependabot/npm_and_yarn/core/gui/babel/helpers-7.28.4
No new revisions were added by this update.
Summary of changes:
.github/labeler.yml | 83 +++++++++
.../workflows/{check-header.yml => pr-labeler.yml} | 20 +--
.../dashboard/DatasetSearchQueryBuilder.scala | 8 +-
.../resource/dashboard/UnifiedResourceSchema.scala | 4 +-
.../web/resource/dashboard/hub/HubResource.scala | 2 +-
core/build.sbt | 2 +
.../resource/ComputingUnitManagingResource.scala | 42 ++++-
.../edu/uci/ics/amber/config/StorageConfig.scala | 6 +-
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 ++++++++++++++++++++
.../admin/settings/admin-settings.component.html | 39 ++---
.../admin/settings/admin-settings.component.scss | 6 +
.../admin/settings/admin-settings.component.ts | 20 +--
.../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 +-
.../uci/ics/amber/storage/FileResolverSpec.scala | 5 +-
.../k8s/texera-helmchart/files/texera_ddl.sql | 1 +
28 files changed, 692 insertions(+), 155 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%)