1. 15 May, 2018 1 commit
  2. 06 Apr, 2018 1 commit
  3. 05 Apr, 2018 2 commits
  4. 06 Mar, 2018 1 commit
  5. 05 Mar, 2018 1 commit
    • Support CloudFoundry out of the box · 80eaf615
      Tetsushi Awano authored
      This commit enables client and server to work out of the box on
      CloudFoundry.
      The client derives the registration info (url and metadata) from the
      VCAP environment variables.
      The server computes a unique instanceId and the correct headers for the
      cf router based on the metadata provided by instances. Also suppots the
      CloudFoundry discovery client ootb.
      
      closes #434
  6. 23 Feb, 2018 1 commit
  7. 20 Feb, 2018 2 commits
  8. 19 Feb, 2018 1 commit
  9. 16 Feb, 2018 3 commits
  10. 11 Feb, 2018 1 commit
  11. 05 Feb, 2018 1 commit
  12. 01 Feb, 2018 1 commit
  13. 25 Jan, 2018 1 commit
  14. 02 Jan, 2018 1 commit
  15. 01 Jan, 2018 2 commits
  16. 09 Dec, 2017 2 commits
  17. 10 Nov, 2017 2 commits
  18. 17 Sep, 2017 1 commit
    • Rename Application to Instance and remove /api prefix · 4a0ff1e6
      Johannes Edmeier authored
      It turns out that imho when talking about application groups (identified
      by name) and application instances it's just logical to speak of
      instances and applications. So the Application class get's renamed to
      Instance. So an Application is now a set of Instances with the same name
  19. 28 Aug, 2017 2 commits
  20. 09 Aug, 2017 1 commit
    • Detect actuator endpoints · cc544df4
      Johannes Edmeier authored
      The actuator endpoints are detected by either querying the index
      endpoint for spring boot 2.x applications or by probing a configurable
      list of endpoints using a OPTIONS request.
  21. 25 Jul, 2017 12 commits