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
579da54f
Commit
579da54f
authored
Aug 09, 2017
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflicts in lib/api/entities.rb
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
ff552fbd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
11 deletions
+1
-11
lib/api/entities.rb
lib/api/entities.rb
+1
-11
No files found.
lib/api/entities.rb
View file @
579da54f
...
...
@@ -69,7 +69,6 @@ module API
expose
:job_events
end
<<<<<<<
HEAD
class
ProjectPushRule
<
Grape
::
Entity
expose
:id
,
:project_id
,
:created_at
expose
:commit_message_regex
,
:branch_name_regex
,
:deny_delete_tag
...
...
@@ -77,15 +76,6 @@ module API
expose
:file_name_regex
,
:max_file_size
end
class
BasicProjectDetails
<
Grape
::
Entity
expose
:id
expose
:http_url_to_repo
,
:web_url
expose
:name
,
:name_with_namespace
expose
:path
,
:path_with_namespace
end
=======
>>>>>>>
upstream
/
master
class
SharedGroup
<
Grape
::
Entity
expose
:group_id
expose
:group_name
do
|
group_link
,
options
|
...
...
@@ -103,7 +93,7 @@ module API
expose
:created_at
,
:last_activity_at
end
class
Project
<
BasicProjectDetails
class
Project
<
BasicProjectDetails
include
::
API
::
Helpers
::
RelatedResourcesHelpers
expose
:_links
do
...
...
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