Conversation
🎩 PreviewA preview build has been created at: |
| private manageFile(file: PipelineFile): PipelineFile { | ||
| if (this.canMigrate(file)) | ||
| file.resolveRedirect = () => | ||
| this.remote?.resolveLocal(file.id) ?? Promise.resolve(undefined); |
|
|
||
| const newValue = JSON.stringify(updated); | ||
| localStorage.setItem(key, newValue); | ||
| window.dispatchEvent(new StorageEvent("storage", { key, newValue })); |
Mbeaulne
force-pushed
the
mb/remote-pipeline-storage
branch
2 times, most recently
from
September 18, 2026 19:28
3e897d5 to
a012ed4
Compare
Mbeaulne
changed the base branch from
master
to
mb/remote-pipelines-creation
September 18, 2026 19:28
Mbeaulne
added this pull request to stack #2752
September 18, 2026 19:28
This was referenced Sep 18, 2026
4 tasks
Mbeaulne
marked this pull request as ready for review
September 22, 2026 14:33
Mbeaulne
force-pushed
the
mb/remote-pipeline-storage
branch
from
September 22, 2026 19:05
23d2692 to
cd361d1
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
Rollout, documentation, and integrated browser coverage for the remote-pipeline stack. Base: #2751; autosave batching and run association continue downstream in #2780 and #2783.
VITE_REMOTE_PIPELINES_ENABLEDafter the storage, editor, list, and creation paths are wired. Local mode remains the deployment default; there is no user-facing toggle.Related pull requests
Review from bottom to top; each PR targets its predecessor:
Validation
pnpm test:e2e:remote --reporter=line, including cursor paging and catalog-wide name search.How to test
Install dependencies and Chromium (
pnpm exec playwright install chromium). Keep port 3001 free for the dedicated remote-enabled test server. Browser tests use a mocked backend and do not write to a real backend.The full unit suite requires network access for remote-schema tests. The commands above are verification instructions; the results actually obtained are listed in Validation.
For a manual smoke test against a compatible backend:
Change Size
Relative to
mb/remote-pipelines-creationfor 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.