-
Notifications
You must be signed in to change notification settings - Fork 401
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
feat(docker): Update entrypoint #4262
Conversation
- Allow arbitrary Django commands - Remove redundant commands - Remove deprecated `go_to_sleep`
The latest updates on your projects. Learn more about Vercel for Git ↗︎
2 Skipped Deployments
|
Uffizzi Preview |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4262 +/- ##
=======================================
Coverage 96.60% 96.61%
=======================================
Files 1194 1196 +2
Lines 39071 39123 +52
=======================================
+ Hits 37745 37797 +52
Misses 1326 1326 ☔ View full report in Codecov by Sentry. |
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.
Hmm... I think there's probably a lot more that needs to go into this PR, right? How does the task definition for migrating projects from core to edge work? I'm pretty sure that's defined somewhere in the code, no?
We'll also need to update some documentation somewhere on how to perform the import / export behaviour now.
Docker builds report
|
@matthewelwell Good catches Matt — I've updated the ECS task and fixed the docs (they weren't correct in the first place) |
Thanks for submitting a PR! Please check the boxes below:
pre-commit
to check lintingdocs/
if required so people know about the feature!Changes
go_to_sleep
How did you test this code?
Ran Docker build locally and verified arbitrary Django commands work.