Yingrong Zhao
Yingrong Zhao
There is a bit of a race condition in the hashicorp/go-plugin framework where messages written to the plugins stderr may not be reported by the time the plugin framework rejects...
Currently, porter's quickstart focuses more on how to run a bundle using Porter. We would like to add some helpful quickstart guide for bundle authors as well. We have one...
Currently, porter has a `TraceLogger` wrapper that contains both tracing and logging ability. When a span is created, any information addes to the span through the `TraceLogger` will also writes...
## Describe the bug When I was testing out a bundle that contains bash script directly in `porter.yaml`, I ran into a lint error like below. However, when I try...
adding a note in our release/v1 contributing.md file that addresses how we handle errors in Porter? We could cover the transition from pkg/errors to go standard error wrapping, and also...
## Describe the bug It looks like the way we are capturing the log output sometimes run into the situation that the writer has not finished before we try to...
In order to offer evidence that a file has not been tampered with or damaged, it would require a digital certificate as part of the file itself, signed with a...
To verify distributed tracing feature is correctly setup, this PR adds an integration test for this feature. In the process of writing the test, I discovered a goroutine leak due...
During the investigation of #2353 , we discovered when a bundle installation has failed, its state is showing up as `defined` This seems to cause confusion for users due to...
**What is your question?** Currently, Porter assumes an uninstalled bundle is never going to be re-installed. This assumption needs to be re-evaluated since we have users reporting this usage pattern....