- Jun 10, 2021
-
-
Janne Valkealahti authored
-
- May 28, 2021
-
-
Janne Valkealahti authored
-
- May 14, 2021
-
-
Janne Valkealahti authored
-
- May 13, 2021
-
-
Janne Valkealahti authored
-
- May 10, 2021
-
-
Janne Valkealahti authored
-
- May 07, 2021
-
-
Janne Valkealahti authored
-
- Apr 28, 2021
-
-
Janne Valkealahti authored
-
Janne Valkealahti authored
-
Janne Valkealahti authored
-
- Apr 27, 2021
-
-
Janne Valkealahti authored
-
Janne Valkealahti authored
-
- Apr 26, 2021
-
-
Janne Valkealahti authored
-
- Apr 05, 2021
-
-
Janne Valkealahti authored
-
- Apr 03, 2021
-
-
Janne Valkealahti authored
-
Janne Valkealahti authored
-
- Apr 02, 2021
-
-
Janne Valkealahti authored
-
Janne Valkealahti authored
-
Janne Valkealahti authored
-
- Jan 12, 2021
-
-
Janne Valkealahti authored
-
Janne Valkealahti authored
-
- Jan 05, 2021
-
-
Demian Tinkiel authored
-
- Dec 01, 2020
-
-
Janne Valkealahti authored
-
- Nov 30, 2020
-
-
Ilayaperumal Gopinathan authored
-
- Nov 25, 2020
-
-
Spring Buildmaster authored
-
Ilayaperumal Gopinathan authored
-
- Nov 10, 2020
-
-
Ilayaperumal Gopinathan authored
-
- Oct 21, 2020
-
-
Janne Valkealahti authored
-
Janne Valkealahti authored
-
- Oct 05, 2020
-
-
Ilayaperumal Gopinathan authored
-
- Oct 01, 2020
-
-
Christian Tzolov authored
-
- Sep 30, 2020
-
-
Christian Tzolov authored
-
David Turanski authored
- Add DebugAddress helper to validate and parse the (legacy) debug-port and debug-address. Later has precedence. - Streamline the CommandBuilder implementation ensuring that the Java and Docker specific code runs inside the command builder and is not spilled out to the AbstractLocalDeployerSupport or AppLocalDeployer. - Update affected tests (also migrate those to JUnit5). - Improve code cohesion and remove death code. - Change GUID from 'port' to 'deployerId-index'. - Allow the Docker and Java command builder use different port range. Needed to allow in-container Skipper to operate with both maven and docker resources.
-
- Sep 24, 2020
-
-
Ilayaperumal Gopinathan authored
-
- Sep 21, 2020
-
-
Christian Tzolov authored
- use <deploymentId>-<instance index> as container name to allow support for multiple app instances
-
- Sep 18, 2020
-
-
Christian Tzolov authored
- if the DOCKER_CONTAINER_NAME_KEY is not explicitly set use the dockerId for container name. - By default remove the docker containers on exist. - Add a docker.deleteContainerOnExit property to control the removal of stopped containers. Set to true by default. Related to: spring-cloud/spring-cloud-dataflow#3966 Related to: spring-cloud/spring-cloud-dataflow#3643 Follow up of: https://github.com/spring-cloud/spring-cloud-deployer-local/commit/71a8153b2c46ba10b35ebb5af274724eab6d7b08
-
- Aug 26, 2020
-
-
Janne Valkealahti authored
- When getting logs for stream and task apps we used to just read stderr if it had some content which is a bit problematic as stderr may have some content which is not a real error. - This i.e. happens with JAVA_TOOL_OPTIONS env variable. - Now simply getting both. - Fixes #193
-
Janne Valkealahti authored
- Fixes #194
-
- Aug 19, 2020
-
-
Janne Valkealahti authored
* Add startup/health probes for stream apps - Adding an optional startup probe which simply checks 2xx return code to mark when new app goes from deploying to deployed. - Adding an optional health probe which simply checks 2xx return code to mark when running app is marked either deployed or failed. - Essentially adding `startup-probe.path` and `health-probe.path` with very minimal functionality but allows to easily add more features in future if needed. - Together these allow to do failed stream update locally as previously it has only been possible in cf/k8s. - Fixes #189 * Add javadocs
-
- Aug 14, 2020
-
-
Janne Valkealahti authored
- Move away from BeanUtils.copyProperties to manually copy LocalDeployerProperties as its nested structure. - Fixes #190
-
- Aug 04, 2020
-
-
Janne Valkealahti authored
- Fix changed OutputCapture vs. OutputCaptureRule in boot - Fixes #184
-