Commit graph

4 commits

Author SHA1 Message Date
45ad8bb135 feat: Add tag support to file history display
- Modified cvs_client.py get_file_history() to parse and extract tags from CVS log
- Updated ui.js displayHistory() to render tags for each revision
- Added CSS styling for history tags with proper theming support
- Tags are displayed inline with revision information in history view
2025-11-21 21:26:34 +01:00
d3b40ae93f feat: Add patchset history and diff support with cvsps integration
- Add cvsps package to Docker dependencies
- Implement patchset retrieval and diff endpoints in API
- Add _run_cvsps_command() helper for cvsps integration
- Enhance file history parsing with log message extraction
- Improve UI with enhanced styling and patchset functionality
2025-11-21 17:18:55 +01:00
c263092c10 Add dark mode UI and update components 2025-11-21 13:09:47 +01:00
f2817bc1f1 Initial commit 2025-11-20 20:38:29 +01:00