Commit Graph

442 Commits

Author SHA1 Message Date
buildmaster
dfa1f2fa6e Going back to snapshots 2018-04-20 19:35:00 +00:00
buildmaster
d99b7c808a Update SNAPSHOT to 2.0.0.RC1 2018-04-20 19:34:07 +00:00
Dylan Roberts
54b505ffc3 Enable Transport configuration for git repos in a composite (#981)
Merge Ssh configuration properties classes with JGitEnvironmentProperties

Fixes gh-976
2018-04-19 09:32:59 -04:00
Spencer Gibb
2b1248da48 Makes resolving of HttpServletRequest in vault env repo lazy.
fixes gh-975
2018-04-12 22:59:15 -04:00
Spencer Gibb
cc75e9a839 Adds config metadata docs back to config properties. 2018-04-12 12:31:19 -04:00
Spencer Gibb
a056a0f0ca Updates to new properties class 2018-04-12 12:13:54 -04:00
Karl Ravn
83bbfb76f8 Feature request: Adding refresh rate to GIT repositories 2018-04-12 12:13:54 -04:00
Chidambaram Sundaram
c70bca5149 Send 404 if application not found (#960)
Send 404 if application not found and `spring.cloud.config.server.accept-emtpy=true`

Fixes gh-155
2018-04-10 21:41:09 -04:00
Ryan Baxter
eeddcc50a5 Merge remote-tracking branch 'origin/1.4.x' 2018-04-02 13:29:22 -05:00
Taras Danylchuk
62e6871711 Fix delete untracked branch feature if fetch result is null / git repo unavailable (#955) 2018-03-29 16:27:44 -04:00
buildmaster
6402ec099d Bumping versions to 1.4.4.BUILD-SNAPSHOT after release 2018-03-26 16:26:01 +00:00
buildmaster
739f4c1ca8 Going back to snapshots 2018-03-26 16:26:00 +00:00
buildmaster
f9a6a88491 Update SNAPSHOT to 1.4.3.RELEASE 2018-03-26 16:24:35 +00:00
Spencer Gibb
941672d5c7 Use new RSA properties 2018-03-26 12:20:21 -04:00
buildmaster
0e0f749555 Going back to snapshots 2018-03-22 20:58:06 +00:00
buildmaster
b6f9bb0633 Update SNAPSHOT to 2.0.0.M9 2018-03-22 20:57:18 +00:00
Spencer Gibb
71d8df14c7 Uses new RsaProperties 2018-03-22 14:40:48 -04:00
Taras Danylchuk
c385f8b429 Added functionality for deleting untracked branches from local repo (#947)
cherry-picked from
https://github.com/spring-cloud/spring-cloud-config/pull/940
2018-03-22 09:19:10 -04:00
Spencer Gibb
882d6a5aef Moves boolean properties to is* rather than get* to follow java bean properties. 2018-03-20 22:40:19 -04:00
Taras Danylchuk
c59de61394 Adds ability to remove untracked local branches
Fixes gh-877
2018-03-20 22:38:03 -04:00
liolay
dbccf9e535 wrong value eval at ignoreLocalSshSettings (#892)
when "spring.cloud.config.server.git.ignoreLocalSshSettings" is "true",there is a wrong value eval at ignoreLocalSshSettings to decide whether SshUri configured in "spring.cloud.config.server.git.repos" need be validate
2018-03-20 17:20:29 -04:00
Spencer Gibb
96472f77e6 Adds @ConditionalOnClass for optional server dependencies.
fixes gh-942
2018-03-20 16:29:04 -04:00
Spencer Gibb
3b12bafbdf Moves getCompositeTypeList to use Binder.
This eliminates a 0 to max int loop on startup.

Polishes some class names.
2018-03-20 16:02:36 -04:00
Ryan Baxter
6e08925bd2 Merge remote-tracking branch 'origin/1.4.x' 2018-03-19 10:06:48 -04:00
Dylan Roberts
b96ba4454d Add list-based composite auto-configuration (#912)
* Pull config properties out of environment repositories

In order to support multiple auto-config approaches to EnvironmentRepository configuration, we need to get the ConfigurationProperties annotation off of the EnvironmentRepository implementations. As a result, the getters and setters of these properties won't need to be on the repo implementations either. Marking them as Deprecated for now, to maintain backwards compatibility.

* Add list-based composite auto-configuration

Add support for using a list of environment repository configuration blocks, under spring.cloud.config.server.composite, to create a composite environment repository.
2018-03-06 02:13:43 -05:00
buildmaster
08e9d6409e Going back to snapshots 2018-03-02 17:17:19 +00:00
buildmaster
76e640012e Update SNAPSHOT to 2.0.0.M8 2018-03-02 17:16:30 +00:00
Jürgen Schmied
390e2b5e4f add placeholder support for {application} in EnvironmentController (#867)
* add placeholder support for {application} in EnvironmentController

* add tests
2018-03-01 17:01:33 -05:00
liolay
4ba22e5409 wrong value eval at ignoreLocalSshSettings (#892)
when "spring.cloud.config.server.git.ignoreLocalSshSettings" is "true",there is a wrong value eval at ignoreLocalSshSettings to decide whether SshUri configured in "spring.cloud.config.server.git.repos" need be validate
2018-02-28 20:14:18 -05:00
buildmaster
3b04c1f3dc Going back to snapshots 2018-02-26 21:03:33 +00:00
buildmaster
0c57097c08 Update SNAPSHOT to 2.0.0.M7 2018-02-26 21:02:45 +00:00
Dave Syer
33e85bdf58 Add encrypt.salt optional configuration 2018-02-22 11:08:56 +00:00
buildmaster
eb29a6d9ce Going back to snapshots 2018-02-09 21:41:41 +00:00
buildmaster
508bc2e151 Update SNAPSHOT to 2.0.0.M6 2018-02-09 21:40:55 +00:00
buildmaster
1dc72f93ac Bumping versions to 1.4.3.BUILD-SNAPSHOT after release 2018-02-08 14:37:18 +00:00
buildmaster
7376c1056c Going back to snapshots 2018-02-08 14:37:17 +00:00
buildmaster
cc33b3e4f8 Update SNAPSHOT to 1.4.2.RELEASE 2018-02-08 14:36:02 +00:00
moon
ff453c4767 add tracking check to isClean() for git repo (#875) 2018-02-07 15:12:32 -05:00
Spencer Gibb
e558de8665 Merge branch '1.4.x' 2018-02-01 19:22:06 -05:00
Spencer Gibb
049fbf81c1 Env Controller support for {application} (_)
fixes gh-894
2018-02-01 17:19:52 -05:00
Johnny Lim
29ed2eb6c6 Remove a redundant assertion 2018-01-24 16:00:12 +09:00
buildmaster
7d20464efc Bumping versions to 1.4.2.BUILD-SNAPSHOT after release 2018-01-12 00:57:11 +00:00
buildmaster
2809b088f2 Going back to snapshots 2018-01-12 00:57:10 +00:00
buildmaster
8c3fb529a1 Update SNAPSHOT to 1.4.1.RELEASE 2018-01-12 00:55:46 +00:00
Dave Syer
d7af06ab12 Ensure config server doesn't try to start a web server
Even if the user (in a mad crazy fugue state) adds
spring.main.web-application-type explicitly to application.properties
we should ignore it when building the "mini" application that
creates the environment to export to remote clients.
2018-01-10 11:20:54 +00:00
Ryan Baxter
5e8b83aacb Merge remote-tracking branch 'origin/1.4.x' 2018-01-02 09:18:37 -05:00
Ryan Baxter
914fa948c8 Merge remote-tracking branch 'origin/1.3.x' into 1.4.x 2018-01-02 09:17:53 -05:00
Ryan Baxter
6b67fcf925 Adding @Validated annotation. Fixes #871. 2018-01-02 09:14:55 -05:00
Spencer Gibb
4f54e73545 Updates for changes in encryption defaults 2018-01-01 16:45:48 -05:00
Ryan Baxter
44701608ca Bumping versions to 1.3.5.BUILD-SNAPSHOT after release 2017-12-21 16:02:48 -05:00