boulder/cmd/boulder-janitor
Jacob Hoffman-Andrews 8dd386b6bc
SA: Update RPC interface to proto3 (#5043)
One slightly surprising / interesting thing: Since core types like
Order and Registration are still proto2 and have pointer fields,
there are actually some places in this PR where I had to add
a `*` rather than delete an `&`, because I was taking a pointer
field from one of those core types and passing it as a field in
an SA RPC request.

Fixes #5037.
2020-08-25 10:28:41 -07:00
..
certs.go Remove newlines from log messages. (#4777) 2020-04-16 16:49:08 -07:00
certsPerName.go Remove newlines from log messages. (#4777) 2020-04-16 16:49:08 -07:00
certstatus.go Remove newlines from log messages. (#4777) 2020-04-16 16:49:08 -07:00
config.go janitor: add cleanup of Orders and assoc. rows. (#4544) 2019-11-13 13:47:55 -05:00
config_test.go boulder-janitor: add initial daemon for tidying certificate resources. (#4354) 2019-07-24 15:09:04 -04:00
janitor.go janitor: add cleanup of Orders and assoc. rows. (#4544) 2019-11-13 13:47:55 -05:00
janitor_test.go janitor: add cleanup of Orders and assoc. rows. (#4544) 2019-11-13 13:47:55 -05:00
job.go SA: use wrapped database maps/transactions. (#4585) 2019-12-04 13:03:09 -05:00
job_test.go Fix nits found by staticcheck (#4726) 2020-03-30 10:20:20 -07:00
main.go boulder-janitor: add initial daemon for tidying certificate resources. (#4354) 2019-07-24 15:09:04 -04:00
orders.go Remove newlines from log messages. (#4777) 2020-04-16 16:49:08 -07:00
orders_test.go SA: Update RPC interface to proto3 (#5043) 2020-08-25 10:28:41 -07:00