Carolyn Van Slyck

Results 232 issues of 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...

pep003-advanced-dependencies
placeholder

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...

pep003-advanced-dependencies
placeholder

- [ ] #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...

pep003-advanced-dependencies
placeholder

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...

pep003-advanced-dependencies
placeholder

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...

pep003-advanced-dependencies
placeholder

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...

help wanted
pep003-advanced-dependencies

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...

hmm 🛑🤔
pep003-advanced-dependencies
placeholder

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...

pep003-advanced-dependencies
placeholder