open-orchestra/open-orchestra-front-bundle

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.gitignore
.travis.php.ini
.travis.yml
FrontBundle/Resources/config/database_routing.yml
FrontBundle/Resources/config/preview_routing.yml
FrontBundle/Resources/config/services.yml
FrontBundle/Resources/config/subquery.yml
FrontBundle/Resources/config/subscriber.yml
FrontBundle/Resources/config/twig.yml
FrontBundle/Resources/config/voter.yml
FrontBundle/Resources/public/css/Default/default.css
FrontBundle/Resources/views/Exception/error.fragment.html.twig
FrontBundle/Resources/views/Exception/exception.fragment.html.twig
FrontBundle/Resources/views/HealthCheck/health_check.html.twig
FrontBundle/Resources/views/Node/area.html.twig
FrontBundle/Resources/views/Node/base_node.html.twig
FrontBundle/Resources/views/Template/Default/_footer.html.twig
FrontBundle/Resources/views/Template/Default/_header.html.twig
FrontBundle/Resources/views/Template/Default/base_default.html.twig
FrontBundle/Resources/views/Template/Default/column_left.html.twig
FrontBundle/Resources/views/Template/Default/column_right.html.twig
FrontBundle/Resources/views/Template/Default/home.html.twig
FrontBundle/Tests/DependencyInjection/Fixtures/config/empty.yml
FrontBundle/Tests/DependencyInjection/Fixtures/config/value.yml
ISSUE_TEMPLATE
LICENSE
README.md
composer.json
phpunit.xml.dist
FrontBundle/Command/OrchestraGenerateErrorPagesCommand.php49
A
1 hr
FrontBundle/Command/OrchestraGenerateRobotsCommand.php47
B
4 hrs
FrontBundle/Command/OrchestraGenerateSitemapCommand.php50
B
4 hrs
FrontBundle/Controller/BlockController.php33
FrontBundle/Controller/HealthCheckController.php25
FrontBundle/Controller/NodeController.php102
FrontBundle/DependencyInjection/Compiler/SubQueryCompilerPass.php14
FrontBundle/DependencyInjection/Compiler/TemplateCompilerPass.php13
FrontBundle/DependencyInjection/Compiler/TwigTemplateLoaderCompilerPass.php13
FrontBundle/DependencyInjection/Configuration.php51
FrontBundle/DependencyInjection/OpenOrchestraFrontExtension.php25
FrontBundle/EventSubscriber/KernelExceptionSubscriber.php128
A
3 hrs
FrontBundle/Exception/DisplayBlockException.php5
FrontBundle/Exception/NoRenderingMethodForNodeException.php5
FrontBundle/Exception/NonExistingAreaException.php5
FrontBundle/Exception/NonExistingBlockException.php5
FrontBundle/Exception/NonExistingNodeException.php6
FrontBundle/Exception/NonExistingSiteException.php6
FrontBundle/Exception/NonExistingTemplateException.php5
FrontBundle/HealthCheck/EsiTest.php25