Ghost/core/test
Vijay Kandy f2d09df512 Support for custom notifications (#7077)
closes #5071

- Send application/json requests to UpdateCheck service. New UpdateCheck service accepts JSON request
- If UpdateCheck service respponse has messages[] array, iterate over the array and create custom notifications intended for current version
- Save custom notification if its not already in the store AND its uuid is not in seenNotifications array
- When a custom notification is dismissed, store its uuid in seenNotifications array
- setup test fixtures to trigger tests properly
- api_notification_spec test to ensure custom notification can be added to store and added to seenNotifications when dismissed
- update_check_spec test to ensure custom notification can be displayed for a specific Ghost version
- added test to ensure messages meant for other versions don't create notifications
2016-07-22 14:02:10 +01:00
..
functional fix test 301 issue 2016-07-19 14:03:24 -06:00
integration Support for custom notifications (#7077) 2016-07-22 14:02:10 +01:00
unit Allow usage of blogurl:port inside of navigation (#6998) 2016-07-21 14:05:13 +01:00
utils feature: maintenance mode (#7019) 2016-07-15 17:22:41 +01:00
.jshintrc Remove jshint rules that are no longer supported 2015-01-23 21:00:37 +00:00