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
df78bab6f4 fix: filter out (none) tags from patchsets
- Modified cvs_client.py to skip tags with value '(none)' using case-insensitive comparison
- Updated ui.js to also check for '(none)' tags when displaying patchsets
- Patchsets without tags no longer show any tag badge in the UI
2025-11-21 18:49:10 +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
f2817bc1f1 Initial commit 2025-11-20 20:38:29 +01:00