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
3dc09834
Commit
3dc09834
authored
Dec 01, 2021
by
Linjie Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add prepend_mod to TreeController and API::Repositories
parent
a5c05d69
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
app/controllers/projects/tree_controller.rb
app/controllers/projects/tree_controller.rb
+2
-0
lib/api/repositories.rb
lib/api/repositories.rb
+2
-0
No files found.
app/controllers/projects/tree_controller.rb
View file @
3dc09834
...
...
@@ -60,3 +60,5 @@ class Projects::TreeController < Projects::ApplicationController
}
end
end
Projects
::
TreeController
.
prepend_mod
lib/api/repositories.rb
View file @
3dc09834
...
...
@@ -292,3 +292,5 @@ module API
end
end
end
API
::
Repositories
.
prepend_mod
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