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
Merge conflicts resolved:
- connector.go: keep batch-3 registrations (ours)
- server.go: take /metrics-behind-auth fix from main
- mailchimp.go, mailchimp_test.go, okta.go, okta_test.go: take fixed
versions from main (PUT upsert, activate param, MD5 subscriber hash)
- go.mod: keep batch-3 deps (snowflake, franz-go, zeebo/xxh3)
- go.sum: keep batch-3 superset
Codex feedback addressed:
- k8s/apply: replace PUT+POST-fallback with server-side apply (PATCH
with Content-Type: application/apply-patch+yaml, fieldManager=mantle,
force=true) so declarative manifests create-or-update correctly without
requiring resourceVersion
- mysql/mssql/redshift query: scanSQLRows now stops at maxRows during
iteration instead of materializing all rows then truncating, preventing
unbounded memory allocation on large result sets
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments