Matthew Fisher

Results 104 issues of Matthew Fisher

The Hippo CLI implements a global verbosity flag that increases the level of log verbosity: https://github.com/deislabs/hippo-cli/blob/67f6368fa39d296c3d1b11a93e43bc4c751cba6b/src/cli/mod.rs#L61 This is then passed to `env_logger` to determine how verbose the CLI should present...

good first issue

This is the same issue as present in https://github.com/deislabs/hippo/pull/723. The bindle "storage ID" and the application name validation regexes differ slightly. Certain bindle IDs are not valid application names. We...

bug

Related to https://github.com/fermyon/spin/issues/499 - Right now the user has to pass environment variables to `spin deploy`. This results in user's passwords being stored in environment variables, or in their `~/.bash_history`...

The `ingress` trait documentation heavily relies on the `nginx-ingress` chart in the stable repository. In Kubernetes 1.16, the `extensions/v1beta1` API version was dropped for Deployments. Only Deployments with `apiVersion: apps/v1`...

Status: Good-First-Issue

using master, I can't seem to override rigger from automatically setting DEIS_ROOT. ``` $ env | grep DEIS_ROOT DEIS_ROOT=/Users/bacongobbler/go/src/github.com/deis/deis $ ./rigger configure --provider "digitalocean" --version "master" DEIS_SOURCE already set to...

linguist supports a number of different custom overrides strategies for language definitions and vendored paths. This ports that effort over to this Go port of linguist. See https://github.com/github/linguist#overrides

Hey there! First off I'd like to say thank you for writing this port of linguist to Go. It has saved me a ton of time writing one myself. ❤️...

If I cancel the `spin deploy` command before it finishes, the deployment can end up in an incomplete state. The bindle may be uploaded, but no application has been created....

A number of issues have cropped up using the local installer, mostly related to local system setup, permissions-based issues, and zombie processes causing indeterminate behaviour on future demo runs. A...

Marking as a draft as the Hippo UI needs to be updated before this can be merged