You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CSE-364: Extend cb logdest with TLS and connection-log flags and add update (#193)
Add optional --tls-verify-disabled and --forward-connection-logs to cb logdest add,
and introduce cb logdest update to change an existing destination. Update merges
omitted fields and unset booleans from the current cluster listing so PUT payloads
stay complete.
Extend LogDestination model and list output (TTY labels and extra pipe columns) for
the new fields. Wire Client#update_log_destination and teach completion to suggest
the new flags and true or false after them.
Add specs for add (including invalid boolean strings), update (merge, overrides,
and not-found), list, completion, captured add payloads without mock_client, and
model JSON parsing with and without the new keys. Adjust the spec factory and trim
spec_helper accordingly.
Note by Erik: This was written under my direction by the robot in Cursor with the
model set to Auto. While it wrote some tests as we went, once the new functionality
was working I asked it to do another pass for spec/test coverage on the new
functionality and it found some more issues that it fixed.
* crystal tool format fixes
* Changes for ameba's Lint/NotNil rule
* Limit codegen threads to 1 for crystal spec runs on CI
* Changes from Adam's review.
0 commit comments