- Release status: ready for team validation and production rollout.
- Scope completed for backend
rdm-integrationand frontendrdm-integration-frontend. - Temporary Globus debug logging used during investigation is removed again.
- Globus options flow now handles default directories robustly, including
/{server_default}/, encoded variants, and/~/fallback. - Placeholder endpoint values such as
repoName="start"no longer surface as frontend HTTP 500 in options lookup. - Not-found behavior is handled without masking real permission-denied failures.
- Pagination logic was hardened with page-based offsets, a max-page guard, and an empty-page-with-
has_next_page=trueguard. - Windows and Linux endpoint paths are normalized safely (
\to/, duplicate slash collapse, safe{server_default}handling). - Path building relies on Globus
absolute_pathresults (no custom drive-letter rewriting logic). - Temporary detailed listing diagnostics used for investigation have been removed.
- Download flow zoneless refresh issue fixed by updating canonical tree state when expanded node instance is detached.
- Connect flow zoneless refresh issue fixed with the same detached-node-safe strategy.
- Connect repo switch behavior now resets stale tree/selection state to avoid stale UI data.
- Folder trees now refresh without requiring extra user interaction clicks after options responses.
- Start transfer / connect action enablement remains working after folder/file selection.
- Institutional endpoint (
ghum) with default folder behavior. - Linux personal endpoint.
- Windows personal endpoint, including navigation through
/,/C/,/C/Users/..., and OneDrive path segments. - Anonymous-access endpoint browsing (CERN tested).
- Permission-denied/no-access responses remain clear to users via toast path.
- Pagination validation with
pagination-test-150: all150files are listed.
- Regression-first approach used for zoneless detached-node refresh issues in both download and connect flows.
- Added/updated backend tests for pagination and options/default-directory behaviors in
image/app/plugin/impl/globus/common_test.goandimage/app/plugin/impl/globus/options_test.go. - Frontend CI suite reported passing:
585/585 SUCCESS. - Backend Globus package tests pass.
- Recursive compare/listing on large trees remains expensive due to many per-folder
lsrequests to Globus. - Observed baseline in staging logs was roughly
~0.8-1.0sperlsrequest, which accumulates on deep trees (for example repository roots containing.git/objects). - This is currently considered acceptable for release; future optimization can target selective exclusions and/or bounded parallel traversal.
- Keep explicit permission-denied errors visible to users.
- Keep default-folder preselection where backend marks a selected path.
- Keep immediate zoneless tree refresh in both connect and download flows.
- Keep Linux/Windows/personal/institutional endpoint compatibility.
- Colleague smoke tests in staging with representative endpoints and permissions.
- Production rollout.
- Post-deploy smoke test on connect folder selection (Globus + OneDrive), download/upload selection, and one successful transfer each on Linux and Windows personal endpoints.