diff options
author | Alfredo Sumaran <alfredo@gitlab.com> | 2016-12-12 20:13:14 +0000 |
---|---|---|
committer | Alfredo Sumaran <alfredo@gitlab.com> | 2016-12-12 20:13:14 +0000 |
commit | 0d04db92efcbe6cb4a28c215d7e5f6762563ba75 (patch) | |
tree | dddd41f61a42810a1b87114efedc7f64ab12b8f4 /changelogs | |
parent | b544ec8670f8a14d205fa0b13e8ca37fad795686 (diff) | |
parent | 9e3b17faab915a0f422ed88f1014878856c188b7 (diff) | |
download | gitlab-ce-0d04db92efcbe6cb4a28c215d7e5f6762563ba75.tar.gz |
Merge branch '19550-fix-contributer-graph-duplicates' into 'master'
Resolve "contributor emails in contributors graphs is case sensitive"
## What does this MR do?
changes author email to a case insensitive comparison so emails like "Somebody@foo.com" and "somebody@foo.com" are treated as a single author in contribution graphs.
## Are there points in the code the reviewer needs to double check?
should be pretty simple
## Why was this MR needed?
see above description
## Screenshots (if relevant)
#### before:
![before](/uploads/873a073e8d31e1094da6f050ba3e3f51/before.png)
#### after:
![after](/uploads/b9e534755615994f3e58442141c17f86/after.png)
## Does this MR meet the acceptance criteria?
- [ ] [Changelog entry](https://docs.gitlab.com/ce/development/changelog.html) added
- [ ] ~~[Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md)~~
- [ ] ~~API support added~~
- Tests
- [ ] ~~Added for this feature/bug~~
- [ ] ~~All builds are passing~~
- [x] 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 #19550
See merge request !8021
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/19550-fix-contributer-graph-duplicates.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/19550-fix-contributer-graph-duplicates.yml b/changelogs/unreleased/19550-fix-contributer-graph-duplicates.yml new file mode 100644 index 00000000000..742b10e72aa --- /dev/null +++ b/changelogs/unreleased/19550-fix-contributer-graph-duplicates.yml @@ -0,0 +1,4 @@ +--- +title: group authors in contribution graph with case insensitive email handle comparison +merge_request: 8021 +author: |