From 4316e6895a9038cc21eeef847578e2918d5b5595 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 1 Sep 2022 18:09:55 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- app/models/integrations/harbor.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/models/integrations') diff --git a/app/models/integrations/harbor.rb b/app/models/integrations/harbor.rb index 03913a71d47..58eabcfd378 100644 --- a/app/models/integrations/harbor.rb +++ b/app/models/integrations/harbor.rb @@ -24,6 +24,10 @@ module Integrations s_("HarborIntegration|After the Harbor integration is activated, global variables '$HARBOR_USERNAME', '$HARBOR_HOST', '$HARBOR_OCI', '$HARBOR_PASSWORD', '$HARBOR_URL' and '$HARBOR_PROJECT' will be created for CI/CD use.") end + def hostname + Gitlab::Utils.parse_url(url).hostname + end + class << self def to_param name.demodulize.downcase -- cgit v1.2.3