| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: Automatically create host member and ref sheet during vault setup | 魏曹先生 | 2025-09-26 | 1 | -7/+24 |
| | | | | | | | | - Add VAULT_HOST_NAME constant for 'host' member - Modify setup_vault to automatically register host member and create ref sheet - Update test assertions to account for the additional ref sheet - Fix code formatting in sheets.rs | ||||
| * | test: add comprehensive sheet management test suite | 魏曹先生 | 2025-09-26 | 2 | -0/+263 |
| | | | | | | | | | | | | | | | | | - Add test_sheet_creation_management_and_persistence with 3 test functions: - Main test covering sheet creation, input/mapping management, persistence, and deletion - Error condition testing for invalid operations - Serialization testing through vault operations - Test coverage includes: - Sheet creation with member validation - Input package addition and removal - Mapping entry management - File persistence and reloading - Safe deletion to trash and restoration - Permanent deletion - Error handling for invalid operations - Follows existing test patterns and uses proper getter methods for private fields | ||||
| * | Update test_virtual_file_creation_and_update.rs | 魏曹先生 | 2025-09-25 | 1 | -1/+1 |
| | | |||||
| * | Update test_vault_setup_and_member_register.rs | 魏曹先生 | 2025-09-25 | 1 | -1/+1 |
| | | |||||
| * | Update lib.rs | 魏曹先生 | 2025-09-25 | 1 | -0/+3 |
| | | |||||
| * | Add tests | 魏曹先生 | 2025-09-25 | 1 | -0/+248 |
| | | |||||
| * | Fix clippy warnings in test files | 魏曹先生 | 2025-09-25 | 2 | -88/+78 |
| | | | | | | | | - Convert manual async functions to async fn syntax - Replace assert_eq!(true/false, ...) with assert!(...) and assert!(!...) - Fix useless vec warning by using array directly - All tests continue to pass after optimizations | ||||
| * | Rename `env` to `vcs` | 魏曹先生 | 2025-09-25 | 2 | -10/+10 |
| | | |||||
| * | Rename `env` to `vcs` | 魏曹先生 | 2025-09-25 | 3 | -0/+260 |
