Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/doctrine/DoctrineBundle

Symfony Bundle for Doctrine ORM and DBAL
https://github.com/doctrine/DoctrineBundle

Update Symfony docs URL

3a7a57d1cef601cc6f52045541dd739f4ed6e6b8 authored over 2 years ago by Antonio de la Vega <[email protected]>
Logging: allow disabling logging for all connections (#1500)

66961462f489003ee2e59007ce1f039f5b327114 authored almost 3 years ago by Stephan <[email protected]>
Merge pull request #1497 from doctrine/2.6.x-merge-up-into-2.7.x_GzLY2Irr

3b43be9c1f36830b4808aee29c954c4f098b28b3 authored almost 3 years ago by Gabriel Ostrolucký <[email protected]>
Fix error for logging middleware when logger is missing

b7002752b555cb61cc9ca8d4c89a5b6e8200f765 authored almost 3 years ago by Laurent VOULLEMIER <[email protected]>
#1494 - early return in MiddlewaresPass when doctrine.connections parameter is not present in the container

0620e230c6529011b305e07efa0df0678bf71a6d authored almost 3 years ago by mfris <[email protected]>
Fix new ConstructorSignatureMismatch psalm issue

d02a098988bf6b58b640cec2720cf533c1980fc2 authored almost 3 years ago by Gabriel Ostrolucký <[email protected]>
2.6 release

75a9750875d43977bab1368468a4e5389f5e0bfb authored almost 3 years ago by Gabriel Ostrolucký <[email protected]>
Merge remote-tracking branch 'origin/2.5.x' into 2.6.x

# Conflicts:
# Resources/doc/configuration.rst

eca20633225fde77d042ecdac222bc9a5cb20f6a authored almost 3 years ago by Gabriel Ostrolucký <[email protected]>
Fix default MySQL charset with doctrine/dbal > 2 (#1481)

Co-authored-by: Grégoire Paris <[email protected]>
Co-authored-by: Gabriel Ostrolucký <gab...

1e0d1d7a5982eeebc37dcb4d77bb1a5c5961d96d authored almost 3 years ago by Alexander Schranz <[email protected]>
Fix db name suffix parsing for replica (#1470)

Co-authored-by: Gabriel Ostrolucký <[email protected]>
Co-authored-by: Gabriel Ostrolucký <gabr...

eb7f3a25a483152238d63c377bba8a304ce3538c authored almost 3 years ago by kschusternetformic <[email protected]>
Allow userland middlewares

89b7ed68029975f44819f4db5dc756ea211920ea authored almost 3 years ago by Laurent VOULLEMIER <[email protected]>
Merge pull request #1479 from greg0ire/stop-recommending-charset

Stop giving charset examples

e7be98c07a84f9e17af02423d4a6d6ac385d48c2 authored almost 3 years ago by Grégoire Paris <[email protected]>
Stop giving charset examples

On PostgreSQL, UTF8 is a good recommendation. On MySQL though, it will
result in the usage of a ...

39b611293ff48b52692b462dc86efec6e04de2e3 authored almost 3 years ago by Grégoire Paris <[email protected]>
Merge pull request #1478 from greg0ire/deprecate-collate

Deprecate "collate" default table option

cd1f115b89869f7bd99c8a0cedc46fc358727a2e authored almost 3 years ago by Grégoire Paris <[email protected]>
Deprecate "collate" default table option

"collation" is what is expected now on the DBAL side.

04e73d1290deb3ce11c2bc9f6d13444d1f547868 authored almost 3 years ago by Grégoire Paris <[email protected]>
Merge pull request #1477 from doctrine/2.5.x

Merge 2.5.x up into 2.6.x

1b75234e580e1682a57468d6af7ac5c9d4688d0c authored almost 3 years ago by Grégoire Paris <[email protected]>
Remap collate to collation when appropriate

collate was never supposed to be supported and used in the first place,
and DBAL 3.3.2 fixed tha...

f1423b2a640b6ac545b6e0c02575427a4dc1e9dc authored almost 3 years ago by Grégoire Paris <[email protected]>
Merge pull request #1476 from greg0ire/2.6.x

Merge 2.5.x up into 2.6.x

543ec0f5f4d8b86cd6f1408e0bd91eac7d55934f authored almost 3 years ago by Grégoire Paris <[email protected]>
Merge remote-tracking branch 'origin/2.5.x' into 2.6.x

236b2ca4828f496148a95df0823c8ccccca2e069 authored almost 3 years ago by Grégoire Paris <[email protected]>
Merge pull request #1475 from greg0ire/fix-build

Fix build

0b47e6e3b8fb617a3deff770f582e4e24d874615 authored almost 3 years ago by Grégoire Paris <[email protected]>
Run phpcs with stable dependencies

This option was overlooked when migrating to reusable workflows.

b2fa2aa31ea582a68cb678e34cb36266a8dbdb1f authored almost 3 years ago by Grégoire Paris <[email protected]>
Require php 8

Attributes are available since PHP 8.

99cc3b3d83b9d5a9f4db57f4800bc03694e8dda6 authored almost 3 years ago by Grégoire Paris <[email protected]>
Comply with class-string requirement

This class implements an interface that requires getClassName() to
return a class-string.

eec8f555b6e71b8fbee5f5b0f221ca19120b2911 authored almost 3 years ago by Grégoire Paris <[email protected]>
Drop useless guard condition

Apparently it was added in a08bc3b4d8567cdff05e89b272ba1e06e9d71c21 to
satisfy Psalm. Either the...

f1f034bc0bb4953535e9a60580fd71f4bc14da28 authored almost 3 years ago by Grégoire Paris <[email protected]>
Stop declaring doctrine/orm 3.x compatibility

ORM 3.x support is broken currently

100687e17077034c3ef47a0d6ecf06bd41c8ca07 authored almost 3 years ago by Gabriel Ostrolucký <[email protected]>
Make commands compatible with doctrine/orm 3.x

2f308bb6325be4d92d6e8cb4cb420454d7dcfb42 authored almost 3 years ago by Gabriel Ostrolucký <[email protected]>
Fix remaining test failures

bbb3b8274632e49f52918a08c845eee8d742942b authored almost 3 years ago by Gabriel Ostrolucký <[email protected]>
Fix remaining test failures

5c086cbbe5327937dd6f90da075f7d421b0f28bc authored almost 3 years ago by Gabriel Ostrolucký <[email protected]>
Replace FQCN strings with ::class

aa4898bd02d6b3b89dc3af54595396da0f718635 authored almost 3 years ago by Gabriel Ostrolucký <[email protected]>
Add entity argument to AsEntityListener attribute

d0ce6c499eb424945ec218b2612b2512cc079056 authored almost 3 years ago by Simon Marx <[email protected]>
Add support for DoctrineOpenTransactionLoggerMiddleware

e7b76ba472412244d0d6d0f32708a8bacf4d3ee1 authored almost 3 years ago by Grégoire Pineau <[email protected]>
Allow to use dbal logging middleware

instead of deprecated SQLLogger

289f168a7fe6002cdad18683f142fbd219c93af1 authored almost 3 years ago by Laurent VOULLEMIER <[email protected]>
Configure Query and ResultCache as PSR6

d128cafa714a0bfc08d842c370c9e367bec772a0 authored almost 3 years ago by David Maicher <[email protected]>
Fix failing test with recent doctrine/orm

b9088db512a78e96d8a6499f4b3e4015117d6b04 authored almost 3 years ago by Gabriel Ostrolucký <[email protected]>
Remove ProfilerController forcibly when requirements are not met

Looks like ignore_unitialized is still not enough, we do really need to remove it manually...

F...

7f6209e0ff507fefd47ffdf3806c547fce0dd191 authored almost 3 years ago by Gabriel Ostrolucký <[email protected]>
fix container linting in case twig or profiler service are unavailable

f6191c50600bad1c0195638413f53aee6158b909 authored about 3 years ago by David Maicher <[email protected]>
Update workflow dependency versions

f6cbf1816691bd2632407f6f34cf5db24fc2e411 authored about 3 years ago by Gabriel Ostrolucký <[email protected]>
add /.github to export-ignore

b75fb15e2b5d1c6daeef3f35a262dc9d5e4148bb authored about 3 years ago by David Maicher <[email protected]>
fix: Doctrine ORM 3 support

15af5b5b449a7d725f9747ad58d8f7d588ad865c authored about 3 years ago by Kévin Dunglas <[email protected]>
feat: run tests with ORM v3

e651ab6b22a02c0e8ac4c4b967a480f705b00f51 authored about 3 years ago by Kévin Dunglas <[email protected]>
fix: don't register doctrine:mapping:import when using ORM v3

6ac3cc630ce87c9558cf98f9e0ef28243551c3f0 authored about 3 years ago by Kévin Dunglas <[email protected]>
Fix container tests for debug.file_link_format

Env var are not transformed

15d8552a948324a771e6b3a8a477eb6691fd6e0b authored about 3 years ago by Jérôme Tamarelle <[email protected]>
Fix ProfilerController compatibility with Symfony 6

913c7bfd26fb8f1a65f1173dc786526da6157171 authored about 3 years ago by Gabriel Ostrolucký <[email protected]>
Fix wrong floatMS type in DoctrineDataCollector

Fixes a deprecation warning on PHP 8.1

closes #1446

fdcb56792632069e136110255215267ef2bfd053 authored about 3 years ago by Gabriel Ostrolucký <[email protected]>
CacheCompatibilityPass will also take care of FileLockRegion.

45d4f6a6e91c9774b45889c0fad6b60c6441e22f authored about 3 years ago by Artem Lopata <[email protected]>
Suppress `InvalidClass: Class, interface or enum Doctrine\DBAL\Platforms\MySQLPlatform has wrong casing`

97cea2188a6a2af8dd10e3208111b3d1b9699331 authored about 3 years ago by Gabriel Ostrolucký <[email protected]>
Disable coverage on dev stability check

We don't really need it here and it causes issue https://github.com/sebastianbergmann/php-code-c...

0a401e1d9e3b1707d5281bbb9e2cab650a78732f authored about 3 years ago by Gabriel Ostrolucký <[email protected]>
Update https instead of http in composer.json

5b93c1fb71bc4850e192b72cc33c6ed27d857c93 authored about 3 years ago by Sebastian <[email protected]>
Explicitly test symfony 6.x support via GH CI

f07b2ed3ee6bfac4a97d36eb9dfa004157981f05 authored about 3 years ago by Gabriel Ostrolucký <[email protected]>
Allow symfony/service-contracts 3

5b77477ba2981a00b423d1bb17084b87eb57a4a5 authored about 3 years ago by Sergey Kamenskiy <[email protected]>
Allow deprecation-contracts v3 (#1434)

511d22bf801fc094bdce9c7b3a238d0d1e8d9512 authored about 3 years ago by Alexander M. Turek <[email protected]>
Undeprecate doctrine:cache:clear-metadata command (fixes #1432)

7d36ca4e055f3fc54f689b28f082b4497184e0f9 authored about 3 years ago by Gabriel Ostrolucký <[email protected]>
Add codecov badge

e008e76b584bbb04f8903ee6d36ac9c5adcbcc64 authored about 3 years ago by Gabriel Ostrolucký <[email protected]>
Fix mb_strtoupper deprecation on PHP 8.1 in tests

5231fa0f4b8450c5edc6fc41f201ab659d249649 authored about 3 years ago by Gabriel Ostrolucký <[email protected]>
Update .doctrine-project.json

81970b543e7d0c8d9dffed152397a7374f143f51 authored about 3 years ago by Gabriel Ostrolucký <[email protected]>
Update badge icon

4a75cead0bb01cadc57c81cfa7c905e3151ed119 authored about 3 years ago by Gabriel Ostrolucký <[email protected]>
Exclude custom region classes from CacheCompatibilityPass

dc8514d38ff3814de3bb23c0b77a75f382717bc8 authored about 3 years ago by Gabriel Ostrolucký <[email protected]>
Register DBAL cache adapter for Symfony 5.4+ (#1421)

80d1391080d1c15cfef258722bf20341759ab78a authored about 3 years ago by Jérôme Tamarelle <[email protected]>
Add support for detecting bundle mapping with the new bundle structure

9e6fb1eb130f1c680350a6dc11f69c4ac069f66b authored about 3 years ago by Michael Babker <[email protected]>
Merge remote-tracking branch 'origin/2.4.x' into 2.5.x

a56e4cbf728433ab2c0804b2c34295bc273c3f92 authored about 3 years ago by Gabriel Ostrolucký <[email protected]>
Silence invalid SA violation

c7d1ac11eeb9b1776dc868a8b83f5d3a06043f58 authored about 3 years ago by Gabriel Ostrolucký <[email protected]>
Update matrix for PHP 8.*

c7e2f0d2d225aa2409625c5117603d40aceb3d45 authored about 3 years ago by Gabriel Ostrolucký <[email protected]>
Fix tests under PHP 8

ae0728361c9e6b7117d2b2a91adb82363f0c0cdd authored about 3 years ago by Gabriel Ostrolucký <[email protected]>
Merge branch '2.4.x' into 2.5.x

# Conflicts:
# Tests/DependencyInjection/AbstractDoctrineExtensionTest.php

e37aa918a74d012bb6a500daaafff5186df0f632 authored about 3 years ago by Gabriel Ostrolucký <[email protected]>
Fix testsuite compatibility with newest doctrine-bridge

06eabc01f71085cf348c28a059a36b0ea6d14a7c authored about 3 years ago by Gabriel Ostrolucký <[email protected]>
Merge remote-tracking branch 'origin/2.4.x' into 2.5.x

77156856fdae7c2d1ce72e4737e19b2725f93306 authored about 3 years ago by Gabriel Ostrolucký <[email protected]>
Merge pull request #1409 from greg0ire/missing-digit

Add missing digit in version number

8d09f2bbc17d5cfba21dd12fae022d34d5464f29 authored about 3 years ago by Grégoire Paris <[email protected]>
Add missing digit in version number

b31b5e65f4ffb93b171c5832d193159538c8318a authored about 3 years ago by Grégoire Paris <[email protected]>
Support auto generate mode `FILE_NOT_EXISTS_OR_CHANGED`

See:
- https://github.com/doctrine/common/pull/938
- https://github.com/doctrine/common/releases...

89e2eecabcf67c4161d43a5d95ec9bd6e54a97c0 authored about 3 years ago by Ruud Kamphuis <[email protected]>
Merge pull request #1406 from greg0ire/reuse-workflows

Reuse workflows from upstream

3cac90b9a7daab0ace49cfe50fa551cb6be19ff6 authored about 3 years ago by Grégoire Paris <[email protected]>
Reuse workflows from upstream

The continuous integration workflow cannot be replaced because it is too
specific, and the stati...

4975d24d2d3a03bb8e076db3d4af256fee9bceca authored about 3 years ago by Grégoire Paris <[email protected]>
Merge pull request #1405 from ruudk/undeprecate-metadata-cache-driver

a8d8e78b007d8f5c38802feb159257ff35e7e867 authored about 3 years ago by Gabriel Ostrolucký <[email protected]>
Undo deprecation of `metadata_cache_driver`

This allows projects to still choose to opt-in on caching the metadata.

When the configuration ...

fdc5a493c0a8f32248bf3dca90966d19e6bd56d0 authored over 3 years ago by Ruud Kamphuis <[email protected]>
Merge release 2.4.3 into 2.5.x (#1404)

aaafed3e27ec128b5a82ad9cb82077a097332aa7 authored over 3 years ago by Alexander M. Turek <[email protected]>
Run PHPCS on PHP 8 (#1400)

62a188ce2192e6b3b7a2019c26c5001778818b83 authored over 3 years ago by Alexander M. Turek <[email protected]>
Bump DBAL and remove compat code (#1402)

ff0c78960de569caadd4859bd2f66f8ab7553959 authored over 3 years ago by Alexander M. Turek <[email protected]>
Merge pull request #1401 from doctrine/2.4.x

Merge 2.4.x into 2.5.x

148df5a2e071bded0be418c0884224c8c4c5a904 authored over 3 years ago by Alexander M. Turek <[email protected]>
Fix tests (DBAL 3, Symfony 6) (#1399)

ed095226061b9bd787622bd56d603f1f642bb66c authored over 3 years ago by Alexander M. Turek <[email protected]>
Merge pull request #1397 from doctrine/second-level-cache-fix

c394f2072552a70197e20e333dfa1252af714136 authored over 3 years ago by Gabriel Ostrolucký <[email protected]>
Fix CacheCompatibilityPass for doctrine slc caches

64234c75f49853e5619e98e9ed53493c3a3d85dc authored over 3 years ago by Gabriel Ostrolucký <[email protected]>
Merge pull request #1394 from javiereguiluz/patch-2

[Doc] Fix minor RST syntax issue

a60f8bc7721d8bdbbfd0fd648946b99822bc73ea authored over 3 years ago by Gabriel Ostrolucký <[email protected]>
[Doc] Fix minor RST syntax issue

eb69fe5707d72f34e67bc4300d7e0a163d3dcc56 authored over 3 years ago by Javier Eguiluz <[email protected]>
Fix CI errors that resulted from relying on transitive dependency

doctrine/orm removed doctrine/annotations requirement

d7afbaca3274078f5d44e3c8c38acd0e6dc66cc7 authored over 3 years ago by Gabriel Ostrolucký <[email protected]>
Fix RegistryTest compat with symfony/doctrine-bridge 6.x

611c9b8a6e55e938bf52afa7c8d20312031c7782 authored over 3 years ago by Gabriel Ostrolucký <[email protected]>
Fix new psalm failure due to violation change

e157d005cce7e2671135a1f085b3bab2e2fbfa72 authored over 3 years ago by Gabriel Ostrolucký <[email protected]>
Merge pull request #1392 from nicolas-grekas/ret

Add native return type to commands

984bbc544e3bdaf23c9cf629b509b3edd1167ffd authored over 3 years ago by Gabriel Ostrolucký <[email protected]>
Add native return type to commands

af0e8c2b0e84ac5ffd8c969926def6bcbf0be6d0 authored over 3 years ago by Nicolas Grekas <[email protected]>
Add metadata for symfony.com/bundles (#1388)

32c4d1688044d73946ea7257054a2bccf2f8d6a6 authored over 3 years ago by Alexander M. Turek <[email protected]>
Adding PHP Attributes code sample (#1385)

bd95cd6c6da50e29a43637692562fb38fdca057f authored over 3 years ago by Thomas Landauer <[email protected]>
Fix icon.svg (#1387)

35af4a0bf1b1283e330b22ffbde6d6da4b195d61 authored over 3 years ago by Bilge <[email protected]>
do not register validator_loader if validator bundle is not available (#1379)

fd146e91adc9158135223ac4a8d47e0af1bf26cb authored over 3 years ago by M. Vondano <[email protected]>
Merge remote-tracking branch 'origin/2.4.x' into 2.5.x

# Conflicts:
# DependencyInjection/Configuration.php
# Tests/DependencyInjection/AbstractDoctrin...

afe36abeb5a1c07a6de771c113c388291e260509 authored over 3 years ago by Gabriel Ostrolucký <[email protected]>
Test and fix cache compatibility layer (#1365)

Co-authored-by: Gabriel Ostrolucký <[email protected]>

4202ce675d29e70a8b9ee763bec021b6f44caccb authored over 3 years ago by Andreas Braun <[email protected]>
Fix Charset passed via URL is overridden (#1363)

2c313a024ac6732fcd9cc95a35230663725c8ef7 authored over 3 years ago by Saleh Saeed <[email protected]>
Allow to register AttributeDriver via DoctrineOrmMappingsPass

a112868affb604481f93701050d2d7d7a17e06ed authored over 3 years ago by Tomas <[email protected]>
Make configuration error message better understandable (#1367)

2a4f32da2a37596af4adf40574f52353489eb607 authored over 3 years ago by Andreas Frömer <[email protected]>
Revert "Disallow mixed use of simplified and non-simplified configuration"

This reverts problematic parts of commit 759018e8

We will go with something else instead. Most ...

4decb9352208847e45254b14bac01d3622f2a37f authored over 3 years ago by Gabriel Ostrolucký <[email protected]>
Make configuration error message better understandable (#1367)

3242af8c62219dbbe6a9db258e8514b29d4e55d6 authored over 3 years ago by Andreas Frömer <[email protected]>
Fix Charset passed via URL is overridden (#1363)

aa17a6c8b500db0ab35de1ce4a86b07b60128727 authored over 3 years ago by Saleh Saeed <[email protected]>
Fix cache compatibility with cache pools

7f472cc85eba050a83fcf38cece87b868877d7e2 authored over 3 years ago by Gabriel Ostrolucký <[email protected]>