Spring Operator
e1590d20c2
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 But Review Recommended
These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended.
* [ ] http://compose.docker.io/ (UnknownHostException) with 1 occurrences migrated to:
https://compose.docker.io/ ([https](https://compose.docker.io/ ) result UnknownHostException).
* [ ] http://mygitserver/myrepo.git (UnknownHostException) with 1 occurrences migrated to:
https://mygitserver/myrepo.git ([https](https://mygitserver/myrepo.git ) result UnknownHostException).
## 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://openjdk.java.net/jeps/223 with 1 occurrences migrated to:
https://openjdk.java.net/jeps/223 ([https](https://openjdk.java.net/jeps/223 ) result 200).
* [ ] http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html with 2 occurrences migrated to:
https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html ([https](https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html ) result 200).
* [ ] http://www.oracle.com/technetwork/java/javase/versioning-naming-139433.html with 1 occurrences migrated to:
https://www.oracle.com/technetwork/java/javase/versioning-naming-139433.html ([https](https://www.oracle.com/technetwork/java/javase/versioning-naming-139433.html ) result 200).
* [ ] http://plugins.jetbrains.com/plugin/6546 with 2 occurrences migrated to:
https://plugins.jetbrains.com/plugin/6546 ([https](https://plugins.jetbrains.com/plugin/6546 ) result 301).
* [ ] http://projects.spring.io/spring-boot with 2 occurrences migrated to:
https://projects.spring.io/spring-boot ([https](https://projects.spring.io/spring-boot ) result 301).
* [ ] http://eclipse.org with 1 occurrences migrated to:
https://eclipse.org ([https](https://eclipse.org ) result 302).
* [ ] http://eclipse.org/m2e/ with 2 occurrences migrated to:
https://eclipse.org/m2e/ ([https](https://eclipse.org/m2e/ ) result 302).
* [ ] http://repo.spring.io/milestone with 1 occurrences migrated to:
https://repo.spring.io/milestone ([https](https://repo.spring.io/milestone ) result 302).
* [ ] http://repo.spring.io/snapshot with 1 occurrences migrated to:
https://repo.spring.io/snapshot ([https](https://repo.spring.io/snapshot ) result 302).
* [ ] http://repo1.maven.org/maven2 with 1 occurrences migrated to:
https://repo1.maven.org/maven2 ([https](https://repo1.maven.org/maven2 ) result 302).
* [ ] http://www.springsource.com/developer/sts with 1 occurrences migrated to:
https://www.springsource.com/developer/sts ([https](https://www.springsource.com/developer/sts ) result 302).
# Ignored
These URLs were intentionally ignored.
* http://localhost with 1 occurrences
* http://localhost:7979 with 1 occurrences
* http://localhost:8080/eureka/ with 2 occurrences
* http://localhost:8750 with 1 occurrences
* http://localhost:8750/stubs with 2 occurrences
* http://localhost:8761 with 2 occurrences
* http://localhost:8761/eureka/ with 2 occurrences
* http://localhost:8888 with 1 occurrences
* http://localhost:9091 with 1 occurrences
* http://localhost:9095 with 2 occurrences
* http://localhost:9393 with 1 occurrences
* http://localhost:9411 with 1 occurrences
2019-03-26 03:11:24 -05:00
Adrian Cole
7f04af6e73
zipkin that uses micrometer based metric names and tags
2018-04-29 20:54:28 +08:00
Adrian Cole
72349ff799
Updates to spring boot 2 version of zipkin
2018-04-28 20:27:40 +08:00
Adrian Cole
22496d5e3d
Use zipkin 2.7.2
...
bugs be less
2018-04-23 21:59:51 +08:00
Dave Syer
6176e80294
Switch to using the published jar for zipkin server
...
Fixes gh-74
2018-04-23 09:39:29 +01:00
Marcin Grzejszczak
5c34b170f4
Added Stub Runner, fixes #64
2017-08-23 16:53:36 +02:00
Dave Syer
8ca1acde18
Update for 1.3.2
2017-04-27 15:34:05 +01:00
Dave Syer
06b9b04519
Make local app deployer the default (per docs)
2017-04-26 16:51:06 +01: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
1c0ab6f4fe
Make sure dataflow works with and without h2
2017-03-07 10:02:39 +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
e3a0dc8395
Add javaOpts
2016-12-09 09:26:56 +00:00
Dave Syer
36f91edcae
The format of the JAVA_OPTS changed in the deployer 1.1
2016-12-02 14:52:43 +00:00
Dave Syer
8aa3b6b302
The format of the JAVA_OPTS changed in the deployer 1.1
2016-12-02 14:49:06 +00:00
Dave Syer
0969e488ce
Reduce default memory consumption (-Xmx128m)
2016-10-13 14:46:33 +01: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
Spencer Gibb
64dc1c0f85
add default maven remote-repositories
2016-09-20 09:44:31 -06:00
Dave Syer
68c9614be5
Add 'disabled' properties to deployable
2016-08-16 14:21:39 +01:00
Dave Syer
f26bdea6d9
Use map for deployables, not array (key is the name)
2016-08-16 14:09:57 +01:00
Dave Syer
15a2a83fb0
Determine deployable app version dynamically
...
The deployer now checks its own version and uses that to set
up the app versions via "launcher.version" on the command line.
Closes gh-16
2016-08-15 17:05:58 +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
6e19c35b98
Only start config server, eureka and hystrix dashboard by default.
2016-07-05 16:46:49 -06: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