Carolyn Van Slyck
Carolyn Van Slyck
I am having trouble copying a single file. I think because the code is calling walk?
It would be nice to not have to specify the arguments as a string slice and instead pass a single space separated string. ```go shx.Run("go test ./...") ``` There is...
- [ ] Reconcile the installations in the workflow to understand what actions are necessary (i.e. an installation may already be in the desired state) #determine - [ ] Generate...
Create an alternative path through Porter's codebase that is behind the `dependencies-v2` feature flag. When enabled running `porter install/upgrade/invoke/uninstall/apply` creates a workflow, and then runs it. Our goal is that...
- [ ] #2672 - [ ] #2673 - [ ] #2674 - [ ] #2675 # Dependencies * #2225 ℹ️ Read [PEP003 - Advanced Dependencies](https://github.com/getporter/proposals/blob/main/pep/003-advanced-dependencies.md) for context about how...
Are there any interfaces that we can "seed" initially so that people can try out well-known interfaces right off the bat? Ideas: * mysql * redis * kubernetes We need...
When a run is pending, queued or in-progress for an installation, we should not allow it to have another run execute at the same time. An installation can be modified...
When porter was first written we were using the porter.sh domain. We now use getporter.org and would like to be consistent about the domain when it makes sense. When porter...
During `porter publish --from-archive`, normally the cnab-to-oci library handles relocating referenced images used by a bundle and updating the relocation mapping files. That library does not understand dependencies however. During...
When we publish a bundle from an archive as part of #2669, we should also copy over the tag instead of only preserving and relocating the digest. This is necessary...