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
b815d70d54
Features: 1) Migrate from gunicorn to uvicorn. 2) Add skeleton for chat functionality;
...
Fixes: None;
Extra: Add missing translations;
2025-10-25 19:36:34 +03:00
bb4dc9355c
Fixes: 1) Remove redundant comments for await_services calls in Docker entrypoint scripts for app, stock-updater, worker, and beat.
...
Extra: Streamline entrypoints by eliminating unnecessary comments and simplifying script logic.
2025-10-25 16:06:02 +03:00
ae1d16edda
Features: Move from poetry to uv.
...
Fixes: Removed naive datetime warning
Extra: Correct import in elasticsearch submodule.
2025-10-25 02:18:41 +03:00
118882ac1b
Features: 1) Add new make-messages.ps1 and compile-messages.ps1 scripts for Windows localization workflow; 2) Update Docker ENTRYPOINT scripts to use bash for app, worker, stock_updater, and beat containers; 3) Bump project version to 2.9.1 in pyproject.toml and settings;
...
Fixes: 1) Ensure `install.ps1` handles non-zero exit codes gracefully; 2) Remove redundant `vm.overcommit_memory` Docker sysctl setting; 3) Add explicit exit command to `starter.ps1` for clean terminations;
Extra: Minor formatting and consistency improvements across ENTRYPOINT scripts;
2025-07-03 18:33:37 +03:00
e8c767946b
Features: None;
...
Fixes: 1) Remove redundant `--pool-startup-timeout` argument from worker and stock-updater entrypoints;
Extra: None;
2025-07-02 00:50:19 +03:00
200b93b19a
Fixes: 1) Correct typo in Celery argument --worker-prefetch-multiplier to --prefetch-multiplier.
2025-07-02 00:44:27 +03:00
92813938fd
Features: 1) Add stock_updater service to docker-compose.yml with health checks and logging; 2) Introduce Dockerfile.stock_updater for stock_updater service with dependencies and entrypoint; 3) Add stock-updater-entrypoint.sh script for Celery worker initialization; 4) Specify stock_updater queue in Celery task configuration;
...
Fixes: 1) Update Celery worker configuration in `worker-entrypoint.sh` to optimize worker pool and task limits;
Extra: Refactor `docker-compose.yml` and scripts for improved service management.
2025-07-01 22:52:55 +03:00
97785b29db
Features: 1) Add multilingual title and content fields to the Post model in blog; 2) Introduce translation registration for Post in a new blog/translation.py; 3) Enhance PostAdmin with mixins and readonly slug.
...
Fixes: 1) Fix shebangs in Docker entry-point scripts to use `/usr/bin/bash`.
Extra: 1) Refactor slug fields in `core` migrations for `Brand`, `Category`, and `Product`; 2) Cleanup and simplify admin code in `core/admin.py`.
2025-06-29 16:14:59 +03:00
328ccaa615
Features: 1) 2.8.9 update
...
Fixes: 1) wtf go read diff;
Extra: ???
2025-06-18 15:05:58 +03:00