Commit Graph

210 Commits

Author SHA1 Message Date
Ryan Baxter
44701608ca Bumping versions to 1.3.5.BUILD-SNAPSHOT after release 2017-12-21 16:02:48 -05:00
Ryan Baxter
d704f08cda Going back to snapshots 2017-12-21 16:02:47 -05:00
Ryan Baxter
02603f030c Update SNAPSHOT to 1.3.4.RELEASE 2017-12-21 16:01:01 -05:00
Ryan Baxter
8b2bf46f92 Bumping versions to 1.3.4.BUILD-SNAPSHOT after release 2017-10-02 14:39:40 -04:00
Ryan Baxter
fbeea130eb Going back to snapshots 2017-10-02 14:39:40 -04:00
Ryan Baxter
47cb05c7aa Update SNAPSHOT to 1.3.3.RELEASE 2017-10-02 14:37:27 -04: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
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
Elias Gomes
3eec2cb65c Fixing a typo in the documentation
There's a typo in the *Vault Server* section:
When using Vault as a backend you can share configuration with all applications by placing configuration in `html5/application`. For example, if you run this Vault command

When it should be:
When using Vault as a backend you can share configuration with all applications by placing configuration in `secret/application`. For example, if you run this Vault command
2017-01-27 11:32:57 +01:00
Ryan Baxter
edcb0cd5b8 Revert "Version changes for 1.3.0.M1 release"
This reverts commit 2378521e22.
2017-01-26 20:23:57 -05:00
Ryan Baxter
2378521e22 Version changes for 1.3.0.M1 release 2017-01-26 20:21:21 -05:00
Don Laidlaw
ae0adc9322 Add AWS CodeCommit authentication support (#548)
The jgit library does not support the credential helpers defined in
git configuration files. Since AWS CodeCommit requires a signature
used as the password part of authentication, jgit is not able to
authenticate to AWS Code Commit without help. These changes calculate
the required AWS Code Commit signature value and provide a jgit
compatible CredentialsProvider class.

Fixes gh-334
2017-01-26 19:57:08 -05:00
Ryan Baxter
f4020f8ff7 Merge pull request #598 from marcosbarbero/master
Add force-pull property documentation.  Fixes #596.
2016-12-21 13:33:46 -05:00
Marcos Barbero
7fe44a0d86 Add force-pull property documentation 2016-12-21 12:03:34 +01:00
Ryan Baxter
84db9b9867 Clarified documentation on custom environment repositories 2016-12-20 19:53:25 -05:00
Ryan Baxter
5ebecb60b4 Removed OrderedEnvironmentRepository interface, and applied other review feedback. 2016-12-20 13:46:46 -05:00
Ryan Baxter
3db105c475 Fixed spacing in documentation 2016-12-19 19:46:08 -05:00
Ryan Baxter
214a5a03c4 Merge remote-tracking branch 'Upstream/master' into composite-envrepo-555 2016-12-19 12:39:45 -05:00
Ryan Baxter
133c172ddd Allows users to provide composite environments. Fixes #495. 2016-12-19 12:28:41 -05:00
Spencer Gibb
171d2b261b Update to s-c-build 1.3.0 and bump version to 1.3.0 2016-12-12 09:26:34 -07:00