1. 17 Oct, 2016 1 commit
  2. 16 Sep, 2016 1 commit
    • Make the AbstractNotifier work for any event. · af951b06
      Johannes Edmeier authored
      With this change the AbstractNotifier isn't specialized on status changes, but
      the default behaviour for the existing notifiers isn't changed.
      In addition the existing notifiers have been improved so that subclassing has
      become easier.
      To have existing notifiers acting on other events you need to override
      shouldNotify().
      
      fixes #270
  3. 22 May, 2016 1 commit
    • Add FilteringNotifier · 76c70039
      Johannes Edmeier authored
      This adds a new FilteringNotifier which can use filters to suppres certain
      events from being notified of. Two filter implementation are provided, one
      filtering by name and one by id. Additional when a FilteringNotifier bean is
      present, the autoconfiguration creates a REST-controller to add and remove
      filters at runtime.
  4. 28 Feb, 2016 1 commit
    • Add RemindingNotifier · 79c850ac
      Johannes Edmeier authored
      The RemindingNotifier sends periodic notifications using a delegate. It must be
      added explicitly to the ApplicationContext
  5. 21 Oct, 2015 1 commit
    • Use Spring 4.2 events & consistent formatting · 3f4da621
      Johannes Edmeier authored
       * Use @EventListener instead of ApplicationListener-interface
       * Don't inherit ClientApplicationEvent from ApplicationEvent - so JournaledEvent isn't needed anymore
       * added eclipse formatter rules
       * reformatted all files
  6. 30 May, 2015 1 commit
  7. 17 Mar, 2015 1 commit
  8. 16 Mar, 2015 1 commit
    • small ui-changes: · bef593ce
      Johannes Stelzer authored
      * make sure non-UP applications are shown at the top of the list  (closes #55)
      * refinements for health-section
      * remove-button for all apps
      * fixed headers in details view
  9. 05 Jan, 2015 1 commit
  10. 14 Nov, 2014 1 commit
    • Redesign Registry · ea931248
      Johannes Stelzer authored
      * Separate AppStore from AppRegistry
      * Allow Id generation to be altered
      * Remove logic from Application; Move id genretation into AppRegistry
      * Make AppStore threadSafe
  11. 22 Sep, 2014 1 commit
  12. 31 Jul, 2014 1 commit
  13. 04 Jul, 2014 1 commit
  14. 30 Jun, 2014 1 commit
  15. 17 Jun, 2014 1 commit
  16. 05 Jun, 2014 1 commit