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
9401ebc5
Commit
9401ebc5
authored
Apr 20, 2016
by
Valery Sizov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Webhook name consistency
parent
b6608854
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
10 deletions
+10
-10
app/views/layouts/nav/_group_settings.html.haml
app/views/layouts/nav/_group_settings.html.haml
+2
-2
doc/web_hooks/web_hooks.md
doc/web_hooks/web_hooks.md
+1
-1
features/group_active_tab.feature
features/group_active_tab.feature
+3
-3
features/steps/group_active_tab.rb
features/steps/group_active_tab.rb
+4
-4
No files found.
app/views/layouts/nav/_group_settings.html.haml
View file @
9401ebc5
...
...
@@ -25,10 +25,10 @@
%span
LDAP Groups
=
nav_link
(
controller: :hooks
)
do
=
link_to
group_hooks_path
(
@group
),
title:
"Web
H
ooks"
do
=
link_to
group_hooks_path
(
@group
),
title:
"Web
h
ooks"
do
%i
.fa.fa-link
%span
Web
H
ooks
Web
h
ooks
=
nav_link
(
controller: :audit_events
)
do
=
link_to
group_audit_events_path
(
@group
),
title:
"Audit Events"
do
%i
.fa.fa-file-text-o
...
...
doc/web_hooks/web_hooks.md
View file @
9401ebc5
...
...
@@ -14,7 +14,7 @@ Webhooks can be used to update an external issue tracker, trigger CI builds, upd
In GitLab Enterprise Edition you can configure web hooks globally for the whole
group. You can add the group level web hooks on the group settings page
**Settings > Web
H
ooks**
.
**Settings > Web
h
ooks**
.
## SSL Verification
...
...
features/group_active_tab.feature
View file @
9401ebc5
...
...
@@ -10,9 +10,9 @@ Feature: Group Active Tab
And
no other sub navs should be active
And
the active main tab should be Settings
Scenario
:
On Web
H
ooks
When
I go to
"Web
H
ooks"
Then
the active sub nav should be Web
H
ooks
Scenario
:
On Web
h
ooks
When
I go to
"Web
h
ooks"
Then
the active sub nav should be Web
h
ooks
And
no other sub navs should be active
And
the active main tab should be Settings
features/steps/group_active_tab.rb
View file @
9401ebc5
...
...
@@ -15,15 +15,15 @@ class Spinach::Features::GroupActiveTab < Spinach::FeatureSteps
end
end
step
'the active sub nav should be Web
H
ooks'
do
ensure_active_sub_nav
(
'Web
H
ooks'
)
step
'the active sub nav should be Web
h
ooks'
do
ensure_active_sub_nav
(
'Web
h
ooks'
)
end
step
'I go to "Audit Events"'
do
click_link
'Audit Events'
end
step
'I go to "Web
H
ooks"'
do
click_link
'Web
H
ooks'
step
'I go to "Web
h
ooks"'
do
click_link
'Web
h
ooks'
end
end
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