drone/internal
Johannes Batzill 3b120dd2b3 Add Zerolog Support to GITRPC (#126)
This change adds the following:
- Inject APP server zerolog RequestID as metadata into all gitrpc calls from client side.
- Inject Zerolog logger into context with common fields set (like service, method, requestID, ...). This allows for better request tracking within gitrpc, but also request tracking across services we extract the requestID send by the grpc client
- Modify http logs to use http. prefix for common http related logging annotations.
2022-12-16 08:39:10 -08:00
..
api Add Zerolog Support to GITRPC (#126) 2022-12-16 08:39:10 -08:00
auth ordering imports linter and writer (#85) 2022-11-22 23:42:39 +01:00
bootstrap ordering imports linter and writer (#85) 2022-11-22 23:42:39 +01:00
cron [MAINT] golangci-lint config changed (#31) 2022-10-13 14:39:15 +02:00
paths Introduce UIDs for Space / Repo / Tokens, Add Custom Harness Validation, ... (#57) 2022-11-06 23:14:47 -08:00
request [MAINT] added repos endpoints to swagger (#33) 2022-10-18 00:10:36 +02:00
router Add Zerolog Support to GITRPC (#126) 2022-12-16 08:39:10 -08:00
server ordering imports linter and writer (#85) 2022-11-22 23:42:39 +01:00
store global mutex for the dbtx package (#118) 2022-12-13 17:52:16 +01:00
testing [MAINT] golangci-lint config changed (#31) 2022-10-13 14:39:15 +02:00
token ordering imports linter and writer (#85) 2022-11-22 23:42:39 +01:00
inernal_test.go [MAINT] golangci-lint config changed (#31) 2022-10-13 14:39:15 +02:00
internal.go [feat]ability to commit files using REST api (#82) 2022-11-22 19:24:40 +01:00