8000 Tags · christopherthielen/orca · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: christopherthielen/orca

Tags

v2.12.0

Toggle v2.12.0's commit message
feat(redis/metrics): adds metrics for redis connection pools.

adds a dedicated pool for v3 queue processing to differentiate pool usage between queue and execution repository

v2.11.6

Toggle v2.11.6's commit message
fix(queue): rare race condition where branch stops just between other…

… branches stages running

v2.11.5.1

Toggle v2.11.5.1's commit message
fix(queue): rare race condition where branch stops just between other…

… branches stages running

v2.11.5

Toggle v2.11.5's commit message
fix(queue): rare race condition where branch stops just between other…

… branches stages running

v2.11.4

Toggle v2.11.4's commit message
fix(pipelinetemplate) make pipelineConfigId optional (spinnaker#1419)

v2.11.3

Toggle v2.11.3's commit message
fix(exceptions): ensure exception handlers are evaluated in order

v2.11.2

Toggle v2.11.2's commit message
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.

v2.11.1

Toggle v2.11.1's commit message
chore(queue): Normalizing traffic shaping metrics (spinnaker#1412)

v2.11.0

Toggle v2.11.0's commit message
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

v2.10.2

Toggle v2.10.2's commit message
fix(queue): ensure null queue state is never returned on new instances

0