• Joined on 2025-11-09
salman pushed to refactor/remove-model-fallbacks at salman/igny8 2025-11-16 11:44:56 +00:00
8908c11c86 Enhance error handling in AIEngine and update ResourceDebugOverlay
salman pushed to refactor/remove-model-fallbacks at salman/igny8 2025-11-16 10:24:50 +00:00
a492eb3560 Enhance ImagesViewSet and Images component with site and sector filtering
salman pushed to main at salman/igny8 2025-11-16 09:55:15 +00:00
65c7fb87fa Refactor integration settings handling and error response mapping
salman pushed to main at salman/igny8 2025-11-16 09:49:28 +00:00
d3ec7cf2e3 Refactor authentication and integration handling
salman pushed to main at salman/igny8 2025-11-16 09:27:49 +00:00
60ffc12e8c Add AI framework refactoring plan and orphan code audit
salman pushed to refactor/remove-model-fallbacks at salman/igny8 2025-11-16 09:26:53 +00:00
36b66b72f0 Step 6a & 6b: Clean up orphan code in __init__.py
salman pushed to refactor/remove-model-fallbacks at salman/igny8 2025-11-16 09:24:48 +00:00
25b1aa39b0 Step 5: Validate account_id is required and exists in tasks.py
91d31ece31 Step 4: Validate account exists before calling get_model_config() in engine.py
Compare 2 commits »
salman pushed to refactor/remove-model-fallbacks at salman/igny8 2025-11-16 09:20:47 +00:00
793b64e437 Step 3: Remove _default_model and require model parameter in run_ai_request()
salman pushed to refactor/remove-model-fallbacks at salman/igny8 2025-11-16 09:17:56 +00:00
6044fab57d Step 2: Remove MODEL_CONFIG and update get_model_config() to use IntegrationSettings only
salman created branch refactor/remove-model-fallbacks in salman/igny8 2025-11-16 09:15:23 +00:00
salman pushed to refactor/remove-model-fallbacks at salman/igny8 2025-11-16 09:15:23 +00:00
60ffc12e8c Add AI framework refactoring plan and orphan code audit
salman pushed to main at salman/igny8 2025-11-16 07:01:22 +00:00
7cd0e1a807 Add health check endpoint and refactor integration response handling
salman pushed to main at salman/igny8 2025-11-16 06:37:27 +00:00
salman pushed to main at salman/igny8 2025-11-16 06:35:56 +00:00
64b8280bce Implement security enhancements and unified response formats across API endpoints. Update permission classes for various ViewSets to ensure proper tenant isolation and compliance with API standards. Refactor authentication endpoints to utilize success and error response helpers, improving error tracking and response consistency. Complete documentation updates reflecting these changes and achieving full compliance with API Standard v1.0.
salman pushed to main at salman/igny8 2025-11-16 05:33:11 +00:00
salman pushed to main at salman/igny8 2025-11-16 04:48:18 +00:00
3694e40c04 Enhance API documentation and schema management by implementing explicit tag configurations for Swagger and ReDoc. Introduce postprocessing hooks to filter auto-generated tags, ensuring only defined tags are used. Update viewsets across various modules to utilize the new tagging system, improving clarity and organization in API documentation.
salman pushed to main at salman/igny8 2025-11-16 03:41:23 +00:00
dee2a36ff0 backup for restore later
93333bd95e Add two-way synchronization support between IGNY8 and WordPress, implementing hooks for post save, publish, and status transitions. Enhance API integration with detailed examples for syncing post statuses and fetching WordPress data. Include scheduled sync functionality and comprehensive documentation for the integration flow.
79648db07f Integrate OpenAPI/Swagger documentation using drf-spectacular, enhancing API documentation with comprehensive guides and schema generation. Add multiple documentation files covering authentication, error codes, rate limiting, and migration strategies. Update settings and URLs to support new documentation endpoints and schema configurations.
452d065c22 Implement unified API standard v1.0 across backend and frontend, enhancing error handling, response formatting, and monitoring capabilities. Refactor viewsets for consistent CRUD operations and introduce API Monitor for endpoint health checks. Update migrations to ensure database integrity and remove obsolete constraints and fields. Comprehensive test suite created to validate new standards and functionality.
Compare 12 commits »
salman pushed to main at salman/igny8 2025-11-15 20:18:45 +00:00
a75ebf2584 Enhance API response handling and implement unified API standard across multiple modules. Added feature flags for unified exception handling and debug throttling in settings. Updated pagination and response formats in various viewsets to align with the new standard. Improved error handling and response validation in frontend components for better user feedback.
salman pushed to main at salman/igny8 2025-11-15 14:24:54 +00:00
94f243f4a2 newmonitor api
salman pushed to main at salman/igny8 2025-11-15 14:18:12 +00:00
5a08a558ef Add API Status Indicator to AppSidebar and enhance ApiMonitor with localStorage support for auto-refresh and refresh interval settings