This is an automated email from the ASF dual-hosted git repository.
linxinyuan pushed a change to branch xinyuan-cm-for-loop
in repository https://gitbox.apache.org/repos/asf/texera.git
from 7e6a347179 Merge branch 'main' into xinyuan-cm-for-loop
add 0aa4ad4ec5 feat: add centralized LakeFS error handling for multipart
upload and dataset version operations (#4177)
add 6b90b003cf fix(backend): use dynamic DSLContext lookup to fix stale DB
connections in tests (#4179)
new d7ffb973c5 Merge branch 'main' into xinyuan-cm-for-loop
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:
.../apache/texera/web/resource/GmailResource.scala | 9 +--
.../texera/web/resource/UserConfigResource.scala | 13 ++--
.../texera/web/resource/auth/AuthResource.scala | 13 ++--
.../web/resource/auth/GoogleAuthResource.scala | 13 ++--
.../resource/dashboard/SearchQueryBuilder.scala | 7 +-
.../resource/dashboard/UnifiedResourceSchema.scala | 7 +-
.../admin/execution/AdminExecutionResource.scala | 7 +-
.../admin/settings/AdminSettingsResource.scala | 2 +-
.../dashboard/admin/user/AdminUserResource.scala | 9 +--
.../web/resource/dashboard/hub/HubResource.scala | 14 ++--
.../web/resource/dashboard/user/UserResource.scala | 4 +-
.../dataset/utils/DatasetStatisticsUtils.scala | 8 +--
.../user/project/ProjectAccessResource.scala | 20 +++---
.../dashboard/user/project/ProjectResource.scala | 13 ++--
.../user/project/PublicProjectResource.scala | 11 +--
.../dashboard/user/quota/UserQuotaResource.scala | 7 +-
.../user/workflow/WorkflowAccessResource.scala | 7 +-
.../user/workflow/WorkflowExecutionsResource.scala | 9 +--
.../dashboard/user/workflow/WorkflowResource.scala | 27 ++++----
.../user/workflow/WorkflowVersionResource.scala | 11 +--
.../service/ExecutionsMetadataPersistService.scala | 14 ++--
.../org/apache/texera/auth/JwtAuthFilter.scala | 2 +-
.../texera/auth/util/ComputingUnitAccess.scala | 7 +-
.../scala/org/apache/texera/dao/SqlServer.scala | 14 ++--
.../resource/ComputingUnitAccessResource.scala | 7 +-
.../resource/ComputingUnitManagingResource.scala | 7 +-
.../service/resource/DatasetAccessResource.scala | 7 +-
.../texera/service/resource/DatasetResource.scala | 74 ++++++++++++--------
.../service/util/LakeFSExceptionHandler.scala | 79 ++++++++++++++++++++++
.../service/resource/DatasetResourceSpec.scala | 52 ++++++++++++++
30 files changed, 327 insertions(+), 147 deletions(-)
create mode 100644
file-service/src/main/scala/org/apache/texera/service/util/LakeFSExceptionHandler.scala