pomerium/internal/zero/reconciler
Joe Kralicky fe31799eb5
Fix many instances of contexts and loggers not being propagated (#5340)
This also replaces instances where we manually write "return ctx.Err()"
with "return context.Cause(ctx)" which is functionally identical, but
will also correctly propagate cause errors if present.
2024-10-25 14:50:56 -04:00
..
bundles_format.go zero/bundle-reconciler: better code reuse (#4758) 2023-11-21 14:32:52 -05:00
bundles_format_test.go core/ci: update linting (#4844) 2023-12-14 09:07:54 -08:00
bundles_queue.go core/lint: upgrade golangci-lint, replace interface{} with any (#5099) 2024-05-02 14:33:52 -06:00
bundles_queue_test.go core/ci: update linting (#4844) 2023-12-14 09:07:54 -08:00
config.go zero: only leave public packages in pkg/zero (#4854) 2023-12-12 14:24:37 -05:00
databroker.go zero/bundle-reconciler: better code reuse (#4758) 2023-11-21 14:32:52 -05:00
download_cache.go core/ci: update linting (#4844) 2023-12-14 09:07:54 -08:00
download_cache_test.go zero: only leave public packages in pkg/zero (#4854) 2023-12-12 14:24:37 -05:00
report_status.go zero: add user-agent to requests (#5078) 2024-04-19 11:33:43 -04:00
service.go core/lint: upgrade golangci-lint, replace interface{} with any (#5099) 2024-05-02 14:33:52 -06:00
sync.go Fix many instances of contexts and loggers not being propagated (#5340) 2024-10-25 14:50:56 -04:00
tmpfile.go zero: resource bundle reconciler (#4445) 2023-11-15 09:21:56 -08:00