This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Workflow
Samuel ROZE 4a7e6fa9bc Merge branch '4.1'
* 4.1:
  [Messenger] Middleware factories support in config
  [HttpKernel] Make TraceableValueResolver $stopwatch mandatory
  [Messenger] Improve the profiler panel
  [Workflow] Added DefinitionBuilder::setMetadataStore().
  [Messenger][DX] Uses custom method names for handlers
  [Messenger] remove autoconfiguration for Sender/ReceiverInterface
  [Messenger] Make sure default receiver name is set before command configuration
  [HttpKernel] Fix services are no longer injected into __invoke controllers method
  Rename tag attribute "name" by "alias"
  Autoconfiguring TransportFactoryInterface classes
  [Messenger] Fix new AMQP Transport test with Envelope
  Fixed return senders based on the message parents/interfaces
  [Messenger] Make sure Sender and Receiver locators have valid services
  [Workflow] add is deprecated since Symfony 4.1. Use addWorkflow() instead
  [Messenger] Fix TraceableBus with envelope
  Ensure the envelope is passed back and can be altered Ensure that the middlewares can also update the message within the envelope
  feature #26945 [Messenger] Support configuring messages when dispatching (ogizanagi)
  Add more tests around the AMQP transport
2018-05-14 20:20:21 +01:00
..
DependencyInjection Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
Dumper [Workflow] Drop nofooter option in PlantUmlDumper (dead code) 2018-02-09 16:44:04 +01:00
Event [Workflow] "clear()" instead of "reset()" 2018-04-29 09:31:06 -07:00
EventListener [Workflow] Cleaned the transition blocker implementations 2018-03-20 19:12:40 +01:00
Exception Mark ExceptionInterfaces throwable 2018-03-30 17:58:13 +02:00
MarkingStore Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
Metadata [Workflow] Fixed default parameters 2018-03-23 15:16:51 +01:00
SupportStrategy made deprecation notices less verbose 2018-02-19 13:10:10 +01:00
Tests [Workflow] Added DefinitionBuilder::setMetadataStore(). 2018-05-11 18:37:20 +02:00
Validator Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
CHANGELOG.md [Workflow] "clear()" instead of "reset()" 2018-04-29 09:31:06 -07:00
composer.json updated version to 4.2 2018-05-07 16:51:25 +02:00
Definition.php [Workflow] Added DefinitionBuilder::setMetadataStore(). 2018-05-11 18:37:20 +02:00
DefinitionBuilder.php [Workflow] Added DefinitionBuilder::setMetadataStore(). 2018-05-11 18:37:20 +02:00
LICENSE Merge branch '2.8' into 3.3 2018-01-03 18:13:53 +01:00
Marking.php [TwigBridge][Workflow] Fixed code and tests 2017-01-12 19:55:06 +01:00
phpunit.xml.dist Revert "[Workflow] Added the symfony/phpunit-bridge" 2018-02-09 16:09:32 +01:00
README.md [Workflow] update documentation URL in readme 2017-04-05 10:00:23 +02:00
Registry.php [Workflow][Registry] Added the 'all' method which returns all the workflows associated to a specific object #26618 2018-04-02 13:40:05 +02:00
StateMachine.php Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
Transition.php [Workflow] Remove constraints on transition/place name + Updated Dumper 2018-02-08 10:50:23 +01:00
TransitionBlocker.php [Workflow] Cleaned the transition blocker implementations 2018-03-20 19:12:40 +01:00
TransitionBlockerList.php [Workflow] "clear()" instead of "reset()" 2018-04-29 09:31:06 -07:00
Workflow.php Finished implementation of TransitionException 2018-03-23 11:28:40 +01:00
WorkflowInterface.php [Workflow] Add a MetadataStore 2018-03-21 11:06:23 +01:00