kork icon indicating copy to clipboard operation
kork copied to clipboard

Kork provides some basic service building blocks for Spinnaker.

Results 18 kork issues
Sort by recently updated
recently updated
newest added

here is the reference that i used. https://github.com/square/retrofit/issues/1299 for logging interceptor https://howtodoinjava.com/retrofit2/logging-with-retrofit2/

Upgrades SpringFox, which brings with it a newer/better version of Swagger. Among other things, this fixes the forever-annoying issue with the Swagger UI not properly auto-scrolling and auto-expanding a linked...

chore(spring): Fixes error when loading empty properties While working on [upgrading spring version](https://github.com/spinnaker/kork/pull/847/files) found a bug where the properties being loaded can be empty. This causes an exception when mapping...

This replaces spring fox with spring docs to the latest releases. Primary migration guide: https://springdoc.org/migrating-from-springfox.html MOST Of the changes are done downstream in various services that need to replace springfox...

If you want to verify that your automatic pipeline does not deploy an old version because it is accidentally pushed to the docker repo eg ``` #toArtifactVersion(execution.trigger.tag.replace("v", "")) >= #toArtifactVersion(#stage("Find...

This commit adds the SpinnakerRetrofitErrorHandler to service factories which allows for clients that rely on service factories to properly have RetrofitErrors be converted to some Spinnaker*Exception. This PR needs to...

Support `resourceManagerTags` in GCE. See: https://cloud.google.com/compute/docs/reference/rest/v1/instanceTemplates/insert These changes upgrade the version of `google-api-services-compute` and `google-api-client`. Issue related: https://github.com/spinnaker/spinnaker/issues/6931