- Combined apt-get commands into a single RUN layer
- Added --no-install-recommends flag to avoid unnecessary packages
- Cleaned up apt cache and removed package lists after installation
- Reordered COPY commands to copy requirements.txt first for better Docker layer caching
- Separated COPY of requirements.txt from the rest of the application code
- 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