diff options
author | Alfredo Sumaran <alfredo@gitlab.com> | 2016-11-15 23:52:12 +0000 |
---|---|---|
committer | Alfredo Sumaran <alfredo@gitlab.com> | 2016-11-15 23:52:12 +0000 |
commit | f27f9803833f72d7f62534c195539dcdef2e3ccd (patch) | |
tree | baa869cbc730494394d75a5539d2916703b6d0eb /changelogs/unreleased | |
parent | 5ab81a49c2ee87e052d9ff5e9a1ff7a85a01456d (diff) | |
parent | eaef94533d8de1747631269f085ba58d6316a899 (diff) | |
download | gitlab-ce-f27f9803833f72d7f62534c195539dcdef2e3ccd.tar.gz |
Merge branch '22790-mention-autocomplete-avatar' into 'master'
User avatar in mention autocomplete in comment box
## What does this MR do?
This MR shows avatar in `@<username>` autocomplete in comment box. Also shows first latter as avatar if there is no group avatar is available.
## Are there points in the code the reviewer needs to double check?
## Why was this MR needed?
This MR closes issue #22790
## Screenshots (if relevant)
**Before**
![Screen_Shot_2016-10-25_at_17.44.44](/uploads/c44de668c7a2d482594423ebcc917440/Screen_Shot_2016-10-25_at_17.44.44.png)
**After**
![mention-avatar](/uploads/7cd2fbefa42e4a5f14335e057cf6978a/mention-avatar.png)
## Does this MR meet the acceptance criteria?
- [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added
- [x] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md)
- [x] API support added
- Tests
- [x] All builds are passing
- [ ] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html)
- [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides)
- [x] Branch has no merge conflicts with `master` (if it does - rebase it please)
- [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)
## What are the relevant issue numbers?
Closes #22790
See merge request !6865
Diffstat (limited to 'changelogs/unreleased')
-rw-r--r-- | changelogs/unreleased/22790-mention-autocomplete-avatar.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/22790-mention-autocomplete-avatar.yml b/changelogs/unreleased/22790-mention-autocomplete-avatar.yml new file mode 100644 index 00000000000..53068ca5607 --- /dev/null +++ b/changelogs/unreleased/22790-mention-autocomplete-avatar.yml @@ -0,0 +1,4 @@ +--- +title: Show avatars in mention dropdown +merge_request: 6865 +author: |