-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add initial Tilt support #297
Conversation
Codecov Report
@@ Coverage Diff @@
## main #297 +/- ##
=======================================
Coverage 80.69% 80.69%
=======================================
Files 18 18
Lines 803 803
=======================================
Hits 648 648
Misses 112 112
Partials 43 43
Flags with carried forward coverage won't be shown. Click here to find out more. |
This is typically a short as: | ||
|
||
```shell | ||
tilt up |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Does this need to be run inside the git repo?
- Does this "take over" the shell/terminal? (i.e. recommend opening another terminal?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes and yes
Here is the same workflow with Tilt: | ||
|
||
1. Run `tilt up` | ||
2. Modify the source code |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might want to emphasize "with your preferred editor", so people don't think you need to use the Tilt interface.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think it's likely people will be confused.
Updated, thanks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you need .dockerignore
?
No because the context when building images in bin/linux |
I see that now, it was a bit hard because of some inconsistencies in the Makefile (i.e. the use of |
/lgtm |
Signed-off-by: Andy Goldstein <andy.goldstein@redhat.com>
/lgtm |
Description
Add initial Tilt support
Reviewer Checklist