Commit Graph

8 Commits

Author SHA1 Message Date
d5b5c131e7 feat(requestid): the handler is request id aware
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
if the request has an header `X-Request-ID`, the middleware will extract
  it and use it as uuid on the logs.
2023-02-24 09:07:06 +00:00
a9c5c1f2cc chore: zerolog version bump 2022-03-23 13:43:18 +01:00
930e291456 feat!: splitting Logger function in FromRequest and FromCtx
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2022-01-24 11:45:27 +01:00
b9f84035b5 build: third party tools are not stored in go.mod 2022-01-20 13:12:00 +01:00
642cbbabd5 chore: upgrade tools
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2022-01-17 11:41:25 +01:00
21b64e658e feat: uses alice to better readability of the chained handlers and adds access logging again 2022-01-17 11:27:49 +01:00
d095180eb4 build: uses go modules for tool handling
All checks were successful
continuous-integration/drone/push Build is passing
2022-01-14 13:51:56 +01:00
52d0802c0f first commit 2020-10-13 15:26:40 +02:00