mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #479] [CLOSED] [WIP][Mapping] Ported some of the yaml driver to use Symfony config #8258
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/orm/pull/479
Author: @kimhemsoe
Created: 10/14/2012
Status: ❌ Closed
Base:
master← Head:sf_config_driver📝 Commits (4)
36518d7Changed Yamldriver to use symfony configd4254ccFixed travis build.9864c71Removed Extension interface and config submodule. Some renames of classes.0913081Removed the rest of git submodule📊 Changes
7 files changed (+648 additions, -26 deletions)
View changed files
📝
.travis.yml(+1 -1)📝
composer.json(+7 -1)➕
lib/Doctrine/ORM/Mapping/Driver/Configuration/YamlExtension.php(+58 -0)➕
lib/Doctrine/ORM/Mapping/Driver/Configuration/YamlMappingConfiguration.php(+478 -0)📝
lib/Doctrine/ORM/Mapping/Driver/YamlDriver.php(+50 -19)📝
tests/Doctrine/Tests/ORM/Mapping/YamlMappingDriverTest.php(+52 -5)➕
tests/Doctrine/Tests/ORM/Mapping/yaml/Doctrine.Tests.ORM.Mapping.Article.dcm.yml(+2 -0)📄 Description
Looking for some input. How much validation and normailization should i push to the configuration ? Should i use default values so we can remove alot of lines from the driver ?
Is the way im allowing to extend the configuration good enough for Gedmo and others (untested)?
and.. did i catch all the settings ?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.