Ecosyste.ms: OpenCollective

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

github.com/doctrine/persistence

The Doctrine Persistence project is a library that provides common abstractions for object mapper persistence.
https://github.com/doctrine/persistence

Merge pull request #178 from doctrine/2.2.x-merge-up-into-3.0.x_60a019593b1c08.06542033

Merge release 2.2.0 into 3.0.x

f7f8365f42165deabbd898bb7ac997f8f8ae738f authored over 3 years ago by Grégoire Paris <[email protected]>
Merge remote-tracking branch 'origin/2.2.x' into 2.2.x-merge-up-into-3.0.x_60a019593b1c08.06542033

89319eef9f5e584a561b67c1d4eed725862ba2a8 authored over 3 years ago by Grégoire Paris <[email protected]>
Merge pull request #180 from greg0ire/phpstan-lvl-7

Phpstan lvl 7

93bb1cbd1bc2cf986b57855c430e2c1a463babcf authored over 3 years ago by Grégoire Paris <[email protected]>
Add contributing guide specific to this package

26aa7fb107706785e651ac166db7bd40686df8f1 authored over 3 years ago by Grégoire Paris <[email protected]>
Reach PHPStan level 7

We have found that there were lots of conflicts during the last merge up
to 3.0. Reaching level ...

afcdd920870acf4936c898be9dce94170dd2ef14 authored over 3 years ago by Grégoire Paris <[email protected]>
Drop unneeded %currentWorkingDirectory%

There is only one directory for which this will work.

6e089d53955ae01bbffaa701f824ba8cd37004a7 authored over 3 years ago by Grégoire Paris <[email protected]>
Merge origin/2.2.x into 3.0.x (using imerge)

a38ed900de212813bbf33f53ecb24195b3fc57d6 authored over 3 years ago by Grégoire Paris <[email protected]>
Merge pull request #173 from franmomu/fix_template

Fix annotation template and add more phpdoc

