f425a49773928084d844d0aa19602b05f004690f
- Created SshKey model with encrypted private key storage - Created Server model with Gitea configuration and SshKey relationship - Created Repo model with repository mirror info and Server relationship - Created SyncLog model with sync operation logs and Repo relationship - Updated models/__init__.py to export all models - All models use Integer (Unix timestamp) for datetime fields - Proper bidirectional relationships using back_populates - Added comprehensive test suite for all models and relationships Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Description
git管理系统
Languages
Python
80.1%
Vue
14.2%
JavaScript
3.4%
Batchfile
1.4%
Shell
0.8%
Other
0.1%