1. 16 Feb, 2018 1 commit
  2. 27 Jan, 2018 1 commit
  3. 26 Jan, 2018 1 commit
  4. 13 Jan, 2018 1 commit
    • Make starter names compliant with spring initializer · d1fc2fca
      Johannes Edmeier authored
      In order to make the starters compliant to the spring boot naming rules
      I added a codecentric-* prefix to the server and the client starters.
      All samples are now using our starters and the docs were alignes with
      these changes. In order to not suprise existing users I've added a
      relocation to our old module
  5. 12 Jan, 2018 1 commit
  6. 09 Jan, 2018 1 commit
  7. 27 Dec, 2017 1 commit
  8. 16 Nov, 2017 1 commit
  9. 01 Sep, 2017 1 commit
  10. 30 Jul, 2017 1 commit
  11. 25 Jul, 2017 2 commits
  12. 24 Jul, 2017 1 commit
  13. 25 Jun, 2017 1 commit
  14. 16 Jun, 2017 1 commit
  15. 12 Apr, 2017 1 commit
  16. 15 Nov, 2016 1 commit
    • Detangle server from client · a99a889a
      Johannes Edmeier authored
      With this commits the server no longer depends on the client. The
      classes for the clients are moved to de.codecentric.boot.admin.client
      package.
      Since the perspective on applications is totally different from client
      and server the model has been split apart.
      
      What means this for users:
      1) The client is no longer a transitive dependency for your admin server
      you may need to add it explicitly to your dependencies, respectively
      jolokia-core in case you're using discovery and want to use the jmx-bean
      interface
      
      2)In case you have cutomised parts of the client you need to reflect the
      package change.
      
      fixes #332
  17. 26 Oct, 2016 1 commit
  18. 19 Oct, 2016 1 commit
  19. 11 Oct, 2016 1 commit
  20. 23 Sep, 2016 1 commit
  21. 28 Aug, 2016 1 commit
    • Use build-info for displaying the version · 32e368f5
      Johannes Edmeier authored
      As now with spring boot 1.4 there is a special goal for generating the build-
      information, we use it for displaying the version in spring boot admin. The old
      info.version property still works but is deprecated. From now on
      build.info.version is taken into account.
  22. 10 Aug, 2016 1 commit
  23. 08 Aug, 2016 1 commit
    • Fix the used nodejs version · a204453d
      Johannes Edmeier authored
      The 1.4.0 release was a total disaster. Webpack didn't build the css correctly
      because of travis using an ancient nodejs version.
  24. 07 Aug, 2016 1 commit
  25. 22 Jun, 2016 1 commit
  26. 08 Jun, 2016 1 commit