-
Notifications
You must be signed in to change notification settings - Fork 1.5k
feat(planner): plugin framework infrastructure (PR #1 of 2) #10124
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
42 commits
Select commit
Hold shift + click to select a range
5c42f13
feat(planner): plugin framework infrastructure (PR #1 of 2)
kangclzjc c29a17b
fix(planner): correct OrchestratorEngineAdapter cadence parity with PSM
kangclzjc a9e21c8
feat(planner/examples): add external_plugin reference implementation
kangclzjc a1416d7
style(planner): move local imports to module top
kangclzjc 16ec509
feat(planner/config): forbid unknown fields on GatewayConfig + Extern…
kangclzjc 31222b4
fix(planner/orchestrator): preserve asyncio.CancelledError in broad h…
kangclzjc 3f71f9d
fix(planner/registry): coderabbit hardening pass
kangclzjc e2e0865
fix(planner/transport): wrap serialization errors, log close failures…
kangclzjc b0afa2f
docs(planner/proto): clarify needs field cannot distinguish unset vs …
kangclzjc 52f5a34
fix(planner): make OrchestratorEngineAdapter Clock injectable for replay
kangclzjc 8dc5321
fix(planner/scheduler): anchor first-ever fire on registered_at for P…
kangclzjc bc0c84b
feat(planner/proto): add scale_interval cadence model schema surface
kangclzjc 82710c3
feat(planner/config): add SchedulingConfig.scale_interval_seconds
kangclzjc 5cf4215
feat(planner/registry): phase-align registered_at to scale_interval
kangclzjc bff69e2
feat(planner/scheduler): gate plugin fire on requires_produced_fields
kangclzjc e886758
refactor(planner/orchestrator): scale_interval cadence model
kangclzjc b3b369e
test(planner/orchestrator): lazy-traffic-pull + cadence-advance tests
kangclzjc 7fd1a34
chore(planner): apply pre-commit formatting (isort + black + clang-fo…
kangclzjc 81ae7b1
fix(planner): lazy plugin imports, predict failure isolation, FPM wiring
kangclzjc b39dde8
build(planner): ship proto stubs + add grpc/protobuf deps + mypy over…
kangclzjc ea1a764
docs(planner): scrub stale README references to nonexistent files
kangclzjc 939c774
fix(planner): close clock-domain + gateway auth-boundary gaps
kangclzjc 9bc0294
feat(planner): expose scale_interval fields on static + in-process co…
kangclzjc 7f3fd03
fix(planner): lazy-traffic-pull treats observations.traffic as dot-pa…
kangclzjc 19fff73
feat(planner): expose kv_hit_rate on TrafficMetrics + PredictionData
kangclzjc 0a756f2
chore(planner): strip ComponentTarget.component_name forward-compat s…
kangclzjc f4a6199
feat(planner): expose WorkerState scaling-in-progress flags + refresh…
kangclzjc 0af9036
feat(planner/registry): enforce observation_window alignment + plumb …
kangclzjc cc8e810
fix(planner/orchestrator): register static external plugins before bo…
kangclzjc 2d64bb2
feat(planner/core): propagate pipeline execute_action / audit to Tick…
kangclzjc 55aa754
fix(planner): use add_observations on PlannerEnginePerfModel (was non…
kangclzjc 5b214ca
fix(planner/merge): final-path proposal honors baseline passthrough (…
kangclzjc 58bd9bc
chore(planner): review batch — chain-augment kv field, dead code, enc…
kangclzjc 956079c
fix(planner): clock-domain durations, ProposeResult oneof, override g…
kangclzjc bd3df8a
test(planner): close orchestrator test-coverage gaps (review #7/#8/#1…
kangclzjc be38e21
fix(planner/gateway): fail closed on plaintext-TCP registration gatew…
kangclzjc 11426a4
test(planner/gateway): fix port-zero test broken by the plaintext-TCP…
kangclzjc a2b8c1c
fix(planner/proto): metric/prediction fields are double, not float (r…
kangclzjc 23505df
fix(planner/replay): bootstrap regressions on the orchestrator replay…
kangclzjc 91acbce
style(planner/tests): black 23.1.0 single-line collapse for port-zero…
kangclzjc 2a09e75
fix(planner/replay): correct mypy ignore code on install_regressions_…
kangclzjc 480beba
build(planner/proto): regenerate stubs with grpcio-tools 1.67.1 for C…
kangclzjc 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
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.