diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-11-16 14:08:26 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-11-16 14:08:26 +0000 |
commit | bf06a0732eb615c33ceaab9146869086e8f7213d (patch) | |
tree | 0acfa87187b599ff02cddc68c2108647ad70e0eb /changelogs | |
parent | 1263708d81dcb978b44139a2965d384dff310fcc (diff) | |
parent | 2a951840451cf86f3ddfa4675cb3a5e360b89867 (diff) | |
download | gitlab-ce-bf06a0732eb615c33ceaab9146869086e8f7213d.tar.gz |
Merge branch 'setter-for-key' into 'master'
Use setter for key instead AR callback
## What does this MR do?
- [x] [Changelog entry](https://docs.gitlab.com/ce/development/changelog.html) added
- n/a [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md)
- n/a API support added
- Tests
- [x] Added for this feature/bug
- [x] 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)
- [ ] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)
## What are the relevant issue numbers?
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6763
See merge request !7488
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/setter-for-key.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/setter-for-key.yml b/changelogs/unreleased/setter-for-key.yml new file mode 100644 index 00000000000..15167904ed5 --- /dev/null +++ b/changelogs/unreleased/setter-for-key.yml @@ -0,0 +1,4 @@ +--- +title: Use setter for key instead AR callback +merge_request: 7488 +author: Semyon Pupkov |