Philip Laine

Results 156 issues of Philip Laine

## Description Moves the tunnel code to cluster pacakge. This is far from a perfect solution but I do not want to make a enormous change. The tunnel code needs...

## Description Removes use of k8s secret functions. ## Related Issue Relates to #2507 ## Checklist before merging - [x] Test, docs, adr added or updated as needed - [x]...

## Description This change adds tests for the injector flow and cleans up the code. ## Related Issue N/A ## Checklist before merging - [x] Test, docs, adr added or...

## Description This change adds a new `healthChecks` field which will verify the health of any resource after deployment. This is meant to replace the current wait logic in actions....

## Description This completely removes the use of any Fatal command which would immediately exit the program. Use of the function has been replaced with returning errors. ## Related Issue...

## Description This change removes use of message.Fatal in all Cobra commands. Instead all errors will be returned and logged at a single place. ## Related Issue Relates to #2588...

## Description Adds an ADR for refactoring logging. ## Related Issue Relates to #2576 ## Checklist before merging - [ ] Test, docs, adr added or updated as needed -...

### Describe what should be investigated or refactored Test week proved that certain functions are difficult because logging logic is tightly coupled with other logic. For example there are a...

tech-debt 💳

### Describe what should be investigated or refactored We have a couple of places in Zarf where we need to do a create or update on a resource. This is...

tech-debt 💳