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
Ryan Baxter
123011d7d5
Merge pull request #426 from spring-cloud/client-cache-health
...
Cache config client health indicator.
2016-10-13 11:19:28 -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
whboyd
6c0aa53b28
Better support custom PropertyPathNotificationExtractor ( #508 )
...
* Make it possible to add custom webhook handling behavior without overriding default behavior
* move PropertyPathNotificationExtractorConfiguration to an inner class of EnvironmentMonitorAutoConfiguration
* fix formatting
2016-10-13 10:44:30 -04:00
Ryan Baxter
a8f3d03593
Fixes #501 ( #523 )
2016-10-13 10:42:46 -04:00
whboyd
8fb43cf448
Support monitor bitbucket pull request merge
...
Support monitor webhook push notifications in the event of a bitbucket pull request merge.
Fixes gh-506
2016-10-13 10:42:11 -04:00
Dave Syer
a7019cdd82
Widen another catch block (to be defensive)
2016-10-13 12:39:58 +01:00
Dave Syer
5898130751
Widen the catch block when monitoring local files for changes
...
FileSystemNotFoundException is not uncommon if people try to
monitor directories inside jar files. But this is not an
IOException, so it needs to be handled and wasn't by the old
catch block.
2016-10-13 10:59:11 +02:00
Ryan Baxter
1cd7372761
Merge pull request #520 from izeye/patch-1
...
Fix inline comments in EnvironmentControllerTests
2016-10-04 06:55:02 -07:00
Johnny Lim
9a3903d088
Fix inline comments in EnvironmentControllerTests
2016-10-04 13:31:11 +09:00
Dave Syer
f596d138aa
Fix line endings
2016-09-28 18:03:30 -04:00
Dave Syer
b827877283
Use concrete types in EnviromentRepository bean definitions
...
so that @OnMissingBeanCondition has a chance to detect all the
interfaces.
2016-09-28 18:02:22 -04:00
Ryan Baxter
c1378732d2
Merge pull request #515 from douglarek/master
...
Java 8 JCE link fixed
2016-09-27 06:29:32 -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
Dave Syer
de79331014
Ensure version is scraped from parent pom
2016-09-20 13:48:13 +01:00
Dave Syer
53e049a812
Ensure EnvironmentController does not leak system properties
...
In the JSON and YAML endpoints system properties and env vars could
leak if the config contains placeholders with default values.
This change explicitly switches off that replacement (making the
JSON and JAML consistent with the properties endpoint).
Fixes gh-480, closes gh-492
2016-09-20 10:55:15 +01:00
Marcin Grzejszczak
4d458ee593
Updating mvnw for all projects
2016-09-19 19:30:33 +02:00
Dave Syer
0da283482c
Use placeholder for config version in dependency management
2016-09-19 13:47:37 +01:00
Marcin Grzejszczak
c800bd437c
Updating mvnw for all projects
2016-09-19 14:17:28 +02:00
Dave Syer
9237179826
Move unnecessary dependencies up a level
2016-09-19 12:02:14 +01:00
Marcin Grzejszczak
4a63f037b3
Updating mvnw for all projects
2016-09-19 12:45:44 +02:00
Marcin Grzejszczak
62195b4e5d
Updating mvnw for all projects
2016-09-15 16:11:19 +02:00
Ryan Baxter
9ba4666c4b
Added badges
2016-09-07 20:13:47 -04:00
Ryan Baxter
b23e2ec58c
adding sonar integration for code coverage
2016-09-07 16:02:10 -04:00
Ryan Baxter
1a232a0259
updating circle config
2016-09-07 15:33:36 -04:00
Ryan Baxter
9f61b0e364
adding circle config
2016-09-07 14:57:49 -04:00
Marcin Grzejszczak
ae41d6074d
Removed adoc footer
2016-09-07 18:00:37 +02:00
Marcin Grzejszczak
fb0e7f9dae
Updating mvnw for all projects
2016-09-07 17:27:36 +02:00
Ryan Baxter
1604a93cff
Revert "Camden.RC1 version changes"
...
This reverts commit 0e8d69083a .
2016-09-06 13:57:17 -04:00
Ryan Baxter
2eecb25489
Merge branch 'master' of https://github.com/spring-cloud/spring-cloud-config
2016-09-06 13:50:28 -04:00
Ryan Baxter
0e8d69083a
Camden.RC1 version changes
2016-09-06 13:50:20 -04:00
Spencer Gibb
b7afa2bb64
Merge pull request #483 from daniellavoie/git-force-push
...
* daniellavoie-git-force-push:
Handle git backend repository updated with force push
2016-09-06 09:19:03 -06:00
Daniel Lavoie
a68882937b
Handle git backend repository updated with force push
...
Fixes gh-481
2016-09-03 12:35:56 +02:00
Spencer Gibb
0dda21df74
Merge pull request #393 from skhome/364-exception-logging
...
* skhome-364-exception-logging:
Improve logging of JGit exceptions
2016-08-30 13:20:53 -06:00
Sascha Krüger
648f43c22d
Improve logging of JGit exceptions
...
In some situations the JGit library can fail to update the local Git repository.
While the config server should gracefully handle these situations some added
information from the root cause might be helpful to pinpoint why changes in the
remote repository do not get reflected in the REST API.
fixes gh-364
2016-08-30 13:19:16 -06:00
Ryan Baxter
67e8aee2d3
Merge pull request #485 from transamericamoon/svn-label-fix
...
fix svn repo to also check branches and tags folders for label
2016-08-26 14:24:29 -04:00
Spencer Gibb
53e1f4408f
Guard for when result.getPropertySources() is null.
...
fixes gh-488
2016-08-25 11:32:01 -06:00
John Moon
d2ce0e18c1
throw exception if label doesn't exist
2016-08-25 09:20:34 -04:00
Ben Klein
f6ddd58c83
Use reworded note on cloneOnStart
2016-08-24 15:50:29 -07:00
transamericamoon
c0563be4da
nested if statements
2016-08-24 12:31:22 -04:00
Ryan Baxter
812135eec0
Merge pull request #487 from ryanjbaxter/upgrade-bus
...
Upgrade SC Bus Dependency To 1.2.0.BUILD-SNAPSHOT
2016-08-24 09:55:38 -04:00
Ryan Baxter
8e1db67f37
Upgrade SC Bus Dependency To 1.2.0.BUILD-SNAPSHOT. Fixed #486
2016-08-24 09:44:29 -04:00
jmandawg
16bc9d38b9
added unit test for svn label fix
2016-08-23 21:23:33 -04:00