Edgar Garcia
Edgar Garcia
Release notes for pipelineRef feature flag. PR: https://github.com/spinnaker/orca/pull/4749
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
### Issue Summary: Currently the tests for BasicGoogleDeployHandler are disabled due to bad practices on the code that is deploying GCE instances in Spinnaker. It is hard to test existing...
Key point about the refactor. 1. I translated the whole class BasicGoogleDeployHandler into java. 2. I split up the handle method into small single responsibility methods. 3. I defined unit...
**Feature: Performance Optimization for Nested Pipelines in Spinnaker Orca** In Spinnaker, pipelines with many nested child pipelines (e.g., Pipeline → Pipeline → Pipeline → Pipeline) can cause significant delays in...
Adding a missing test for WaitForManifestStableTask. This test validates that the task's context is reset if Clouddriver returns a SpinnakerServerException while waiting for the manifests to stabilize. This means that...
When pipelineRef is enabled with the following changes: https://github.com/spinnaker/orca/pull/4842 When click on the "View Pipeline Execution" in a execution with PipelineRef trigger Deck is not able to render parentExecution because...