Commit 385eff57 authored by Fatih Acet's avatar Fatih Acet

Updated CHANGELOG and template.

parent 046b5735
...@@ -47,6 +47,7 @@ v 8.9.0 (unreleased) ...@@ -47,6 +47,7 @@ v 8.9.0 (unreleased)
- Use downcased path to container repository as this is expected path by Docker - Use downcased path to container repository as this is expected path by Docker
- Projects pending deletion will render a 404 page - Projects pending deletion will render a 404 page
- Measure queue duration between gitlab-workhorse and Rails - Measure queue duration between gitlab-workhorse and Rails
- Added Gfm autocomplete for labels
- Make Omniauth providers specs to not modify global configuration - Make Omniauth providers specs to not modify global configuration
- Make authentication service for Container Registry to be compatible with < Docker 1.11 - Make authentication service for Container Registry to be compatible with < Docker 1.11
- Add Application Setting to configure Container Registry token expire delay (default 5min) - Add Application Setting to configure Container Registry token expire delay (default 5min)
...@@ -164,7 +165,6 @@ v 8.8.0 ...@@ -164,7 +165,6 @@ v 8.8.0
- Support multi-line tag messages. !3833 (Calin Seciu) - Support multi-line tag messages. !3833 (Calin Seciu)
- Force users to reset their password after an admin changes it - Force users to reset their password after an admin changes it
- Allow "NEWS" and "CHANGES" as alternative names for CHANGELOG. !3768 (Connor Shea) - Allow "NEWS" and "CHANGES" as alternative names for CHANGELOG. !3768 (Connor Shea)
- Added Gfm autocomplete for labels
- Added button to toggle whitespaces changes on diff view - Added button to toggle whitespaces changes on diff view
- Backport GitHub Enterprise import support from EE - Backport GitHub Enterprise import support from EE
- Create tags using Rugged for performance reasons. !3745 - Create tags using Rugged for performance reasons. !3745
......
...@@ -16,8 +16,7 @@ GitLab.GfmAutoComplete = ...@@ -16,8 +16,7 @@ GitLab.GfmAutoComplete =
template: '<li>${username} <small>${title}</small></li>' template: '<li>${username} <small>${title}</small></li>'
Labels: Labels:
template: '<li>${title} <div style="background-color:${color};height:15px;width:15px;display:inline-block;float:right"> template: '<li><span class="dropdown-label-box" style="background: ${color}"></span> ${title}</li>'
</div></li>'
# Issues and MergeRequests # Issues and MergeRequests
Issues: Issues:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment