From ee68b1dfa7c52ca00923ef8afef43cab5e765caf Mon Sep 17 00:00:00 2001 From: Maxime Steinhausser Date: Tue, 23 Jul 2019 15:40:37 +0200 Subject: [PATCH] [Messenger][Profiler] Collect the stamps at the end of dispatch --- .../Bundle/WebProfilerBundle/CHANGELOG.md | 11 ++++--- .../views/Collector/messenger.html.twig | 16 ++++++++-- .../DataCollector/MessengerDataCollector.php | 1 + .../MessengerDataCollectorTest.php | 6 ++-- .../Tests/TraceableMessageBusTest.php | 31 ++++++++++++++++++- .../Messenger/TraceableMessageBus.php | 4 +-- src/Symfony/Component/VarDumper/CHANGELOG.md | 1 + 7 files changed, 58 insertions(+), 12 deletions(-) diff --git a/src/Symfony/Bundle/WebProfilerBundle/CHANGELOG.md b/src/Symfony/Bundle/WebProfilerBundle/CHANGELOG.md index 253c125e12655..d785a0fcd7912 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/CHANGELOG.md +++ b/src/Symfony/Bundle/WebProfilerBundle/CHANGELOG.md @@ -4,11 +4,12 @@ CHANGELOG 4.4.0 ----- - * Added button to clear the ajax request tab - * Deprecated the `ExceptionController::templateExists()` method - * Deprecated the `TemplateManager::templateExists()` method - * Deprecated the `ExceptionController` in favor of `ExceptionPanelController` - * Marked all classes of the WebProfilerBundle as internal + * added button to clear the ajax request tab + * deprecated the `ExceptionController::templateExists()` method + * deprecated the `TemplateManager::templateExists()` method + * deprecated the `ExceptionController` in favor of `ExceptionPanelController` + * marked all classes of the WebProfilerBundle as internal + * added a section with the stamps of a message after it is dispatched in the Messenger panel 4.3.0 ----- diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/messenger.html.twig b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/messenger.html.twig index 6f2af8dd452d1..b48aaa82e5787 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/messenger.html.twig +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/messenger.html.twig @@ -45,7 +45,7 @@ {{ parent() }}