Commit Graph

9 Commits

Author SHA1 Message Date
Dave Syer
1c0ab6f4fe Make sure dataflow works with and without h2 2017-03-07 10:02:39 +00:00
Dave Syer
a055893243 Add integration tests for the server components 2017-03-07 09:40:57 +00:00
Dave Syer
ca120e6302 Add 'rabbit' thin launcher profile to all apps and --deployer=thin 2016-12-16 08:41:07 +00:00
Dave Syer
194425f483 First version of 1.3.0 with thin jars 2016-12-02 13:38:23 +00:00
Dave Syer
2e0dda930d Make sure dataflow server uses h2 launched by spring cloud
If user runs `spring cloud dataflow h2` you'd expect the database to
be used by dataflow. It's tricky to achieve, and impossible with
an in-memory data store (because of the way dataflow is set up
currently). This was achieved by adding a feature: each deployable
can specify "enabled" (in addition to existing "disabled" feature)
properties: i.e. environemnt properties that are applied to all
other apps as long as this one is running.

Another change here is to pass the "PATH" env var from the deployer
down to deployed apps. This affects dataflow in particular because
it likes to launch other apps, and it will pick the wrong Java
version (for instance) if the path is not preserved.
2016-10-06 09:36:38 +02:00
Dave Syer
2ba29cea25 Use smaller memory for dataflow apps by default
(Requires a change in spring-cloud-deployer)
2016-10-06 09:36:38 +02:00
Dave Syer
eb1896e509 Update to latest dataflow bits 2016-10-03 15:01:44 +01:00
Dave Syer
6aee631561 Add a bunch of new things
* support for zipkin server

* if eureka isn't running disable the client

* add --list option to list deployables
2016-07-08 09:44:08 +01:00
Spencer Gibb
76749c4683 Create cloud cli command.
Downloads and launches eureka,kafka,configserver,h2 server & hystrix dashboard.
2016-07-05 12:34:18 -06:00