Commit Graph

478 Commits (7482506270abf83da0b03e4c2b1157515156cc41)

Author SHA1 Message Date
fadrian06 7482506270 remove EngineTemplate
3 days ago
fadrian06 17ed78763f add more @template
3 days ago
fadrian06 8e168e648b remove unused $container
3 days ago
fadrian06 cfa87bee4e remove unneccesary references
3 days ago
fadrian06 e48b976aac fix phpstan message about Dispatcher@get return type
3 days ago
fadrian06 bdd5bdcc24 fix Dispatcher@get return type
3 days ago
fadrian06 05831b39cb use always global namespace prefix
3 days ago
fadrian06 6afe25ddb5 simplify object creation without container
3 days ago
fadrian06 9e08573896 rename Dispatcher namedFilteredCallables -> namedCallables
3 days ago
fadrian06 cbc1cb30be refactor Dispatcher@execute
3 days ago
fadrian06 4afb553a96 simplify Dispatcher@mustUseContainer
3 days ago
fadrian06 35a6bbabed update Dispatcher@fixOutputBuffering description
3 days ago
fadrian06 740524490f extract Dispatcher::CALLABLE_STRING_OPERATORS
3 days ago
fadrian06 ddb57620a0 add default template values in FilteredCallable
3 days ago
fadrian06 b0203d861c deprecate Dispatcher@runPreFilters, runEvent, runPostFilters and filter.
3 days ago
fadrian06 80705ec158 update Dispatcher@run, set, get, has, hook, clear and reset to use the namedFilteredCallable property
3 days ago
fadrian06 2d772f3642 update Dispatcher description
3 days ago
fadrian06 2673435197 update before and filters signature
3 days ago
fadrian06 5ea5d5b8ad add Dispatcher namedFilteredCallables property
3 days ago
fadrian06 2682e3298f add FilteredCallable to replace Dispatcher events to named callables (self explanatory).
3 days ago
fadrian06 bb6932e92e throw OutOfBoundsException instead of Exception when event name hasn't been set
3 days ago
fadrian06 bf3f86d619 reuse Dispatcher@get in Dispatcher@has
3 days ago
fadrian06 7379be00ac simplify Dispatcher events values typehint
3 days ago
fadrian06 318852b19b deprecate Dispatcher filters property
3 days ago
fadrian06 1ae2bafeee deprecate Dispatcher events property
3 days ago
fadrian06 7beabae36d improve Dispatcher description to reflect its responsibility for dispatching named callables
3 days ago
fadrian06 188f147c7d invert Dispatcher@setContainerHandler conditional and remove $containerFQCN
5 days ago
fadrian06 5c89341428 clarify Dispatcher@run parameters and allows to throw errors inside events or filters
5 days ago
fadrian06 988c64ed22 rename $containerInterfaceNS -> $containerFQCN and extract InvalidArgumentException $message argument
5 days ago
fadrian06 0b0737f533 remove $this of return type, it's incompatible with self return type
5 days ago
fadrian06 8a4818cf87 improve typehint of keys before and after inside all events in the Dispatcher $filters property
5 days ago
fadrian06 ae735c1845 remove Dispatcher properties redundants explanations
5 days ago
fadrian06 12607d9500 rename Psr\Container\ContainerInterface -> Container
5 days ago
fadrian06 6c5d9de3ca remove Engine @template
5 days ago
n0nag0n d8fe78449c Fix flight.allow_method_override not disabling method override (GHSA-vr9m-jx6f-hhj6)
1 week ago
n0nag0n 98c9c89893 Align Runway generators with skeleton App\ layout and fix suite gates
2 weeks ago
n0nag0n 53d422001e feat(ai): generate AGENTS.md in ai:generate-instructions command
2 months ago
copilot-swe-agent[bot] 46e457f9c5
Merge master into autoload-rework
2 months ago
fadrian06 d58cbacda1 restore and improve custom autoloader
2 months ago
fadrian06 cf553d36d4 remove flight/autoload.php
2 months ago
fadrian06 47a3702927 refactor LoaderTest
2 months ago
fadrian06 db343815a3 normalize dirs
2 months ago
fadrian06 9aab65b7f6 fix Loader::register docblock
2 months ago
fadrian06 921c51a5d6 use is_iterable in Loader::register
2 months ago
fadrian06 1a37f91b99 add flight\ psr-4 autoloader
2 months ago
fadrian06 90a72aef7c move Flight to a classmap
2 months ago
fadrian06 2c47c5ec0e simplify Request@getHeader and @header docblocks
2 months ago
fadrian06 5ac0ab48a7 Fix Property flight\net\Route::$alias (string) on left side of ?? is not nullable.
2 months ago
fadrian06 a1faf4f00b fix: Failed asserting that exception message 'Target directory is not writable' contains 'Invalid target path: contains directory traversal'.
2 months ago
n0nag0n 60bf7921f2 Throw when middleware class is missing or cannot be resolved
2 months ago