summaryrefslogtreecommitdiff
path: root/rola-utils
Commit message (Collapse)AuthorAgeFilesLines
* refactor: extract shared utilities and add space-system crate魏曹先生12 days12-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 days3-40/+26
|
* refactor: split copy_with_temp_rename into sync and async modules魏曹先生12 days4-202/+636
|
* feat: add test sandbox helper and enable tokio multi-thread runtime魏曹先生12 days2-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 days3-0/+213
|
* chore: initialize project structure and add core modules魏曹先生12 days5-0/+142