Marques Johansson

Results 266 issues of Marques Johansson

The released Debian package for the OBS plugin does not install the plugin in the correct directory (Ubuntu 19.10 / Eoan). Work-around is: ```sh cd /usr/lib/x86_64-linux-gnu/obs-plugins sudo ln -s ../../obs-plugins/v4l2sink.so...

Empty object responses are causing gnostic to produce invalid go stanzas: Given a schema response such as: ``` responses: '200': description: Any endpoint that yields "{}" content: application/json: schema: type:...

## Description from https://github.com/tinkerbell/boots/pull/192#discussion_r687810189 ## Why is this needed Fixes: #110 ## How Has This Been Tested? Tests are failing, I haven't looked into how to fix this yet. I...

kind/failing-test

## Expected Behaviour When providing an IPXe URL, that is data-uri encoded, boots should expand this URI into the decoded content and pass this to IPXE. This would be equivalent...

kind/feature
priority/backlog

iPXE support for HTTP/HTTPs URLs is very extensible, but places additional dependencies on the networking infrastructure, requiring a host site. In environments where the iPXE URLs can be provided through...

enhancement

The GH Token is included in the emitted log output. With logs potentially being shipped to users or operators that should not have access to GH credentials, these secret values...

bug

Provide an option to paginate through all pages. An option like `--all-pages` would be helpful and prevent workflows like this: ``` ( linode-cli --text kernels list --page=100 for p in...

Using the label: `k8s_test`, for example, will result in a nearly completed cluster and a very late error. ``` module.k8s.linode_instance.k8s_master (remote-exec): name: Invalid value: "k8s_test-master-1": a DNS-1123 subdomain must consist...

The deprecated github.com/linode/cli project was available through Linode's APT repository. This issue is a place-holder for any decision to include or exclude linode-cli in the Linode APT repository.

Use https://github.com/terraform-providers/terraform-provider-linode ([docs](https://www.terraform.io/docs/providers/linode/index.html)) - [ ] Add `provider "linode" {}` block to `linode/*/main.tf` - [ ] Use Linode APIv4 token in provider block (and define and document this variable) (I...