Skip to content
Snippets Groups Projects
Commit b5f665e8 authored by Pedro Moreira da Silva's avatar Pedro Moreira da Silva Committed by Doug Stull
Browse files

Rename Google Artifact Registry integration

According to #425153 (comment 1760690997)
it should be named just “Google Artifact Registry” instead of
“Google Cloud Artifact Registry”

Changelog: changed
EE: true
parent 47c1fd14
No related branches found
No related tags found
1 merge request!145529Rename Google Artifact Registry integration
......@@ -196,9 +196,9 @@
# rubocop:disable Layout/LineLength -- The table rows are more readable without line breaks
where(:argument, :error_message) do
:location | "`location` doesn't match Repository location of Google Cloud Artifact Registry"
:repository | "`repository` doesn't match Repository name of Google Cloud Artifact Registry"
:google_cloud_project_id | "`googleCloudProjectId` doesn't match Google Cloud project ID of Google Cloud Artifact Registry"
:location | "`location` doesn't match Repository location of Google Artifact Registry"
:repository | "`repository` doesn't match Repository name of Google Artifact Registry"
:google_cloud_project_id | "`googleCloudProjectId` doesn't match Google Cloud project ID of Google Artifact Registry"
end
# rubocop:enable Layout/LineLength
......
......@@ -81,7 +81,7 @@
end
end
describe 'Google Cloud Artifact Registry' do
describe 'Google Artifact Registry' do
shared_examples 'handling google artifact registry conditions' do |unavailable_status: :not_found|
shared_examples 'does not change integrations count' do
it do
......
......@@ -35,7 +35,7 @@
end
end
context 'with Google cloud artifact registry integration' do
context 'with Google Artifact Registry integration' do
let(:integration) { create(:google_cloud_platform_artifact_registry_integration) }
context 'with field with type text' do
......
......@@ -23452,16 +23452,13 @@ msgstr ""
msgid "GoogleArtifactRegistry|Virtual size"
msgstr ""
 
msgid "GoogleCloudPlatformService|Connect Google Cloud Artifact Registry to GitLab."
msgstr ""
msgid "GoogleCloudPlatformService|Example: %{code_open}314053285323%{code_close}"
msgstr ""
 
msgid "GoogleCloudPlatformService|Example: %{code_open}my-sample-project-191923%{code_close}"
msgstr ""
 
msgid "GoogleCloudPlatformService|Google Cloud Artifact Registry"
msgid "GoogleCloudPlatformService|Google Artifact Registry"
msgstr ""
 
msgid "GoogleCloudPlatformService|Google Cloud IAM"
......@@ -23473,6 +23470,9 @@ msgstr ""
msgid "GoogleCloudPlatformService|Manage permissions for Google Cloud resources with Identity and Access Management (IAM)."
msgstr ""
 
msgid "GoogleCloudPlatformService|Manage your artifacts in Google Artifact Registry."
msgstr ""
msgid "GoogleCloudPlatformService|Pool ID"
msgstr ""
 
......@@ -566,7 +566,7 @@ describe('IntegrationForm', () => {
});
});
describe('Google Cloud Artifact Registry integration', () => {
describe('Google Artifact Registry integration', () => {
describe('Help and sections rendering', () => {
const dummyHelp = 'Foo Help';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment