mirror of
https://github.com/code-rhapsodie/dataflow-bundle.git
synced 2026-03-24 06:42:23 +01:00
[PR #55] [MERGED] Improved logging #76
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/code-rhapsodie/dataflow-bundle/pull/55
Author: @jeremycr
Created: 1/8/2021
Status: ✅ Merged
Merged: 1/15/2021
Merged by: @jbcr
Base:
master← Head:improved_logs📝 Commits (4)
798969aImproved logging3f5bf0eBetter handling of default loggerb218934Update src/DataflowType/Dataflow/Dataflow.php6ae3654Updated README📊 Changes
15 files changed (+263 additions, -52 deletions)
View changed files
📝
README.md(+32 -0)📝
composer.json(+11 -3)📝
src/CodeRhapsodieDataflowBundle.php(+5 -1)📝
src/Command/ExecuteDataflowCommand.php(+18 -17)📝
src/DataflowType/AbstractDataflowType.php(+9 -1)📝
src/DataflowType/Dataflow/Dataflow.php(+39 -18)📝
src/DependencyInjection/CodeRhapsodieDataflowExtension.php(+1 -0)➕
src/DependencyInjection/Compiler/DefaultLoggerCompilerPass.php(+34 -0)📝
src/DependencyInjection/Configuration.php(+3 -0)📝
src/Exceptions/UnknownDataflowTypeException.php(+8 -0)➕
src/Logger/BufferHandler.php(+42 -0)➕
src/Logger/DelegatingLogger.php(+32 -0)📝
src/Registry/DataflowTypeRegistry.php(+1 -1)📝
src/Resources/config/services.yaml(+0 -1)📝
src/Runner/PendingDataflowRunner.php(+28 -10)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.