Maggie Neterval
Maggie Neterval
Related to: https://github.com/spinnaker/spinnaker/issues/4752 ### Rationale: Users are frequently frustrated by generic `RetrofitError`s surfaced in pipeline execution details in the UI. A `RetrofitError`'s message is not surfaced when the error was...
### Overview: A number of issues have been reported due to Spinnaker attempting to evaluate `${}`-wrapped expressions not meant for Spinnaker to evaluate as SpEL. There is a partial solution...
### Issue Summary: After we refactor the manifest deployment operations to remove the need for the `liveManifestCalls` flag, we should take the opportunity to re-evaluate and strongly type the contracts...
As discussed in the UI SIG, many community members would like to contribute to Deck, but there is a high barrier to entry based on the confusing combination of AngularJS...
### Issue Summary: Replace Clouddriver's use of `kubectl` with the [Kubernetes Java client library](https://github.com/kubernetes-client/java). ### Cloud Provider(s): Kubernetes V2 ### Feature Area: Clouddriver ### Description: When the Kubernetes V2 provider...
## Overview Currently, Kubernetes operations include the entire manifest in the pipeline context, leading to performance problems such as execution details failing to load. We should instead pass the full...
Document an example using Skaffold with a GitHub Action.
## Overview In addition to caching [fewer types of resources](https://github.com/spinnaker/spinnaker/issues/5905), Clouddriver should store the minimum data necessary about each relevant resource, and replace cache lookups with live calls where appropriate....