Carolyn Van Slyck
Carolyn Van Slyck
I suggest adding a config setting that disables hiding sensitive values in porter's output. It is hard as hell to debug when you can't search for key values that you...
I think it may be easier for people if all our documentation (porter.yaml/config) should be in the same language (YAML). In new docs going forward, we are writing the examples...
It would be super useful if a bundle could provide hints about the credentials it wants, such suggested defaults on where to find the values and explanatory text for what...
It's hard to read the output of `porter inspect` right now because the digests are really long, causing lines to wrap. Also we are showing extra information that really isn't...
Some sections of the porter.yaml are embedded into the bundle at build time: * bundle metadata such as description, custom * images section that defines referenced images * mixins section...
Now that tracing is supported in #1831 the full bundle execution path should be supported. Right now we have a trace when a bundle starts/stops. But we don't have any...
There are activities that we run on every CLI command, that are not zero cost: * Check the schema of the current database and determining if a migration is needed...
## Describe the bug This is a gap in our implementation of the custom `file` parameter type. The underlying type is actually a base64 encoded string. Currently that is accidentally...
CNCF and a few of porter's repos use the probot/settings app to manage labels and repo settings. There isn't a way to define common labels for all repos though which...
Let's define in our REVIEWING.md file the requirements around when a code review is required, who can review code, when it's okay to merge without a qualifying review, and when...