- Canonicalise logger names based on
hawtio-[plugin name]-[sub component name]
format - Bug fixes
- Improve
AuthService
- Fix
AuthService.logout()
- Put back
AuthService
and deprecateUserDetails
class name
- Consolidate login/logout functions into
UserDetails
and discontinueAuthService
. Now you can usepostLoginTasks
/preLogoutTasks
/postLogoutTasks
services to enhance login/logout behaviours.
- Add
PreBootstrapTask
type toPluginLoader
- Add exponential backoff to navigation config pulling
- Pull navigation config when no default nav is available
- Make
PluginLoader
more type-friendly - Add minimal plugin example
...
- Comment out console hijacking
- Stub out some core services
- re-enable html 5 mode
- Removed angular-route
- Load scripts before bootstrapping
- Exclude webcomponents polyfill from karma.conf.js
- temporarily disable html5mode
- Initial spike of hawtio-core