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
563b303b
Commit
563b303b
authored
Jul 12, 2016
by
tiagonbotelho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removes basicprojectwithaccess and replaces it with basicprojectdetails
parent
b4a919ab
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
9 deletions
+1
-9
lib/api/.projects.rb.swn
lib/api/.projects.rb.swn
+0
-0
lib/api/entities.rb
lib/api/entities.rb
+0
-8
lib/api/projects.rb
lib/api/projects.rb
+1
-1
No files found.
lib/api/.projects.rb.swn
0 → 100644
View file @
563b303b
File added
lib/api/entities.rb
View file @
563b303b
...
...
@@ -342,14 +342,6 @@ module API
end
end
class
BasicProjectWithAccess
<
BasicProjectDetails
expose
:permissions
do
expose
:project_access
,
using:
Entities
::
ProjectAccess
do
|
project
,
options
|
project
.
project_members
.
find_by
(
user_id:
options
[
:user
].
id
)
end
end
end
class
ProjectWithAccess
<
Project
expose
:permissions
do
expose
:project_access
,
using:
Entities
::
ProjectAccess
do
|
project
,
options
|
...
...
lib/api/projects.rb
View file @
563b303b
...
...
@@ -26,7 +26,7 @@ module API
@projects
=
filter_projects
(
@projects
)
@projects
=
paginate
@projects
if
params
[
:simple
]
present
@projects
,
with:
Entities
::
BasicProject
WithAcces
s
,
user:
current_user
present
@projects
,
with:
Entities
::
BasicProject
Detail
s
,
user:
current_user
else
present
@projects
,
with:
Entities
::
ProjectWithAccess
,
user:
current_user
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