aboutsummaryrefslogtreecommitdiff
path: root/crates/vcs_data/src/constants.rs
Commit message (Collapse)AuthorAgeFilesLines
* Change auth_member to return MemberId on success魏曹先生2025-10-301-1/+8
| | | | | | The authentication function now returns the authenticated member's ID instead of just () when successful. This provides callers with access to the authenticated member's identity for subsequent operations.
* Add lockfile constant for server service魏曹先生2025-10-271-0/+3
|
* update: Remove unused inline comments from constants魏曹先生2025-10-271-5/+5
|
* Move vcs crate to vcs_data for better separation of concerns魏曹先生2025-10-061-0/+54
- Rename vcs crate to vcs_data to clearly define data layer - Maintain all existing data structures and functionality - Update dependencies to include action_system integration - Preserve test structure in vcs_data_test directory