pomerium/pkg
Kenneth Jenkins a771b82a72
storage/inmemory: fix Patch() error handling (#4838)
The Patch() method was intended to skip any records that do not
currently exist. However, currently inmemory.Backend.Patch() will return
ErrNotFound if the last record in the records slice is not found (it
will ignore any other previous records that are not found).

Update the error handling logic here to be consistent with the postgres
backend, and add a unit test to exercise this case.
2023-12-07 12:21:10 -08:00
..
cmd/pomerium databroker: build config concurrently, option to bypass validation (#4655) 2023-11-06 13:21:29 -05:00
contextutil move directory providers (#3633) 2022-11-03 11:33:56 -06:00
counter metrics: add linear probabilistic counter (#4776) 2023-12-04 08:51:41 -05:00
cryptutil databroker: build config concurrently, option to bypass validation (#4655) 2023-11-06 13:21:29 -05:00
derivecert cryptutil: generate certificates from deriveca (#3992) 2023-02-23 08:38:56 -07:00
encoding/base58 chore(deps): bump github.com/golangci/golangci-lint from 1.48.0 to 1.50.0 (#3667) 2022-10-19 09:36:59 -06:00
envoy config: validate log levels (#4367) 2023-07-17 16:41:48 -06:00
grpc zero/bundle-reconciler: better code reuse (#4758) 2023-11-21 14:32:52 -05:00
grpcutil chore(deps): bump github.com/golangci/golangci-lint from 1.47.3 to 1.48.0 (#3541) 2022-08-09 08:25:57 -06:00
hpke core/hpke: reduce memory usage from zstd (#4650) 2023-10-31 10:24:56 -06:00
logutil protoutil: add NewAny method for deterministic serialization (#2462) 2021-08-09 17:51:57 -06:00
metrics more idp metrics (#2842) 2021-12-22 17:30:16 -05:00
netutil add metrics aggregation (#3452) 2022-06-30 10:52:45 -04:00
policy ppl: add new client certificate criterion (#4448) 2023-08-09 09:47:23 -07:00
protoutil protoutil: add OverwriteMasked method (#4651) 2023-10-31 09:16:54 -07:00
slices databroker: fix fast forward (#4192) 2023-05-23 15:30:27 -06:00
storage storage/inmemory: fix Patch() error handling (#4838) 2023-12-07 12:21:10 -08:00
webauthnutil config: remove source, remove deadcode, fix linting issues (#4118) 2023-04-21 17:25:11 -06:00