Skip to content

Rename the namespace GoogleCloudPlatform to GoogleCloud

What does this MR do and why?

This MR moves existing GoogleCloud::LoggingService::Logger and GoogleCloud::Authentication to AuditEvents since these classes are used for the events audit and it makes sense to not mix them up with the recent Google Cloud integration project. It also changes the namespace of almost all Google Cloud integration classes from GoogleCloudPlatform to GoogleCloud.

We still have two integrations Integrations::GoogleCloudPlatform::ArtifactRegistry and Integrations::GoogleCloudPlatform::WorkloadIdentityFederation that live under the GoogleCloudPlatform namespace. The reason for that is that the class name of the integration is written to the type_new column of the integration. We'll move these integrations later together with the data migration.

Summary of the changes:

  • Move GoogleCloud::LoggingService::Logger to AuditEvents::GoogleCloud::LoggingService::Logger
  • Move GoogleCloud::Authentication to AuditEvents::GoogleCloud::Authentication
  • Rename the namespace from GoogleCloudPlatform to GoogleCloud for classes and modules.
  • Rename the namespace for translations from GoogleCloudPlatformService to GoogleCloudService

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

How to set up and validate locally

We can use the same verification steps described here

Related to #439729

Edited by Dzmitry (Dima) Meshcharakou

Merge request reports