spring-cloud-skipper
spring-cloud-skipper copied to clipboard
A package manager that installs, upgrades, and rolls back Spring Boot applications on multiple Cloud Platforms.
As a continuation of https://github.com/spring-cloud/spring-cloud-skipper/pull/812, we would want to revisit the use of `AppInstanceStatus` and if there's a way to cleanly get this from the underlying deployers instead.
currenlty writing null values of the form ``` "applicationProperties": !!null "null" "deploymentProperties": !!null "null" ``` Do we want this format? How does it relate to handling of null values for...
Some issues with these commands ``` skipper:>repo delete --name xxxx 404 Details of the error have been omitted. You can use the stacktrace command to print the full stacktrace. skipper:>stacktrace...
There is a spring cloud deployer available: https://github.com/donovanmuller/spring-cloud-deployer-nomad Happy to help / contribute, but need some guidance.
ATM, all versions of the app share the same route. With the current port based health check, there is a window in which the new app is 'healthy' but not...
Context: - Skipper Server 1.0.4 / Skipper Shell 1.0.4 / SCDF 1.5 - A Stream `sample` deployed with at least one deployer property set In the shell, `manifest get --release-name...
We need to handle the scenario discussed in https://github.com/spring-cloud/spring-cloud-skipper/pull/611#issuecomment-389069232
Currently in `ReleaseReportService` we have `initial` flag what we use in `AppDeployerReleaseManager.createReport()` to choose if replacing release should be saved or not. We should remove that flag so that we...
This is loosely same as `http` command in a dataflow shell and pretty much same as `cf curl` command in cloudfoundry. What we should not to is to take dataflow...
We are using skipperclient to call upload, install, upgrade, delete. Ideally if an error takes place it would be nice to receive the error code along **and a clearer message**,...