You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(validation): add OpenAPI validation script and project validation script
- Introduced `validate_openapi.sh` to check OpenAPI/Swagger resources, ensuring proper functionality and documentation.
- Added `validate_project.php` to perform comprehensive validation of the project structure, dependencies, and documentation.
- Enhanced error handling in middleware classes by throwing `HttpException` for better response management.
- Updated tests for authentication middleware to expect `HttpException` on failure.
> **Script Infrastructure Overhaul**: Complete consolidation of script ecosystem with 40% reduction (25 → 15 scripts), automatic version detection via mandatory VERSION file, GitHub Actions optimization, and comprehensive versioning documentation while maintaining 100% backward compatibility and zero impact on framework performance.
12
+
> **Script Infrastructure Overhaul**: Complete consolidation and reorganization of script ecosystem with logical organization in subfolders, 40% reduction (25 → 15 scripts), automatic version detection via mandatory VERSION file, GitHub Actions optimization, and comprehensive versioning documentation while maintaining 100% backward compatibility and zero impact on framework performance.
13
+
14
+
#### 📁 **Script Organization & Structure**
15
+
-**Logical Subfolder Organization**: Scripts organized by functionality for better maintainability
0 commit comments