diff options
author | Douwe Maan <douwe@gitlab.com> | 2017-01-14 21:36:35 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2017-01-14 21:36:35 +0000 |
commit | 28f633a96a4b16f680dc345aa87fa7aa21c53481 (patch) | |
tree | 6c1b233432de758d84e6ed8926fa35ee7d3c8d7c /changelogs | |
parent | 28c23d99c11a347ed9bd23b8778d5aeb44f3bf43 (diff) | |
parent | e1521b748bc12f71fa7b8f311fcefb9bd3aca8ae (diff) | |
download | gitlab-ce-28f633a96a4b16f680dc345aa87fa7aa21c53481.tar.gz |
Merge branch 'bug/project-feature-compatibility' into 'master'
Mutate the attribute instead of issuing a write operation to the DB in `ProjectFeaturesCompatibility` concern.
Closes gitlab-ee#1520
See merge request !8552
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/bug-project-feature-compatibility.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/bug-project-feature-compatibility.yml b/changelogs/unreleased/bug-project-feature-compatibility.yml new file mode 100644 index 00000000000..2124ee085e0 --- /dev/null +++ b/changelogs/unreleased/bug-project-feature-compatibility.yml @@ -0,0 +1,5 @@ +--- +title: Mutate the attribute instead of issuing a write operation to the DB in `ProjectFeaturesCompatibility` + concern. +merge_request: 8552 +author: |