feat/cli-framework #12

Merged
rrise merged 3 commits from feat/cli-framework into master 2025-11-11 14:52:31 +00:00

3 Commits

Author SHA1 Message Date
5de0d6d844 fix: update PHPDoc annotations and improve null handling in middleware classes
All checks were successful
🧪✨ Tests Workflow / 🛡️ 🔒 Library Audit (push) Successful in 1m49s
🧪✨ Tests Workflow / 📝 ✨ Code Lint (push) Successful in 1m49s
🧪✨ Tests Workflow / 🛡️ 🔒 License Check (push) Successful in 2m18s
🧪✨ Tests Workflow / 🧪 ✨ Database Migrations (push) Successful in 2m50s
🧪✨ Tests Workflow / 🐙 🔍 Code Sniffer (push) Successful in 2m34s
🧪✨ Tests Workflow / 🧪 ✅ Unit Tests (push) Successful in 1m33s
2025-11-11 09:47:12 -05:00
c6567bd3a5 feat: refactor middleware classes to extend a base Middleware class and improve route callable extraction
Some checks failed
🧪✨ Tests Workflow / 🧪 ✨ Database Migrations (push) Failing after 1m32s
🧪✨ Tests Workflow / 🛡️ 🔒 License Check (push) Successful in 1m31s
🧪✨ Tests Workflow / 📝 ✨ Code Lint (push) Successful in 1m37s
🧪✨ Tests Workflow / 🛡️ 🔒 Library Audit (push) Successful in 1m48s
🧪✨ Tests Workflow / 🐙 🔍 Code Sniffer (push) Failing after 1m48s
🧪✨ Tests Workflow / 🧪 ✅ Unit Tests (push) Successful in 1m24s
2025-11-11 09:40:56 -05:00
8ccaaadf03 feat: refactor server structure and introduce CLI application
All checks were successful
🧪✨ Tests Workflow / 🛡️ 🔒 License Check (push) Successful in 3m6s
🧪✨ Tests Workflow / 🧪 ✨ Database Migrations (push) Successful in 3m25s
🧪✨ Tests Workflow / 🛡️ 🔒 Library Audit (push) Successful in 3m27s
🧪✨ Tests Workflow / 📝 ✨ Code Lint (push) Successful in 3m18s
🧪✨ Tests Workflow / 🐙 🔍 Code Sniffer (push) Successful in 3m16s
🧪✨ Tests Workflow / 🧪 ✅ Unit Tests (push) Successful in 1m50s
2025-11-11 09:30:20 -05:00