Nick Santos

Results 105 issues of Nick Santos

## Describe the Feature You Want If you deploy a CRD in a Tilt resource, tilt should wait until the Established condition is true before it marks the resource ready...

enhancement

## Repro Steps - Create a Tiltfile in a go project with lots of dependencies - Run `go mod vendor` ### Current Behavior tilt creates a very large FileWatch object...

enhancement

### Steps to Reproduce 1. Run `tilt up` 2. In another terminal, run `cp ~/.tilt-dev/config ~/.tilt-dev/config.backup` 3. Ctrl-c tilt to exit 4. Restore the config `cp ~/.tilt-dev/config.backup ~/.tilt-dev/config` 5. Run...

bug

### Steps to Reproduce 1. Update tilt-example-html with ``` k8s_resource('example-html', port_forwards=["0:8000"]) ``` 1. Run `tilt up` 2. Visit the Tilt ui ### Expected Behavior the UI should link to the...

bug

## Describe the Feature You Want Nested resource groups to subdivide large resource groups into small subgroups. ### Current Behavior Only one level of group ### Why Do You Want...

enhancement

If you have a lot of resources, tilt let's you group them by label. By default, all groups are expanded. But presumably if you added labels, it's because the resource...

## Describe the Feature You Want Collapse resource groups by default ### Why Do You Want This? If you have a lot of resources, tilt let's you group them by...

enhancement

### Current Behavior Currently, when you deploy a Helm chart with helm_resource, Tilt tracks it as a single resource. This means: - there's one KubernetesDiscovery object - there's one UIResource...

enhancement

## Describe the Feature You Want block pushing to docker hub by default you could enable pushing to docker hub with something like: ``` allow_image_push(['hub.docker.com']) ``` Similar to `allow_k8s_contexts()` ###...

enhancement

When Tilt builds an image with docker_build, it gets the label builtby=tilt. Tilt uses this as a signal that it can clean these images up later to save on disk...

enhancement