Commit Graph

558 Commits

Author SHA1 Message Date
Marcin Grzejszczak
a54bb6b059 Updating ghpages for all projects 2016-08-19 11:46:14 +02:00
Marcin Grzejszczak
0e23a67149 Updating ghpages for all projects 2016-08-18 13:15:01 +02:00
Marcin Grzejszczak
3190b668a3 Updating ghpages for all projects 2016-08-17 12:45:01 +02:00
Marcin Grzejszczak
020f05ebfe 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:52 +02:00
Spencer Gibb
86b4c5fb16 added maven wrapper 2016-06-30 16:46:43 -06:00
Spencer Gibb
afe8f4d0ef Fix so brixton eureka clients can use angel eureka servers.
see #978
2016-05-13 15:43:45 -06:00
Dave Syer
b59bc5fb05 Fix github tag 2016-02-25 11:31:36 +00:00
Dave Syer
4a049fb8fc Revert to snapshots 2016-01-27 18:11:49 +00:00
Dave Syer
8b5f6b3ccb Update to 1.0.7 2016-01-27 18:01:48 +00:00
Dave Syer
e0b0f74316 Fix versions of starters in BOM
In Angel the starters are defined in a different project, not
this one, so the version can be different (as it is at the moment)
2016-01-27 17:37:47 +00:00
Dave Syer
7976719a1d Revert to snapshots 2016-01-25 16:04:23 +00:00
Dave Syer
1b2d498754 Update to 1.0.6 2016-01-25 16:01:55 +00:00
Dave Syer
5743dec1f6 Extract all dependencies to BOMs and upgrade Boot 2016-01-25 15:20:17 +00:00
Dave Syer
b618c3a5f4 Add extra spring-cloud-*-dependencies BOMs 2016-01-25 14:12:47 +00:00
Spencer Gibb
3f0814fd0d Bumped to 1.0.6.BUILD-SNAPSHOT and SNAPSHOT dependencies 2015-12-10 14:43:47 -07:00
Spencer Gibb
ae3da1099d Update SNAPSHOT to RELEASE 1.0.5.RELEASE 2015-12-10 14:15:08 -07:00
Spencer Gibb
5010ad1156 Force isCircuitBreakerOpen to String (if it's a Boolean for example)
see https://github.com/Netflix/Hystrix/pull/927
2015-12-09 12:38:57 -07:00
Konstantin A. Zolotukhin
4136e397de null check for command bound circuit breaker 2015-11-20 15:50:28 -07:00
Spencer Gibb
bf1e0d6d44 Bumped to 1.0.5.BUILD-SNAPSHOT 2015-11-16 10:13:36 -07:00
Dave Syer
bc807aae9e Use better icon image for magnifying glass
Fixes gh-628
2015-11-09 14:25:33 +00:00
Spencer Gibb
727d8be2dc Change from @Autowired to context.getBean.
Solves problems where FeignClientFactoryBean is run before auto-configuration.

fixed gh-441
2015-10-14 11:52:11 -06:00
Dave Syer
f98a7d5bc5 Take into account secure port settings when looking for config server
When the config server is located via discovery
(spring.cloud.config.discovery.enabled=true) the discovery process
should attempt to establish whether the config server prefers to
be accessed securely (e.g. it registered with Eureka as
nonSecurePortEnabled=false). This change ensures that this happens.

Fixes gh-450
2015-09-25 13:09:33 +01:00
Dave Syer
5dccd03d73 Fix broken test
This test made wrong assumptions about the content of the child
context when trying to simulate autoconfiguration. It needed
an extra EurekaClientAutoConfiguration.
2015-09-25 13:04:52 +01:00
Dave Syer
f904b52a1d Tweak eureka lifecycle so it re-registers after a refresh
This version of Eureka is a bit of a singleton pig, so it's hard
to control the lifecycle, but this seems to work for all the tests
and also the eureka-first and ribbon-eureka samples.

Fixes gh-551 for 1.0.x
2015-09-24 17:07:22 +01:00
Spencer Gibb
ac86e7798e Fix Feign ResponseEntity<Void> NPE
fixes gh-539
2015-09-14 12:38:43 -06:00
Spencer Gibb
13a3ea071d Only manage turbine-core dep in modules
fixes gh-511
2015-09-02 10:49:32 -06:00
Dave Syer
43a5241d3c Fix autoconfig ordering so that health indicators always work 2015-09-02 13:29:41 +01:00
Dave Syer
7fc9811975 Use TRAVIS_BRANCH if available 2015-08-25 14:52:31 +01:00
Dave Syer
b3ca7430b0 Move ghpages to script 2015-08-25 14:15:51 +01:00
Dave Syer
00cc64c6c5 Different special treatment of README 2015-08-25 14:04:43 +01:00
Dave Syer
c905822005 Special treatnment of README 2015-08-25 12:56:15 +01:00
Dave Syer
56fae9330f Try to debug CI failures 2015-08-25 12:44:08 +01:00
Dave Syer
c1cb0025c1 Use subdirectory for gh pages docs 2015-08-25 12:37:15 +01:00
Dave Syer
89ebf1fa3f Fix ghpages script to work on branches 2015-08-25 12:29:41 +01:00
Dave Syer
ad86d48c6a Use HttpHeaders for headers (case insensitive)
Fixes gh-306
2015-08-25 11:13:29 +01:00
Biju Kunjummen
2c688062e7 Clarified the way to add a custom EurekaInstanceConfigBean for AWS deployment 2015-07-18 10:36:51 +01:00
Ryan J Baxter
f4a69e43eb Sets the zone based on the hostname of the service if approximateZoneFromHostname is true.
The flag has always been there, it just isn't carried through to the ribbon client configuration
without this change if I understand this change correctly.

Fixes gh-315, fixes gh-423.
2015-07-10 11:47:35 +01:00
Dave Syer
3519ecf224 Prepare master for next snapshot 2015-06-26 10:57:19 +01:00
Dave Syer
72cecacea7 Fix path to docs in README raw text 2015-06-25 12:31:29 +01:00
Dave Syer
e17766e916 Add dependency management for starters 2015-06-25 11:46:01 +01:00
Dave Syer
29841f9f57 Revert "add optional spring-security-rsa"
This reverts commit 06d4d1e158.
2015-06-24 20:24:50 +01:00
Spencer Gibb
06d4d1e158 add optional spring-security-rsa 2015-06-24 11:42:46 -06:00
Dave Syer
a903b5d58c Fix guava imports 2015-06-24 17:31:06 +01:00
Dave Syer
25651f4835 Add sidecar to BOM 2015-06-24 17:23:39 +01:00
Spencer Gibb
bab74edf89 Merge pull request #340 from kaczynskid/master
Corrected example of providing Turbine cluster name via instance metadata map
2015-06-23 15:06:45 -04:00
Dave Syer
652e4b96b3 Nail explicit dependencies for s-c-context 2015-06-23 17:58:59 +01:00
Spencer Gibb
34eb36323a Merge pull request #390 from heyjustin/master
Mark an instance as DOWN when the application context is stopped.
2015-06-23 12:00:30 -04:00
Spencer Gibb
12bee7772f Merge pull request #408 from brandon-atkinson/zuul-unescaped-paths
* zuul-unescaped-paths:
  Fix unescaped paths in SimpleHostRoutingFilter.
2015-06-23 09:57:26 -06:00
Brandon Atkinson
283c0f7600 Fix unescaped paths in SimpleHostRoutingFilter.
Move common code so RibbonRoutingFilter can use the same code.

Fixes gh-407
2015-06-23 09:56:46 -06:00
Spencer Gibb
0b925e5afa Merge pull request #409 from brandon-atkinson/issue-394-remove-deflate
* issue-394-remove-deflate:
  Removed deflate accept-encoding from outbound requests
2015-06-23 09:51:01 -06:00