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
94ca71b4
Commit
94ca71b4
authored
Apr 12, 2016
by
Valery Sizov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix specs
parent
43da5a26
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/views/shared/web_hooks/_form.html.haml
app/views/shared/web_hooks/_form.html.haml
+1
-1
lib/gitlab/geo/update_queue.rb
lib/gitlab/geo/update_queue.rb
+1
-1
No files found.
app/views/shared/web_hooks/_form.html.haml
View file @
94ca71b4
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
%hr
.clearfix
%hr
.clearfix
=
form_for
hook
,
as: :hook
,
url:
polymorphic_path
(
url_components
+
[
:hooks
]),
html:
{
class:
'form-horizontal'
}
do
|
f
|
=
form_for
hook
,
as: :hook
,
url:
polymorphic_path
(
url_components
+
[
:hooks
]),
html:
{
class:
'form-horizontal'
}
do
|
f
|
=
form_errors
(
@key
)
=
form_errors
(
hook
)
.form-group
.form-group
=
f
.
label
:url
,
"URL"
,
class:
'control-label'
=
f
.
label
:url
,
"URL"
,
class:
'control-label'
...
...
lib/gitlab/geo/update_queue.rb
View file @
94ca71b4
...
@@ -94,7 +94,7 @@ module Gitlab
...
@@ -94,7 +94,7 @@ module Gitlab
'redis://localhost:6379'
'redis://localhost:6379'
end
end
Redis
::
Namespace
.
new
(
NAMESPACE
,
redis:
Redis
.
new
(
url:
redis_url_string
))
::
Redis
::
Namespace
.
new
(
NAMESPACE
,
redis:
::
Redis
.
new
(
url:
redis_url_string
))
end
end
def
self
.
redis
def
self
.
redis
...
...
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