Commit Graph

10 Commits

Author SHA1 Message Date
Warren Lo
14863d323e Session修改:Mutex死锁修复+AGENTS更新 2026-05-18 17:02:30 +08:00
Warren
6b11e8fa41 docs: Add File Scan System documentation
Added complete documentation for scan/hash commands:
- CLI commands usage
- Performance test results (11857 files in 0.89s import)
- Design decisions (UUID strategy, path storage)
- Async hash system architecture
- Database structure examples
- Usage workflows

Performance highlights:
- Fast import: 14243 nodes/sec
- Async hash: 28 files/sec (4 threads)
- Total: 12658 nodes (warren user)

Version: 1.7 (File Scan System)
2026-05-17 03:21:25 +08:00
Warren
e3901b55d3 feat: Add UI Settings panel with config management
- Add 3 API endpoints: GET /api/v2/config, POST /api/v2/config/edit, GET /api/v2/config/validate
- Add Settings button (⚙️) to bottom bar
- Add Settings panel with CSS styling (8 classes)
- Add JavaScript functions: toggleSettings, loadSettings, editSetting, saveSetting, validateSettings, cancelEdit, toast
- Support viewing/editing/validating all config sections (server, postgresql, authentication, test, logging)
- Update AGENTS.md with UI Settings documentation

Features:
- Real-time config editing via UI
- Input validation before save
- Toast notifications for user feedback
- Responsive design matching existing UI style

Files changed:
- src/server.rs: +70 lines (API handlers)
- src/page.html: +110 lines (UI + JS)
- AGENTS.md: +40 lines (documentation)

Tested: All API endpoints verified, UI elements present in HTML
2026-05-16 20:30:39 +08:00
Warren
af0676c8dd docs: add authentication system documentation 2026-05-16 17:55:25 +08:00
Warren
e3b699cda7 docs: add deployment test experience summary (methodology focused) 2026-05-16 17:01:57 +08:00
Warren
07c6bbf704 docs: update AGENTS.md with CI fix success (Run ID 7) 2026-05-16 16:48:16 +08:00
Warren
87a3eea2c6 docs: add CI log retrieval methods and failure diagnosis to AGENTS.md 2026-05-16 16:40:52 +08:00
Warren
24f3ddc34e docs: update AGENTS.md with deployment status and CI issues 2026-05-16 16:16:07 +08:00
Warren
7757827ece chore: update workflow labels and add access token documentation 2026-05-16 15:57:59 +08:00
Warren
e3d6b60825 feat: MarkBase initial version
Phase 1 (Infrastructure):
- Docs: README.md, AGENTS.md, CHANGELOG.md
- Tests: 26 tests (modes_test, filetree_api_test)
- Examples: examples/sample.md, sample.json
- CI/CD: .gitea/workflows/test.yml, release.yml
- Runner: configuration scripts and guides

Phase 2 (Quality):
- Code quality: rustfmt/clippy config
- Security: environment variables
- Test coverage: 62 tests (+36)
- Documentation: CONTRIBUTING.md, docs/api.yaml
- Showcase: demo_features.md, developer_quickstart.md

Test coverage: 75%
Test pass rate: 100%
2026-05-16 15:37:37 +08:00