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
36bf0b67
Commit
36bf0b67
authored
Oct 07, 2016
by
Takuya Noguchi
Committed by
Rémy Coutable
Oct 10, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove Ci::ApplicationController
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
516d869e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
9 deletions
+3
-9
CHANGELOG
CHANGELOG
+1
-0
app/controllers/ci/application_controller.rb
app/controllers/ci/application_controller.rb
+0
-7
app/controllers/ci/lints_controller.rb
app/controllers/ci/lints_controller.rb
+1
-1
app/controllers/ci/projects_controller.rb
app/controllers/ci/projects_controller.rb
+1
-1
No files found.
CHANGELOG
View file @
36bf0b67
...
...
@@ -82,6 +82,7 @@ v 8.13.0 (unreleased)
- Retouch environments list and deployments list
- Add Container Registry on/off status to Admin Area !6638 (the-undefined)
- Grouped pipeline dropdown is a scrollable container
- Cleanup Ci::ApplicationController. !6757 (Takuya Noguchi)
- Fix a typo in doc/api/labels.md
v 8.12.5 (unreleased)
...
...
app/controllers/ci/application_controller.rb
deleted
100644 → 0
View file @
516d869e
module
Ci
class
ApplicationController
<
::
ApplicationController
def
self
.
railtie_helpers_paths
"app/helpers/ci"
end
end
end
app/controllers/ci/lints_controller.rb
View file @
36bf0b67
module
Ci
class
LintsController
<
ApplicationController
class
LintsController
<
::
ApplicationController
before_action
:authenticate_user!
def
show
...
...
app/controllers/ci/projects_controller.rb
View file @
36bf0b67
module
Ci
class
ProjectsController
<
Ci
::
ApplicationController
class
ProjectsController
<
::
ApplicationController
before_action
:project
before_action
:no_cache
,
only:
[
:badge
]
before_action
:authorize_read_project!
,
except:
[
:badge
,
:index
]
...
...
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