| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(rola-bucket): add bucket bind managementHEADmaster | 魏曹先生 | 11 days | 7 | -18/+490 |
| | | | | | | 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 days | 1 | -3/+3 |
| | | |||||
| * | feat(bucket): implement bucket initialization and logging infrastructure | 魏曹先生 | 11 days | 2 | -12/+60 |
| | | | | | | Add bucket init logic with directory structure creation and log macros for tracing | ||||
| * | feat(rola-cli): implement bucket creation and CLI entry point | 魏曹先生 | 12 days | 2 | -0/+48 |
| | | | | | | | 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. | ||||
| * | refactor: extract shared utilities and add space-system crate | 魏曹先生 | 12 days | 4 | -0/+161 |
| | | | | | | | Extract rola-vcs/internal_macros into shared utils crates (shared_constants, shared_macros, space-system) and implement the Bucket enum with async space management | ||||
| * | refactor: rename `Info` and `TransferInfo` to `ExtraInfo` | 魏曹先生 | 12 days | 2 | -33/+33 |
| | | |||||
| * | refactor: use `io::Error::other` and simplify closures | 魏曹先生 | 12 days | 2 | -4/+6 |
| | | |||||
| * | feat(protocol): add LocalFileSystemProtocol | 魏曹先生 | 12 days | 2 | -0/+95 |
| | | | | | | Implement a local filesystem-based bucket transfer protocol with client and bucket side operations. | ||||
| * | feat(rola-bucket): add bucket transfer protocol and error handling | 魏曹先生 | 12 days | 4 | -0/+203 |
| | | |||||
| * | chore: initialize project structure and add core modules | 魏曹先生 | 12 days | 1 | -0/+1 |
