Tags: christopherthielen/orca
Tags
fix(pipelinetemplate) make pipelineConfigId optional (spinnaker#1419)
fix(pipelines): remove the generic signature of ExceptionHandler The consumer of an exception handler is always working in the context of the base exception class and uses the handles method to determine the whether an ExceptionHandler supports a particular exception type. Also converts ExceptionHandler to java with an immutable Response object.
chore(queue): Normalizing traffic shaping metrics (spinnaker#1412)
fix(expressions): fixes an issue with toJson on expressions. calling toJson on an object with expressions in it (execution, stage, stage.context) returns a String containing an expression which is then reevaluated. This string typically contains the orignal toJson expression and the result is infinitely evaluating the expression and hanging the execution this rejects a toJson call that returns a String that still contains an expression
PreviousNext