boulder/core
Phil Porada 6925fad324
Finish migration from int64 timestamps to timestamppb (#7142)
This is a cleanup PR finishing the migration from int64 timestamps to
protobuf `*timestamppb.Timestamps` by removing all usage of the old
int64 fields. In the previous PR
https://github.com/letsencrypt/boulder/pull/7121 all fields were
switched to read from the protobuf timestamppb fields.

Adds a new case to `core.IsAnyNilOrZero` to check various properties of
a `*timestamppb.Timestamp` reducing the visual complexity for receivers.

Fixes https://github.com/letsencrypt/boulder/issues/7060
2023-11-27 13:37:31 -08:00
..
proto Finish migration from int64 timestamps to timestamppb (#7142) 2023-11-27 13:37:31 -08:00
challenges.go RA: Simplify FinalizeOrder flow (#6588) 2023-01-25 17:59:54 -08:00
challenges_test.go Make authz2 the default storage format (#4476) 2019-10-21 15:29:15 -04:00
core_test.go dependencies: Replace square/go-jose.v2 with go-jose/go-jose.v2 (#6598) 2023-01-24 12:08:30 -05:00
interfaces.go RA: Simplify FinalizeOrder flow (#6588) 2023-01-25 17:59:54 -08:00
objects.go doc: wildcard field is not boulder-specific (#7057) 2023-08-31 07:54:10 -07:00
objects_test.go RA: Simplify FinalizeOrder flow (#6588) 2023-01-25 17:59:54 -08:00
util.go Finish migration from int64 timestamps to timestamppb (#7142) 2023-11-27 13:37:31 -08:00
util_test.go Finish migration from int64 timestamps to timestamppb (#7142) 2023-11-27 13:37:31 -08:00