1. 22 Nov, 2016 2 commits
  2. 22 Sep, 2016 1 commit
    • Upgrade xstream to 1.4.9 · e63bbed5
      Dave Syer authored
      Fixes XXE vulnerability in Eureka Server (external entity processing
      on by default in older versions of the library).
  3. 19 Sep, 2016 3 commits
  4. 15 Sep, 2016 3 commits
  5. 14 Sep, 2016 1 commit
  6. 13 Sep, 2016 2 commits
  7. 08 Sep, 2016 3 commits
  8. 07 Sep, 2016 3 commits
  9. 01 Sep, 2016 2 commits
  10. 29 Aug, 2016 2 commits
  11. 26 Aug, 2016 1 commit
  12. 22 Aug, 2016 4 commits
  13. 19 Aug, 2016 1 commit
  14. 18 Aug, 2016 1 commit
  15. 17 Aug, 2016 4 commits
  16. 16 Aug, 2016 1 commit
    • Deploying documentation to proper folder · 4552b33a
      Marcin Grzejszczak authored
      What we're missing ATM is different documentation versions for different application versions. What this change does is that it's:
      
      - finding out what is the current branch (e.g. 1.0.x)
      - finding out out what is the name of the main adoc file (e.g. spring-cloud-sleuth)
      - pulling the changes from gh-pages after checkout
      - finding out what is the list of comma separated whitelisted branches (via the `docs.whitelisted.branches` prop)
      - in gh-pages creating a folder with name of the branch  (e.g. /1.0.x)
      copying all the docs/target/generated-docs/ to that folder
      - if the branch from which we're calling the script is NOT master then we're changing the ${main.adoc}.html to index.html so that it's easier to access the docs (e.g. http://cloud.spring.io/spring-cloud-sleuth/1.0.x/)
  17. 10 Aug, 2016 2 commits
  18. 09 Aug, 2016 4 commits