
This patch adds the notification module, a mostly-self contained way of surfacing errors, warnings and notifications to the user. These can either be initiated by the application, or can be received from the server. Among other things, the impact of this will be that the user will be notified if one of our HTTP requests fails. This fixes the situation where storyboard would 'fail silently' when someone is trying to accomplish something. - New notification module. - Notifications directive, for a list of all notifications that made it past filters. - New Notification service that handles all error broadcasts in the system. - New severity directive. - HTTP Error broadcaster now uses the notification service. - Session now uses Notification service to handle 401 errors. - Added new notification filters to strip out 200's and template load requests. Change-Id: I4aaa50404560d1c1f14f639e3ac68b2ac2d4380c
Storyboard Web Client
A WebClient for the OpenStack Storyboard project.
Project Resources
Project status, bugs, and blueprints are tracked at:
http://storyboard.openstack.org
Source code can be found at:
https://git.openstack.org/cgit/openstack-infra/storyboard-webclient/
Documentation can be found here:
http://ci.openstack.org/storyboard/
Additional resources are linked from the project wiki page:
https://wiki.openstack.org/wiki/StoryBoard
Anyone wishing to contribute to an OpenStack project should find plenty of helpful resources here:
https://wiki.openstack.org/wiki/HowToContribute
All OpenStack projects use Gerrit for code reviews. A good reference for that is here:
Description
Languages
JavaScript
53.4%
HTML
41.1%
SCSS
4.3%
Shell
0.6%
Smarty
0.5%