-
Notifications
You must be signed in to change notification settings - Fork 862
fix: clone script by path instead of hash #7439
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
Conversation
Signed-off-by: pyranota <[email protected]>
Deploying windmill with
|
| Latest commit: |
7caafe3
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://5d6ac62a.windmill.pages.dev |
| Branch Preview URL: | https://clone-script-by-path.windmill.pages.dev |
|
Claude finished @pyranota's task in 1m 52s —— View job PR Review: Clone Script by Path Instead of Hash
SummaryThis PR changes the What Changed
Review FeedbackOverall: The change looks correct and well-implemented. Looking up by path instead of hash is more robust because:
Minor suggestions:
Testing InstructionsTo verify these changes, you need to test the script dependency resolution flow. This is triggered when a script imports another script using relative imports and the imported script's dependencies need to be resolved. The flow involves: Navigate to a workspace and create a TypeScript/Deno script that imports from another script in the workspace using relative imports (e.g., |
|
/updatesqlx |
|
Starting sqlx update... |
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
No description provided.