Skip to content

Use consistent naming for initialisms in remote_development and reverse_tunnel modules

Improve naming for initialisms (#468 (closed)) in remote_development and reverse_tunnel modules. This MR includes the following changes:

  • Rename agentId to agentID in reverse_tunnel module
  • Rename serverRpcApiForTest to serverRPCAPIForTest in reverse_tunnel module
  • Rename serverRpcApi to serverRPCAPI in reverse_tunnel module
  • Rename mockApi to mockAPI in reverse_tunnel module
  • Rename agentApi to agentAPI in reverse_tunnel module
  • Rename rpcApi to rpcAPI in reverse_tunnel module
  • Rename mockRpcApi to mockRPCAPI in reverse_tunnel module
  • Rename newMockApi to newMockAPI in remote_development module
  • Rename performWorkspaceUpdateRequestToRailsApi to performWorkspaceUpdateRequestToRailsAPI in remote_development module
  • Rename mockApi to mockAPI in remote_development module
  • Rename agentId to agentID in remote_development module
  • Rename agentIdLabelSelector to agentIDLabelSelector in remote_development module

Merge request reports