Commit Graph

116 Commits

Author SHA1 Message Date
Marcos Barbero
7fe44a0d86 Add force-pull property documentation 2016-12-21 12:03:34 +01:00
Pei-Tang Huang
664243bbcf Fixed path to spring.factories. 2016-10-20 17:17:02 +08: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
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
Ben Klein
f6ddd58c83 Use reworded note on cloneOnStart 2016-08-24 15:50:29 -07: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
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
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
Dave Syer
668f06196e Add more docs for YAML and properties formats
Fixes gh-348
2016-05-05 09:24:13 +01:00
Spencer Gibb
7dc7de8357 Update eureka first bootstrap documentation to be discovery first bootstrap since this works with eureka and consul. 2016-05-02 11:01:35 -06:00
Matt Benson
1e38abfc6b minor edits (#369) 2016-04-22 11:43:16 +02:00
Dave Syer
e86170fbf7 Clarify how to get encrypted properies to clients
Fixes gh-349
2016-03-18 11:56:27 +00:00
Max Romanovsky
55bda1a15b Updated docs with proper name of user property in Eureka First Bootstrap
According to [DiscoveryClientConfigServiceBootstrapConfiguration.java](https://github.com/spring-cloud/spring-cloud-config/blob/master/spring-cloud-config-client/src/main/java/org/springframework/cloud/config/client/DiscoveryClientConfigServiceBootstrapConfiguration.java), proper name of `username` property is `user`.
2016-03-16 13:31:21 +03:00
Misagh Moayyed
7cbcd8078f Update spring-cloud-config.adoc 2016-03-07 02:43:02 -07:00
Dave Syer
901764cd0b Add note about memory usage in JGit 2016-02-23 13:45:21 +00:00
Tommy Ludwig
1edd104127 Quote {application} in searchPaths placeholder doc
Previously it was not quoted in the sample configuration in the documentation. This is not a valid YAML literal.

See #328
2016-02-16 20:11:57 +09:00
Dave Syer
2043b05bbe Add placeholder substitution to search paths within SCM repository
E.g. ...searchPaths={application}/ to search the directory with the
same name as the application (in addition to the root).

Fixes gh-328
2016-01-29 10:10:53 +00:00
Dave Syer
6ab9ad3b90 Fix typo in config sample about overrides
Missing "overrides" key. Fixes gh-323.
2016-01-26 10:01:12 +00:00
Dave Syer
e5bb03b571 Add notes on metadata for config server 2016-01-25 09:53:24 +00:00
Dave Syer
2bf9b60690 Fix documemtation bug around invalid decryption
Fixes gh-319
2016-01-11 16:50:34 +00:00
Dave Syer
a125393f27 Add some more docs on embedded config server
Fixes gh-280
2015-12-21 11:54:11 +00:00
Dave Syer
1c1ca02aad Add some notes on windows file paths
Windows users hav eto be careful to use `file:///` prefix
for stuff in `${user.home}`.

Fixes gh-308
2015-12-21 09:45:46 +00:00
Dave Syer
99b6064dc7 Some clarifications on encryption and multiple keys 2015-12-18 10:23:28 +00:00
Dave Syer
f3acf50be2 Add escape of '{' to docs 2015-12-18 10:16:30 +00:00
Stephane Nicoll
d4b4a8415b Polish doc 2015-12-17 17:51:28 +01:00
Dave Syer
87a1e773a0 Support for placeholders in git and file URIs
The default git repository and also the native one (local files)
now support placeholders for {application}, {profile} and
{label} in the URI (searchLocation for the native repository).

Fixes gh-257
2015-12-02 11:46:30 +00:00
Dave Syer
15b5ca804e Remove executable jar from distribution
It doesn't get used much and it has way too many optional dependencies
in it now.
2015-11-05 07:13:31 +01:00