Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
96fb12a
Implement perry-container-compose
yumin-chen Apr 15, 2026
bfededb
Update perry-container-compose
yumin-chen Apr 15, 2026
455e511
feat: implement perry/container and perry/compose modules
google-labs-jules[bot] Apr 16, 2026
aa5ab90
fix: address PR feedback, restore runtime stubs, and align FFI types
google-labs-jules[bot] Apr 16, 2026
e24f0dd
Implement perry-container and perry-container-compose modules
google-labs-jules[bot] Apr 16, 2026
94ce474
Address PR feedback: add Forgejo example and support receiver-based c…
google-labs-jules[bot] Apr 16, 2026
a03fcf5
Address PR feedback: add explicit image pulling to Forgejo example
google-labs-jules[bot] Apr 16, 2026
72d9793
Finalize perry-container implementation and verification
google-labs-jules[bot] Apr 16, 2026
053dfee
Add granular image operations and update Forgejo example
google-labs-jules[bot] Apr 16, 2026
f83f612
Finalize perry-container integration and verify with compiled compiler
google-labs-jules[bot] Apr 16, 2026
cdc96a5
Document perry-container and perry-compose features
google-labs-jules[bot] Apr 16, 2026
09bca37
Add comprehensive integration tests and finalized documentation
google-labs-jules[bot] Apr 16, 2026
319de59
Implement perry-container and perry-compose features
google-labs-jules[bot] Apr 17, 2026
2eca06b
Add comprehensive automated tests for perry-container feature
google-labs-jules[bot] Apr 17, 2026
a46f566
feat: implement production-ready container and compose modules
yumin-chen Apr 22, 2026
0fbd5b7
feat: implement production-ready container and compose modules
yumin-chen Apr 22, 2026
829e8b9
feat: implement production-ready perry/container and perry/container-…
google-labs-jules[bot] Apr 22, 2026
8cf92fc
Merge branch 'feat/perry-container-7403634740230062412' into feat/pro…
yumin-chen Apr 22, 2026
e487f25
Merge pull request #44 from Chen-Software/feat/production-ready-conta…
yumin-chen Apr 22, 2026
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
197 changes: 194 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ members = [
"crates/perry-codegen-wear-tiles",
"crates/perry-codegen-wasm",
"crates/perry-ui-test",
"crates/perry-container-compose",
]
# Only build platform-independent crates by default.
# Platform-specific UI crates (perry-ui-macos, perry-ui-ios, etc.) must be built
Expand Down
Loading