Skip to content

Use consistent naming for initialisms in cmd second follow-up

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

  • Rename globalGitalyRpcLimiter to globalGitalyRPCLimiter
  • Rename gitLabUrl to gitLabURL
  • Rename constructRpcApiFactory to constructRPCAPIFactory
  • Rename privateApiSrv to privateAPISrv
  • Rename ApplyDefaultsToKasConfigurationFile to ApplyDefaultsToKASConfigurationFile
  • Rename detectUrlFromListenAddress to detectURLFromListenAddress
  • Rename detectUrlByCIDR to detectURLByCIDR
  • Rename newKasPool to newKASPool
  • Rename ownPrivateApiHost to ownPrivateAPIHost
  • Rename newPrivateApiServerImpl to newPrivateAPIServerImpl
  • Rename newPrivateApiServer to newPrivateAPIServer
  • Rename privateApiServer to privateAPIServer
  • Rename envVarOwnPrivateApiHost to envVarOwnPrivateAPIHost
  • Rename envVarOwnPrivateApiPort to envVarOwnPrivateAPIPort
  • Rename envVarOwnPrivateApiScheme to envVarOwnPrivateAPIScheme
  • Rename envVarOwnPrivateApiCidr to envVarOwnPrivateAPICIDR
  • Rename envVarOwnPrivateApiUrl to envVarOwnPrivateAPIURL
  • Rename constructOwnUrl to constructOwnURL
  • Rename ownCidr to ownCIDR
  • Rename expectedUrl to expectedURL
  • Rename ownUrl to ownURL
  • Rename newApiServer to newAPIServer
  • Rename ownPrivateApiUrl to ownPrivateAPIURL
  • Rename srvApi to srvAPI
  • Rename rpcApiFactory to rpcAPIFactory

Merge request reports