boulder/wfe2
Jacob Hoffman-Andrews 1d31d60450
test: improve quality of some mocks (#5054)
As part of #5050, I'm updating some of the code in grpc/pb-marshaling.go
to move from nil checks to zero checks. In the process I'm introducing some
new zero checks, on things like challenge type, status, and token. This is
shaking out some places where our mocks have taken shortcuts by not
creating a "full" object including all fields that are normally present.

This PR updates our mocks and tests to provide more realistic objects in
all the places that broke when introducing those zero checks.
2020-08-27 09:42:22 -07:00
..
test Fix various WFE2 bugs. (#3292) 2017-12-19 13:13:29 -08:00
README.md Duplicate WFE to WFE2. (#2839) 2017-07-05 13:32:45 -07:00
stale.go Use explicit fmt.Sprintf for ProblemDetails (#4787) 2020-04-21 14:36:11 -07:00
stale_test.go Fix GET API timing issues (#4661) 2020-01-31 11:39:25 -08:00
stats.go Switch away from old style statsd metrics wrappers (#4606) 2019-12-18 11:08:25 -05:00
verify.go Limit request body size. (#4866) 2020-06-12 12:02:49 -07:00
verify_test.go Limit request body size. (#4866) 2020-06-12 12:02:49 -07:00
wfe.go SA: Update RPC interface to proto3 (#5043) 2020-08-25 10:28:41 -07:00
wfe_test.go test: improve quality of some mocks (#5054) 2020-08-27 09:42:22 -07:00

README.md

WFE v2

The wfe2 package is copied from the wfe package in order to implement the "ACME v2" API. This design choice was made to facilitate a clean separation between v1 and v2 code and to support running a separate API process on a different port alongside the v1 API process.