Commit Graph

119 Commits

Author SHA1 Message Date
Spencer Gibb
f0698757ad polish 2015-07-30 17:34:55 -06:00
Spencer Gibb
06e71434c9 minor docs update 2015-07-29 15:52:07 -06:00
Spencer Gibb
3cd85c97b3 minor docs update 2015-07-29 15:34:08 -06:00
Spencer Gibb
3fb8dc07b7 Merge pull request #59 from geoand/polish
* polish:
  Minor changes indicated by code inspection
2015-07-10 13:31:05 -06:00
gandrianakis
1d7e6548d2 Minor changes indicated by code inspection 2015-07-10 13:30:42 -06:00
Spencer Gibb
8904000e97 Merge pull request #58 from mbenson/tweaks
* tweaks:
  generics warning and declare a List variable by the interface rather than implementation type
2015-07-09 20:00:55 -06:00
Matt Benson
a80af8cf13 generics warning and declare a List variable by the interface rather than implementation type
javadoc fixes
2015-07-09 20:00:23 -06:00
Spencer Gibb
253103a99a Merge pull request #57 from mbenson/docs
small doc fixes
2015-07-08 17:07:26 -06:00
Matt Benson
17debb346b small doc fixes 2015-07-08 16:54:58 -05:00
Spencer Gibb
dc3a367a48 Update consul-api to version 1.1.4
fixes gh-51
2015-06-26 10:22:08 -06:00
Spencer Gibb
fb821fd153 Merge pull request #45 from nmarasoiu/publishServletContextAsTag
publish servlet context as tag
2015-06-22 16:34:53 -04:00
Spencer Gibb
d127411416 Merge pull request #47 from jmirc/master
Throw an exception when sub folders are creating under the context
2015-06-22 12:04:11 -04:00
Jérôme Mirc
caba0f37da Reformat code 2015-06-22 12:00:39 -04:00
Jérôme Mirc
fed8a00ee9 Consul client returns nodes and leaves. This fix will save only the leaves in the properties map. 2015-06-19 09:49:36 -04:00
nicu marasoiu
9bf69bd14d do not publish context path when it is null or contains only / and/or whitespace chars 2015-06-19 13:46:40 +03:00
Spencer Gibb
2a019eccc3 Update documentation to reflect that for s-c-consul-config, values need to be in bootstrap.yml
fixes gh-43
2015-06-18 19:29:07 -06:00
Spencer Gibb
90dfce5990 add ability to disable config via properties 2015-06-18 14:38:51 -06:00
nicu marasoiu
6e4a6c686d publish context 2015-06-18 17:00:59 +03:00
Spencer Gibb
a66e7c2bfb only add property if key has text
fixes gh-42
2015-06-17 11:17:40 -06:00
Spencer Gibb
1292a01091 ConsulDiscoveryClient now respects preferIpAddress
fixes gh-41
2015-06-16 13:07:59 -06:00
Spencer Gibb
76b0c2f7f2 add support for scheme, currently used in http health check
fixes gh-33
2015-06-04 09:16:04 -06:00
Spencer Gibb
c1121ffc3d @EnableConsulUi proxies UI and API calls to consul agent.
fixes gh-38
2015-06-02 16:12:38 -06:00
Spencer Gibb
3a3052af63 changed name of starter 2015-06-02 15:04:57 -06:00
Spencer Gibb
3ade16dfb3 Merge branch 'starters' 2015-06-02 08:54:28 -06:00
Spencer Gibb
e78dca0762 move s-c-s-consul to s-c-s-consul-all, s-c-s-consul now contains common consul dependencies for each starter 2015-06-01 21:00:47 -06:00
Spencer Gibb
d28e7f0230 add missing httpcore dependency to starters 2015-06-01 20:32:58 -06:00
Spencer Gibb
6f1fe48448 add missing httpcore dependency
fixes gh-37
2015-06-01 20:31:38 -06:00
Spencer Gibb
e43e8453d0 add missing httpcore dependency
fixes gh-37
2015-06-01 20:19:47 -06:00
Spencer Gibb
f5cc92f33c remove s-c-consul-tests 2015-06-01 13:36:56 -06:00
Spencer Gibb
f2d77461b6 added actuator test dependency 2015-06-01 13:32:41 -06:00
Spencer Gibb
93398e829a spring-cloud-starter for each module
fixes gh-34
2015-06-01 13:30:32 -06:00
Spencer Gibb
5ed6a67a84 update README from source 2015-05-28 14:42:16 -06:00
Spencer Gibb
e5d444acc6 remove note about dev preview 2015-05-28 14:41:58 -06:00
Spencer Gibb
d79bd1045f cache maven dir during build 2015-05-27 12:50:38 -06:00
Spencer Gibb
f20ebccd51 polish 2015-05-27 12:38:45 -06:00
Spencer Gibb
59ab3638d5 add SampleProperties 2015-05-27 10:30:15 -06:00
Spencer Gibb
edb147a268 remove netflix README
fixes gh-31
2015-05-26 15:57:14 -06:00
Spencer Gibb
e15c102b2a first stab at documenting consul config
fixes gh-26
2015-05-26 12:42:27 -06:00
Spencer Gibb
01949ffac7 polish & make sure config contexts are in order most to least specific 2015-05-26 12:15:35 -06:00
Spencer Gibb
6963231efc removed unused property that had been moved 2015-05-26 12:00:09 -06:00
Spencer Gibb
1987d727f6 removed unused property that had been moved 2015-05-26 11:58:55 -06:00
Spencer Gibb
c0aaaa28f2 document Spring Cloud Consul Service Discovery
fixes gh-27
2015-05-26 11:45:27 -06:00
Spencer Gibb
085f794c59 update consul features in readme 2015-05-26 11:44:05 -06:00
Spencer Gibb
4053761982 allow customization of the service instance id
via spring.cloud.consul.discovery.instanceId property

fixes gh-30
2015-05-26 11:31:59 -06:00
Spencer Gibb
99dda2c467 upgrade ecwid:consul-api.version to 1.1.2 and removed ecwid repo
fixes gh-29
2015-05-26 09:46:10 -06:00
Spencer Gibb
675b7e6c54 changed debug to trace 2015-05-26 09:44:54 -06:00
Spencer Gibb
8ffa7e04ea add catalog services watch that sends a HeartbeatEvent.
uses consul last index as the value to compare in the HeartbeatEvent.
Sends HeartbeatEvent so components such as Zuul can respond to changes in the services.

fixes gh-1
2015-05-22 14:08:06 -06:00
Spencer Gibb
49467e4d4d make bus delay and timeout configurable 2015-05-22 14:06:11 -06:00
Spencer Gibb
d67eb11032 add non-0 port check to test 2015-05-22 13:20:31 -06:00
Spencer Gibb
57be854177 support random server port
dependent on 6b916473e9

fixes gh-23
2015-05-22 13:14:48 -06:00