feat(api): Accept project slugs in replay endpoints#117494
Open
gricha wants to merge 3 commits into
Open
Conversation
a11d8ca to
efd5f54
Compare
Allow root-cause-analysis and replay project filters to resolve project IDs or slugs while preserving legacy projectSlug precedence and ID-focused docs. Co-Authored-By: OpenCode <noreply@opencode.ai>
Document the canonical replay project query parameter as accepting project IDs or slugs while leaving the existing projectSlug docs intact for compatibility. Co-Authored-By: OpenCode <noreply@opencode.ai>
Use the shared organization helper for legacy projectSlug precedence before replay validator handling. Co-Authored-By: OpenCode <noreply@opencode.ai>
efd5f54 to
70a72be
Compare
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.
Root-cause analysis and replay list/selector endpoints now accept project IDs or slugs through the canonical
projectfilter while preserving existingprojectSlugruntime behavior, precedence, and schema fields. The replay validator docs describeprojectas ID-or-slug and leave existingprojectSlugdocs intact for compatibility.This is the events/replays split from the project ID-or-slug migration stack and targets the resolver branch for independent review. Validated with focused events/replays migration tests, targeted ruff/mypy, and
make test-api-docs.