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

feat(crates-io): publish gtest on crates.io #3594

Merged
merged 45 commits into from
Jan 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
7e01f1d
chore(workspace): prepare for testing publishing gtest
clearloop Dec 15, 2023
fee60ab
chore(crates-io): prepare dependencies for lazy-pages
clearloop Dec 15, 2023
96238f1
chore(sandbox-host): specify version of wasmi
clearloop Dec 15, 2023
b74b2be
chore(crates-io): use published gp-allocator
clearloop Dec 15, 2023
3719ecd
chore(sandbox-host): trim dependencies
clearloop Dec 15, 2023
4861f12
Merge branch 'master' into cl/issue-3501
clearloop Dec 24, 2023
2b938eb
chore(deps): use [email protected]
clearloop Dec 25, 2023
c0a620f
feat(crates-io): publsh lazy-pages and sandbox
clearloop Dec 25, 2023
a36fa33
Merge branch 'master' into cl/issue-3501
clearloop Dec 25, 2023
79479e4
feat(crates-io): publish gear-core-backend
clearloop Dec 25, 2023
a420019
chore(core-processor): use core-processor for core-processor
clearloop Dec 26, 2023
0b9b749
feat(crates-io): publish gtest
clearloop Dec 26, 2023
935b39d
chore(clippy): make clippy happy
clearloop Dec 26, 2023
b9a5a16
Merge branch 'master' into cl/issue-3501
clearloop Dec 26, 2023
69b59da
chore(crates-io): annotations for modified packages
clearloop Dec 27, 2023
fcd399c
fix(crates-io): typos
clearloop Dec 27, 2023
8f1b540
feat(crates-io): introduce instance workspace
clearloop Dec 27, 2023
b6cc6c3
refactor(crates-io): rename gear-core-processor
clearloop Dec 27, 2023
04809ef
chore(gh): trigger pr display
clearloop Dec 27, 2023
2665653
fix(crates-io): typos
clearloop Dec 27, 2023
1c4e05f
chore(crates-io): revert the changes around wasmi
clearloop Dec 27, 2023
dece6fd
Merge branch 'master' into cl/issue-3501
clearloop Dec 27, 2023
de8ef57
chore(crates-io): improve patch handler
clearloop Dec 27, 2023
0b54d5c
chore(sandbox): discard the changes for gear-sandbox
clearloop Dec 27, 2023
95efc71
chore(crates-io): trim dev-dependencies
clearloop Dec 28, 2023
b736f8e
chore(sp-wasm-interface): hack the bug of crate_name
clearloop Dec 28, 2023
707ffca
chore(gstd): add codegen to workspace manifest
clearloop Dec 28, 2023
de33531
chore(crates-io): improve patch handler for workspace
clearloop Dec 28, 2023
c947d7f
chore(workspace): add gsdk-codegen to workspace manifest
clearloop Dec 28, 2023
16395b9
chore(crates-io): add gear-runtime-primitives to the workspace
clearloop Dec 28, 2023
87efb54
feat(crates-io): handle package alias
clearloop Dec 28, 2023
b9f355f
Merge branch 'master' into cl/issue-3501
clearloop Jan 8, 2024
51ee308
fix(crates-io): deps for gstd and wasm-builder
clearloop Jan 8, 2024
9dbe0dc
feat(crates-io): allow skipping verification
clearloop Jan 9, 2024
5bc2f46
Merge branch 'master' into cl/issue-3501
clearloop Jan 9, 2024
57c5989
fix(crates-io): deps of gsdk
clearloop Jan 9, 2024
f54af2d
fix(crates-io): deps of gcli and gclient
clearloop Jan 9, 2024
4ae13a9
fix(crates-io): deps of gtest
clearloop Jan 9, 2024
0af13a6
chore(dep): sync libp2p
clearloop Jan 9, 2024
ddbafb8
ci(crates-io): requires version on publishing
clearloop Jan 9, 2024
c815950
docs(crates-io): correct the branch of sp-runtime-intefaces
clearloop Jan 9, 2024
a58644f
docs(crates-io): more docs for core-processor
clearloop Jan 10, 2024
06778a2
Merge branch 'master' into cl/issue-3501
clearloop Jan 10, 2024
cb03f7e
Merge branch 'master' into cl/issue-3501
clearloop Jan 11, 2024
6f5c8fa
docs(gtest): address comments
clearloop Jan 12, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/crates-io.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
default: false
version:
description: "Workspace version to publish"
required: true
type: string
pull_request:
branches: [master]
Expand Down
Loading