David Byron

Results 8 issues of David Byron

Without this commit gradle doesn't execute testng tests: ![image](https://user-images.githubusercontent.com/82477955/138935419-174c0a70-b6ec-452e-bc32-ede60e6a0e01.png) With this commit, it does: ![image](https://user-images.githubusercontent.com/82477955/138935486-a467b20b-4774-4d3d-b1c3-2c135be99ba9.png)

### 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):...

no-lifecycle
sig/kubernetes

## 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**: ##...

TypeEnhancement
DBPostgres
DBMySQL
ver4.13.0

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

sig/kubernetes

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

no-lifecycle

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

enhancement

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