-
Notifications
You must be signed in to change notification settings - Fork 117
chore: fix paths to sandboxed code execution examples #2381
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
chore: fix paths to sandboxed code execution examples #2381
Conversation
How to use the Graphite Merge QueueAdd the label merge-queue to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
b0e6205
to
25a00d4
Compare
Deploying rivet-hub with
|
Latest commit: |
25a00d4
|
Status: | ✅ Deploy successful! |
Preview URL: | https://51440ce3.rivet-hub-7jb.pages.dev |
Branch Preview URL: | https://04-24-chore-fix-paths-to-san.rivet-hub-7jb.pages.dev |
Deploying rivet with
|
Latest commit: |
25a00d4
|
Status: | ✅ Deploy successful! |
Preview URL: | https://39fa5b1f.rivet.pages.dev |
Branch Preview URL: | https://04-24-chore-fix-paths-to-san.rivet.pages.dev |
25a00d4
to
b0e6205
Compare
b0e6205
to
25a00d4
Compare
25a00d4
to
b0e6205
Compare
b0e6205
to
34393da
Compare
Merge activity
|
<!-- Please make sure there is an issue that this PR is correlated to. --> ## Changes <!-- If there are frontend changes, please include screenshots. -->
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.
PR Summary
This PR reorganizes the sandboxed code execution examples by renaming directories and updating paths to better reflect their purposes, with 'eval' for code evaluation and 'standalone' for independent execution.
- Renamed
sandboxed-code-execution-js
tosandboxed-code-execution-eval
to clarify its code evaluation focus - Renamed
sandboxed-code-execution-docker
tosandboxed-code-execution-standalone
for standalone execution examples - Fixed inconsistency in
upload_js.ts
whereprocess.env
is used instead ofDeno.env
- Removed unused
uuidv4
import inupload_js.ts
whilecrypto.randomUUID
is being used - Fixed duplicate
PROJECT
constant declaration inupload_js.ts
10 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
Changes