boulder/sa
Aaron Gable f29f63a317
Don't write "null" to DB for missing contacts (#6090)
Instead write `[]`, a better representation of an empty contact set,
and avoid having literal JSON `null`s in our database.

As part of doing so, add some extra code to //sa/model.go that
bypasses the need for //sa/type-converter.go to do any magic
JSON-to-string-slice conversions for us.

Fixes #6074
2022-05-10 09:25:41 -07:00
..
_db Remove fqdnsets_old workaround (#6054) 2022-04-21 16:39:35 -07:00
_db-next Remove fqdnsets_old workaround (#6054) 2022-04-21 16:39:35 -07:00
proto SA: Add support for querying which serials are impacted by a given incident (#6034) 2022-04-14 12:47:36 -07:00
satest Remove sa-wrappers.go (#5663) 2021-09-27 13:25:41 -07:00
testdata Support writing OCSP to Redis on revocation (#6012) 2022-04-01 13:59:56 -06:00
database.go SA: Add support for querying which serials are impacted by a given incident (#6034) 2022-04-14 12:47:36 -07:00
database_test.go Enhancements to SQL driver tuning via JSON config (#5235) 2021-01-25 15:34:55 -08:00
ip_range_test.go Remove all stray copyright headers and appends the initial line to LICENSE.txt (#1853) 2016-05-31 12:32:04 -07:00
metrics.go oscp-updater: use rows.Scan() to get query results (#5656) 2021-10-18 10:33:09 -07:00
migrations.sh Run db-next migrations with config-next configuration (#5320) 2021-03-11 14:45:32 -08:00
model.go Don't write "null" to DB for missing contacts (#6090) 2022-05-10 09:25:41 -07:00
model_test.go Remove old challModel code (#6048) 2022-04-13 16:26:17 -07:00
precertificates.go Support writing OCSP to Redis on revocation (#6012) 2022-04-01 13:59:56 -06:00
precertificates_test.go Add new, simpler revocation methods to RA (#5969) 2022-03-14 08:58:17 -07:00
rate_limits.go GRPC: Unwrap SA Count methods (#5616) 2021-08-30 15:54:42 -07:00
rate_limits_test.go GRPC: Unwrap SA Count methods (#5616) 2021-08-30 15:54:42 -07:00
rocsp_sa.go Use OCSP NextUpdate to calculate Redis TTL (#6031) 2022-04-04 15:18:11 -06:00
rocsp_sa_test.go Support writing OCSP to Redis on revocation (#6012) 2022-04-01 13:59:56 -06:00
sa.go Remove fqdnsets_old workaround (#6054) 2022-04-21 16:39:35 -07:00
sa_test.go SA: Add support for querying which serials are impacted by a given incident (#6034) 2022-04-14 12:47:36 -07:00
test-cert.der Store a DB of issued names. 2015-09-28 19:37:50 -07:00
test-cert2.der Implement rate limiting by domain name. 2015-10-04 21:04:26 -07:00
type-converter.go Improve error checking paradigm (#5920) 2022-02-01 14:42:43 -07:00
type-converter_test.go Use error wrapping for berrors and tests (#5169) 2020-11-06 13:17:11 -08:00
www.eff.org.der Add initial certificate status in SA. 2015-04-23 19:52:34 -07:00