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
0
Merge Requests
0
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
Jérome Perrin
gitlab-ce
Commits
d69f0fee
Commit
d69f0fee
authored
Dec 21, 2017
by
Matija Čupić
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Stub out project#reset_cache
parent
ecd1b816
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
app/controllers/projects_controller.rb
app/controllers/projects_controller.rb
+3
-0
config/routes/project.rb
config/routes/project.rb
+1
-0
No files found.
app/controllers/projects_controller.rb
View file @
d69f0fee
...
...
@@ -175,6 +175,9 @@ class ProjectsController < Projects::ApplicationController
)
end
def
reset_cache
end
def
export
@project
.
add_export_job
(
current_user:
current_user
)
...
...
config/routes/project.rb
View file @
d69f0fee
...
...
@@ -436,6 +436,7 @@ constraints(ProjectUrlConstrainer.new) do
get
:download_export
get
:activity
get
:refs
get
:reset_cache
put
:new_issuable_address
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