BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
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
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
9 deletions
+1
-9
.projects.rb.swn
lib/api/.projects.rb.swn
+0
-0
entities.rb
lib/api/entities.rb
+0
-8
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