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
Kazuhiko Shiozaki
gitlab-ce
Commits
6cec9ed3
Commit
6cec9ed3
authored
Nov 10, 2012
by
Saito
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
linguist will take care of this
parent
b664b784
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
10 deletions
+4
-10
lib/api/projects.rb
lib/api/projects.rb
+4
-10
No files found.
lib/api/projects.rb
View file @
6cec9ed3
...
@@ -147,7 +147,7 @@ module Gitlab
...
@@ -147,7 +147,7 @@ module Gitlab
@hooks
=
paginate
user_project
.
hooks
@hooks
=
paginate
user_project
.
hooks
present
@hooks
,
with:
Entities
::
Hook
present
@hooks
,
with:
Entities
::
Hook
end
end
# Get a project hook
# Get a project hook
#
#
# Parameters:
# Parameters:
...
@@ -159,7 +159,7 @@ module Gitlab
...
@@ -159,7 +159,7 @@ module Gitlab
@hook
=
user_project
.
hooks
.
find
(
params
[
:hook_id
])
@hook
=
user_project
.
hooks
.
find
(
params
[
:hook_id
])
present
@hook
,
with:
Entities
::
Hook
present
@hook
,
with:
Entities
::
Hook
end
end
# Add hook to project
# Add hook to project
#
#
...
@@ -177,7 +177,7 @@ module Gitlab
...
@@ -177,7 +177,7 @@ module Gitlab
error!
({
'message'
=>
'404 Not found'
},
404
)
error!
({
'message'
=>
'404 Not found'
},
404
)
end
end
end
end
# Update an existing project hook
# Update an existing project hook
#
#
# Parameters:
# Parameters:
...
@@ -382,13 +382,7 @@ module Gitlab
...
@@ -382,13 +382,7 @@ module Gitlab
tree
=
Tree
.
new
commit
.
tree
,
user_project
,
ref
,
params
[
:filepath
]
tree
=
Tree
.
new
commit
.
tree
,
user_project
,
ref
,
params
[
:filepath
]
not_found!
"File"
unless
tree
.
try
(
:tree
)
not_found!
"File"
unless
tree
.
try
(
:tree
)
if
tree
.
text?
content_type
tree
.
mime_type
encoding
=
Gitlab
::
Encode
.
detect_encoding
(
tree
.
data
)
content_type
encoding
?
"text/plain; charset=
#{
encoding
}
"
:
"text/plain"
else
content_type
tree
.
mime_type
end
present
tree
.
data
present
tree
.
data
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