1. 09 Jul, 2016 2 commits
  2. 06 Jul, 2016 3 commits
  3. 30 Jun, 2016 1 commit
  4. 28 Jun, 2016 1 commit
  5. 23 Jun, 2016 1 commit
  6. 22 Jun, 2016 4 commits
  7. 18 Jun, 2016 1 commit
  8. 16 Jun, 2016 1 commit
  9. 15 Jun, 2016 2 commits
  10. 14 Jun, 2016 5 commits
  11. 12 Jun, 2016 1 commit
  12. 11 Jun, 2016 3 commits
  13. 09 Jun, 2016 2 commits
  14. 08 Jun, 2016 7 commits
  15. 06 Jun, 2016 2 commits
  16. 05 Jun, 2016 2 commits
  17. 03 Jun, 2016 2 commits
    • Use custom attribute for info-panel-title · 2f0a896b
      Johannes Edmeier authored
      otherwise it gets mixed up whith the standard html title attribute
    • Adds Flyway Support · b9400eee
      Steve Oakey authored
      Adds an application view that displays a table of
      Flyway migrations as retrieved from the /flyway Actuator
      endpoint. The module is conditional on this endpoint being
      available.
      
      Fixes gh-206