Spencer Gibb
b02197d3dd
Update docs branches
2017-11-28 12:31:07 -05:00
Ryan Baxter
fbc65d34f6
Bumping versions to 1.4.1.BUILD-SNAPSHOT after release
2017-11-20 15:23:59 -05:00
Ryan Baxter
b976857cc2
Going back to snapshots
2017-11-20 15:23:58 -05:00
Ryan Baxter
db63853853
Update SNAPSHOT to 1.4.0.RELEASE
2017-11-20 15:22:35 -05:00
Ryan Baxter
f4c2c66fae
Merge pull request #831 from tomcruise81/documentation/issue_827
...
Documented (_) support for the {application} parameter
2017-11-06 15:00:36 -05:00
Stefan Erichsen
349f365dbd
encrypt.* config needs to be in bootstrap.yml
...
For some reason starting with Dalston.SR2, the encrypt.* properties can no longer be defined in application.properties but need to be set in bootstrap.properties. The documentation now reflects this.
2017-11-02 12:52:39 +01:00
tomcruise81
eec2262db1
Documented (_) support for the {application} parameter
2017-10-27 12:34:18 -04:00
Spencer Gibb
e8db636509
Going back to snapshots
2017-10-20 17:16:12 -04:00
Spencer Gibb
a9bb8d4ec5
Update SNAPSHOT to 1.4.0.RC1
2017-10-20 17:15:30 -04:00
Spencer Gibb
614e838ee7
Document useDefaultLabel for serving files without label.
2017-10-20 16:44:45 -04:00
Dave Syer
e362f39285
Add simple implementation of JDBC environment repository
2017-09-22 13:39:29 +01:00
Edgars Jasmans
18a5da61d4
Added additional options for GIT SSH configuration property configuration ( #775 )
...
Abilty to specify known_hosts file
Added option to specify SSH 'PreferredAuthentications' property to override SSH server priorities for authentication methods.
fixes gh-101
2017-08-31 19:05:34 -04:00
Marcin Grzejszczak
921a4bcd17
Merge branch '1.3.x'
2017-08-31 14:58:20 +02:00
Marcin Grzejszczak
98512f3671
Referrencing resources from sc-build
2017-08-31 14:58:12 +02:00
Marcin Grzejszczak
ab9f16fe48
Migrated to new docs; fixes #782
2017-08-29 15:46:51 +02:00
Marcin Grzejszczak
9d43019a6e
Migrated to new docs; fixes #782
2017-08-29 13:28:48 +02:00
Ryan Baxter
2f1c65dbca
Going back to snapshots
2017-08-24 16:27:49 -04:00
Ryan Baxter
170af24f89
Update SNAPSHOT to 1.4.0.M1
2017-08-24 16:26:38 -04:00
Ryan Baxter
310ed6c5bb
Fixing/updating versions in POMS
2017-08-18 16:30:33 -04:00
zhanhonglai
adb02b97bc
[Honglai] fix readme typo ( #748 )
2017-07-24 19:19:23 -04:00
Spencer Gibb
ebbe75d6aa
Bumping versions to 1.3.3.BUILD-SNAPSHOT after release
2017-07-20 11:03:30 -06:00
Spencer Gibb
00e08f99b3
Going back to snapshots
2017-07-20 11:03:30 -06:00
Spencer Gibb
d52715c061
Update SNAPSHOT to 1.3.2.RELEASE
2017-07-20 10:52:01 -06:00
Ollie Hughes
67cdfab7fa
Use JGit URIish to parse SSH URIs
...
Use JSR-303 cross field validation for `SshUriProperties`
Rebase with 1.3.x Dalston
2017-07-20 12:07:02 +01:00
Ollie Hughes
acee8a1b10
Git SSH configuration using properties
...
By default, Spring Cloud Config Server uses SSH configuration files such
as ~/.ssh/known_hosts and /etc/ssh/ssh_config when connecting to Git repositories
using an SSH URI. In cloud environments such as Cloud Foundry,
the local filesystem may be ephemeral or not easily accessible.
For cases such as these, SSH configuration can be set using Java properties.
In order to activate property based SSH configuration,
the property spring.cloud.config.server.git.ignoreLocalSshSettings must be set to true
2017-07-20 12:06:39 +01:00
repos-jmp
d56926eba6
Encryption file output tip.
...
The encrypted output is right adjacent to the current speed value and causes confusion, added a tip for newcomers.
2017-06-28 13:24:39 +01:00
Jayraj Jog
6d1e9aaeae
Git repo patterns need single-quotes
...
See https://github.com/spring-cloud/spring-cloud-config/issues/727
2017-06-26 14:21:22 -07:00
Ryan Baxter
a33487312a
Merge pull request #702 from Mastercard/master
...
auto configuration to allow for overriding the `ConfigServiePropertySourceLocator` bean
2017-06-01 09:22:33 -04:00
Spencer Gibb
8ca749ff4b
Bumping versions to 1.3.2.BUILD-SNAPSHOT after release
2017-05-24 10:23:14 -06:00
Spencer Gibb
446a65f4e1
Going back to snapshots
2017-05-24 10:23:14 -06:00
Spencer Gibb
63e6a0ebd3
Update SNAPSHOT to 1.3.1.RELEASE
2017-05-24 10:23:14 -06:00
Hanson, Tristan
566cb39428
Updating auto configuration to allow for overriding the ConfigServicePropertySourceLocator bean
...
Allow override of `ConfigServicePropertySourceLocator` bean to support the setting of a custom `RestTemplate` instance without the need to set `spring.cloud.config.enabled=false`
Fixes gh-699
Fixes gh-613
2017-05-23 14:41:34 -05:00
Venil Noronha
d9113a417d
Adds addLabelLocations option to ConfigServerProperties ( #681 )
...
Adds addLabelLocations option to server properties.
Also eliminates any duplicate locations.
Fixes gh-676
2017-05-19 18:13:02 -04:00
Dave Syer
4d4cd17ed2
Merge branch '1.2.x'
2017-05-08 20:29:11 +01:00
Ryan Baxter
dfa609aa0d
Bumping version for next release
2017-04-07 05:29:57 -04:00
Ryan Baxter
7bada56f30
Going back to snapshots
2017-04-07 05:01:59 -04:00
Ryan Baxter
e051d56965
Update SNAPSHOT to 1.3.0.RELEASE
2017-04-07 04:55:32 -04:00
Johnny Lim
065bbefddc
Fix typos in the reference doc ( #672 )
2017-03-22 11:16:20 -04:00
Ryan Baxter
94bd2a98b8
Revert "Version changes for Dalston.RC1"
...
This reverts commit 78c24a18b2 .
2017-03-16 11:42:14 -04:00
Ryan Baxter
78c24a18b2
Version changes for Dalston.RC1
2017-03-16 11:19:21 -04:00
Ryan Baxter
e5e575370e
Bumping versions for next release
2017-03-08 10:56:04 -05:00
Ryan Baxter
b705ed8709
Revert "Version changes for 1.2.3.RELEASE"
...
This reverts commit cd09c75ef0 .
2017-03-07 20:06:48 -05:00
Ryan Baxter
cd09c75ef0
Version changes for 1.2.3.RELEASE
2017-03-07 19:59:10 -05:00
Ryan Baxter
a51412e629
Escaping underscore
2017-02-24 11:45:09 -05:00
Ryan Baxter
ed12706c68
Fixing code formatting
2017-02-24 11:14:20 -05:00
Ryan Baxter
21e46b0192
Clarifying docs for slash in labels
...
Fixes #652
2017-02-24 11:13:06 -05:00
Abhijit Sarkar
23a210ff5e
Update spring-cloud-config.adoc
2017-02-07 22:32:31 -08:00
Abhijit Sarkar
d4c1a3d000
Update spring-cloud-config.adoc
2017-02-07 22:20:35 -08:00
Shahid Zaman
db39a5f75a
Corrected typo in the note
...
Changed 'us' to intended 'use'
2017-02-01 16:04:15 +11:00
Ryan Baxter
937027b9a4
Adding note about URL encoding characters with encrypt endpoint
2017-01-27 14:35:14 -05:00