1. 16 Jun, 2018 1 commit
    • Support ansi colors and hyperlinks in logfile view · b40fb7ea
      Johannes Edmeier authored
      Everythind that looks like an http(s) url will be rendered as hyperlink
      and ansi-color escapes are now supported.
      
      In order to have ansi-colors in the file output you need to set a custom
      pattern. e.g.:
      logging.pattern.file="%clr(%d{yyyy-MM-dd HH:mm:ss.SSS}){faint} %clr(%5p) %clr(${PID}){magenta} %clr(---){faint} %clr([%15.15t]){faint} %clr(%-40.40logger{39}){cyan} %clr(:){faint} %m%n%wEx"
      
      closes #670
  2. 14 Jun, 2018 2 commits
  3. 13 Jun, 2018 1 commit
  4. 10 Jun, 2018 1 commit
  5. 09 Jun, 2018 1 commit
  6. 08 Jun, 2018 2 commits
  7. 25 May, 2018 1 commit
    • Using ehcache the cache statistics are not showing up · ae8596cd
      Johannes Edmeier authored
      The caches.size metric is not available for every cache implementation.
      If the metric is not available the ui should still show hits and misses.
      This commit ignores errors for the cache size and will do no further
      requests for this metric after an error occurred.
      
      fixes #756
  8. 18 May, 2018 3 commits
  9. 17 May, 2018 1 commit
  10. 16 May, 2018 1 commit
  11. 15 May, 2018 2 commits
  12. 14 May, 2018 1 commit
  13. 13 May, 2018 1 commit
  14. 04 May, 2018 1 commit
  15. 30 Apr, 2018 3 commits
  16. 17 Apr, 2018 1 commit
  17. 11 Apr, 2018 2 commits
  18. 05 Apr, 2018 1 commit
    • Extract BuildVersion from Info and Metadata · 19baa38e
      Johannes Edmeier authored
      If the build version of the instance is present in the metadata it's now
      also considered and the version is now a attribute on the instance
      itself. So when using non-boot application they can provide it via the
      registration metadata.
  19. 04 Apr, 2018 1 commit
  20. 30 Mar, 2018 1 commit
  21. 21 Mar, 2018 4 commits
  22. 19 Mar, 2018 3 commits
  23. 18 Mar, 2018 5 commits