Skip to content

Use consistent naming for initialisms in internal/gitlab

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

  • Rename AgentConfigurationApiPath to AgentConfigurationAPIPath in internal/gitlab
  • Rename ModuleRequestApiPath to ModuleRequestAPIPath in internal/gitlab
  • Rename ProjectInfoApiPath to ProjectInfoAPIPath in internal/gitlab
  • Rename projectId to projectID in internal/gitlab
  • Rename AllowedAgentsApiPath to AllowedAgentsAPIPath in internal/gitlab
  • Rename traceId to traceID in internal/gitlab
  • Rename AgentInfoApiPath to AgentInfoAPIPath in internal/gitlab
  • Rename AuthorizeProxyUserApiPath to AuthorizeProxyUserAPIPath in internal/gitlab
  • Rename agentId to agentID in internal/gitlab
  • Rename configProjectId to configProjectID in internal/gitlab

Merge request reports