Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzegorz@gitlab.com>2017-11-03 11:59:29 +0300
committerGrzegorz Bizon <grzegorz@gitlab.com>2017-11-03 11:59:29 +0300
commit1796683b86a20b7e1bb33f32815350b3ccb83eb6 (patch)
tree48f4a67409902ede338b84c885951d1400471aad /app
parent78ef301c3dfae273bf034a9ffdfa67e2ff7391aa (diff)
parent0b18023c89864b7e38e4dc43cff9f8ad4017c044 (diff)
Merge branch 'sh-fix-environment-slug-generation' into 'master'
Avoid regenerating the ref path for the environment Closes #39752 See merge request gitlab-org/gitlab-ce!15167
Diffstat (limited to 'app')
-rw-r--r--app/models/environment.rb6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/models/environment.rb b/app/models/environment.rb
index e613d21add6..8d6b0a32c13 100644
--- a/app/models/environment.rb
+++ b/app/models/environment.rb
@@ -110,7 +110,7 @@ class Environment < ActiveRecord::Base
end
def ref_path
- "refs/#{Repository::REF_ENVIRONMENTS}/#{generate_slug}"
+ "refs/#{Repository::REF_ENVIRONMENTS}/#{slug}"
end
def formatted_external_url
@@ -164,6 +164,10 @@ class Environment < ActiveRecord::Base
end
end
+ def slug
+ super.presence || generate_slug
+ end
+
# An environment name is not necessarily suitable for use in URLs, DNS
# or other third-party contexts, so provide a slugified version. A slug has
# the following properties: