Skip to content

Use consistent naming for remaining initialisms in cmd

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

  • Rename routingTryNewKasInterval to routingTryNewKASInterval
  • Rename commitId to commitID
  • Rename agentIdAttrOnce to agentIDAttrOnce
  • Rename defaultPrivateApiListenAddress to defaultPrivateAPIListenAddress
  • Rename projectId to projectID
  • Rename registeredId to registeredID
  • Rename nextModuleRegistrationId to nextModuleRegistrationID
  • Rename constructKasConnection to constructKASConnection
  • Rename newServerApi to newServerAPI
  • Rename serverApi to serverAPI
  • Rename tests
  • Rename defaultPrivateApi to defaultPrivateAPI
  • Rename defaultApi to defaultAPI
  • Rename defaultPrivateApiListenMaxConnectionAge to defaultPrivateAPIListenMaxConnectionAge
  • Rename defaultPrivateApiListenNetwork to defaultPrivateAPIListenNetwork
  • Rename defaultApiListenMaxConnectionAge to defaultAPIListenMaxConnectionAge
  • Rename defaultApiListenAddress to defaultAPIListenAddress
  • Rename defaultApiListenNetwork to defaultAPIListenNetwork
  • Rename defaultGitalyPerServerApiBucketSize to defaultGitalyPerServerAPIBucketSize
  • Rename defaultGitalyPerServerApiRate to defaultGitalyPerServerAPIRate
  • Rename defaultGitalyGlobalApiBucketSize to defaultGitalyGlobalAPIBucketSize
  • Rename defaultGitalyGlobalApiRefillRate to defaultGitalyGlobalAPIRefillRate
  • Rename defaultGitLabApiRateLimitBucketSize to defaultGitLabAPIRateLimitBucketSize
  • Rename defaultGitLabApiRateLimitRefillRate to defaultGitLabAPIRateLimitRefillRate
  • Rename tokenLimiterApi to tokenLimiterAPI
  • Rename perServerGitalyRpcLimiter to perServerGitalyRPCLimiter
  • Rename agentRpcApiFactory to agentRPCAPIFactory

Merge request reports