Dispatcharr/tests
SergeantPanda c1ff5e35aa feat(process_label): add process role labeling for PostgreSQL connections
- Introduced a new module to determine the process role based on command-line arguments, enhancing PostgreSQL connection labeling for better monitoring.
- Updated the database connection parameters to include the application name derived from the process role.
- Added unit tests to validate the process role detection logic for different scenarios, including Celery and uWSGI.
2026-06-16 11:26:12 -05:00
..
__init__.py Fix modular mode deployment issues (#1045) 2026-03-03 17:18:16 -06:00
test_celery_plugin_discovery.py fix: Update plugin discovery comments and improve weakref handling in tests. Update changelog. 2026-05-13 17:02:34 -05:00
test_geventpool_conn_lifetime.py feat(settings): add DATABASE_POOL_CONN_MAX_LIFETIME for connection management and update database engine path (Fixes #1343) 2026-06-12 11:31:09 -05:00
test_log_system_event.py fix(proxy): enhance connection management and event handling during streaming operations 2026-06-15 17:14:48 -05:00
test_process_label.py feat(process_label): add process role labeling for PostgreSQL connections 2026-06-16 11:26:12 -05:00
test_user_preferences.py tests: Add a check that a user can not self elevate. 2026-03-08 16:30:50 -05:00
test_wait_for_redis.py Move test_wait_for_redis.py call 2026-03-10 11:17:41 -05:00
test_websocket_utils.py refactor(epg): replace synchronous WebSocket send function with unified send_epg_update 2026-06-05 10:42:39 -05:00