37 Commits
Author SHA1 Message Date
Marcin Grzejszczak a5113db4e3 Added symbolic link of index.adoc 2019-07-29 14:43:05 +02:00
Marcin Grzejszczak 13268f7c63 Updating mvnw for all projects 2016-09-19 19:31:33 +02:00
Marcin Grzejszczak aa820ce347 Updating mvnw for all projects 2016-09-19 14:18:37 +02:00
Marcin Grzejszczak 6f92859608 Updating mvnw for all projects 2016-09-19 12:46:58 +02:00
Marcin Grzejszczak 08aae5be3b Updating mvnw for all projects 2016-09-15 16:13:07 +02:00
Marcin Grzejszczak c8c4dfba6e Updating ghpages for all projects 2016-08-22 13:32:23 +02:00
Marcin Grzejszczak 886382f568 Updating ghpages for all projects 2016-08-19 11:46:36 +02:00
Marcin Grzejszczak 1fefd410be Updating ghpages for all projects 2016-08-18 13:15:30 +02:00
Marcin Grzejszczak 4602fc1105 Updating ghpages for all projects 2016-08-17 12:45:28 +02:00
Marcin Grzejszczak c7a6720593 Updated e2e tests with new brewery parameters 2016-08-16 15:27:29 +02:00
Marcin Grzejszczak cf0c3bda92 Deploying documentation to proper folder
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/)
2016-08-16 14:57:22 +02:00
Marcin Grzejszczak 74ac6eae8f Made RestClientRibbonCommand public 2016-06-24 09:10:54 +02:00
Marcin Grzejszczak ccc75f2978 Bumped up version of cloud-stream to snapshot 2016-06-14 11:24:48 +02:00
Marcin Grzejszczak 8b0598abee Bumped up version of cloud-config to snapshot 2016-06-14 10:50:21 +02:00
Marcin Grzejszczak 31598b4329 Bumped up version of commons to snapshot 2016-06-14 10:37:04 +02:00
Marcin Grzejszczak 2566707256 Zuul filters missing error status code (#1088)
* Added missing error code for SimpleHostRoutingFilter
* Added missing error code for RibbonRoutingFilter
2016-06-09 10:25:08 +02:00
Marcin Grzejszczak 65b4b0310b Update runAcceptanceTests.sh 2016-05-11 14:30:32 +02:00
Marcin Grzejszczak 3f9e76b876 Revert to snapshots 2016-03-23 12:43:41 +01:00
Marcin Grzejszczak 29988b5f58 Bump for 1.1.0.RC1 2016-03-23 12:38:05 +01:00
Marcin Grzejszczak 69a705731b Added Sonar support 2016-03-08 22:10:26 +01:00
Marcin Grzejszczak 61e9d0723c Test to prove the issue 2016-03-08 14:36:37 +01:00
Marcin Grzejszczak ad7921e32c Merge pull request #811 from spring-cloud/feign_upgrade
Upgrading feign
2016-02-04 19:07:03 +01:00
Marcin Grzejszczak 7747674b5c Updated e2e script 2016-01-28 13:39:02 +01:00
Marcin Grzejszczak 1d85260ccd Fixed wrong branch of the script for e2e 2016-01-15 12:36:54 +01:00
Marcin Grzejszczak e4f81fb62e Updated e2e scripts 2016-01-15 12:36:03 +01:00
Marcin Grzejszczak 1e582dea0a Added killing of apps after e2e tests 2016-01-15 10:40:14 +01:00
Marcin Grzejszczak 1ee1a924ba Reverting changes before adding acceptance tests 2016-01-08 22:16:38 +01:00
Marcin Grzejszczak 86e16f58b9 Analysing the stalling test issue 2015-12-28 18:34:37 +01:00
Marcin Grzejszczak 13aa5be9b9 Changing maven logging level 2015-12-28 17:40:03 +01:00
Marcin Grzejszczak 1e13740bda Trying to fix the hanging build 2015-12-28 17:10:52 +01:00
Marcin Grzejszczak 7e738dedc5 Temporarilly adding more logging to maven 2015-12-28 16:43:50 +01:00
Marcin Grzejszczak 952be93124 Removed unnecessary sudo: false 2015-12-23 18:56:16 +01:00
Marcin Grzejszczak 096f452cfa Trying to make the build pass 2015-12-23 16:28:08 +01:00
Marcin Grzejszczak 7b8a02ede8 Added running of acceptance-tests 2015-12-23 10:43:45 +01:00
Marcin Grzejszczak e5a58ef7c1 Removed version param to use default BOM Brixton Snapshot version 2015-12-18 23:12:44 +01:00
Marcin Grzejszczak 94081f82ce Fixed a typo 2015-05-05 23:49:49 +02:00
Marcin Grzejszczak eed9b996fb Reason why Eureka instance is not found is not visible
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?
2015-05-04 16:55:11 +02:00