laravel-doctrine / orm

A drop-in Doctrine ORM 2 implementation for Laravel 5+ and Lumen
http://laraveldoctrine.org
MIT License
823 stars 180 forks source link

Extend the doctrine commands #548

Closed eigan closed 1 year ago

eigan commented 1 year ago

These commands do the same and are actually maintained.

Also just cleaned up the UPGRADE a bit

codecov-commenter commented 1 year ago

Codecov Report

Base: 61.68% // Head: 67.65% // Increases project coverage by +5.96% :tada:

Coverage data is based on head (6580d35) compared to base (a805c91). Patch coverage: 0.00% of modified lines in pull request are covered.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## 2.0 #548 +/- ## ============================================ + Coverage 61.68% 67.65% +5.96% + Complexity 641 587 -54 ============================================ Files 90 91 +1 Lines 2075 1892 -183 ============================================ Hits 1280 1280 + Misses 795 612 -183 ``` | [Impacted Files](https://codecov.io/gh/laravel-doctrine/orm/pull/548?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [src/Console/ClearMetadataCacheCommand.php](https://codecov.io/gh/laravel-doctrine/orm/pull/548?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL0NvbnNvbGUvQ2xlYXJNZXRhZGF0YUNhY2hlQ29tbWFuZC5waHA=) | `0.00% <0.00%> (ø)` | | | [src/Console/ClearQueryCacheCommand.php](https://codecov.io/gh/laravel-doctrine/orm/pull/548?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL0NvbnNvbGUvQ2xlYXJRdWVyeUNhY2hlQ29tbWFuZC5waHA=) | `0.00% <0.00%> (ø)` | | | [src/Console/ClearResultCacheCommand.php](https://codecov.io/gh/laravel-doctrine/orm/pull/548?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL0NvbnNvbGUvQ2xlYXJSZXN1bHRDYWNoZUNvbW1hbmQucGhw) | `0.00% <0.00%> (ø)` | | | [src/Console/EnsureProductionSettingsCommand.php](https://codecov.io/gh/laravel-doctrine/orm/pull/548?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL0NvbnNvbGUvRW5zdXJlUHJvZHVjdGlvblNldHRpbmdzQ29tbWFuZC5waHA=) | `0.00% <0.00%> (ø)` | | | [src/Console/EntityManagerProvider.php](https://codecov.io/gh/laravel-doctrine/orm/pull/548?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL0NvbnNvbGUvRW50aXR5TWFuYWdlclByb3ZpZGVyLnBocA==) | `0.00% <0.00%> (ø)` | | | [src/Console/GenerateProxiesCommand.php](https://codecov.io/gh/laravel-doctrine/orm/pull/548?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL0NvbnNvbGUvR2VuZXJhdGVQcm94aWVzQ29tbWFuZC5waHA=) | `0.00% <0.00%> (ø)` | | | [src/Console/InfoCommand.php](https://codecov.io/gh/laravel-doctrine/orm/pull/548?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL0NvbnNvbGUvSW5mb0NvbW1hbmQucGhw) | `0.00% <0.00%> (ø)` | | | [src/Console/SchemaCreateCommand.php](https://codecov.io/gh/laravel-doctrine/orm/pull/548?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL0NvbnNvbGUvU2NoZW1hQ3JlYXRlQ29tbWFuZC5waHA=) | `0.00% <0.00%> (ø)` | | | [src/Console/SchemaDropCommand.php](https://codecov.io/gh/laravel-doctrine/orm/pull/548?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL0NvbnNvbGUvU2NoZW1hRHJvcENvbW1hbmQucGhw) | `0.00% <0.00%> (ø)` | | | [src/Console/SchemaUpdateCommand.php](https://codecov.io/gh/laravel-doctrine/orm/pull/548?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL0NvbnNvbGUvU2NoZW1hVXBkYXRlQ29tbWFuZC5waHA=) | `0.00% <0.00%> (ø)` | | | ... and [1 more](https://codecov.io/gh/laravel-doctrine/orm/pull/548?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.