| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
- Add `deprecated` feature flag to Cargo.toml
- Gate `string_proc` module behind both `deprecated` and `string_proc`
features
- Replace internal `string_proc` dependency with `just_fmt` crate in
constants macros
- Mark all `string_proc` modules as deprecated with migration
instructions
- Remove `string_proc` dependency from sheet system
|
|
|
|
- Add new "sheet" crate to workspace
- Rename "systems/asset" to "systems/_asset"
- Reorder workspace members and dependencies for clarity
- Update constants with new paths for auth and rules
- Add conditional compilation for system module
|
|
|
|
|
|
- Delete examples directory and its example action system
- Rename actions/ to legacy_actions/ and data/ to legacy_data/
- Update Cargo.toml license file reference
- Move setup scripts to scripts/dev/ directory
- Add todo.txt patterns to .gitignore
|
|
|
|
- Implement SHA1 hash calculation module with async support
- Add file status analysis for tracking moves, creates, and modifications
- Enhance local file management with relative path handling
- Update virtual file actions with improved tracking capabilities
|
|
- Update library exports to include new modules
- Reorganize import structure
|
|
|
|
- Add examples to workspace members
- Update vcs_data dependencies structure
- Fix library re-export paths in main lib.rs
|
|
- Remove old vcs module exports
- Prepare for new vcs_data and vcs_actions integration
- Update library structure to reflect architectural changes
|
|
- Add instance_incremental_transfer module for handling incremental data transfers
- Add test_incremental_transfer module for testing incremental transfer functionality
- Update TCP connection library to support new incremental transfer features
- Update Cargo.toml dependencies for TCP connection utilities
- Update main library to integrate new TCP connection functionality
|
|
|
|
|
|
|
|
`env`
|
|
|