Mark Pollack

Results 111 issues of Mark Pollack

http://blogs.perl.org/users/tinita/2018/03/strings-in-yaml---to-quote-or-not-to-quote.html This would likely reduce the complexity we have using the double-quoted scalara approach with escaping and unescaping special chars.

for/spike

This will catch any errors in the template file.

area/tests
branch/1.0.x

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...

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...

for/spike

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.

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.