1. 12 Mar, 2018 3 commits
  2. 09 Mar, 2018 1 commit
  3. 06 Mar, 2018 1 commit
  4. 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
  5. 02 Mar, 2018 1 commit
  6. 27 Feb, 2018 1 commit
  7. 26 Feb, 2018 1 commit
  8. 23 Feb, 2018 1 commit
  9. 20 Feb, 2018 2 commits
  10. 19 Feb, 2018 2 commits
  11. 16 Feb, 2018 3 commits
  12. 11 Feb, 2018 1 commit
  13. 05 Feb, 2018 2 commits
  14. 04 Feb, 2018 1 commit
  15. 01 Feb, 2018 1 commit
  16. 29 Jan, 2018 1 commit
  17. 27 Jan, 2018 1 commit
  18. 25 Jan, 2018 1 commit
  19. 20 Jan, 2018 1 commit
  20. 14 Jan, 2018 1 commit
  21. 12 Jan, 2018 2 commits
  22. 04 Jan, 2018 1 commit
    • Refresh info when registration has changed. · fa35de89
      Johannes Edmeier authored
      The info should be updated when the registration has changed. In order
      to prevent a stale instance info, the sba client includes a "startup"
      timestamp in the metadata as default. So when the instance is restarted
      the registration changes and the info is updated, even when the instance
      isn't considered as down in between.
      
      To prevent this when using a discovery client you need to add a value
      to the metadata which changes with every restart.
      (e.g. `random=${random.value}`)
      
      fixes #556
  23. 02 Jan, 2018 1 commit
  24. 01 Jan, 2018 3 commits
  25. 27 Dec, 2017 1 commit
  26. 09 Dec, 2017 3 commits
  27. 30 Nov, 2017 2 commits