08d3e6e666de85c7748fa27bfd63bb15ac29eab2 authored over 3 years ago by Grégoire Paris <[email protected]>
Merge release 2.1.1 into 2.2.x (#177)

* Remove use of deprecated TestCase::at() method

For that test it does not add value to check...

653d54d5297039e12cf1c241eb230e79f95570a8 authored over 3 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Make ClassMetadata use template-covariant

ClassMetadata is supposed to only deal with subtypes of object.

c73f7047d246d7f9e7b77dde905266571147ccbb authored over 3 years ago by Fran Moreno <[email protected]>
Apply generics to tests

bf2097f33a4b437e4fb16b89f0d3af0233d82fc8 authored over 3 years ago by Fran Moreno <[email protected]>
Add more specific phpdoc

ce5afb305f8e43e3835183c9d01e9cc6086e3849 authored over 3 years ago by Fran Moreno <[email protected]>
Fix @template-implements annotation

388c19a8134c6abeade08a673a75ea4568e3ce9b authored over 3 years ago by Fran Moreno <[email protected]>
Merge pull request #171 from franmomu/classmetadata_generic

Make Classmetadata generic

ffeaf9d937f3a9dc010e7748a9b0542219794ee7 authored over 3 years ago by Grégoire Paris <[email protected]>
Use PSR-6 compatibility classes from doctrine/cache (#172)

e2d6be12c0aacadf9f34d693d353efaee91e9174 authored over 3 years ago by Andreas Braun <[email protected]>
Make ClassMetada generic

This allows static analysis tools to understand the underlying type
of object that a ClassMetada...

95405e2608c97df97d868a65b9b5f3a25f6fb783 authored over 3 years ago by Fran Moreno <[email protected]>
Add missing return type

254fc971cdf19dbaf5d01487c05f1ff783e996da authored over 3 years ago by Fran Moreno <[email protected]>
Merge pull request #169 from franmomu/use_psalm_3

Use psalm errorLevel 3

2e87a311db722685ddf5f67e528ed43c0b5833cd authored over 3 years ago by Grégoire Paris <[email protected]>
Raise Psalm to level 3

This includes:
- adding assertions to avoid nullable values
- Override phpdoc to be more spe...

a29f2bf065223321f531b59f8226be73dce11053 authored over 3 years ago by Fran Moreno <[email protected]>
Fix className and alias issues

Some methods are able to handle classname and classname alias, so
they could receive a class-str...

5bb4b3e5001b589ef39a53e3c27030d6639a5e2c authored over 3 years ago by Fran Moreno <[email protected]>
Fix possible falsy arguments

aa78e4ad79f100a43662096ba12c50aaff4400f8 authored over 3 years ago by Fran Moreno <[email protected]>
Merge pull request #168 from franmomu/use_psalm_3

Use class-string for parameters

79512c6089f34e8bc1befcb5df27ad6887cdc1fa authored over 3 years ago by Grégoire Paris <[email protected]>
Use class-string for parameters and vars

554f03fbeca5b5c9a6d4a4d04155bcbc1738d455 authored over 3 years ago by Fran Moreno <[email protected]>
Merge pull request #167 from greg0ire/generics-for-cmf

Generics for cmf

6a733901067e1b33ecf9dd4b85ecc8202dcae23f authored over 3 years ago by Grégoire Paris <[email protected]>
Pin SA tools to a specific version

This ensures baseline files are generated with the same version by
everyone, and should stabiliz...

b1219acc0497c6ff0f911ae17f6991d1b48dafa8 authored over 3 years ago by Grégoire Paris <[email protected]>
Make the class metadata factory generic

This should make a lot of static analysis issues vanish, because tools
will be able to understan...

b066680b62da651c2bd03555a18b4dfbc20f208a authored over 3 years ago by Grégoire Paris <[email protected]>
Follow removal instructions

b2845c1d405c135df444cd412d1fdb1397530db0 authored over 3 years ago by Grégoire Paris <[email protected]>
Upgrade to doctrine/coding-standard 9

7ed67dfa4e72f7781e6c18bdf610854687ba53e6 authored over 3 years ago by Grégoire Paris <[email protected]>
Make getCache method internal (#166)

c0fbcd8b549fe43cd1e945011e209bf947ccb7a1 authored over 3 years ago by Andreas Braun <[email protected]>
Merge pull request #165 from greg0ire/improve-order-by-phpdoc

Describe $orderBy more accurately

d8de1720d6f526f90042d11a7c74773a0524bb3a authored over 3 years ago by Grégoire Paris <[email protected]>
Merge pull request #163 from VincentLanglet/patch-2

Add class-string typehint for getAssociationTargetClass

9d18f257bfd5e2f5b4d521547dbabe5a16f02915 authored over 3 years ago by Grégoire Paris <[email protected]>
Merge pull request #164 from franmomu/proxy_generic

Define `Proxy` as generic

210e9f587211131258f07da7985a2b3522ffd07f authored over 3 years ago by Grégoire Paris <[email protected]>
Add generics to Proxy

f6575c2e7f5a76a5387207736be49c1cb5c7161a authored over 3 years ago by Fran Moreno <[email protected]>
Describe $orderBy more accurately

098b4b3d3b7e048ac1b5724c47271fe4d0d0e1c6 authored over 3 years ago by Grégoire Paris <[email protected]>
Add class-string typehint

1529f39f59b75d0aab33b38ef3f94df267293057 authored over 3 years ago by Vincent Langlet <[email protected]>
Merge pull request #162 from greg0ire/address-master-rename

Remove unnecessary github actions branch filters

fdef2dd7da053bc97841fb45b866a7756bfe0f2f authored almost 4 years ago by Grégoire Paris <[email protected]>
Remove unnecessary github actions branch filters

608c14e360cb79069ad65a8a0a2e4f7747d0ad50 authored almost 4 years ago by Grégoire Paris <[email protected]>
Introduce proxy class name resolvers (#145)

12a05f8d1ca070f491b25a82ba1b8e9448da9f21 authored almost 4 years ago by Andreas Braun <[email protected]>
Merge remote-tracking branch 'origin/2.1.x' into 2.2.x

a18b27240c5d4e2378c4a72aa095d4bbe6e8150f authored almost 4 years ago by Grégoire Paris <[email protected]>
Merge pull request #153 from franmomu/add_psalm_tests

Analyze tests directory with Psalm

a10be343cc0f4aaeba619ab4e08400a064d89e8e authored almost 4 years ago by Grégoire Paris <[email protected]>
Move Psalm issue to Psalm config

ef5b70d5a1a8e24970f346f38c30dcc10f8c15c2 authored almost 4 years ago by Fran Moreno <[email protected]>
Use proper fixtures for tests

Instead of returning strings, TestFileDriver::loadMappingFile now
returns array<string, ClassMet...

d2f7858c29acf146e16ff91cccb4685faa185815 authored almost 4 years ago by Fran Moreno <[email protected]>
Add missing return type declarations

7d98c1956d62687c9e5f391e6011b2995636d21a authored almost 4 years ago by Fran Moreno <[email protected]>
Analyse tests directory with psalm

340f728e6fb39b4c5e1671e7c27dac2cef649cb1 authored almost 4 years ago by Fran Moreno <[email protected]>
Merge pull request #144 from alcaeus/support-psr-6

Deprecate using doctrine/cache in favour of PSR-6

cdfca25ed05fedc1197647c63ef267418e3d07e8 authored almost 4 years ago by Grégoire Paris <[email protected]>
Accept all major versions of psr/cache

Co-authored-by: Alexander M. Turek <[email protected]>

3ee8ca742dbcb7d8c1c06820f1677c1f38582f7b authored almost 4 years ago by Andreas Braun <[email protected]>
Optimise storing metadata in cache

9d16e4bfb2dc07d0585a5b5641e5a49ffc2efcf5 authored almost 4 years ago by Andreas Braun <[email protected]>
Remove unnecessary invocation count matchers

Co-authored-by: Grégoire Paris <[email protected]>

86f51b2eb738e51b424ccb77de548fb3e288e1e6 authored almost 4 years ago by Andreas Braun <[email protected]>
Deprecate using doctrine/cache in favour of PSR-6

23869a2a3c7c2bdcd2c55a84fe9ff7cf9274189d authored almost 4 years ago by Andreas Braun <[email protected]>
Merge pull request #157 from doctrine/2.1.x

Merge up

50e078a910cf7c61c7334dbcf76ae1e2db69b495 authored almost 4 years ago by Grégoire Paris <[email protected]>
Merge pull request #156 from franmomu/fix_psalm

Fix psalm issue

1772b476768fac7d9c60bf7d8d0dd0c759350f0c authored almost 4 years ago by Grégoire Paris <[email protected]>
Ignore psalm issue

Psalm is reporting an apparenlty unexistent issue reported in
https://github.com/vimeo/psalm/iss...

5aa5403a3250f976e3d9b2d3ebacee4a6a117aba authored almost 4 years ago by Fran Moreno <[email protected]>
Sync static analysis psalm job

With https://github.com/doctrine/.github

b180613fa488f85162c235e2fcfc893233285a46 authored almost 4 years ago by Fran Moreno <[email protected]>
Merge pull request #151 from franmomu/ga_improvements

Upgrade to Psalm 4.3.1 and use ramsey/composer-install

cb944a9c7c08c05ee5f1545bae694f094778a37b authored almost 4 years ago by Grégoire Paris <[email protected]>
Add psalm.xml to .gitattributes

This file is not needed for a end user

0baa94baf887d83f426a5a8800440adce6f57ad8 authored about 4 years ago by Fran Moreno <[email protected]>
Remove composer.lock and add it to .gitignore

80aacacba02372950e554f811ecec3edb02db1bb authored about 4 years ago by Fran Moreno <[email protected]>
Use the ramsey/composer-install action to install dependencies

Like https://github.com/doctrine/.github/pull/16

b228e6a53edd40119f08f938651f2d9d0021fa0d authored about 4 years ago by Fran Moreno <[email protected]>
Upgrade psalm to 4.3.1

f05ae75a779c41ca209e6070489404a1e713ec17 authored about 4 years ago by Fran Moreno <[email protected]>
Merge origin/2.2.x into 3.0.x (using imerge)

289e7ab0652ef6eb5cfabe790deb3b8f3abe36d4 authored about 4 years ago by Grégoire Paris <[email protected]>
Merge pull request #146 from doctrine/2.1.x

Merge up 2.1.x into 2.2.x

42d88e4ba65d02e0227e56bdb0053d00c2f71d1f authored about 4 years ago by Grégoire Paris <[email protected]>
Merge pull request #141 from franmomu/psalm_5

Raise phpstan level from 3 to 5

6236bc22a42481e190f2df3e7a8fb233247acba6 authored about 4 years ago by Grégoire Paris <[email protected]>
Raise PHPStan level from 3 to 5

900732db187394fe42da4033315e7baebe9de077 authored about 4 years ago by Fran Moreno <[email protected]>
Fix parameter type

9834c972409c4a2fb9d6ff3ebfc0a5b27467b256 authored about 4 years ago by Fran Moreno <[email protected]>
Remove unnecessary assertions in tests

They were added in https://github.com/doctrine/persistence/pull/133
using phpcbf, but they are n...

d9c66e7302eb83f97dd1bf38d5dcbcc8aceb6d41 authored about 4 years ago by Fran Moreno <[email protected]>
Merge pull request #142 from franmomu/fix_psalm_action

Fix psalm GA

f09a690dc9e4d47003f0a58088ec68dc95587c61 authored about 4 years ago by Grégoire Paris <[email protected]>
Fix psalm GA

After https://github.com/psalm/psalm-github-actions/pull/17, we
need to use a variable to be abl...

733b6392ea9b132ceccea6b9c62c1d09a5841106 authored about 4 years ago by Fran Moreno <[email protected]>
Merge pull request #139 from greg0ire/update-branch-metadata

Update branch metadata

248fb2eeed42f1aae34909a87820db50a3cc45db authored about 4 years ago by Grégoire Paris <[email protected]>
Update branch metadata

61df8ec1e2719b7ea2f9a7070002c82d77dd75bd authored about 4 years ago by Grégoire Paris <[email protected]>
Merge remote-tracking branch 'origin/2.0.x' into 2.1.x

9899c16934053880876b920a3b8b02ed2337ac1d authored about 4 years ago by Grégoire Paris <[email protected]>
Merge pull request #136 from greg0ire/update-branch-metadata

Update branch metadata

3bc796882c9f69526b7833b46ba3cd0c06b0460f authored about 4 years ago by Grégoire Paris <[email protected]>
Stay with Composer 1 on PHP 7.1

We are using a plugin that requires the old API. Upgrading that plugin
means upgrading our codin...

261d493b7aaba838f89c3ffd448e63ca31737b90 authored about 4 years ago by Grégoire Paris <[email protected]>
Require composer/package-versions-deprecated

It replaces ocramius/package-versions and allows to use Composer 2 and
still have features equiv...

9c20642126193de8f0ca4b8d06085f45e39d5af3 authored about 4 years ago by Grégoire Paris <[email protected]>
Reflect rename of master in branch metadata

2798e4869769a508e5d939bba888503fd574a01c authored about 4 years ago by Grégoire Paris <[email protected]>
Display badges for current branch

The master branch no longer exists, but it would not make much sense to
show the badge of branch...

09dd5905ca18b91c59229e55a9d1615ede85eaa8 authored about 4 years ago by Grégoire Paris <[email protected]>
Remove unneeded branch alias

655a887daa19f9470633bfb048decf56eb5b1db4 authored about 4 years ago by Grégoire Paris <[email protected]>
CS + PHPStan + Psalm

37b6dcfc4f038ea9f84d7bfb87c4865a91af2f6c authored about 4 years ago by Grégoire Paris <[email protected]>
Merge remote-tracking branch 'origin/2.1.x'

7bd039ec50be8ffafb54671fbdda2050ed0b8c35 authored about 4 years ago by Grégoire Paris <[email protected]>
Merge pull request #132 from greg0ire/migrate-to-ga

Migrate all checks to Github Actions

6e297e5cd2d8aedda49a5bc0fa39c6682583dc67 authored about 4 years ago by Grégoire Paris <[email protected]>
Require latest v7 of PHPUnit

The prefer-lowest build fails because of PHPUnit warnings that might
disappear if using a more r...

2aa65115cbdefe0684a354a6b4e35cf66e0d15ef authored about 4 years ago by Grégoire Paris <[email protected]>
Migrate all checks to Github Actions

It is faster, we get more precise feedback right in Github's UI, and we
can reuse common workflows.

98d07e1500f0b644e101c8cfa4acd45bbb025376 authored about 4 years ago by Grégoire Paris <[email protected]>
Use same parameter name as in interface

dffffb3b928f20267e899f3d9fb4a8728b8eabdf authored about 4 years ago by Grégoire Paris <[email protected]>
Merge remote-tracking branch 'origin/2.0.x' into 2.1.x

2073ed357608af6a0b88fef3776709e660406f11 authored about 4 years ago by Grégoire Paris <[email protected]>
Merge pull request #133 from greg0ire/upgrade-cs

Upgrade cs

c0f5579fbf3651140c00ae9767d7c0e7b67d20e4 authored about 4 years ago by Grégoire Paris <[email protected]>
Manually fix CS

8b06c22423227ced67925031e1d65dca214229e1 authored about 4 years ago by Grégoire Paris <[email protected]>
Check CS with php 7.4

6b6c4a9b64a87b91be2def25192402601de55f5a authored about 4 years ago by Grégoire Paris <[email protected]>
Automatically fix CS

f21582097746d2dbd82d26e312c981c3c5c39886 authored about 4 years ago by Grégoire Paris <[email protected]>
Upgrade coding standard

b5140443ca6f4642fcdc443eea36e3e4a6791cfb authored about 4 years ago by Grégoire Paris <[email protected]>
Comply with documented return type

cf9bc9b0e72ba00e3fa7fec5c8ee2da32b6021da authored about 4 years ago by Grégoire Paris <[email protected]>
Merge remote-tracking branch 'origin/2.0.x' into 2.1.x

70424d7ae47dfb16ded707b9ef4f1ee02d80b33d authored about 4 years ago by Grégoire Paris <[email protected]>
Merge pull request #130 from doctrine/greg0ire-patch-1

Setup automatic releases workflow

a2dd42b1f914539923497bb65ddb156ae2195bce authored about 4 years ago by Grégoire Paris <[email protected]>
Setup automatic releases workflow

89cc8e00fb0efc1ad7e40c072163feeeea11e1c5 authored about 4 years ago by Grégoire Paris <[email protected]>
Merge pull request #129 from greg0ire/troubleshoot-php8

Fix PHP8 build

dd8604a8672bfc25153ee72373489fda3f12fc5d authored about 4 years ago by Grégoire Paris <[email protected]>
Adapt expectation to PHP 8

It looks like FQCNs are quoted in PHP 8

02e2c3f3517097dbbd718f05c805267cc1f226a8 authored about 4 years ago by Grégoire Paris <[email protected]>
Upgrade PHPStan

It has dependencies that prevent from installing PHPUnit 9.3, which is
necessary to test PHP8

0dd3b9c69dd323a9ccc956e44b1bed4e7530cb8f authored about 4 years ago by Grégoire Paris <[email protected]>
Merge pull request #128 from doctrine/default-branch-website-config

Move website config to default branch

c7e196e9bc923f08b9a77dee236d17bb6e73abe5 authored about 4 years ago by Claudio Zizza <[email protected]>
Move website config to default branch

Adapts the website config to be compatible with the doctrine/doctrine-website#356 changes

18c25e767220d3cb5f5258c6f840d0b94e558420 authored about 4 years ago by Claudio Zizza <[email protected]>
Merge pull request #122 from greg0ire/aspirate-reflection-classes

Import useful reflection classes

a5842dc90c80b1374362fc66305597c741e31941 authored over 4 years ago by Grégoire Paris <[email protected]>
Import useful reflection classes

Other reflection classes do not seem to be used anywhere.

c4f5ebcd5ef59e4774712aebfdc5b8570b6f08e7 authored over 4 years ago by Grégoire Paris <[email protected]>
Merge remote-tracking branch 'origin/2.0.x'

3e22cae868ce96a0ca651a7c7c036c7841af6eaf authored over 4 years ago by Grégoire Paris <[email protected]>
Merge pull request #121 from doctrine/1.4.x

ebb6c322b4b438e4156523dafca1aedb1342353a authored over 4 years ago by Gabriel Ostrolucký <[email protected]>