Commit Graph

99 Commits (318852b19b1d02d26dad84e47111760d5d839e07)

Author SHA1 Message Date
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 98c9c89893 Align Runway generators with skeleton App\ layout and fix suite gates
2 weeks 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 b55540068e fix almost long lines phpcs warnings
5 months ago
fadrian06 29595ef9e1 composer exec phpcbf -- --standard=PSR2
5 months ago
n0nag0n 053227b3b0 adjusted phpstan linting to be friendlier and changed download() to also specify file name
11 months ago
n0nag0n 0abf1b9b16 fixed issues with php8-named-arguments
1 year ago
n0nag0n 22570b9987
Merge pull request #548 from flightphp/php8-named-arguments-support
1 year ago
n0nag0n a2c74ddadd added event cache check and tweaked middleware event
1 year ago
fadrian06 5425955dd7 fix php 7.4 invalid syntax
1 year ago
fadrian06 59c9c0330f improve ::registerContainerHandler docblock
1 year ago
fadrian06 8ccbd7ac9e support for containers that resolve automatically dependencies without adding explicitly
1 year ago
fadrian06 5068995d17 merge master
1 year ago
n0nag0n dd2d23ec99 added more events, added apm changes
1 year ago
n0nag0n 046a034455 prettified
1 year ago
n0nag0n 79efffc333 added stopPropagation logic
1 year ago
n0nag0n 4b7cd68e24 added an event system
1 year ago
n0nag0n f8811e1d8b allowed for middlewares to be created with container
2 years ago
fadrian06 414f605f67 More abstraction to Dispatcher::containerException typehint
2 years ago
fadrian06 8f3f6b5c74 Make explicit comparisons
2 years ago
fadrian06 99a7d75440 Removed PSR/Container
2 years ago
fadrian06 389ebfd329 Add PSR/Container dependency for type hint and expose the API
2 years ago
fadrian06 43b689fa6c Add Short After Filter Syntax with one parameter
2 years ago
fadrian06 4616f521cd Dispatcher refactor
2 years ago
fadrian06 d931b41b46 Improved docblocks
2 years ago
fadrian06 e322135d9c Add symfony/polyfill-80
2 years ago
Austin Collier 43300d5758 added ability to load classes with _ in them
2 years ago
Austin Collier 54403bede8 One last test to make sure Dice maintains the same instance
2 years ago
Austin Collier 1b6c5b942b refactored some errors. UI Tests and cleanup.
2 years ago
Austin Collier dbf05ebf40 Lots more tests. Now will dynamically create object with engine instance.
2 years ago
Austin Collier f752073f7d more testing and catching things.
2 years ago
Austin Collier 3f887e305f Added more tests. Captured callable exception thrown
2 years ago
Austin Collier f610adfc14 lots more testing around containers
2 years ago
n0nag0n 6d41115e9a initial commit for containerization
2 years ago
Austin Collier 1d810b6c78 fixed leftover variable
3 years ago
Austin Collier 9c437d97c8 Merge branch 'master' into fix-dispatcher-error-message
3 years ago
Austin Collier fe46e25d0e removed notice on setting error messages
3 years ago
fadrian06 327d043709 Separated Dispatcher::run in runPreFilters(), runEvent() and runPostFilters()
3 years ago