Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
6f550e74
Commit
6f550e74
authored
Feb 20, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
1fc1fe03
dd28b621
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
2 deletions
+13
-2
app/validators/url_validator.rb
app/validators/url_validator.rb
+6
-0
changelogs/unreleased/helm-2-12-3.yml
changelogs/unreleased/helm-2-12-3.yml
+5
-0
lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml
lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml
+2
-2
No files found.
app/validators/url_validator.rb
View file @
6f550e74
...
...
@@ -93,6 +93,12 @@ class UrlValidator < ActiveModel::EachValidator
end
def
allow_setting_local_requests?
# We cannot use Gitlab::CurrentSettings as ApplicationSetting itself
# uses UrlValidator to validate urls. This ends up in a cycle
# when Gitlab::CurrentSettings creates an ApplicationSetting which then
# calls this validator.
#
# See https://gitlab.com/gitlab-org/gitlab-ee/issues/9833
ApplicationSetting
.
current
&
.
allow_local_requests_from_hooks_and_services?
end
end
changelogs/unreleased/helm-2-12-3.yml
0 → 100644
View file @
6f550e74
---
title
:
Bump Helm and kubectl in Auto DevOps to 2.12.3 and 1.11.7 respectively
merge_request
:
25072
author
:
type
:
other
lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml
View file @
6f550e74
...
...
@@ -49,8 +49,8 @@ variables:
POSTGRES_ENABLED
:
"
true"
POSTGRES_DB
:
$CI_ENVIRONMENT_SLUG
KUBERNETES_VERSION
:
1.11.
6
HELM_VERSION
:
2.12.
2
KUBERNETES_VERSION
:
1.11.
7
HELM_VERSION
:
2.12.
3
DOCKER_DRIVER
:
overlay2
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment