Markus Thömmes
9667e4551a
Enable errorlint and fix all issues ( #1223 )
...
* Correctly wrap errors everywhere
* Use errors.As and errors.Is for safe checks and casts
* Fix condition
2021-02-12 18:27:38 -08:00
Markus Thömmes
d647e44938
Upgrade a few assorted dependencies ( #1220 )
...
* Update spf13 deps
* Upgrade gotest.tools and correctly use versioned module
* Regenerate docs
2021-02-12 05:55:50 -08:00
Markus Thömmes
dca9561993
Fix a few more occurrences of divisive language ( #1119 )
2020-11-16 07:18:04 -08:00
Ying Chun Guo
d116fb9422
shorten the --log-http Authorization mask value ( #484 )
2019-11-18 13:08:07 -08:00
Adam Harwayne
40631a6e97
Retain the request body when logging HTTP. ( #378 )
...
* Retain the request body when logging HTTP.
* hack/build.sh -u
* Add a unit test.
* Unit test redacted headers.
2019-08-21 12:23:33 -07:00
Naomi Seyfer
d30beba541
Add --log-http option ( #326 )
...
* Add --log-http option
* Oh yeah build it and change docs and stuff
* And some test
* Actually test the thing I meant to
* There was a way to remove the downcast
* Test for http transport
* Some deps
* Elide sensitive headers from logging
* Test for eliding errors
* Feedback from CL
2019-08-05 23:49:55 -07:00