Add async management API extensions - #5
Merged
Conversation
Unify event-driven example selection on x-mock-match with an event context and a per-connection recipient partition, add the timing extensions (x-mock-interval/x-mock-delay), a general /_mock/stream management WebSocket, a type-discriminated /_mock/events endpoint, unified POST/DELETE /_mock/examples with strict oneOf validation, and actually fire the connect/receive built-ins. Retire the schedule endpoint (410) and keep the legacy /ws/* and /events/fire aliases. Includes review-driven hardening: typed runtime trigger kinds, a shared delivery render path, consolidated test helpers, and strengthened deletion/validation/disconnect assertions.
Replace range-style scenario citations (RS.MAPI.24-26, RS.MAPI.30-31) with the individual codes, and correct headers that cited the wrong requirement scenario (EXT.33/34/35/36/37, MAPI.34, ATM.18). The coverage gate previously failed at 98.3% with two unmapped-range warnings that also leaked into the --coverage-only output and broke the CI bc comparison; warnings now go to stderr so the computed value is a clean decimal.
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.
Unify event-driven example selection on x-mock-match with an event context and a per-connection recipient partition, add the timing extensions (x-mock-interval/x-mock-delay), a general /_mock/stream management WebSocket, a type-discriminated /_mock/events endpoint, unified POST/DELETE /_mock/examples with strict oneOf validation, and actually fire the connect/receive built-ins. Retire the schedule endpoint (410) and keep the legacy /ws/* and /events/fire aliases.
Includes review-driven hardening: typed runtime trigger kinds, a shared delivery render path, consolidated test helpers, and strengthened deletion/validation/disconnect assertions.