ct_worker: publish current log metadata schemas - #295
Open
lukevalenta wants to merge 1 commit into
Open
lukevalenta wants to merge 1 commit into
lukevalenta wants to merge 1 commit into
Conversation
Replace the legacy log metadata response with schema-compliant metadata and operator-list endpoints. Remove obsolete configurations that cannot satisfy the new model, validate production shard intervals, and verify responses against vendored schemas.
lukevalenta
force-pushed
the
lvalenta/pvc-2929-log-metadata
branch
from
September 24, 2026 15:14
e2edb93 to
02ba528
Compare
lukevalenta
marked this pull request as ready for review
September 24, 2026 15:27
lukevalenta
requested review from
a team,
bwesterb,
cjpatton,
lbaquerofierro and
mendess
as code owners
September 24, 2026 15:27
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.
Addresses PVC-2929.
Summary
log.v3.jsonwith schema-compliant per-logmetadata.jsonresponsesoperator-list.json, covered by internal dev-log fixturesTesting
cargo clippy --workspace --all-targets -- -Dwarnings -Dclippy::pedanticcargo testcargo fmt --all --checkcargo shearBASE_URL=http://localhost:18790 cargo test -p integration_tests --test static_ct_api