chore: switch replay commands to SDK endpoints - #482
Open
nieomylnieja wants to merge 11 commits into
Open
Conversation
Replace custom replay HTTP requests with typed SDK replay and object APIs. Updates the nobl9-go dependency and adds coverage for source SLO config parsing.
matkaras
approved these changes
Aug 11, 2026
Replace manual manifest decoding with SDK types and add replay e2e coverage for project-scoped SLO resolution.
matkaras
approved these changes
Aug 14, 2026
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.
Motivation
The related Go SDK change includes a versioned Replay API. Sloctl no longer needs separate Replay HTTP requests and models.
Summary
sdk/endpoints/replay/v1.metadata.project.createdAtvalues in Replay list output.nobl9-gotov0.135.0-rc1.0.20260813210234-1ab7747b42f5and updated the Go requirement to 1.26.6.Related changes
Testing
metadata.projectand source-SLO mappings across projects.createdAtvalues and coarse Replay status values.Breaking Changes
Building sloctl from source now requires Go 1.26.6 instead of Go 1.26.5.