boxine / django-huey-monitor

Django based tool for monitoring huey task queue: https://github.com/coleifer/huey
GNU General Public License v3.0
86 stars 20 forks source link

Improved display of TaskModel hierarchy in TaskModelAdmin object page #142

Open Skrattoune opened 7 months ago

Skrattoune commented 7 months ago

This adds the possibility to see for each task if it has parent and children tasks My sub tasks often have subtasks, and with the current version of the admin, I'm pretty blind

No big changes, no impact on testing... not depending on anything else Working for some time now on my server

I think it is ready to make it to the official repository

codecov-commenter commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 66.36%. Comparing base (2d37f25) to head (9f4ac9c). Report is 4 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #142 +/- ## ========================================== - Coverage 67.95% 66.36% -1.60% ========================================== Files 36 36 Lines 749 764 +15 Branches 88 89 +1 ========================================== - Hits 509 507 -2 - Misses 240 257 +17 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.