Tags: titirigaiulian/clouddriver
Tags
fix(saga): Missed a function parameter type conversion from List to S… …et (spinnaker#4210)
fix(kubernetes): do not throw NPE on NetworkPolicies with ingresses w… …ith null ports (spinnaker#4182) (spinnaker#4186) Similar to spinnaker#4172, the code is assuming that a NetworkPolicy that has an ingress will return an empty list of ports, but instead it defaults to null for this[1] and so crashes. [1] https://github.com/kubernetes-client/java/blob/master/kubernetes/src/main/java/io/kubernetes/client/openapi/models/V1NetworkPolicyIngressRule.java#L45
fix(aws): support for cross-application CLBs with the sql backend (sp… …innaker#4141) (spinnaker#4192)
fix(titus): shutdown the executor for titus streaming agent (spinnake… …r#4185) We are leaking an executor (with a single thread in) from the TitusStreamingAgent because it's not shutdown properly I think it would be better to refactor this code to not create the executor (at least not all the time), but I want to make mininal change to address the immediate problem first. There is also some unnamed thread pool that appears to be leaking that I can't track down. Perhaps it's some API that the streaming agent calls, will debug it more after this change goes in
fix(thread): make sure to provide NamedThreadFactory to all executors (… …spinnaker#4184) * fix(thread): make sure to provide NamedThreadFactory to all executors It's a good practice to name all the threads/executors so that it's easy to see what threads are running away (if any). Add NamedThreadFactory to all places we create a new executor * fixup! fix(thread): make sure to provide NamedThreadFactory to all executors
feat(huaweicloud): first commit for huaweicloud (spinnaker#4176) * feat(huaweicloud): first commit for huaweicloud * style(huaweicloud): fix code style
PreviousNext