diff options
author | Jacob Schatz <jschatz@gitlab.com> | 2016-06-09 22:10:51 +0000 |
---|---|---|
committer | Jacob Schatz <jschatz@gitlab.com> | 2016-06-09 22:10:51 +0000 |
commit | dbc4f71868b63a01b2da31d6330a834f05757501 (patch) | |
tree | 59959719f5407ea851be2373144fac3dcc3c310d /CHANGELOG | |
parent | 5f803f0fd1676c5a77eaa800c3036729bac0db98 (diff) | |
parent | 24b64edf09f62645ddfaf96e825cc3ed3a76cf1c (diff) | |
download | gitlab-ce-dbc4f71868b63a01b2da31d6330a834f05757501.tar.gz |
Merge branch 'milestone-tooltip' into 'master'
Add milestone expire date to the right sidebar
## What does this MR do?
Shows milestone expire date tooltip in the sidebar. It also shows the tooltip when sidebar is collapsed.
## Are there points in the code the reviewer needs to double check?
`common_utils.js.coffee` and `milestones_helper.rb` should be reviewed deeply.
## What are the relevant issue numbers?
https://gitlab.com/gitlab-org/gitlab-ce/issues/17355
## Screencast
![zngAcytBWq](/uploads/bd8514506aa5010aef9b081455ee90af/zngAcytBWq.gif)
See merge request !4448
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 618e7103fa3..833a3c18489 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -45,6 +45,7 @@ v 8.9.0 (unreleased) - Cache assigned issue and merge request counts in sidebar nav - Use Knapsack only in CI environment - Cache project build count in sidebar nav + - Add milestone expire date to the right sidebar - Fix markdown_spec to use before instead of before(:all) to properly cleanup database after testing - Reduce number of queries needed to render issue labels in the sidebar - Improve error handling importing projects |