1. 03 Oct, 2016 1 commit
  2. 04 Sep, 2016 1 commit
  3. 07 Aug, 2016 1 commit
  4. 20 Jul, 2016 1 commit
    • Detect heapdump-endpoint via OPTIONS request · 911f8e83
      Johannes Edmeier authored
      Since a HEAD request to the heapdump triggers a dump we need to test the
      availability of the heapdump endppoint via OPTIONS-request.
      To get this working we need to ensure that the OPTIONS-request are dispatched
      to the zuul servlet as this wasn't done prio to this commit adding the
      OptionsDispatchingZuulController.
  5. 09 Jul, 2016 2 commits
  6. 14 Jun, 2016 1 commit
  7. 05 Jun, 2016 1 commit
    • Adds Liquibase Support · 37343d6c
      Steve Oakey authored
      Adds an application view that displays a list of
      Liquibase migrations as retrieved from the /liquibase Actuator
      endpoint. The module is conditional on this endpoint being
      available.
  8. 03 Jun, 2016 1 commit
    • 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
  9. 27 Apr, 2016 1 commit
    • Update to Brixton and add Eureka-Service converter · 272633e1
      Johannes Edmeier authored
      Update to Spring Cloud Brixton and add the concept of ServiceInstanceConverters.
      A ServiceConverter is used to convert discovered ServiceInstances to
      Applications. The old converter and one for Eureka is provided. It is also
      possible to provide your own implementation.
      
      closes #154
  10. 22 Nov, 2015 1 commit
  11. 17 Nov, 2015 1 commit
  12. 11 Nov, 2015 1 commit
  13. 10 Nov, 2015 1 commit
    • Update to Spring Cloud Brixton · 8a6cdfa9
      Johannes Edmeier authored
      Deriving from Spring Clouds ProxyRouteLocator has become too difficult. It would
      have required to either set fixed ZuulProperties or providing a DiscoveryClient.
      So we are shipping our own lean version of it. Since the PreDecorationFilter is tightly
      coupled to the ProxyRouteLocator we also have to use our own stripped down version.
      
      closes #123
  14. 21 Oct, 2015 2 commits
  15. 26 Apr, 2015 1 commit
  16. 04 Mar, 2015 2 commits