diff options
author | charlie ablett <cablett@gitlab.com> | 2019-07-31 13:51:46 +0000 |
---|---|---|
committer | Paul Slaughter <pslaughter@gitlab.com> | 2019-07-31 13:51:46 +0000 |
commit | 5d7b46d523bb2310ac33d5b4c06137e9a3fd17aa (patch) | |
tree | 7a0ffa08b63f6431e3f29691ae681bd12b97b59e /changelogs | |
parent | bea3d730c2257d5c5e4f2539f4e4b1b81be84250 (diff) | |
download | gitlab-ce-5d7b46d523bb2310ac33d5b4c06137e9a3fd17aa.tar.gz |
Port CE changes from EE
- DB migration of board milestone values
- issue finder & spec updates
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/4221-board-milestone-should-persist-any-none-properly.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/4221-board-milestone-should-persist-any-none-properly.yml b/changelogs/unreleased/4221-board-milestone-should-persist-any-none-properly.yml new file mode 100644 index 00000000000..d50c59bf607 --- /dev/null +++ b/changelogs/unreleased/4221-board-milestone-should-persist-any-none-properly.yml @@ -0,0 +1,5 @@ +--- +title: For milestone filters, treat Any as No Filter (using null). Use -1 for No Milestone +merge_request: +author: +type: changed |