-
Notifications
You must be signed in to change notification settings - Fork 3.1k
fix(replay-vision): pre-launch hardening sweep #75874
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
bc7190d
chore(replay-vision): correct scanner skill and mcp tool descriptions
TueHaulund a20010b
fix(replay-vision): lock concurrent observation retry and suggestion …
TueHaulund 0f59345
fix(replay-vision): return recovered status from alert idempotency guard
TueHaulund 9609c44
fix(replay-vision): harden temporal timeouts and reap stuck evaluations
TueHaulund b2d2eac
fix(replay-vision): harden llm output handling in proposers and sugge…
TueHaulund 0a3a8e6
fix(replay-vision): guard in-flight mutations and dead-end loaders
TueHaulund aef51e9
chore(replay-vision): regenerate openapi artifacts
TueHaulund 27279ec
chore(replay-vision): narrow evaluation types in the new reaper and e…
TueHaulund de5a594
chore(replay-vision): simplify the pre-launch hardening changes
TueHaulund e70c2f8
Merge remote-tracking branch 'origin/master' into tue/rv-prelaunch-fixes
TueHaulund 6612a20
chore: update OpenAPI generated types
tests-posthog[bot] 837fd2f
Merge branch 'master' into tue/rv-prelaunch-fixes
TueHaulund f894ff9
fix(replay-vision): restore the observation's rating when a retry can…
TueHaulund 1f69bc8
fix(replay-vision): scope the retry row lock to the team and register…
TueHaulund 33087f2
Merge remote-tracking branch 'origin/master' into tue/rv-prelaunch-fixes
TueHaulund File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| from rest_framework import serializers | ||
|
|
||
|
|
||
| class ReplayVisionErrorSerializer(serializers.Serializer): | ||
| """The shape every Replay Vision error response uses, so generated clients read one key.""" | ||
|
|
||
| detail = serializers.CharField(help_text="Human-readable explanation of why the request was refused.") |
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.