schon/payments
Egor fureunoir Gorbunov 7722eef0a3 Features: 1) Added custom queues to all Celery tasks for more granular processing; 2) Implemented sensitive data scrubbing in Sentry error reporting.
Fixes: None;

Extra: Refactored Sentry initialization to include `before_send` callback and improved settings structure.
2025-07-02 15:36:52 +03:00
..
docs Initial Commit 2025-04-29 22:40:30 +03:00
gateways Features: 1) Add AbstractGateway base class with process_transaction and process_callback methods. 2025-06-22 20:26:51 +03:00
graphene Features: 1) Add type annotations for various models and methods; 2) Introduce refined graphene resolvers to enhance permission handling; 3) Include type checking suppression with # type: ignore for unsupported cases. 2025-06-18 16:38:07 +03:00
locale Features: 1) Introduced RootDirectory class for integration with management commands; 2) Added support for scanning root level configurations in check_translated.py and deepl_translate.py; 2025-06-29 19:40:44 +03:00
migrations Features: 1) Allow 'user' field in 'balance' model to be optional with blank=True and null=True; 2) Adjust 'order' field in 'transaction' model formatting without functional changes; 2025-05-19 17:54:52 +03:00
static Features: 1) Add .gitkeep files for payments/static and blog/static directories to track empty folders; 2025-06-01 18:50:37 +03:00
templates Features: 1) Add new email content translations for ru_RU, zh_Hans, and ro_RO locales; 2) Update "balance deposit" and general email-related translations across multiple languages; 2025-06-22 20:18:19 +03:00
utils Features: 1) Added custom queues to all Celery tasks for more granular processing; 2) Implemented sensitive data scrubbing in Sentry error reporting. 2025-07-02 15:36:52 +03:00
__init__.py Initial Commit 2025-04-29 22:40:30 +03:00
admin.py Features: 1) Implement AutocompleteListFilter class enhancing admin filter customization; 2) Add AutocompleteFilterMixin for simplified admin filter inclusion functionality; 2025-07-01 15:06:32 +03:00
apps.py Features: None; 2025-06-21 19:19:09 +03:00
choices.py Initial Commit 2025-04-29 22:40:30 +03:00
errors.py Initial Commit 2025-04-29 22:40:30 +03:00
forms.py Initial Commit 2025-04-29 22:40:30 +03:00
models.py Features: 1) Improved support for nested multi-line typing hints across numerous functions; 2) Refactored variable assignments for enhanced readability within bulk_add_products and bulk_remove_products; 3) Updated token-related test methods to ensure consistent styling; 2025-06-18 16:55:49 +03:00
serializers.py Features: 1) Add type annotations to methods in payments serializers for enhanced type safety; 2025-06-29 21:30:17 +03:00
signals.py Features: 1) Add match-case logic for selecting gateway in process_transaction_changes. 2025-06-30 18:51:49 +03:00
tests.py Features: 1) Add type annotations for various models and methods; 2) Introduce refined graphene resolvers to enhance permission handling; 3) Include type checking suppression with # type: ignore for unsupported cases. 2025-06-18 16:38:07 +03:00
urls.py Features: 1) Add app_name attribute in multiple urls.py files across apps to support namespacing; 2025-06-29 20:03:33 +03:00
views.py Features: 1) Update all logger instances across the codebase to use "evibes" instead of "django"; 2025-06-30 01:44:20 +03:00
viewsets.py Features: 1) Add app_name attribute in multiple urls.py files across apps to support namespacing; 2025-06-29 20:03:33 +03:00