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
bbafd745
Commit
bbafd745
authored
Dec 19, 2016
by
Douglas Barbosa Alexandre
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of dev.gitlab.org:gitlab/gitlab-ee
parents
4e86cbda
8eb511d4
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
30 additions
and
33 deletions
+30
-33
CHANGELOG-EE.md
CHANGELOG-EE.md
+8
-0
CHANGELOG.md
CHANGELOG.md
+22
-0
changelogs/unreleased-ee/fix-milestone-weight-is-missing.yml
changelogs/unreleased-ee/fix-milestone-weight-is-missing.yml
+0
-4
changelogs/unreleased/23305-leave-project-and-leave-group-should-be-buttons.yml
...23305-leave-project-and-leave-group-should-be-buttons.yml
+0
-5
changelogs/unreleased/25171-fix-mr-features-settings-hidden-when-builds-are-disabled.yml
...-mr-features-settings-hidden-when-builds-are-disabled.yml
+0
-4
changelogs/unreleased/fix-milestone-summary.yml
changelogs/unreleased/fix-milestone-summary.yml
+0
-4
changelogs/unreleased/group-members-in-project-members-view.yml
...logs/unreleased/group-members-in-project-members-view.yml
+0
-4
changelogs/unreleased/issue_24020.yml
changelogs/unreleased/issue_24020.yml
+0
-4
changelogs/unreleased/issue_25030.yml
changelogs/unreleased/issue_25030.yml
+0
-4
changelogs/unreleased/timeago-perf-fix.yml
changelogs/unreleased/timeago-perf-fix.yml
+0
-4
No files found.
CHANGELOG-EE.md
View file @
bbafd745
Please view this file on the master branch, on stable branches it's out of date.
Please view this file on the master branch, on stable branches it's out of date.
## 8.14.5 (2016-12-14)
-
Add milestone total weight to the milestone summary.
## 8.14.4 (2016-12-08)
## 8.14.4 (2016-12-08)
-
No changes.
-
No changes.
...
@@ -28,6 +32,10 @@ Please view this file on the master branch, on stable branches it's out of date.
...
@@ -28,6 +32,10 @@ Please view this file on the master branch, on stable branches it's out of date.
-
Convert ASCII-8BIT LDAP DNs to UTF-8 to avoid unnecessary user deletions
-
Convert ASCII-8BIT LDAP DNs to UTF-8 to avoid unnecessary user deletions
-
[Fix] Only owner can see "Projects" button in group edit menu
-
[Fix] Only owner can see "Projects" button in group edit menu
## 8.13.10 (2016-12-14)
-
No changes.
## 8.13.9 (2016-12-08)
## 8.13.9 (2016-12-08)
-
No changes.
-
No changes.
...
...
CHANGELOG.md
View file @
bbafd745
...
@@ -2,6 +2,21 @@
...
@@ -2,6 +2,21 @@
documentation
](
doc/development/changelog.md
)
for instructions on adding your own
documentation
](
doc/development/changelog.md
)
for instructions on adding your own
entry.
entry.
## 8.14.5 (2016-12-14)
-
Moved Leave Project and Leave Group buttons to access_request_buttons from the settings dropdown. !7600
-
fix display hook error message. !7775 (basyura)
-
Remove wrong '.builds-feature' class from the MR settings fieldset. !7930
-
Avoid escaping relative links in Markdown twice. !7940 (winniehell)
-
API: Memoize the current_user so that sudo can work properly. !8017
-
Displays milestone remaining days only when it's present.
-
Allow branch names with dots on API endpoint.
-
Issue#visible_to_user moved to IssuesFinder to prevent accidental use.
-
Shows group members in project members list.
-
Encode input when migrating ProcessCommitWorker jobs to prevent migration errors.
-
Fixed timeago re-rendering every timeago.
-
Fix missing Note access checks by moving Note#search to updated NoteFinder.
## 8.14.4 (2016-12-08)
## 8.14.4 (2016-12-08)
-
Fix diff view permalink highlighting. !7090
-
Fix diff view permalink highlighting. !7090
...
@@ -264,6 +279,13 @@ entry.
...
@@ -264,6 +279,13 @@ entry.
-
Fix "Without projects" filter. !6611 (Ben Bodenmiller)
-
Fix "Without projects" filter. !6611 (Ben Bodenmiller)
-
Fix 404 when visit /projects page
-
Fix 404 when visit /projects page
## 8.13.10 (2016-12-14)
-
API: Memoize the current_user so that sudo can work properly. !8017
-
Filter
`authentication_token`
,
`incoming_email_token`
and
`runners_token`
parameters.
-
Issue#visible_to_user moved to IssuesFinder to prevent accidental use.
-
Fix missing Note access checks by moving Note#search to updated NoteFinder.
## 8.13.9 (2016-12-08)
## 8.13.9 (2016-12-08)
-
Reenables /user API request to return private-token if user is admin and request is made with sudo. !7615
-
Reenables /user API request to return private-token if user is admin and request is made with sudo. !7615
...
...
changelogs/unreleased-ee/fix-milestone-weight-is-missing.yml
deleted
100644 → 0
View file @
4e86cbda
---
title
:
Add milestone total weight to the milestone summary
merge_request
:
author
:
changelogs/unreleased/23305-leave-project-and-leave-group-should-be-buttons.yml
deleted
100644 → 0
View file @
4e86cbda
---
title
:
Moved Leave Project and Leave Group buttons to access_request_buttons from
the settings dropdown
merge_request
:
7600
author
:
changelogs/unreleased/25171-fix-mr-features-settings-hidden-when-builds-are-disabled.yml
deleted
100644 → 0
View file @
4e86cbda
---
title
:
Remove wrong '.builds-feature' class from the MR settings fieldset
merge_request
:
7930
author
:
changelogs/unreleased/fix-milestone-summary.yml
deleted
100644 → 0
View file @
4e86cbda
---
title
:
Displays milestone remaining days only when it's present
merge_request
:
author
:
changelogs/unreleased/group-members-in-project-members-view.yml
deleted
100644 → 0
View file @
4e86cbda
---
title
:
Shows group members in project members list
merge_request
:
author
:
changelogs/unreleased/issue_24020.yml
deleted
100644 → 0
View file @
4e86cbda
---
title
:
"
fix
display
hook
error
message"
merge_request
:
7775
author
:
basyura
changelogs/unreleased/issue_25030.yml
deleted
100644 → 0
View file @
4e86cbda
---
title
:
Allow branch names with dots on API endpoint
merge_request
:
author
:
changelogs/unreleased/timeago-perf-fix.yml
deleted
100644 → 0
View file @
4e86cbda
---
title
:
Fixed timeago re-rendering every timeago
merge_request
:
author
:
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