Interactivity during build steps
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 10.1k
- Forks
- 413
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 6
Description
We have a custom_build and local_resource that call out to git fetch. These builds cause Tilt to hang if the user has cloned in https or their ssh key has a passcode because it will wait forever for user input. It would be nice to be able to allow users to respond to these prompts at build time.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the custom_build and local_resource handling and the code that invokes git fetch. Determine how build-time input could be surfaced instead of leaving the build waiting indefinitely. Done means builds using HTTPS credentials or passphrase-protected SSH keys can receive user responses without hanging.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- build-system, cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100