drone/types
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
..
check ordering imports linter and writer (#85) 2022-11-22 23:42:39 +01:00
enum pullreq: list API (#99) 2022-11-30 13:56:29 +01:00
authz.go [MAINT] golangci-lint config changed (#31) 2022-10-13 14:39:15 +02:00
config_test.go [MAINT] golangci-lint config changed (#31) 2022-10-13 14:39:15 +02:00
config.go Add Zerolog Support to GITRPC (#126) 2022-12-16 08:39:10 -08:00
git.go Add Tag Listing API (#49) 2022-10-28 13:10:26 -07:00
path.go [MAINT] golangci-lint config changed (#31) 2022-10-13 14:39:15 +02:00
principal.go Introduce UIDs for Space / Repo / Tokens, Add Custom Harness Validation, ... (#57) 2022-11-06 23:14:47 -08:00
pullreq.go added branch params to PR list API (#119) 2022-12-09 15:45:02 +01:00
repo.go add GITURL to repo apis list and create (#64) 2022-11-08 19:35:49 -08:00
service_account.go Introduce UIDs for Space / Repo / Tokens, Add Custom Harness Validation, ... (#57) 2022-11-06 23:14:47 -08:00
service.go Introduce UIDs for Space / Repo / Tokens, Add Custom Harness Validation, ... (#57) 2022-11-06 23:14:47 -08:00
space.go Introduce UIDs for Space / Repo / Tokens, Add Custom Harness Validation, ... (#57) 2022-11-06 23:14:47 -08:00
token.go Introduce UIDs for Space / Repo / Tokens, Add Custom Harness Validation, ... (#57) 2022-11-06 23:14:47 -08:00
types_test.go [MAINT] golangci-lint config changed (#31) 2022-10-13 14:39:15 +02:00
types.go [MAINT] golangci-lint config changed (#31) 2022-10-13 14:39:15 +02:00
user.go pullreq: dedicated struct for pulling data from DB (#116) 2022-12-08 12:52:31 +01:00