summaryrefslogtreecommitdiff
path: root/rola-bucket/src/bucket
Commit message (Collapse)AuthorAgeFilesLines
* feat(rola-bucket): add bucket bind managementHEADmaster魏曹先生11 days6-16/+486
| | | | | Implement bucket bind CRUD operations and config loading, along with CLI integration for listing, setting, and removing bucket bindings.
* fix(bucket): correct argument passed to create_dirs魏曹先生11 days1-3/+3
|
* feat(bucket): implement bucket initialization and logging infrastructure魏曹先生11 days2-12/+60
| | | | | Add bucket init logic with directory structure creation and log macros for tracing
* refactor: extract shared utilities and add space-system crate魏曹先生12 days2-0/+23
Extract rola-vcs/internal_macros into shared utils crates (shared_constants, shared_macros, space-system) and implement the Bucket enum with async space management