Feat v0.8.0 files module (#67)
All checks were successful
CI/CD / detect-changes (push) Successful in 4s
CI/CD / test-frontend (push) Has been skipped
CI/CD / test-runners (push) Has been skipped
CI/CD / e2e-smoke (push) Has been skipped
CI/CD / test-go-pg (push) Successful in 2m45s
CI/CD / test-sqlite (push) Successful in 2m52s
CI/CD / build-and-deploy (push) Successful in 1m20s
All checks were successful
CI/CD / detect-changes (push) Successful in 4s
CI/CD / test-frontend (push) Has been skipped
CI/CD / test-runners (push) Has been skipped
CI/CD / e2e-smoke (push) Has been skipped
CI/CD / test-go-pg (push) Successful in 2m45s
CI/CD / test-sqlite (push) Successful in 2m52s
CI/CD / build-and-deploy (push) Successful in 1m20s
Co-authored-by: Jeffrey Smith <jasafpro@gmail.com> Co-committed-by: Jeffrey Smith <jasafpro@gmail.com>
This commit was merged in pull request #67.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Armature — Roadmap
|
||||
|
||||
## Current: v0.7.12 — Concurrent Execution Primitive
|
||||
## Current: v0.8.0 — Files Module
|
||||
|
||||
Self-hosted extensible platform kernel. Auth, identity, packages, Starlark
|
||||
sandbox, storage, realtime, and ops are kernel primitives. Everything else
|
||||
@@ -388,14 +388,14 @@ The last major kernel expansion. Completes the primitive set that the
|
||||
entire extension ecosystem builds on. After v0.8.x, the kernel is
|
||||
feature-complete for 1.0 — all new capabilities are extensions.
|
||||
|
||||
**v0.8.0 — `files` Module**
|
||||
**v0.8.0 — `files` Module** ✅
|
||||
|
||||
Bridge `ObjectStore` (PVC/S3) into the Starlark sandbox. Extension-scoped
|
||||
key namespacing (`ext/{packageID}/`). Permissions: `files.read`,
|
||||
`files.write`. Metadata companions stored as sibling objects.
|
||||
|
||||
New: `sandbox/files_module.go`. Modified: runner wiring, permission
|
||||
constants.
|
||||
constants. `ObjectStore` interface gained `List()` method. 16 new tests.
|
||||
|
||||
**v0.8.1 — `workspace` Module**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user