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
1955f4a1
Commit
1955f4a1
authored
Jun 09, 2016
by
Patricio Cano
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added CHANGELOG-EE item
parent
bb5e706f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
CHANGELOG-EE
CHANGELOG-EE
+1
-0
lib/api/entities.rb
lib/api/entities.rb
+1
-1
No files found.
CHANGELOG-EE
View file @
1955f4a1
...
@@ -4,6 +4,7 @@ v 8.9.0 (unreleased)
...
@@ -4,6 +4,7 @@ v 8.9.0 (unreleased)
- Fix nil user handling in UpdateMirrorService
- Fix nil user handling in UpdateMirrorService
- Allow LDAP to mark users as external based on their group membership. !432
- Allow LDAP to mark users as external based on their group membership. !432
- Instrument instance methods of Gitlab::InsecureKeyFingerprint class
- Instrument instance methods of Gitlab::InsecureKeyFingerprint class
- Add API endpoint for Merge Request Approvals !449
v 8.8.4
v 8.8.4
- Remove license overusage message
- Remove license overusage message
...
...
lib/api/entities.rb
View file @
1955f4a1
...
@@ -217,7 +217,7 @@ module API
...
@@ -217,7 +217,7 @@ module API
end
end
class
Approvals
<
Grape
::
Entity
class
Approvals
<
Grape
::
Entity
expose
:user
,
as: :user
,
using:
Entities
::
UserBasic
expose
:user
,
using:
Entities
::
UserBasic
end
end
class
MergeRequestApprovals
<
ProjectEntity
class
MergeRequestApprovals
<
ProjectEntity
...
...
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