-
-
Notifications
You must be signed in to change notification settings - Fork 163
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
v1.27 #1529
Merged
Merged
v1.27 #1529
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Run report for 9235533c
|
Action | Time | Status | Info | |
---|---|---|---|---|
🟩 | SyncWorkspace |
27ms | Passed | |
🟩 | SetupToolchain(node:~20) |
23.8s | Passed | |
🟩 | SyncProject(node, runtime) |
3.6ms | Passed | |
🟩 | SyncProject(node, types) |
3.3ms | Passed | |
🟩 | SyncProject(node, website) |
3.3ms | Passed | |
🟩 | InstallWorkspaceDeps(node:~20) |
32.7s | Passed | |
🟦 | RunTask(types:build) |
522.5ms | Cached | |
🟦 | RunTask(runtime:build) |
363.3ms | Cached | |
🟩 | RunTask(website:build) |
1m 36s | Passed |
Environment
OS: Linux
Matrix:
os = ubuntu-latest
node-version = 20
Touched files
crates/docker/templates/Dockerfile.tera
crates/docker/tests/snapshots/dockerfile_test__dockerfile__with_prune.snap
crates/docker/tests/snapshots/dockerfile_test__dockerfile__with_tasks.snap
website/blog/2024-07-14_moon-v1.27.mdx
website/blog/img/moon/v1.27.png
website/docs/concepts/task.mdx
Run report for 9235533c
|
Action | Time | Status | Info | |
---|---|---|---|---|
🟩 | SyncWorkspace |
27.6ms | Passed | |
🟩 | SetupToolchain(node:~18) |
21.7s | Passed | |
🟩 | SyncProject(node, types) |
3.4ms | Passed | |
🟩 | SyncProject(node, runtime) |
4.6ms | Passed | |
🟩 | SyncProject(node, website) |
3.8ms | Passed | |
🟩 | InstallWorkspaceDeps(node:~18) |
34.5s | Passed | |
🟦 | RunTask(types:build) |
1s | Cached | |
🟦 | RunTask(runtime:build) |
614.4ms | Cached | |
🟩 | RunTask(website:build) |
1m 40s | Passed |
Environment
OS: Linux
Matrix:
os = ubuntu-latest
node-version = 18
Touched files
crates/docker/templates/Dockerfile.tera
crates/docker/tests/snapshots/dockerfile_test__dockerfile__with_prune.snap
crates/docker/tests/snapshots/dockerfile_test__dockerfile__with_tasks.snap
website/blog/2024-07-14_moon-v1.27.mdx
website/blog/img/moon/v1.27.png
website/docs/concepts/task.mdx
Run report for 9235533c
|
Action | Time | Status | Info | |
---|---|---|---|---|
🟩 | SyncWorkspace |
30.2ms | Passed | |
🟩 | SetupToolchain(node:~20) |
35.1s | Passed | |
🟩 | SyncProject(node, types) |
5.7ms | Passed | |
🟩 | SyncProject(node, runtime) |
6.1ms | Passed | |
🟩 | SyncProject(node, website) |
4.7ms | Passed | |
🟩 | InstallWorkspaceDeps(node:~20) |
58.3s | Passed | |
🟦 | RunTask(types:build) |
679.5ms | Cached | |
🟦 | RunTask(runtime:build) |
609.6ms | Cached | |
🟩 | RunTask(website:build) |
1m 47s | Passed |
Environment
OS: Windows
Matrix:
os = windows-latest
node-version = 20
Touched files
crates/docker/templates/Dockerfile.tera
crates/docker/tests/snapshots/dockerfile_test__dockerfile__with_prune.snap
crates/docker/tests/snapshots/dockerfile_test__dockerfile__with_tasks.snap
website/blog/2024-07-14_moon-v1.27.mdx
website/blog/img/moon/v1.27.png
website/docs/concepts/task.mdx
Run report for 9235533c
|
Action | Time | Status | Info | |
---|---|---|---|---|
🟩 | SyncWorkspace |
30.9ms | Passed | |
🟩 | SetupToolchain(node:~18) |
28.3s | Passed | |
🟩 | SyncProject(node, types) |
5.9ms | Passed | |
🟩 | SyncProject(node, runtime) |
6.4ms | Passed | |
🟩 | SyncProject(node, website) |
4.5ms | Passed | |
🟩 | InstallWorkspaceDeps(node:~18) |
49.6s | Passed | |
🟦 | RunTask(types:build) |
691.4ms | Cached | |
🟦 | RunTask(runtime:build) |
450.7ms | Cached | |
🟩 | RunTask(website:build) |
1m 52s | Passed |
Environment
OS: Windows
Matrix:
os = windows-latest
node-version = 18
Touched files
crates/docker/templates/Dockerfile.tera
crates/docker/tests/snapshots/dockerfile_test__dockerfile__with_prune.snap
crates/docker/tests/snapshots/dockerfile_test__dockerfile__with_tasks.snap
website/blog/2024-07-14_moon-v1.27.mdx
website/blog/img/moon/v1.27.png
website/docs/concepts/task.mdx
#1528) * Rename crate. * Update file names. * Add encoding. * Fix tests. * Move over detect. * Merge crates. * Rename plugin. * Update pdk. * Polish. * Fix noop.
* Move to new crate. * Wrap in feature. * Update actions. * Rename function. * Update report. * Add command.
* Update yarn install. * Add new setting.
* Update proto. * Add new shell. * Update utils. * Fix tests.
* new: Improve Node/Yarn handling. (#1542) * Update yarn install. * Add new setting. * deps: Update proto, starbase, and more. (#1545) * Update proto. * Add new shell. * Update utils. * Fix tests. * Start on docker. * Update docs. * Fix tests. * Split configs. * Fix test. * Add pruning. * Add disable toolchain. * Update docs. * Remove disable. * Fix tests. * Fix tests. * Debug test.
* Add crate. * Add tests. * Start on command. * Improve impl. * Polish command. * Use fallback. * Add file docs. * Expand docs.
* Fix failed operations. * Update deps. * Fix tests. * Update rust hash. * Use indexmap. * Fix wasm. * Fix lint.
* Rework hashing. * Update docs. * Handle initial flow. * Fix tests.
* Update docs. * Add docker file tests. * Fix docker builds. * Fix windows.
* Add script field. * Add builder tests. * Test tokens. * Fix cache. * Fix lints. * Fix tests. * Add tests. * Add tests. * Update tests.
* Start on blog post. * Finish blog post. * Add image.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.