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 fcd9ceb4a0 update
add b9fc0d2c89 fix(backend): allow users with read access level to revoke
their own access on shared workflows (#4143)
add ab3317b8ef fix(AttributeTypeUtils): use Double.NEGATIVE_INFINITY
instead of Double.MIN_VALUE (#4145)
add a7d2adf243 feat: add custom cover image support for datasets (#4117)
add e5fcfa2417 feat(gui): added sort by affiliation to admin dashboard
(#4150)
add fe2b239b3f Merge branch 'main' into xinyuan-stage-by-stage
No new revisions were added by this update.
Summary of changes:
.../user/workflow/WorkflowAccessResource.scala | 37 ++--
.../core/storage/util/LakeFSStorageClient.scala | 19 ++
.../amber/core/tuple/AttributeTypeUtils.scala | 4 +-
.../amber/core/tuple/AttributeTypeUtilsSpec.scala | 2 +-
.../amber/operator/aggregate/AggregateOpSpec.scala | 170 ++++++++++++++++++
.../texera/service/resource/DatasetResource.scala | 134 ++++++++++++++-
.../service/resource/DatasetResourceSpec.scala | 191 ++++++++++++++++++++-
frontend/src/app/common/type/dataset.ts | 1 +
.../component/admin/user/admin-user.component.html | 6 +-
.../component/admin/user/admin-user.component.ts | 5 +
.../dataset-detail.component.html | 3 +-
.../dataset-detail.component.ts | 22 +++
.../user-dataset-version-creator.component.ts | 1 +
.../user-dataset-version-filetree.component.html | 15 +-
.../user-dataset-version-filetree.component.scss | 2 +-
.../user-dataset-version-filetree.component.ts | 18 +-
.../service/user/dataset/dataset.service.ts | 6 +
frontend/src/app/dashboard/type/dashboard-entry.ts | 2 +
.../browse-section/browse-section.component.html | 3 +-
.../browse-section/browse-section.component.ts | 26 +++
sql/texera_ddl.sql | 1 +
sql/updates/{16.sql => 18.sql} | 5 +-
22 files changed, 648 insertions(+), 25 deletions(-)
copy sql/updates/{16.sql => 18.sql} (88%)