Commit Graph

157 Commits

Author SHA1 Message Date
Pei-Tang Huang
664243bbcf Fixed path to spring.factories. 2016-10-20 17:17:02 +08:00
Ryan Baxter
6766323c40 Version changes for next release 2016-10-18 09:17:06 -04:00
Ryan Baxter
7105329eb6 Revert "Versions changes for 1.2.1 RELEASE"
This reverts commit 6e8434cf10.
2016-10-18 09:11:40 -04:00
Ryan Baxter
6e8434cf10 Versions changes for 1.2.1 RELEASE 2016-10-18 07:56:02 -04:00
Spencer Gibb
b155a1d58b Cache config client health indicator.
So config server isn't bombarded with requests.
2016-10-13 09:10:32 -06:00
Ryan Baxter
a8f3d03593 Fixes #501 (#523) 2016-10-13 10:42:46 -04:00
Lingchao Xin
48c9fad272 Java 8 JCE link fixed 2016-09-27 12:58:26 +08:00
Ryan Baxter
c3638109be added version number to docs 2016-09-23 10:56:10 -04:00
Ryan Baxter
8e99e1a25f Bumped version numbers for next release 2016-09-22 14:39:04 -04:00
Ryan Baxter
573e99e53c Revert "1.2.0.RELEASE version changes"
This reverts commit 14eba6d749.
2016-09-22 14:31:30 -04:00
Ryan Baxter
14eba6d749 1.2.0.RELEASE version changes 2016-09-22 10:42:29 -04:00
Ryan Baxter
9ba4666c4b Added badges 2016-09-07 20:13:47 -04:00
Marcin Grzejszczak
ae41d6074d Removed adoc footer 2016-09-07 18:00:37 +02:00
Ryan Baxter
1604a93cff Revert "Camden.RC1 version changes"
This reverts commit 0e8d69083a.
2016-09-06 13:57:17 -04:00
Ryan Baxter
0e8d69083a Camden.RC1 version changes 2016-09-06 13:50:20 -04:00
Ben Klein
f6ddd58c83 Use reworded note on cloneOnStart 2016-08-24 15:50:29 -07:00
Ryan Baxter
cf4a2992c5 Revert "Updated versions for Camden.M1 release"
This reverts commit c99498b82b.
2016-08-22 13:41:44 -04:00
Ryan Baxter
c99498b82b Updated versions for Camden.M1 release 2016-08-22 13:21:47 -04:00
Marcin Grzejszczak
cdb3dd75a5 Updating ghpages for all projects 2016-08-22 13:31:24 +02:00
Ben Klein
a31eb66aa0 cloneOnStart helps identify misconf.d conf. source 2016-08-19 16:42:22 -06:00
Marcin Grzejszczak
35344624e9 Updating ghpages for all projects 2016-08-19 11:45:23 +02:00
Ryan Baxter
091f07e0df Updating ghpages script from SC Build 2016-08-18 13:41:52 -04:00
Marcin Grzejszczak
bc14b6e088 Updating ghpages for all projects 2016-08-18 13:13:55 +02:00
Marcin Grzejszczak
4f0188321b Updating ghpages for all projects 2016-08-17 12:43:50 +02:00
Dave Syer
37734c0e48 Merge remote-tracking branch 'origin/1.1.x' 2016-08-17 10:34:10 +01:00
Dave Syer
6dd5a54f5e Fix missing end of sentence 2016-08-17 10:33:15 +01:00
Marcin Grzejszczak
ac6f3de915 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:55:02 +02:00
Marcin Grzejszczak
8d4667a964 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:54:14 +02:00
Ryan Baxter
ae5d4eec20 Added JCE install to README 2016-08-10 09:26:36 -04:00
Dominik Gätjens
1a7618e36a Adds incompatbility of ecdsa-sha2-nistp256 to doc (#469)
Improves spring cloud configuration ssh documentation - It is important to know that ecdsa-sha2-nistp256 public keys are not supported.

* remove trailing whitespaces
2016-08-08 16:32:13 +02:00
Ryan Baxter
67f93e572f Added details about multiple properties sources for Vault 2016-07-19 11:44:44 -04:00
Ryan Baxter
34eb0f9d44 Fixed typo and added location of config properties 2016-07-15 13:16:55 -04:00
Ryan Baxter
9adb2e513b Initial Vault documentation 2016-07-15 10:46:56 -04:00
Spencer Gibb
92ca632f40 Update to 1.2.0 2016-07-01 11:29:29 -06:00
Spencer Gibb
753db0ed22 Implement VaultEnvironmentRepository.
This is an alternative to VCS or file based repository implementations.

All properties are stored ecrypted in vault, regardless of whether or
not that actaully need to be encrypted.

Supports properties style (this.is.a.property) or vault nested
properties.

Adds a watch to client and server, if enabled, the client will long poll
the server and wait for changes rather than relying on a message broker
to send change events.

Adds a server side watch for consul keys, this is useful when vault is
backed by consul (and currently the only use case, since there is not a
consul repository implementation).

Closes gh-397
2016-07-01 11:29:29 -06:00
Dave Syer
0850de9737 Revert to snapshots 2016-06-30 07:57:17 -07:00
Dave Syer
82b44fe333 Bump to 1.1.2.RELEASE 2016-06-30 07:57:17 -07:00
jarrad
c700983281 Update spring-cloud-config.adoc (#433)
Fix typo "fro mthe" -> "from the"
2016-06-29 11:40:58 -06:00
Spencer Gibb
a424690962 Documents /tmp cleanout workaround.
fixes gh-424
2016-06-27 15:19:29 -06:00
Dave Syer
be4cc1b051 Update readme script to handle local includes 2016-06-11 09:54:41 +01:00
Ashish Jain
57103d3607 Fixed typo in documentation, from spring.active.profiles to spring.profiles.active (#415) 2016-06-07 15:49:52 -06:00
Spencer Gibb
de732ec6c4 Update boot and cloud versions for quickstart 2016-06-06 18:28:19 -06:00
Spencer Gibb
19921d4a1d Update to SNAPSHOT 2016-06-06 18:27:03 -06:00
Spencer Gibb
110755c493 Update SNAPSHOT to 1.1.1.RELEASE 2016-06-06 18:12:31 -06:00
Dave Syer
2840887da8 Revert to snapshots 2016-05-10 16:46:56 +01:00
Dave Syer
89b72f0e0f Update for 1.1.0.RELEASE 2016-05-10 16:42:36 +01:00
Dave Syer
9d64a12292 Switch parent of docs poms 2016-05-06 17:40:09 +01:00
Dave Syer
2c54239a94 Update parent to 1.1.0.RELEASE 2016-05-06 17:13:33 +01:00
Spencer Gibb
134379f473 Fix typo 2016-05-05 12:37:47 -06:00
Dave Syer
deddfb6881 Add tip about git config --global 2016-05-05 09:31:53 +01:00