GitHub / doctrine/DoctrineORMModule / commits
Doctrine ORM Module for Laminas
SHA | Message | Author | Date | Stats |
---|---|---|---|---|
4d8edcc2 | Add PHP 8.0 support |
Filippo Tessarotto <z****m@g****m>
Committed by: Tom H Anderson <t****n@g****m> |
over 4 years ago | |
4ae86c31 | Remove unused import |
Witold Wasiczko <w****d@w****l>
Committed by: Tom H Anderson <t****n@g****m> |
over 4 years ago | |
13ed6e7b | psalm support |
Witold Wasiczko <w****d@w****l>
Committed by: Tom H Anderson <t****n@g****m> |
over 4 years ago | |
45f700dc | Move to separate workflow |
Witold Wasiczko <w****d@w****l>
Committed by: Tom H Anderson <t****n@g****m> |
over 4 years ago | |
52734378 | Fix types and remove old class |
Witold Wasiczko <w****d@w****l>
Committed by: Tom H Anderson <t****n@g****m> |
over 4 years ago | |
4057bb84 | Fix return type |
Witold Wasiczko <w****d@w****l>
Committed by: Tom H Anderson <t****n@g****m> |
over 4 years ago | |
6ec92cf0 | merge Merge pull request #660 from TomHAnderson/hotfix/migrations_configuration_3.2 |
Grégoire Paris <p****r@g****r>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
6f97d707 | Add documentation about RunSqlCommandFactory. |
Brent Foosness <b****s@u****m>
Committed by: Tom H Anderson <t****n@g****m> |
over 4 years ago | |
09c5f641 | Prevent E_USER_DEPRECATED error when creating RunSqlCommand. |
Brent Foosness <b****s@u****m>
Committed by: Tom H Anderson <t****n@g****m> |
over 4 years ago | |
03f3d03e | Remove link from new documentation. |
Brent Foosness <b****s@u****m>
Committed by: Tom H Anderson <t****n@g****m> |
over 4 years ago | |
d54f6c1b | Update README.md |
Tom H Anderson <t****n@g****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
1cb7f15e | Removed migrations_configuration from services | Tom H Anderson <t****n@g****m> | over 4 years ago | |
a5b649f0 | Remove version number from project name |
Claudio Zizza <8****n@u****m>
Committed by: Tom H Anderson <t****n@g****m> |
over 4 years ago | |
3efa2726 | Allow config DependencyFactory |
Stéphane Demonchaux <d****e@g****m>
Committed by: Tom H Anderson <t****n@g****m> |
over 4 years ago | |
c7bde3d5 | Use || instead of | in composer.json | Tom H Anderson <t****n@g****m> | over 4 years ago | |
72e8f0ef | Add hack of class_exists to AnnotationBuilder | Tom H Anderson <t****n@g****m> | over 4 years ago | |
bc116860 | Added support for Persistence 2.0 | Tom H Anderson <t****n@g****m> | over 4 years ago | |
45a5dda4 | Sorted use statements | Tom H Anderson <t****n@g****m> | over 4 years ago | |
7c08c73a | Remove composer.lock from version control |
Grégoire Paris <p****r@g****r>
Committed by: Tom H Anderson <t****n@g****m> |
over 4 years ago | |
cba4f98a | Migrate to Github Actions |
Grégoire Paris <p****r@g****r>
Committed by: Tom H Anderson <t****n@g****m> |
over 4 years ago | |
34d79cba | merge Merge pull request #645 from doctrine/greg0ire-patch-1 |
Grégoire Paris <p****r@g****r>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
d90d5aa0 | Setup release workflow |
Grégoire Paris <p****r@g****r>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
a9c326da | Removed default value for orm_module organize_migrations because it cannot be... | Tom H Anderson <t****n@g****m> | almost 5 years ago | |
1d9170b7 | Support for Migrations 3 | Tom H Anderson <t****n@g****m> | almost 5 years ago | |
ed94f81d | Sorted globals in .travis.yml | Tom H Anderson <t****n@g****m> | almost 5 years ago | |
18f7791a | Added COMPOSER arg so two composer.json files can be tested: one with | Tom H Anderson <t****n@g****m> | almost 5 years ago | |
65dfefc1 | Added a second test for all tests using composer-no-optional-repos.json | Tom H Anderson <t****n@g****m> | almost 5 years ago | |
4238177d | Fixed instances where migrations is not installed to skip implementation and ... | Tom H Anderson <t****n@g****m> | almost 5 years ago | |
4f2161cf | Instead of using two composer files just remove optional dependencies from co... | Tom H Anderson <t****n@g****m> | almost 5 years ago | |
dd6c4211 | Because all tests in MigrationsConfigurationHelperTest require migrations to ... | Tom H Anderson <t****n@g****m> | almost 5 years ago | |
bba54ddd | Modified composer-no-optional-repos.json to reflect that I'm the only one who... | Tom H Anderson <t****n@g****m> | almost 5 years ago | |
f445276c | Changed current branch to 3.0.x | Tom H Anderson <t****n@g****m> | almost 5 years ago | |
92f4806d | Reorganized testGetNonDefaultMigrationConfig | Tom H Anderson <t****n@g****m> | almost 5 years ago | |
8655dcba | Enabled multiple migration configurations | Tom H Anderson <t****n@g****m> | almost 5 years ago | |
03ad4a19 | Added a second object manager for testing migrations | Tom H Anderson <t****n@g****m> | almost 5 years ago | |
9b992b2a | phpcs fixes | Tom H Anderson <t****n@g****m> | almost 5 years ago | |
f34b8ffd | Better option fetching & new unit test for non-default object manager | Tom H Anderson <t****n@g****m> | almost 5 years ago | |
483135e9 |
Update test/DoctrineORMModuleTest/Console/Helper/MigrationsConfigurationHelpe...
Co-authored-by: Claudio Zizza <8****n@u****m> |
Tom H Anderson <t****n@g****m> | almost 5 years ago | |
6239b225 | Fixed alignment of factories | Tom H Anderson <t****n@g****m> | almost 5 years ago | |
58ce2cd4 | Renamed ConfigurationHelper to MigrationsConfigurationHelper | Tom H Anderson <t****n@g****m> | almost 5 years ago | |
dce481b7 | Added exception for invalid object manager alias | Tom H Anderson <t****n@g****m> | almost 5 years ago | |
b7f65ebe | Simplified getMigrationConfig() because the object-manager input option | Tom H Anderson <t****n@g****m> | almost 5 years ago | |
fe08d8a5 | Parse object manager alias with preg_match | Tom H Anderson <t****n@g****m> | almost 5 years ago | |
ad6dad39 | return MigrationsConfigurationHelper | Tom H Anderson <t****n@g****m> | almost 5 years ago | |
81f11025 | phpcs | Tom H Anderson <t****n@g****m> | almost 5 years ago | |
d89fb4fd | Removed old configuration for migrations | Tom H Anderson <t****n@g****m> | almost 5 years ago | |
c962286d | Changed try catch to phpunit exception handling | Tom H Anderson <t****n@g****m> | almost 5 years ago | |
51d92f02 | Added migrations directory for orm_other | Tom H Anderson <t****n@g****m> | almost 5 years ago | |
23ec211f | Added branch 2.x | Tom H Anderson <t****n@g****m> | almost 5 years ago | |
c1fb601e | Added .doctrine-project.json | Tom H Anderson <t****n@g****m> | almost 5 years ago | |
9997e913 | Simplify name and slug for 1.x | Tom H Anderson <t****n@g****m> | almost 5 years ago | |
bb2fdbff | Removed duplciate aliases, dropped unimportant branches | Tom H Anderson <t****n@g****m> | almost 5 years ago | |
45a05e1d | phpcs remove spaces at end of line | Tom H Anderson <t****n@g****m> | almost 5 years ago | |
c4b45b1b | Added return value. Function already defined self as return value. | Tom H Anderson <t****n@g****m> | almost 5 years ago | |
174f6aa9 | Set minimum persistence version to 1.3 | Tom H Anderson <t****n@g****m> | almost 5 years ago | |
a1480937 | Sort use statement in config | Tom H Anderson <t****n@g****m> | almost 5 years ago | |
6dcc3391 | Update namespace for MappingDriverChain |
Gary Gitton <g****n@g****m>
Committed by: Tom H Anderson <t****n@g****m> |
almost 5 years ago | |
f7e37250 | merge Merge pull request #630 from greg0ire/fix-build |
Tom H Anderson <t****n@g****m>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
9e3dbdb3 | Spell out "query builder" | Grégoire Paris <p****r@g****r> | almost 5 years ago | |
dd1b2a4d | Avoid recent versions of doctrine/migrations | Grégoire Paris <p****r@g****r> | almost 5 years ago | |
a785da2e | Manual fixes | Grégoire Paris <p****r@g****r> | almost 5 years ago | |
fc501480 | Automated fixes | Grégoire Paris <p****r@g****r> | almost 5 years ago | |
c1acb7ec | Setup Doctrine CS | Grégoire Paris <p****r@g****r> | almost 5 years ago | |
245c4709 | Upgrade packages to reach Composer 2 compatibility | Grégoire Paris <p****r@g****r> | almost 5 years ago | |
d9b473d7 | merge Merge pull request #622 from TomHAnderson/hotfix/conflict-migrations-3 |
Grégoire Paris <p****r@g****r>
Committed by: GitHub <n****y@g****m> |
about 5 years ago | |
b048cd3f | merge Merge pull request #623 from TomHAnderson/hotfix/cs |
Tom H Anderson <t****n@g****m>
Committed by: GitHub <n****y@g****m> |
about 5 years ago | |
95dfc666 | Reduce code nesting | Grégoire Paris <p****r@g****r> | about 5 years ago | |
8a76e9cf | Fix nesting of control structures per method as small as possible | Tom H Anderson <t****n@g****m> | about 5 years ago | |
ce635079 | Added conflict for Doctrine Migrations >=3 | Tom H Anderson <t****n@g****m> | about 5 years ago | |
792d0627 | merge Merge pull request #619 from greg0ire/scrutinizer➡codecov |
Grégoire Paris <p****r@g****r>
Committed by: GitHub <n****y@g****m> |
about 5 years ago | |
46ff5602 | Use CodeCov instead of Scrutinizer | Grégoire Paris <p****r@g****r> | about 5 years ago | |
3d206b84 | merge Merge pull request #618 from TomHAnderson/kokspflanze-patch-1 |
Tom H Anderson <t****n@g****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
82c62835 | Update module.config.php |
Oliver <k****e@u****m>
Committed by: Tom H Anderson <t****n@g****m> |
over 5 years ago | |
5b4b0058 | merge Merge pull request #617 from TomHAnderson/hotfix/infinite-migrations |
Tom H Anderson <t****n@g****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
d375c2d4 | Functional testing of migrations:migrate command creates an unanswereed prompt | Tom H Anderson <t****n@g****m> | over 5 years ago | |
5456f154 | merge Merge pull request #611 from gszy/zdt-to-laminas |
Tom H Anderson <t****n@g****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
6bfe3dba | Fix old Zend Developer Tools CSS class names | Grzegorz Szymaszek <g****k@s****l> | over 5 years ago | |
5c7c1606 | merge Merge pull request #609 from snapshotpl/patch-1 |
Tom H Anderson <t****n@g****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
72c024dd | Update MappingCollectorFactory.php |
Witold Wasiczko <s****l@u****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
b0423a6f | Fix fatal error |
Witold Wasiczko <s****l@u****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
78d4bec8 | merge Merge pull request #608 from doctrine/develop |
Tom H Anderson <t****n@g****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
2637f488 | merge Merge pull request #607 from TomHAnderson/feature/coding-standard |
Tom H Anderson <t****n@g****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
4ef8825f | Set coding-standard >= 7.0.2 | Tom H Anderson <t****n@g****m> | over 5 years ago | |
365da98f | Lock dbal >= 2.10 | Tom H Anderson <t****n@g****m> | over 5 years ago | |
4f098f7a | Use symfony/console ^5.0 | Tom H Anderson <t****n@g****m> | over 5 years ago | |
1a304be9 | Use Symfony console 5.0.4 in hopes of fixing Uncaught TypeError: Return value... | Tom H Anderson <t****n@g****m> | over 5 years ago | |
f3797d44 | Use DoctrineModule 4.0 | Tom H Anderson <t****n@g****m> | over 5 years ago | |
c3dfeb02 | phpcbf; update DoctrineModule develop branch | Tom H Anderson <t****n@g****m> | over 5 years ago | |
66b88ae1 | Removed all calls | Tom H Anderson <t****n@g****m> | over 5 years ago | |
3977ad33 | Use Doctrine coding standard on travis cs test | Tom H Anderson <t****n@g****m> | over 5 years ago | |
593b8a02 | Sort packages | Tom H Anderson <t****n@g****m> | over 5 years ago | |
834be742 | phpcs and phpunit work with latest Doctrine coding standard | Tom H Anderson <t****n@g****m> | over 5 years ago | |
0e7b0ed9 | merge Merge pull request #606 from TomHAnderson/hotfix/namespace-alphabetical |
Tom H Anderson <t****n@g****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
ca00a076 | merge Merge pull request #605 from TomHAnderson/hotfix/remove-version |
Tom H Anderson <t****n@g****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
2427915f | Corrected namespace alpha ordering | Tom H Anderson <t****n@g****m> | over 5 years ago | |
a014aff1 | The Version.php file is unncessary | Tom H Anderson <t****n@g****m> | over 5 years ago | |
9e9412e0 | merge Merge pull request #603 from TomHAnderson/feature/laminas-convert2 |
Tom H Anderson <t****n@g****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
4627c60f | New composer log (no dev?) | Tom H Anderson <t****n@g****m> | over 5 years ago | |
947dd0b0 | merge Merge branch 'feature/laminas-convert2' of github.com:TomHAnderson/DoctrineOR... | Tom H Anderson <t****n@g****m> | over 5 years ago | |
fd5d8475 | Removed testing of minimum-stabilty = dev | Tom H Anderson <t****n@g****m> | over 5 years ago |