Skip to content

Use consistent naming for initialisms in internal/tool/logz

Improve naming for initialisms ( #468 (closed)) in internal/tool/logz. This MR includes the following changes:

  • Rename GitRepositoryUrl to GitRepositoryURL
  • Rename ProtoJsonValue to ProtoJSONValue
  • Rename RequestId to RequestID
  • Rename GrpcMethod to GRPCMethod
  • Rename GrpcService to GRPCService
  • Rename UrlPath to URLPath
  • Rename Url to URL
  • Rename UrlPathPrefix to URLPathPrefix
  • Rename PoolConnectionUrl to PoolConnectionURL
  • Rename KasUrl to KASURL
  • Rename TraceId to TraceID
  • Rename TraceIdFromContext to TraceIDFromContext
  • Rename WorkerId to WorkerID
  • Rename ProjectId to ProjectID
  • Rename CommitId to CommitID
  • Rename AgentId to AgentID

Merge request reports