Spring Operator
d854781d87
URL Cleanup
...
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
# Fixed URLs
## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
* [ ] http://www.apache.org/licenses/ with 1 occurrences migrated to:
https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/ ) result 200).
* [ ] http://www.apache.org/licenses/LICENSE-2.0 with 50 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0 ) result 200).
2019-03-21 11:15:30 -05:00
Dave Syer
a12950bc7a
Add a test for the version so deployer doesn't get deployed
...
Also unignore test in dataflow server
2017-04-26 16:23:07 +01:00
Dave Syer
cb2cd7144b
Update to 1.3.1.RELEASE
2017-04-26 09:45:42 +01:00
Spencer Gibb
be32049485
Ignore test because of incompatibility with boot 1.5.3
2017-04-25 15:34:49 -06:00
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