spring-cloud-skipper icon indicating copy to clipboard operation
spring-cloud-skipper copied to clipboard

A package manager that installs, upgrades, and rolls back Spring Boot applications on multiple Cloud Platforms.

Results 53 spring-cloud-skipper issues
Sort by recently updated
recently updated
newest added

This will allow another Skipper installation to reference the local repo.

This will allow users to inspect the hosted package files and allow for another Skipper server to reference `local` repo.

By default, skipper server instances have the spring `libs-snapshot` set as a maven repo. https://github.com/spring-cloud/spring-cloud-skipper/blob/36be4df251ab5178a1dbd24737aae3831ddf0b45/spring-cloud-skipper-server-core/src/main/resources/application.yml#L135-L138 The main `spring-cloud-skipper-server` deployable should probably contain defaults suitable for a production deployment, which would...

It would be nice if all skipper commands looked for a `-h` or `--help` flag and displayed the relevant help information. This is how the cloud foundry CLI works: ```$...

type/technical-debt

I am looking forward for the journey of FaaS integration, e.g. Riff, OpenWhisk, AzureFunctions. Also distribution to multiple provider FaaS would be key for hybrid and edge workload rollout. Is...

DeployAppStep.deployApps` ``` catch (Exception e) { Status status = new Status(); status.setStatusCode(StatusCode.FAILED); replacingRelease.getInfo().setStatus(status); replacingRelease.getInfo().setStatus(status); replacingRelease.getInfo().setDescription("Could not deploy app."); this.releaseRepository.save(replacingRelease); // TODO If app 2 of 3 failed, what to do...

convert to reusable assertions in base class or utility class.

The remote repositories are only polled when the server is started.