1. 28 May, 2015 1 commit
  2. 27 May, 2015 1 commit
  3. 26 May, 2015 1 commit
  4. 20 May, 2015 1 commit
  5. 19 May, 2015 2 commits
  6. 15 May, 2015 1 commit
  7. 11 May, 2015 1 commit
  8. 06 May, 2015 1 commit
  9. 05 May, 2015 4 commits
  10. 04 May, 2015 2 commits
    • Merge pull request #316 from brenuart/issue-312 · 85b7ccf6
      Spencer Gibb authored
      Make creation of the RestClient LAZY as it is no always required (issue #312)
    • Reason why Eureka instance is not found is not visible · eed9b996
      Marcin Grzejszczak authored
      With the following configuration at `bootstrap.yaml`
      
      ```yaml
      
      spring:
        application.name: spring-cloud-hystrix-dashboard
        profiles.active: prod
        cloud:
          config:
            discovery:
              enabled: true
              serviceId: spring-cloud-server-config-with-eureka
      server.port: 9003
      
      turbine:
        appConfig: some-service
        clusterNameExpression: 'default'
      ```
      
      I wasn't able to see why Turbine can't find the instance. The reason was related to SPEL:
      
      ```
      org.springframework.expression.spel.SpelEvaluationException: EL1008E:(pos 0): Property or field 'default' cannot be found on object of type 'com.netflix.appinfo.InstanceInfo' - maybe not public?
      ```
      
      Anyways there was nothing there in the logs so maybe it should not be silenced like right now?
  11. 01 May, 2015 6 commits
  12. 30 Apr, 2015 3 commits
  13. 28 Apr, 2015 1 commit
  14. 24 Apr, 2015 1 commit
  15. 23 Apr, 2015 1 commit
  16. 22 Apr, 2015 1 commit
  17. 17 Apr, 2015 2 commits
  18. 16 Apr, 2015 3 commits
  19. 14 Apr, 2015 3 commits
  20. 13 Apr, 2015 4 commits