boulder/sa
Aaron Gable e05d47a10a
Replace explicit int loops with range-over-int (#7434)
This adopts modern Go syntax to reduce the chance of off-by-one errors
and remove unnecessary loop variable declarations.

Fixes https://github.com/letsencrypt/boulder/issues/7227
2024-04-22 10:34:51 -07:00
..
db Deprecate LeaseCRLShards feature (#7009) 2023-08-07 15:17:00 -07:00
db-next SA: store and return certificate profile name (#7352) 2024-03-20 13:08:31 -04:00
db-users Fix cert-checker in config-next integration tests (#7440) 2024-04-18 09:40:41 -07:00
proto SA: Remove unused PreviousCertificateExists method (#7439) 2024-04-18 12:29:35 -04:00
satest Finish migration from int64 timestamps to timestamppb (#7142) 2023-11-27 13:37:31 -08:00
testdata Support writing OCSP to Redis on revocation (#6012) 2022-04-01 13:59:56 -06:00
database.go SA: store and return certificate profile name (#7352) 2024-03-20 13:08:31 -04:00
database_test.go SA: Enforce microsecond granularity for long_query_time and max_statement_time (#7224) 2023-12-21 13:06:30 -05: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 sa: refactor db initialization (#6930) 2023-06-13 10:15:40 -07:00
migrations.sh test: Support multiple database schemas (#6344) 2022-09-07 14:59:08 -07:00
model.go sa: get order names from authorizations (#7435) 2024-04-18 14:00:53 -07:00
model_test.go SA: store and return certificate profile name (#7352) 2024-03-20 13:08:31 -04:00
rate_limits.go Finish migration from int64 timestamps to timestamppb (#7142) 2023-11-27 13:37:31 -08:00
rate_limits_test.go Replace explicit int loops with range-over-int (#7434) 2024-04-22 10:34:51 -07:00
sa.go sa: get order names from authorizations (#7435) 2024-04-18 14:00:53 -07:00
sa_test.go Replace explicit int loops with range-over-int (#7434) 2024-04-22 10:34:51 -07:00
saro.go Replace explicit int loops with range-over-int (#7434) 2024-04-22 10:34:51 -07:00
sysvars.go SA: Check MariaDB system variables at startup (#6791) 2023-04-18 11:02:33 -04:00
sysvars_test.go SA: Check MariaDB system variables at startup (#6791) 2023-04-18 11:02:33 -04:00
type-converter.go Upgrade go-jose from v2.6.1 to v.4.0.1 (#7345) 2024-04-02 17:49:51 -04:00
type-converter_test.go Upgrade go-jose from v2.6.1 to v.4.0.1 (#7345) 2024-04-02 17:49:51 -04:00