Closed minigubben closed 4 months ago
This update involves several enhancements and fixes across the project. Key changes include extending the clean-nuke
command in the Makefile
to remove additional Docker volumes, updating the Termination
component in the admin interface for better display logic, adding logging volume mappings in both development and production Docker Compose files, and enhancing the info
field in the box_terminator_fetch
function.
Files | Change Summary |
---|---|
Makefile | Added commands to remove additional Docker volumes related to specific services in clean-nuke . |
admin/src/boxTerminator/Termination.tsx | Updated rendering logic for props.info with specific inline CSS and conditional rendering. |
api/src/box_terminator/views.py | Enhanced the info field in box_terminator_fetch to include an additional line. |
docker-compose.dev.yml | Added volume mappings for logging in email_dispatcher and accessy_syncer services. |
docker-compose.yml | Added volume mappings for logging in email_dispatcher and accessy_syncer services. |
In the land of code where changes bloom,
AMakefile
cleaned with extra room,
Logs now stored in Docker's embrace,
Termination
component with a stylish face.
Python views with info anew,
Cheers to updates, a job well through! 🎉
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
New Features
Termination
component with improved conditional rendering for better display customization.Chores
Makefile
to include commands for removing additional Docker volumes.docker-compose
files to improve log management foremail_dispatcher
andaccessy_syncer
services.Bug Fixes
info
field for better clarity inbox_terminator_fetch
.