238c1ec9b8
refactor: modernize code quality tooling with Ruff
...
- Replace black, isort, and flake8 with Ruff (all-in-one linter and formatter)
- Add comprehensive pyproject.toml configuration
- Simplify Makefile code quality targets
- Configure exclusions for venv/.venv in pyproject.toml
- Auto-fix 1,359 linting issues across codebase
Benefits:
- Much faster builds (Ruff is written in Rust)
- Single tool replaces multiple tools
- More comprehensive rule set (UP, B, C4, SIM, PIE, RET, Q)
- All configuration centralized in pyproject.toml
- Better import sorting and formatting consistency
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-11-28 19:37:38 +01:00
21c13ca39b
style: apply black and isort formatting across entire codebase
...
- Standardize quote style (single to double quotes)
- Reorder and group imports alphabetically
- Fix line breaks and indentation for consistency
- Apply PEP 8 formatting standards
Also updated Makefile to exclude both venv and .venv from code quality checks.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-11-28 19:30:17 +01:00
2532a977c1
Adding vendor api tests
2025-11-21 23:16:21 +01:00
86f1e16ef2
Fixing vendor dashboard area
2025-11-21 23:15:25 +01:00
96803c2708
adding integration tests for the middleware layer
2025-11-19 22:52:43 +01:00
23cf568c82
reaching 100% test coverage for the middleware unit tests
2025-11-19 22:26:45 +01:00
92a2610b70
renaming properly all middleware test cases and fixing bugs
2025-11-19 21:21:29 +01:00
21bd390685
unit test bug fixes
2025-11-19 20:21:11 +01:00
c38da2780a
fixed connection closing issues in fixtures
2025-11-18 23:57:18 +01:00
d947fa5ca0
removing legacy code on path_rewrite_middleware
2025-11-18 23:32:07 +01:00
b3009e3795
Fixed middleware authentication issues
2025-11-18 22:50:55 +01:00
3a65a800bc
gitignore improvement
2025-11-17 23:05:37 +01:00
807033be16
revamping documentation
2025-11-17 22:59:42 +01:00
5c80ba17c5
Main exception renamed to WizamartException
2025-10-27 21:55:05 +01:00
c88775134d
Multitenant implementation with custom Domain, theme per vendor
2025-10-26 20:05:02 +01:00
c80e47134c
Stats management revamping
2025-10-25 07:29:03 +02:00
7b8e31a198
Fix bug in vendor fixture
2025-10-19 16:09:00 +02:00
1e2f211057
Renamed schemas to schema as per naming conventions
2025-10-11 12:14:11 +02:00
dd16198276
major refactoring adding vendor and customer features
2025-10-11 09:09:25 +02:00
f569995883
vendor refactoring
2025-10-05 19:49:03 +02:00
0114b6c46e
shop product refactoring
2025-10-04 23:38:53 +02:00
4d2866af5e
shop product refactoring
2025-10-04 21:27:48 +02:00
c971674ec2
marketplace refactoring
2025-10-04 13:38:10 +02:00
6b9817f179
test updates to take into account exception management
2025-09-27 13:47:36 +02:00
3e720212d9
Product tests update
2025-09-25 20:00:50 +02:00
cea88a46c5
Marketplace tests update
2025-09-24 22:28:44 +02:00
f9879126c8
Auth service tests update
2025-09-24 21:44:48 +02:00
8b86b3225a
Admin service tests update
2025-09-24 21:02:17 +02:00
98285aa8aa
Exception handling enhancement
2025-09-23 22:42:26 +02:00
e348476b65
Moved utils folder to app/utils folder
2025-09-21 21:11:12 +02:00
6c4310a594
Makefile for test merged with the main one
2025-09-21 21:08:37 +02:00
2db03b20c5
Renaming models/api/ folder to models/schemas/
2025-09-21 21:02:05 +02:00
bca894afc2
Removed unnecessary commands
2025-09-21 16:21:59 +02:00
c2a1056db7
QC check
2025-09-21 13:00:10 +02:00
a26f8086f8
Enhancing documentation
2025-09-20 22:39:12 +02:00
5996cecc42
workflows testing
2025-09-20 21:29:02 +02:00
b7b98def35
Fixed test_download_csv_failure test
2025-09-20 20:21:25 +02:00
c494c5b5c6
API and database models refactoring
2025-09-20 20:17:16 +02:00
366093bbc6
Tests restructuring
2025-09-19 21:23:57 +02:00
0ce708cf09
fixing DQ issues
2025-09-14 15:47:38 +02:00
3eb18ef91e
code quality run
2025-09-13 21:58:54 +02:00
559937cc20
Makefile enhancements
2025-09-13 21:52:14 +02:00
9aa6fbf722
Makefile enhancements
2025-09-13 21:48:18 +02:00
b9fe91ab88
Application fully migrated to modular approach
2025-09-13 21:30:40 +02:00
c7d6b33cd5
Refactoring code for modular approach
2025-09-12 21:37:08 +02:00
f9ed3bdf11
Refactoring code for modular approach
2025-09-11 21:16:18 +02:00
900229d452
Refactoring code for modular approach
2025-09-11 20:59:40 +02:00
fca389cff4
Refactoring code for modular approach
2025-09-10 20:48:55 +02:00
8fbe64687a
Refactoring code for modular approach
2025-09-09 22:07:21 +02:00
71153a1ff5
Refactoring code for modular approach
2025-09-09 21:27:58 +02:00