-
Notifications
You must be signed in to change notification settings - Fork 1
fix(gateway): remove implicit model request timeout #1053
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
Open
seonghobae
wants to merge
82
commits into
main
Choose a base branch
from
codex/goal-39-unbounded-model-timeout
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
82 commits
Select commit
Hold shift + click to select a range
35a428c
fix(gateway): remove implicit model request timeout
seonghobae 60c04f9
Merge remote-tracking branch 'origin/main' into codex/goal-39-unbound…
seonghobae a60ed89
Merge remote-tracking branch 'origin/main' into codex/goal-39-unbound…
seonghobae 28082a1
Merge branch 'main' into codex/goal-39-unbounded-model-timeout
seonghobae 284447f
fix(embeddings): preserve unbounded completion wait
seonghobae 661ce8d
chore(gateway): integrate protected main into timeout repair
seonghobae 35465a5
test(gateway): require durable model timeout policy
seonghobae c276fce
feat(gateway): persist administrator model timeout policy
seonghobae 94c6856
test(gateway): cover timeout migration and numeric storage
seonghobae dac678c
test(gateway): prove persisted timeout rows rather than seed replay
seonghobae 439da2e
fix(gateway): normalize timeout seconds before durable binding
seonghobae 6236e98
test(gateway): reject unaudited model timeout mutation
seonghobae 32b0199
docs(gateway): track timeout policy and audit acceptance gaps
seonghobae 197e888
test(gateway): require transactional timeout history
seonghobae 4e839ce
fix(gateway): commit timeout policy and history atomically
seonghobae c387943
test(gateway): cover timeout rollback and stale policy writers
seonghobae cb24fa9
docs(gateway): record transactional timeout evidence and remaining gates
seonghobae ef76ade
test(gateway): reject stale timeout policy after value restoration
seonghobae d911a38
fix(gateway): compare durable timeout policy revisions
seonghobae bceaeb2
test(gateway): reject mixed timeout value and revision snapshots
seonghobae e5e9c96
fix(gateway): read model configuration from one database snapshot
seonghobae 5765307
docs(gateway): record timeout revision and snapshot proofs
seonghobae cbab94c
test(gateway): retain authenticated principal in timeout history
seonghobae e0dc420
test(gateway): authorize the timeout history actor fixture
seonghobae c1b372d
test(gateway): supply caller address to actor authorization
seonghobae c08a5fd
feat(gateway): retain opaque timeout policy actor evidence
seonghobae fc23402
test(gateway): validate timeout actor migration and secret boundaries
seonghobae 9c01b57
docs(gateway): distinguish timeout actor evidence from HTTP authoriza…
seonghobae 2919652
test(gateway): require revision-bound timeout restoration
seonghobae 37bca9c
feat(gateway): restore model timeout as a revision-checked change
seonghobae 62ba3c3
test(gateway): cover timeout restore ownership and rollback
seonghobae 6aece30
docs(gateway): record revision-bound timeout restore evidence
seonghobae e0eab78
test(gateway): reject stale timeout in ordinary pool edits
seonghobae 9701dec
fix(gateway): guard timeout policy in every durable pool save
seonghobae 28313ef
docs(gateway): record ordinary save policy protection
seonghobae 1edf0fb
test(gateway): preserve serving state when pool edits fail
seonghobae befe04c
fix(gateway): publish pool edits only after durable saves
seonghobae 8a412b8
docs(gateway): record rejected edit publication evidence
seonghobae ad337e1
test(gateway): require rollback on late pool batch conflicts
seonghobae 36fc35d
fix(gateway): commit pool batch changes in one transaction
seonghobae 81145d4
docs(gateway): record atomic pool batch evidence
seonghobae a2951f6
test(gateway): verify timeout conflict on authenticated HTTP edits
seonghobae 3612ab9
docs(gateway): distinguish HTTP conflict checks from timeout activation
seonghobae e794ed3
docs(gateway): link canonical runtime acceptance request
seonghobae b80e64b
test(admin): require durable timeout policy read without runtime acti…
seonghobae 2e12ed4
feat(admin): read durable timeout policy without activating execution…
seonghobae 6774dab
test(admin): bind timeout policy reads to admin scope and OpenAPI
seonghobae b0d1fda
docs(admin): distinguish policy visibility from runtime timeout enfor…
seonghobae 80b3aa3
test(admin): require model-scoped stable timeout history pagination
seonghobae 5dc69bc
feat(admin): expose bounded model timeout audit history
seonghobae f9505a5
test(admin): verify timeout history HTTP bounds and document schema
seonghobae b128834
docs(admin): record bounded read-only timeout audit evidence
seonghobae 10225f4
test(server): require concurrent error log response correlation
seonghobae 4b73933
test(server): inject generic handler failure after auth boundary
seonghobae 0e7c03b
fix(server): correlate sanitized error logs with response IDs
seonghobae 8c20f1e
test(server): keep untrusted error details out of correlation logs
seonghobae 443aa5f
docs(server): record Strix timeout and correlation regression evidence
seonghobae 4b1c108
test(server): reproduce SDK replay of terminal tool errors
seonghobae fc94faa
fix(server): prevent SDK replay of explicit tool stops
seonghobae 5c82b9c
test(server): verify tool stop header without optional SDK
seonghobae ea5555d
docs(server): record explicit tool stop SDK retry contract
seonghobae 08e5193
test(gateway): require typed nonreplayable transport outcomes
seonghobae 260767d
test(server): prevent SDK replay of unknown provider outcomes
seonghobae fe1e85a
fix(gateway): surface unknown outcomes without enabling replay
seonghobae 76d1caa
test(gateway): verify SDK to HTTP unknown outcome boundary
seonghobae 4ceafa0
docs(gateway): record unknown outcome no-replay evidence
seonghobae a35a3c6
test(logging): require bounded upstream status evidence
seonghobae b20f994
fix(logging): retain numeric provider status without raw diagnostics
seonghobae 0b949aa
test(logging): preserve typed status and avoid exception stringification
seonghobae 73f8977
docs(logging): record bounded upstream status evidence
seonghobae b81739f
test(logging): require omission rather than partial diagnostic masking
seonghobae 4316515
docs(logging): record full regression and canonical sanitizer prerequ…
seonghobae e1ff51b
test(timeout): preserve policy across unrelated writes
seonghobae b2a38b4
fix(timeout): isolate policy writes from pool updates
seonghobae 9179873
test(timeout): verify isolated writes and disabled tombstones
seonghobae f50755b
style(tests): clean timeout integration checks
seonghobae 78a71c0
fix(router): distinguish pre-send admission timeouts
seonghobae 1ccc959
test(sdk): require pinned integration probes in locked CI
seonghobae a95d3c8
fix(audit): record timeout policy changes and history access
seonghobae 7685d3f
fix(admin): make model timeout audit entries readable
seonghobae 2b189ad
fix(gateway): apply per-model timeout on the serving path
seonghobae 76c0475
test(local): accept per-model timeout on waiter mock
seonghobae 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
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
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
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.