You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
smallstep-certificates/acme
Panagiotis Siatras 00634fb648
api/render, api/log: initial implementation of the packages (#860)
* api/render: initial implementation of the package

* acme/api: refactored to support api/render

* authority/admin: refactored to support api/render

* ca: refactored to support api/render

* api: refactored to support api/render

* api/render: implemented Error

* api: refactored to support api/render.Error

* acme/api: refactored to support api/render.Error

* authority/admin: refactored to support api/render.Error

* ca: refactored to support api/render.Error

* ca: fixed broken tests

* api/render, api/log: moved error logging to this package

* acme: refactored Error so that it implements render.RenderableError

* authority/admin: refactored Error so that it implements render.RenderableError

* api/render: implemented RenderableError

* api/render: added test coverage for Error

* api/render: implemented statusCodeFromError

* api: refactored RootsPEM to work with render.Error

* acme, authority/admin: fixed pointer receiver name for consistency

* api/render, errs: moved StatusCoder & StackTracer to the render package
2 years ago
..
api api/render, api/log: initial implementation of the packages (#860) 2 years ago
db/nosql Fix PR comments and issue with empty string slices 2 years ago
account.go Refactor ACME EAB queries 2 years ago
account_test.go Refactor ACME EAB queries 2 years ago
authorization.go PR review fixes / updates 3 years ago
authorization_test.go add authorization and order unit tests 3 years ago
certificate.go [acme db interface] unit test progress 3 years ago
challenge.go Merge branch 'master' into hs/acme-eab 3 years ago
challenge_test.go Pin golangci-lint to v1.43.0 and fix issues 3 years ago
common.go Add tests for ACME revocation 3 years ago
db.go Add cursor and limit to ACME EAB DB interface 2 years ago
errors.go api/render, api/log: initial implementation of the packages (#860) 2 years ago
nonce.go [acme db interface] wip 3 years ago
order.go Fix code style issue 2 years ago
order_test.go Change name of IP Common Name test for clarity 2 years ago
status.go [acme db interface] wip 3 years ago