mirror of
https://github.com/doctrine/DoctrineCacheBundle.git
synced 2026-04-27 02:28:14 +02:00
[PR #19] [CLOSED] [WIP] Add logging and DataCollector #90
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/doctrine/DoctrineCacheBundle/pull/19
Author: @dragonwize
Created: 4/25/2014
Status: ❌ Closed
Base:
master← Head:Add_logging_data_collector📝 Commits (7)
7f161a4Added foundation for logging and data collector.2985ccaAdded ajax data dumper. Added logger tests. Updated profiler panel. Added doc blocks.49e8b66Fixed travis test issues.2878f4eFixed minor standards issues.e3bc654Merge branch 'master' into Add_logging_data_collector3322379Refactored logging to use service decorators. Misc PR cleanup.ecdc680Added parameters to control logging. Changed composer symfony min version. Renamed cache proxy.📊 Changes
12 files changed (+760 additions, -1 deletions)
View changed files
➕
DataCollector/DoctrineCacheDataCollector.php(+62 -0)📝
DependencyInjection/CacheProviderLoader.php(+31 -0)➕
Logger/LogMaster.php(+112 -0)➕
Logger/LoggingCache.php(+156 -0)📝
Resources/config/services.xml(+7 -0)➕
Resources/public/css/profiler.css(+13 -0)➕
Resources/public/js/profiler.js(+36 -0)➕
Resources/views/Profiler/dump.html.twig(+1 -0)➕
Resources/views/Profiler/profiler.html.twig(+111 -0)➕
Tests/Logger/CacheLoggerProxyTest.php(+84 -0)➕
Tests/Logger/LogMasterTest.php(+146 -0)📝
composer.json(+1 -1)📄 Description
WORK IN PROGRESS
Architecture:
To do:
... more
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.