Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project updates and bug fixes #138

Merged
merged 1 commit into from
Dec 22, 2023
Merged

Project updates and bug fixes #138

merged 1 commit into from
Dec 22, 2023

Conversation

jedie
Copy link
Collaborator

@jedie jedie commented Dec 22, 2023

Fix #135 DisallowedModelAdminLookup by a work-a-round for:

Add "thread" name as change list filter.

Enhance test project, too:

  • Switch consumer in example project to gevent
  • Enhance default logging config in test project
  • Bugfix watchfiles reloading in docker container
  • Add "make shell-redis"
  • print the correct database settings in docker container
  • fix secret file creation/reading (missing closing file object)

@jedie jedie force-pushed the dev2 branch 2 times, most recently from f0405b8 to f6f4bfe Compare December 22, 2023 12:29
Fix #135 DisallowedModelAdminLookup by a work-a-round for:

* https://code.djangoproject.com/ticket/35020

Add "thread" name as change list filter.

Enhance test project, too:

* Switch consumer in example project to gevent
* Enhance default logging config in test project
* Bugfix watchfiles reloading in docker container
* Add "make shell-redis"
* print the correct database settings in docker container
* fix secret file creation/reading (missing closing file object)
@codecov-commenter
Copy link

codecov-commenter commented Dec 22, 2023

Codecov Report

Attention: Patch coverage is 40.00000% with 9 lines in your changes missing coverage. Please review.

Project coverage is 67.79%. Comparing base (dd05cf2) to head (863f012).
Report is 8 commits behind head on main.

Files Patch % Lines
huey_monitor/admin.py 25.00% 3 Missing ⚠️
huey_monitor_project/__main__.py 50.00% 2 Missing ⚠️
huey_monitor_project/settings/docker.py 0.00% 2 Missing ⚠️
manage.py 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #138      +/-   ##
==========================================
- Coverage   68.21%   67.79%   -0.43%     
==========================================
  Files          36       36              
  Lines         730      739       +9     
  Branches       85       88       +3     
==========================================
+ Hits          498      501       +3     
- Misses        232      238       +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jedie jedie merged commit fa4c3f3 into main Dec 22, 2023
9 checks passed
@jedie jedie deleted the dev2 branch December 22, 2023 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DisallowedModelAdminLookup
3 participants