| 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 Cargo.lock with latest dependencies
- Add new dependencies to Cargo.toml
- Update vcs_data crate dependencies
|
|
|
|
- Add examples to workspace members
- Update vcs_data dependencies structure
- Fix library re-export paths in main lib.rs
|
|
- Replace vcs with vcs_data and vcs_actions in workspace members
- Update Cargo.lock dependencies to reflect new crate names
- Maintain workspace structure with reorganized crates
|
|
- Replace vcs_service with action_system in workspace members
- Update Cargo.lock dependencies to reflect new crate names
- Maintain workspace structure with renamed crates
|
|
- Add vcs_service to workspace members in Cargo.toml
- Update Cargo.lock with new vcs_service dependencies
- Add vcs_service dependency to vcs crate
|
|
|
|
|
|
|
|
`tcp_connection`, `string_proc`, `env` 3. Add crates `string_proc`,
`env` to workspace 4. Removed crate `member_verify`
|
|
1. Add `tcp_connection`
2. Add `tcp_connection_test`
|
|
1. Add `member_verify` modules
2. Add 'tcp_connection'modules
|
|
|
|
Add feature `derive`
|
|
.../utils/cfg_file
.../cfg_file/cfg_file_derive
.../cfg_file/cfg_file_example
|