Otávio Fernandes

Results 9 issues of Otávio Fernandes

Considering that we have two namespaces, one `test` and another `acceptance`, and a release named `nginx` with prefix `prereq` is being deployed on both environments. My expected outcome would be...

Using vagrant-cloudstack plugin today we found out that when http server is throwing back error code it does not parses it into helpful error messages, and the Ruby exception takes...

bug

The command-line needs to print out information and errors for all sub-commands and we would benefit to have a single component responsible for this task. Right now we have a...

kind/feature
good first issue
help wanted

# Changes - Refactoring the `PodFollower` into `PodLogsFollower`, a component focused on the pod lifecycle, capable of both streaming live logs and read logs from an existing pod - `shp...

kind/cleanup
needs-rebase
do-not-merge/hold
release-note

The sub-command `buildrun list` should show more information about the resource, as in the output-image, elapsed build time, creation date, and more. The current output is as follows: ``` $...

lifecycle/stale

To improve the user experience when `shp build upload` for a big repository, we should support incremental uploads. In high level, that means having a PVC mounted on `/workspace/source` instead...

kind/feature
help wanted
kind/design
ship-required

# Changes Using [`openshift-pipelines/setup-tektoncd@v1` action](https://github.com/openshift-pipelines/setup-tektoncd) to deploy the common components needed for integration and end-to-end testing. # Submitter Checklist - [x] ~Includes tests if functionality changed/was added~ - [x] Includes...

do-not-merge/work-in-progress
release-note-none

Using the `BuildSource` type `LocalCopy` injects a `waiter` container in order to stream local data to the build pod, where currently the user can inform a timeout (via `.spec.sources[].timeout`). We...

kind/feature
discussion
community

I would like to raise something for discussion, please. The initial use-case indented for a "Local Copy" `BuildSource` is to [aid the developer's inner loop](https://github.com/shipwright-io/cli/blob/main/docs/local_source_upload.md), however, at the end of...

discussion
community