| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Add functions to read and write BucketConfig from and to TOML files,
including space-aware variants. Replace hardcoded resource file with
serializable config struct.
|
| |
|
|
|
| |
Implement bucket bind CRUD operations and config loading, along with
CLI integration for listing, setting, and removing bucket bindings.
|
| | |
|
| |
|
|
|
| |
Add bucket init logic with directory structure creation and log macros
for tracing
|
| |
|
|
|
|
| |
Add bucket creation logic with pre-checks, localized error handling, and
a basic CLI entry point using the mingling framework. Introduce a
placeholder protocol for bucket transfer testing.
|
| |
|
|
|
|
| |
Extract rola-vcs/internal_macros into shared utils crates
(shared_constants, shared_macros, space-system) and implement
the Bucket enum with async space management
|
| | |
|
| | |
|
| |
|
|
|
| |
Implement a local filesystem-based bucket transfer protocol with client
and bucket side operations.
|
| | |
|
| |
|