Results 144 issues of Philip Laine

## Description This change adds a new `wait-for-resource` command which is meant to replace the original `wait-for` command in the future. The main difference with the new command is that...

### Is your feature request related to a problem? Please describe. After working on #2497 I realized that there is no global Kubernetes configuration setting. This means that each tool...

enhancement ✨

### Describe what should be investigated or refactored The addition of contexts in #2405 fixed some issues with possible infinite loops using contexts. That got me thinking if there are...

tech-debt 💳

### Describe what should be investigated or refactored The k8s package with exception for a couple of functions simply wraps a Kubernetes clientset with very little value add. The functions...

tech-debt 💳

### Is your feature request related to a problem? Please describe. Context usage is being introduced in #2405 which is great. When this is done it is going to be...

enhancement ✨

### Describe what should be investigated or refactored Currently Revive is being used to lint Zarf. While it does have a lot of rules it does not integrate well with...

tech-debt 💳

## Description Adds testifylint and fixes any issues related to it. ## Related Issue Part of #2503 Depends on #2499 ## Checklist before merging - [x] Test, docs, adr added...

## Description This change enables the errcheck linter which requires all returned errors to be checked. ## Related Issue Part of #2503 Depends on #2499 ## Checklist before merging -...

## Description This change enables the ineffassign linter and fixes the only complaint by refactoring the select state filter. ## Related Issue Part of #2503 Depends on #2499 ## Checklist...

Knowing if Spegel is working or not may be a bit difficult as images fall back to the original registry. For debugging purposes it may be nice to after an...

enhancement
help wanted