Ghost/test/unit/server
Naz c0d59db5be Added filtering of outdated custom notifications
refs https://linear.app/tryghost/issue/CORE-64/resolve-undissmissable-update-notification-banners
refs https://github.com/TryGhost/Team/issues/754
refs https://github.com/TryGhost/Team/issues/204
refs https://github.com/TryGhost/Ghost/issues/10236

- Custom notifications coming form the update check service should not be shown beyond instance's update. Once the notification is received it's marked with the current version number. With an instance upgrade all notification with older version should be hidden.
- This improvement should also resolve the problem of major version notifications with next major update (the code associated with https://github.com/TryGhost/Ghost/issues/10236 can then be removed after 5.0.1)
2021-10-11 16:04:48 +02:00
..
adapters Moved server unit tests into the server folder 2021-10-06 12:01:09 +01:00
data Moved server unit tests into the server folder 2021-10-06 12:01:09 +01:00
lib Replaced i18n.t w/ tpl in core/server/lib/image (#13507) 2021-10-08 15:44:13 +01:00
models Moved server unit tests into the server folder 2021-10-06 12:01:09 +01:00
services Added filtering of outdated custom notifications 2021-10-11 16:04:48 +02:00
web Moved server unit tests into the server folder 2021-10-06 12:01:09 +01:00
notify.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00