Conversation
🎩 PreviewA preview build has been created at: |
Mbeaulne
added this pull request to stack #2752
September 18, 2026 19:28
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-api
branch
from
September 22, 2026 19:05
56f38e6 to
6733c5b
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
API layer of the remote-pipeline stack. Base:
master. Remote storage is not activated in this layer.Review focus: the backend contract, pagination, and round-trip serialization independently of storage and UI wiring.
Related pull requests
#2746 → #2747 → #2748 → #2749 → #2750 → #2751 → #2739 → #2780 → #2783
How to test
The API and store tests passed together at #2748: 68 tests. This includes pagination defaults, explicit cursors, optional totals, malformed responses, and summary-only requests; it is not a new full-suite run at this layer.
pnpm exec vitest run src/services/cloudPipelineService.test.ts src/services/pipelineStorage/RemotePipelineStore.test.tsAt this layer, run
pnpm exec vitest run src/services/cloudPipelineService.test.tsto check the API independently. Existing run-submission annotation behavior must remain unchanged. Integrated browser validation is tracked in #2739.Change Size
Relative to
masterfor 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.