Skip to content

Use consistent naming for initialisms in cmd follow-up

Follow up of !1331 (merged) (#468 (closed)). The MR includes the following changes:

  • Rename traceId to traceID
  • Rename setupAgentRpcApi to setupAgentRPCAPI
  • Rename serverAgentRpcApiFactory to serverAgentRPCAPIFactory
  • Rename serverAgentRpcApi to serverAgentRPCAPI
  • Rename serverRpcApiFactory to serverRPCAPIFactory
  • Rename serverRpcApi to serverRPCAPI
  • Rename test names
  • Rename agentIdEncoder to agentIDEncoder
  • Rename moduleRegistrationId to moduleRegistrationID
  • Rename podId to podID
  • Rename KasTLSServerName to KASTLSServerName
  • Rename KasSkipTLSVerify to KASSkipTLSVerify
  • Rename KasHeaders to KASHeaders
  • Rename KasCACertFile to KASCACertFile
  • Rename KasAddress to KASAddress
  • Rename GitLabExternalUrl to GitLabExternalURL
  • Rename AgentId to AgentID
  • Rename GrpcLogLevel to GRPCLogLevel
  • Rename defaultGrpcLogLevel to defaultGRPCLogLevel
  • Rename rpcApi to rpcAPI
Edited by Hristiyan Ivanov

Merge request reports