CronExpressionBundle
CronExpressionBundle copied to clipboard
Symfony bundle that integrates dragonmantank/cron-expression
The only thing not working right now are the Exception Handling: https://github.com/doctrine/dbal/commit/a2abc86b8245a6929c4f448bdcc4af9c15018b4c#diff-93abf86e8ee8df45d8045fc5f4c82094d9e68b204351a8bc5811796803ce81d7L46-R48 * `ConversionException::conversionFailedInvalidType` got removed, and is `InvalidType::new` now * `ConversionException::conversionFailed` is `ValueNotConvertible::new` * `ConversionException::conversionFailedFormat` is `InvalidFormat::new` I need...
Similar to the Datetime Form Type: https://symfony.com/doc/current/reference/forms/types/datetime.html#input Allow the property to be String, and have the Validator be used for the Guesser to be used if for what ever reason...
would it make sense to have the Entries that have Cron Expression as Properties to be able to be used with Symfony Scheduler? Currently i have written my own Cron...
For example, if we use CronExpressionForm with simple_text, and some invalid Cron Expression is inserted, then it results in an "HTTP 500 Internal Server Error" page Adding CronExpressionConstraint to the...
Closes #42 I'm unsure about if the second exception is more `InvalidFormat`, but these one wants an `$expectedFormat` and I don't think that works for this
Added Test case for recent Exception change
WIP so see if something is broken Dependencies that blocks 8.0 Version: * composer why-not vimeo/psalm "7.0.0-beta11" psalm/plugin-phpunit 0.19.5 requires vimeo/psalm (dev-master || ^6.10.0) * composer why-not symfony/cache "v8.0.0-BETA1" doctrine/doctrine-bundle...