Conversation
🎩 PreviewA preview build has been created at: |
Mbeaulne
added this pull request to stack #2752
September 18, 2026 19:28
| private manageFile(file: PipelineFile): PipelineFile { | ||
| if (this.canMigrate(file)) | ||
| file.resolveRedirect = () => | ||
| this.remote?.resolveLocal(file.id) ?? Promise.resolve(undefined); |
This was referenced Sep 18, 2026
Mbeaulne
marked this pull request as ready for review
September 22, 2026 14:32
Mbeaulne
force-pushed
the
mb/remote-pipelines-store
branch
from
September 22, 2026 19:05
bad399b to
fc51f9d
Compare
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Storage layer of the remote-pipeline stack. Base: #2747.
The deployment flag remains hard-disabled here. Tests instantiate remote storage explicitly; environment-based activation is in #2739, after all callers are wired. Connected filesystem and Google Drive folders retain their existing drivers.
Review focus: preserving the newest draft, preventing duplicate uploads, and keeping account-scoped list results separate from pending or unfinished migrations.
Related pull requests
#2746 → #2747 → #2748 → #2749 → #2750 → #2751 → #2739 → #2780 → #2783
How to test
Passed at this layer: 68 API/store tests with the command below. Coverage includes cursor pages, summary-only requests, recovery identity and account isolation, pending uploads, cached entries, migration, ownership, and deletion.
pnpm exec vitest run src/services/cloudPipelineService.test.ts src/services/pipelineStorage/RemotePipelineStore.test.tsFor a manual check, the normal UI must remain on local storage even if
VITE_REMOTE_PIPELINES_ENABLED=trueis present at this layer. Integrated remote browser validation is tracked in #2739.Change Size
Relative to
mb/remote-pipelines-migrationfor this PR only. Changed lines = additions + deletions.Application code excludes test files. Tests include unit, component, and browser test source; test-runner configuration, CI, package scripts, compiler configuration, and documentation are counted separately.