Skip to content
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 12 commits into from
Jul 15, 2024
Merged

v1.27 #1529

merged 12 commits into from
Jul 15, 2024

Conversation

milesj
Copy link
Collaborator

@milesj milesj commented Jun 28, 2024

No description provided.

Copy link

github-actions bot commented Jul 2, 2024

Run report for 9235533c (ubuntu-latest, 20)

Total time: 2m 33s | Comparison time: 2m 25s | Estimated loss: 7.8s (5.1% slower)

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

Copy link

github-actions bot commented Jul 2, 2024

Run report for 9235533c (ubuntu-latest, 18)

Total time: 2m 38s | Comparison time: 2m 35s | Estimated loss: 2.9s (1.8% slower)

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

Copy link

github-actions bot commented Jul 2, 2024

Run report for 9235533c (windows-latest, 20)

Total time: 3m 22s | Comparison time: 3m 15s | Estimated loss: 6.5s (3.2% slower)

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

Copy link

github-actions bot commented Jul 2, 2024

Run report for 9235533c (windows-latest, 18)

Total time: 3m 11s | Comparison time: 3m 3s | Estimated loss: 8.3s (4.3% slower)

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

milesj and others added 5 commits July 9, 2024 10:33
#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.
milesj added 7 commits July 9, 2024 13:57
* 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.
@milesj milesj merged commit 9235533 into master Jul 15, 2024
40 of 41 checks passed
@milesj milesj deleted the develop-1.27 branch July 15, 2024 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant