1. 27 Dec, 2016 1 commit
    • Support multiple beans for flyway and liqubase · 3bddd4eb
      Johannes Edmeier authored
      The format for /liquibase and /flyway has changed with Spring Boot 1.5.0
      to support multiple Flyway/Liquibase beans. With this change we adpot
      the new format, but also support the old one.
      
      closes #371
  2. 10 Sep, 2016 1 commit
  3. 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