David Byron
David Byron
Without this commit gradle doesn't execute testng tests:  With this commit, it does: 
### Issue Summary: To understand compatibility issues between spinnaker and various versions of kubernetes clusters, teach the clouddriver-kubernetes integrations tests to run against multiple combinations of each. ### Cloud Provider(s):...
## Environment **Liquibase Version**: 4.13.0 **Liquibase Integration & Version**: gradle, spring boot **Liquibase Extension(s) & Version**: **Database Vendor & Version**: mysql, postgresql **Operating System Type & Version**: **Infrastructure Type/Provider**: ##...
specifically when there's an attempt to delete an unknown kind Also improve the "delete operation completed successfully for" message for coordinates that have no name (which is the case when...
### Issue Summary: Orca has a mechanism for cleaning up old pipeline executions -- [OldPipelineCleanupPollingNotificationAgent](https://github.com/spinnaker/orca/blob/5009613320ad9a0b0765a1c6c9d1f567dd1f0be4/orca-sql/src/main/kotlin/com/netflix/spinnaker/orca/sql/cleanup/OldPipelineCleanupPollingNotificationAgent.kt). One of the properties that controls that mechanism is called [minimumPipelineExecutions](https://github.com/spinnaker/orca/blob/5009613320ad9a0b0765a1c6c9d1f567dd1f0be4/orca-sql/src/main/kotlin/com/netflix/spinnaker/config/OldPipelineCleanupAgentConfigurationProperties.kt#L35). So, even if the...
Would you consider making [LoggingEventListener](https://github.com/square/okhttp/blob/6de88ec6217114fe209f60564a5ec96dd5c86701/okhttp-logging-interceptor/src/main/kotlin/okhttp3/logging/LoggingEventListener.kt) extensible? I think this means making it an open class and making logWithTime protected. My goal is to tweak the log levels a bit, so...
enabled when `header.enabled` is true (defaults to false). Note: this is very permissive. Only enable it when there's authentication external to gate.
It took us awhile to get this working properly, but it's been live for about a year now. This PR has a bunch of commits to share the journey. The...