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
0af99433
Commit
0af99433
authored
Jan 18, 2017
by
Jose Ivan Vargas
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed the index action from both the projects hook and services controllers
parent
373411d1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
9 deletions
+2
-9
app/controllers/projects/hooks_controller.rb
app/controllers/projects/hooks_controller.rb
+2
-5
app/controllers/projects/services_controller.rb
app/controllers/projects/services_controller.rb
+0
-4
No files found.
app/controllers/projects/hooks_controller.rb
View file @
0af99433
...
...
@@ -6,10 +6,6 @@ class Projects::HooksController < Projects::ApplicationController
layout
"project_settings"
def
index
redirect_to
namespace_project_settings_integrations_path
(
@project
.
namespace
,
@project
)
end
def
create
@hook
=
@project
.
hooks
.
new
(
hook_params
)
@hook
.
save
...
...
@@ -18,7 +14,8 @@ class Projects::HooksController < Projects::ApplicationController
redirect_to
namespace_project_settings_integrations_path
(
@project
.
namespace
,
@project
)
else
@hooks
=
@project
.
hooks
.
select
(
&
:persisted?
)
render
:index
flash
[
:alert
]
=
@hook
.
errors
.
full_messages
.
join
.
html_safe
redirect_to
namespace_project_settings_integrations_path
(
@project
.
namespace
,
@project
)
end
end
...
...
app/controllers/projects/services_controller.rb
View file @
0af99433
...
...
@@ -9,10 +9,6 @@ class Projects::ServicesController < Projects::ApplicationController
layout
"project_settings"
def
index
redirect_to
namespace_project_settings_integrations_path
(
@project
.
namespace
,
@project
)
end
def
edit
end
...
...
Alain Takoudjou
@alain.takoudjou
mentioned in commit
ef15668d
·
Aug 21, 2018
mentioned in commit
ef15668d
mentioned in commit ef15668d8214e8cce5732525c872d5b8f57e337a
Toggle commit list
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