Matt Landis

Results 20 issues of Matt Landis

## Describe the Feature You Want A way to put the "uncategorized" resource into a group e.g., `k8s_resource('uncategorized', labels=['mygroup'])` (which might also allow other configuration on the uncategorized resource, e.g....

enhancement

## Describe the Feature You Want A mechanism to `load` a path relative to the SCM repo root, e.g., `load('//src/bazel/Tiltfile.bazel', 'myfunc')` Technically, bazel describes `//` as relative to a workspace...

enhancement

### Problem `browser` exposes the `Stdout` and `Stderr` vars for consuming packages to control where its output goes. This global state serves most purposes, but doesn't suffice if a project...

The `--registry` arg to `ctlptl create cluster` will ensure that ctlptl creates a registry for the cluster it creates. `ctlptl create registry` has [support](https://github.com/tilt-dev/ctlptl/pull/217) for specifying a custom image. If...

If a Tiltfile creates multiple buttons with the same name, only the last one will be kept. No error will be generated. This can be solved by migrating the ui_button...

### Repro Add a helm repo, e.g.: `helm repo add postgresql https://cetic.github.io/helm-charts` In a Tiltfile, specify `helm_remote` with a repo with the same name and a different URL, e.g.: ```...

Say I have some tests I want to run inside a container in my cluster. If I don't use a deployment for the container (e.g., use a Job), then I...

## Describe the Feature You Want The ability to compose multiple docker-compose files from different projects, e.g. `docker_compose(['proj1/docker-compose.yaml', 'proj2/docker-compose.yaml'])` ### Current Behavior We infer the DC project directory from the...

enhancement

## Describe the Feature You Want This is only one possible solution, but: a tooltip next to the "uncategorized" resource linking to a doc explaining what it is and how...

enhancement

## Describe the Feature You Want Easily define a UIButton that runs a command inside a resource's pod. ### Current Behavior UIButton's commands run on the host machine. A user...

enhancement