| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(rola-bucket): add bucket bind managementHEADmaster | 魏曹先生 | 11 days | 5 | -73/+329 |
| | | | | | | Implement bucket bind CRUD operations and config loading, along with CLI integration for listing, setting, and removing bucket bindings. | ||||
| * | feat(bucket): implement bucket initialization and logging infrastructure | 魏曹先生 | 11 days | 7 | -1/+106 |
| | | | | | | Add bucket init logic with directory structure creation and log macros for tracing | ||||
| * | refactor: extract shared utilities and add space-system crate | 魏曹先生 | 12 days | 12 | -0/+894 |
| | | | | | | | 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: use `io::Error::other` and simplify closures | 魏曹先生 | 12 days | 3 | -40/+26 |
| | | |||||
| * | refactor: split copy_with_temp_rename into sync and async modules | 魏曹先生 | 12 days | 4 | -202/+636 |
| | | |||||
| * | feat: add test sandbox helper and enable tokio multi-thread runtime | 魏曹先生 | 12 days | 2 | -2/+117 |
| | | | | | | | Replace `copy_with_temp_rename` module with `test_sandbox` providing automatic cleanup of test directories. Add `rt`, `rt-multi-thread`, and `macros` tokio features. | ||||
| * | feat(functions): add safe file copy with atomic rename | 魏曹先生 | 12 days | 3 | -0/+213 |
| | | |||||
| * | chore: initialize project structure and add core modules | 魏曹先生 | 12 days | 5 | -0/+142 |
