fixed nil pointer - #59
Open
adranwit wants to merge 339 commits into
Open
Conversation
add safeMarshal in the logging
ENG-52439: using AppendMetrics with mutex lock; updating logging with…
…79-traceid-in-logger
ENG-51959: using snapshot for logging
Eng 52379 traceid in logger
Vc warmup
ENG-00001: adding openAPI + swagger
Update sqlx dependency
bypass internal true for warmup
Vc warmup
Improve SQL error logging context
Vc bigquery 2873b21
Generated artifacts differed between machines and between runs, so regenerating produced large spurious diffs. Fix each source of non-determinism where the unordered data enters the pipeline. - codegen: run emitted code through go/format and correct the EmbedFS snippet indentation. On a format error the unformatted result is kept. - column discovery: sort information_schema columns by ordinal position. Those queries carry no ORDER BY, so driver ordering leaked into generated struct field order. Columns inferred from a result set carry no position and are left untouched, preserving the projection order the query already established. - route listing: sort paths.yaml entries by URL. The recursive listing reflected directory enumeration order, which varies by filesystem and shifts whenever route files are rewritten, so partial regeneration reshuffled thousands of lines. Route lookup is order independent: the matcher builds a trie and prefers exact matches. Adds unit tests covering each sort and the gofmt stability of generated output. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
…files ENG-00000: Make generated code and paths.yaml deterministic
Fix Race and NPE
Warmup key reporting
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.
No description provided.