diff options
author | Drew Blessing <drew@gitlab.com> | 2017-12-04 13:00:57 -0600 |
---|---|---|
committer | Drew Blessing <drew@gitlab.com> | 2018-01-15 16:45:56 -0600 |
commit | 38e9e934f49115021614b66353bbac459b6b70bb (patch) | |
tree | 4781a6052478f9197604b78533e6dec0ac4d372a /changelogs/unreleased | |
parent | 4b99bee09602ea0cb950347187b5fdf6d39603b8 (diff) | |
download | gitlab-ce-38e9e934f49115021614b66353bbac459b6b70bb.tar.gz |
Last push widget will show banner for new pushes to previously merged branch
Previously, the last push widget would only show when the branch never had
a merge request associated with it - even merged or closed ones. Now the
widget will disregard merge requests that are merged or closed.
Diffstat (limited to 'changelogs/unreleased')
-rw-r--r-- | changelogs/unreleased/40818-last-push-widget-does-not-appear-after-pushing-new-commit.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/40818-last-push-widget-does-not-appear-after-pushing-new-commit.yml b/changelogs/unreleased/40818-last-push-widget-does-not-appear-after-pushing-new-commit.yml new file mode 100644 index 00000000000..c57caf31d10 --- /dev/null +++ b/changelogs/unreleased/40818-last-push-widget-does-not-appear-after-pushing-new-commit.yml @@ -0,0 +1,5 @@ +--- +title: Last push widget will show banner for new pushes to previously merged branch +merge_request: +author: +type: changed |