| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add config system and space macro with workspace dependencies | 魏曹先生 | 2026-03-11 | 1 | -5/+18 |
| | | |||||
| * | Consolidate dependencies using workspace inheritance | 魏曹先生 | 2026-03-11 | 1 | -0/+10 |
| | | |||||
| * | Replace cfg_file with new config system | 魏曹先生 | 2026-03-11 | 1 | -5/+9 |
| | | |||||
| * | Add framework crate | 魏曹先生 | 2026-03-11 | 1 | -0/+3 |
| | | |||||
| * | Move action system to legacy and remove storage system | 魏曹先生 | 2026-03-08 | 1 | -5/+3 |
| | | |||||
| * | Add tokio dependency for benchmark runtime | 魏曹先生 | 2026-03-08 | 1 | -0/+1 |
| | | |||||
| * | Add Criterion benchmarking for sheet operations | 魏曹先生 | 2026-03-08 | 1 | -4/+8 |
| | | |||||
| * | Add storage system with chunk-based file storage | 魏曹先生 | 2026-02-27 | 1 | -0/+2 |
| | | |||||
| * | Replace string_proc with just_fmt as external dependency | 魏曹先生 | 2026-02-25 | 1 | -4/+0 |
| | | |||||
| * | Move sheet file R/W to v1 module | 魏曹先生 | 2026-02-24 | 1 | -1/+4 |
| | | |||||
| * | Add deprecated feature and migrate string_proc to just_fmt | 魏曹先生 | 2026-02-24 | 1 | -0/+1 |
| | | | | | | | | | | | | - 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 hex_display utility crate | 魏曹先生 | 2026-02-24 | 1 | -0/+1 |
| | | |||||
| * | Add sheet system with mapping macros and modules | 魏曹先生 | 2026-02-12 | 1 | -0/+2 |
| | | |||||
| * | Add sheet system and reorganize workspace | 魏曹先生 | 2026-02-11 | 1 | -28/+23 |
| | | | | | | | | | - 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 | ||||
| * | Rename asset crate to asset_system | 魏曹先生 | 2026-02-07 | 1 | -1/+1 |
| | | |||||
| * | Add asset system with file locking and atomic writes | 魏曹先生 | 2026-02-07 | 1 | -1/+7 |
| | | |||||
| * | Add FFI support for constants with C-compatible functions | 魏曹先生 | 2026-02-06 | 1 | -1/+6 |
| | | |||||
| * | Add constants system with path generation macros | 魏曹先生 | 2026-02-06 | 1 | -1/+10 |
| | | |||||
| * | Remove examples and legacy code, update .gitignore | 魏曹先生 | 2026-02-05 | 1 | -10/+8 |
| | | | | | | | | | - 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 | ||||
| * | Reorganize crate structure and move documentation files | 魏曹先生 | 2026-01-12 | 1 | -23/+23 |
| | | |||||
| * | Add build script for compile info and installer generation | 魏曹先生 | 2025-12-24 | 1 | -0/+4 |
| | | |||||
| * | feat: Add file status tracking and SHA1 hash system | 魏曹先生 | 2025-11-17 | 1 | -1/+12 |
| | | | | | | | | - 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: Dependencies and project configuration | 魏曹先生 | 2025-11-06 | 1 | -1/+8 |
| | | | | | | | - Update Cargo.lock with latest dependencies - Add new dependencies to Cargo.toml - Update vcs_data crate dependencies | ||||
| * | Re-export subcrate `action_system` to `just_enough_vcs` | 魏曹先生 | 2025-10-24 | 1 | -0/+2 |
| | | |||||
| * | chore: update workspace configuration and dependencies | 魏曹先生 | 2025-10-06 | 1 | -0/+2 |
| | | | | | | | - Add examples to workspace members - Update vcs_data dependencies structure - Fix library re-export paths in main lib.rs | ||||
| * | Update workspace configuration for new crate structure | 魏曹先生 | 2025-10-06 | 1 | -3/+6 |
| | | | | | | | - 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 | ||||
| * | Update workspace configuration for action_system rename | 魏曹先生 | 2025-10-06 | 1 | -2/+2 |
| | | | | | | | - Replace vcs_service with action_system in workspace members - Update Cargo.lock dependencies to reflect new crate names - Maintain workspace structure with renamed crates | ||||
| * | Update dependencies and workspace configuration | 魏曹先生 | 2025-10-06 | 1 | -0/+3 |
| | | | | | | | - Add vcs_service to workspace members in Cargo.toml - Update Cargo.lock with new vcs_service dependencies - Add vcs_service dependency to vcs crate | ||||
| * | Rename `env` to `vcs` | 魏曹先生 | 2025-09-25 | 1 | -5/+5 |
| | | |||||
| * | Add test for crate `env` | 魏曹先生 | 2025-09-22 | 1 | -0/+1 |
| | | |||||
| * | Update Cargo.toml | 魏曹先生 | 2025-09-21 | 1 | -1/+0 |
| | | |||||
| * | Update Cargo.toml 1. Rename feature `default` to `all` 2. Add feature | 魏曹先生 | 2025-09-20 | 1 | -3/+12 |
| | | | | | | `tcp_connection`, `string_proc`, `env` 3. Add crates `string_proc`, `env` to workspace 4. Removed crate `member_verify` | ||||
| * | Add workspace crates | 魏曹先生 | 2025-09-14 | 1 | -1/+3 |
| | | | | | | 1. Add `tcp_connection` 2. Add `tcp_connection_test` | ||||
| * | Add modules | 魏曹先生 | 2025-09-13 | 1 | -1/+4 |
| | | | | | | 1. Add `member_verify` modules 2. Add 'tcp_connection'modules | ||||
| * | Rename cfg_file_example to cfg_file_test | 魏曹先生 | 2025-09-12 | 1 | -5/+1 |
| | | |||||
| * | Update crate `cfg_file` | 魏曹先生 | 2025-09-12 | 1 | -2/+5 |
| | | | | | Add feature `derive` | ||||
| * | Add Crate `cfg_file` | 魏曹先生 | 2025-09-12 | 1 | -0/+43 |
| .../utils/cfg_file .../cfg_file/cfg_file_derive .../cfg_file/cfg_file_example | |||||
