schon/engine/vibes_auth
Egor fureunoir Gorbunov 943aa02cd3 Features: 1) Add test cases for DRF and GraphQL views in core, blog, payments, and vibes_auth applications; 2) Implement reusable GraphQL testing utilities in test classes; 3) Introduce test configuration scripts for Windows and Unix environments.
Fixes: 1) Correct entrypoint scripts by removing redundant `python` reference in `uv run` commands; 2) Resolve incorrect imports and adjust class renaming in vibes_auth tests; 3) Address typing errors and minor omissions in existing code.

Extra: 1) Improve formatting in settings and middleware files; 2) Update messaging test class names for clarity; 3) Cleanup unused imports and extra whitespaces, ensuring cleaner codebase.
2025-11-13 16:42:04 +03:00
..
docs Features: 1) Add rate-limiting decorators for multiple API methods across core viewsets; 2) Add translation support to messaging documentation. 2025-11-12 11:50:51 +03:00
graphene Features: 2025-11-13 15:24:44 +03:00
locale Features: 1) Add Spanish translations for new admin messages and user-visible strings; 2) Enhance formatting of multi-line strings across multiple languages for consistency. 2025-11-12 15:59:03 +03:00
messaging Features: 1) Add predefined permission sets and corresponding group initialization in initialize command. 2025-11-12 15:29:08 +03:00
migrations Features: 1) Introduced ChatThread and ChatMessage models for messaging functionality; 2) Added ThreadStatus and SenderType choices for structured messaging states; 3) Integrated Django migrations with indexing for new models; 2025-11-11 18:31:17 +03:00
static 2025.4 BETA 2025-11-10 08:36:57 +03:00
templates 2025.4 BETA 2025-11-10 08:36:57 +03:00
tests Features: 1) Add test cases for DRF and GraphQL views in core, blog, payments, and vibes_auth applications; 2) Implement reusable GraphQL testing utilities in test classes; 3) Introduce test configuration scripts for Windows and Unix environments. 2025-11-13 16:42:04 +03:00
utils Features: 1) Introduced STOREFRONT_DOMAIN in settings as a replacement for FRONTEND_DOMAIN; 2025-11-11 16:12:48 +03:00
__init__.py 2025.4 BETA 2025-11-10 08:36:57 +03:00
admin.py Features: 1) Add new message "You cannot jump over your head!" in admin interface localization; 2) Update line references across various locales; 3) Improve formatting of multiline text in translation files; 2025-11-12 15:56:00 +03:00
apps.py 2025.4 BETA 2025-11-10 08:36:57 +03:00
choices.py Features: 1) Introduced ChatThread and ChatMessage models for messaging functionality; 2) Added ThreadStatus and SenderType choices for structured messaging states; 3) Integrated Django migrations with indexing for new models; 2025-11-11 18:31:17 +03:00
filters.py 2025.4 BETA 2025-11-10 08:36:57 +03:00
forms.py 2025.4 BETA 2025-11-10 08:36:57 +03:00
managers.py 2025.4 BETA 2025-11-10 08:36:57 +03:00
models.py Features: 1) Introduced ChatThread and ChatMessage models for messaging functionality; 2) Added ThreadStatus and SenderType choices for structured messaging states; 3) Integrated Django migrations with indexing for new models; 2025-11-11 18:31:17 +03:00
serializers.py Features: 1) Replace constance with django.conf.settings for dynamic config values; 2) Update UserSerializer to include avatar instead of avatar_url. 2025-11-11 16:17:40 +03:00
signals.py 2025.4 BETA 2025-11-10 08:36:57 +03:00
tasks.py 2025.4 BETA 2025-11-10 08:36:57 +03:00
urls.py Features: 1) Messaging submodule drafts 2025-11-11 23:31:06 +03:00
validators.py 2025.4 BETA 2025-11-10 08:36:57 +03:00
views.py Features: 1) Add test cases for DRF and GraphQL views in core, blog, payments, and vibes_auth applications; 2) Implement reusable GraphQL testing utilities in test classes; 3) Introduce test configuration scripts for Windows and Unix environments. 2025-11-13 16:42:04 +03:00
viewsets.py Features: 2025-11-13 15:24:44 +03:00