Ecosyste.ms: OpenCollective

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

github.com/doctrine/orm

Doctrine Object Relational Mapper (ORM)
https://github.com/doctrine/orm

Allow creating mocks of the Query class (#10990)

143ee2569762a3a6761ddb95283d4829bf5cc9a9 authored about 1 year ago by Alexander M. Turek <[email protected]>
Merge pull request #10988 from greg0ire/add-missing-annotation

52853c2e9c174efecc495b50c6df7a40c3a7d6bb authored about 1 year ago by Grégoire Paris <[email protected]>
Make sure to many assocatinos are also respecting AbstractQuery::setFetchMode

40bfe07172f1ec33ecf28e4d8791958ff26ac621 authored about 1 year ago by Benjamin Eberlei <[email protected]>
Merge pull request #10332 from greg0ire/drop-lexer-2

1fe0910d6b499baefcdc2eb0041b429cf7199fc8 authored about 1 year ago by Grégoire Paris <[email protected]>
Merge pull request #10987 from greg0ire/deprecate-partialreference

6983f4849030f65753da03d335048cead77bf3de authored about 1 year ago by Grégoire Paris <[email protected]>
Add method name in exception

When we assert a given exception should be thrown, and get this instead,
it is hard to figure ou...

194f5062bb804502291148a63c9b583eaa3d3b55 authored about 1 year ago by Grégoire Paris <[email protected]>
Add missing "deprecated" annotation on the annotation driver

922365d2c5539f5b456ea21877048407341938c4 authored about 1 year ago by Grégoire Paris <[email protected]>
Deprecate EntityManager*::getPartialReference()

Partial objects have been deprecated, so it makes no sense to still have
this way of getting some.

a1e055b6085beb895bbe8a73af93a04dbf22ab71 authored about 1 year ago by Grégoire Paris <[email protected]>
Allow VarExporter 7 (#10984)

2cf0c59f7aaf8203ec5ebc3ebc32a81da4a6ebc8 authored about 1 year ago by Alexander M. Turek <[email protected]>
Updated order of mapping attribute parameters

7e51a09347d8ab395c5bd6b3dbe2958fca6b0577 authored about 1 year ago by Mariusz Soltys <[email protected]>
Merge branch '2.17.x' into 3.0.x

* 2.17.x:
Don't assert that BIGINTs are stored as strings (#10980)

906e91cbb4e4fbdfb97aa3bf39c7687ecfe1d9b6 authored about 1 year ago by Alexander M. Turek <[email protected]>
Don't assert that BIGINTs are stored as strings (#10980)

0e3489b24033d3f2947fa2c08e55b75b5f74541e authored about 1 year ago by Alexander M. Turek <[email protected]>
Disallow use of fetch=SUBSELECT on to-one associations.

ff28ba8080e378399c32237a41814cc2fd86d757 authored about 1 year ago by Benjamin Eberlei <[email protected]>
Go through Persister API instead of indirectly through repository.

41410e6be13bc1cc67b2ab1706c59e105ba8e749 authored about 1 year ago by Benjamin Eberlei <[email protected]>
Introduce configuration option for subselect batch size.

b9e55bad4d132e70dae3316904c804361c79a136 authored about 1 year ago by Benjamin Eberlei <[email protected]>
Houskeeping: phpcs

47952c32281a05e20fc701c19093299bfdc76299 authored about 1 year ago by Benjamin Eberlei <[email protected]>
Disallow WITH keyword on fetch joined associatiosn via subselect.

fdceb82454236908996dfa58d85fd6a734419701 authored about 1 year ago by Benjamin Eberlei <[email protected]>
[GH-1569] Add new SUBSELECT fetch mode for OneToMany associations.

Co-authored-by: Wouter M. van Vliet <[email protected]>

dc899e26cf6501febdeba2be7cc48f321d709732 authored about 1 year ago by Benjamin Eberlei <[email protected]>
Merge branch '2.17.x' into 3.0.x

* 2.17.x:
document Paginator::HINT_ENABLE_DISTINCT
allow to disable "DISTINCT" added to the ...

2aaec3a79a4c859dc80b70b310a3ee9b8dd782aa authored about 1 year ago by Alexander M. Turek <[email protected]>
Merge branch '2.16.x' into 2.17.x

* 2.16.x:
Test against php 8.3 (#10963)
update checkout version to version 4

48edb33b3f79f0cbdd4d6f0aff702ba081920195 authored about 1 year ago by Alexander M. Turek <[email protected]>
Merge pull request #10970 from goetas/distinct-limit

9c2e49a665f2bfc9612722b62c683b9a240a8e05 authored about 1 year ago by Grégoire Paris <[email protected]>
Merge pull request #10975 from greg0ire/void-execute-insert

4799c418c9d9ae102c334fee890c821c6e9f55e5 authored about 1 year ago by Grégoire Paris <[email protected]>
Merge remote-tracking branch 'origin/2.17.x' into 3.0.x

a1d7de6b661c1ba186ad87e4dd77f51f2517496a authored about 1 year ago by Grégoire Paris <[email protected]>
Merge pull request #10974 from beberlei/RemovePartialObjectExpressionUsage

8ef5c80148d99bf66f16c1a520516ac1d857eb35 authored about 1 year ago by Grégoire Paris <[email protected]>
Change EntityPersister return type

Calling UnitOfWork::assignPostInsertId() is now the way to go.

83d46d7cf988c2dba4c750eff1974365615c7c72 authored about 1 year ago by Grégoire Paris <[email protected]>
Housekeeping: phpcs

083b1f98c1eda51140b18ea7245fa7c90bc70134 authored about 1 year ago by Benjamin Eberlei <[email protected]>
Merge pull request #10967 from greg0ire/remove-commit-order-calculator-from-2

Remove CommitOrderCalculator and related classes

3ff67c3e2ff51249b07a9ab95a86c5d350a83c0a authored about 1 year ago by Matthias Pigulla <[email protected]>
Adjust tests for new sql generation

84a762e12ebd631e6a98cdf47cd041f95de58e85 authored about 1 year ago by Benjamin Eberlei <[email protected]>
Remove use of PartialObjectExyxpression for LimitSubqueryOutputWalker to prepare for removal.

ef2123bd0f475af99e21e388d589e1f668955aa4 authored about 1 year ago by Benjamin Eberlei <[email protected]>
allow to disable "DISTINCT" added to the sql query by the limit subquery walker

68fc3b6458ec97e953848d1dd7265c2db5988023 authored about 1 year ago by Asmir Mustafic <[email protected]>
document Paginator::HINT_ENABLE_DISTINCT

55699a9129e482a2ac6efaa09f4f697b2f3be85d authored about 1 year ago by Asmir Mustafic <[email protected]>
Test against php 8.3 (#10963)

32192c7b01fc1d8cbfe7752c24c7a3e4bea12b85 authored about 1 year ago by Serhii Petrov <[email protected]>
Use lazy ghosts unconditionally (#10969)

* Use lazy ghosts unconditionally

* Stop extending proxy factory from doctrine/common

Exte...

f3b6c4b3562dcd739362807b6e25e562cb97dadf authored about 1 year ago by Grégoire Paris <[email protected]>
Merge pull request #10972 from salehhashemi1992/ci/update-checkout-to-v4

update actions/checkout to v4

77843e45f34e3b9cb54f220c343b1aef47825b82 authored about 1 year ago by Grégoire Paris <[email protected]>
Merge pull request #10971 from greg0ire/restore-prefer-lowest

Restore job with --prefer-lowest

343afda275181e4500debb219ccfa94a42bf5de6 authored about 1 year ago by Grégoire Paris <[email protected]>
Restore job with --prefer-lowest

It is useful to catch misconfigured dependency constraints. It was
removed in 413c33274d02ca4d32...

27009986d789f9e8a0976dc24afffbf83201e1d0 authored about 1 year ago by Grégoire Paris <[email protected]>
update checkout version to version 4

1919eea0a99b4f015be00d145be4669a4b2e574b authored about 1 year ago by salehhashemi1992 <[email protected]>
Merge pull request #10968 from greg0ire/reject-id-collisions-unconditionally

Reject ID collisions in identity map unconditionally

e71868fe8b1e40055fb0ac28fa364414088e90d3 authored about 1 year ago by Grégoire Paris <[email protected]>
Reject ID collisions in identity map unconditionally

795e7735d895eb2868533f89b8e0f3b03a8b4a40 authored about 1 year ago by Grégoire Paris <[email protected]>
Remove CommitOrderCalculator and related classes

They are unused, and since they are internal, it should be fine to
remove them without a depreca...

925631878f7f69abe78b5a221b2c0c686623f25a authored about 1 year ago by Grégoire Paris <[email protected]>
Update reference

46ef989f381e64909d008e33cc4d006cced8f670 authored about 1 year ago by Grégoire Paris <[email protected]>
Merge origin/2.17.x into 3.0.x (using imerge)

8a4d35d5e77a0b144dfc7ac99f636c9603f11a18 authored about 1 year ago by Grégoire Paris <[email protected]>
Merge pull request #10909 from greg0ire/imerge/continue-merge-up

Continue merge up

faec95fed2e960713877c81da012c2f950c96f21 authored about 1 year ago by Grégoire Paris <[email protected]>
Implement InternalProxy as well

c69044bc9b23f2b2b3daceb6c24ed86867c02164 authored over 1 year ago by Grégoire Paris <[email protected]>
Merge branch '2.16.x' into 2.17.x

* 2.16.x:
PHPStan 1.10.35, Psalm 5.15.0 (#10958)
docs: in text, refer to attributes when tal...

db2791001cc1549a6e613494cc9f594b0b2e9980 authored over 1 year ago by Alexander M. Turek <[email protected]>
PHPStan 1.10.35, Psalm 5.15.0 (#10958)

62ed63bbbe3f59dcacb7dadb574895f5cb27a257 authored over 1 year ago by Alexander M. Turek <[email protected]>
docs: in text, refer to attributes when talking about metadata (#10956)

Co-authored-by: Danny van Kooten <[email protected]>

081ec2ad26ad3351799acd16e2bc4bd5d7e80c77 authored over 1 year ago by Danny van Kooten <[email protected]>
Merge pull request #10954 from dannyvankooten/3.0.x

9a1085d72fbf6bbcc637dbc184ebfb4f3b4f8eff authored over 1 year ago by Grégoire Paris <[email protected]>
remove reference to removed yaml configuration option

501226b90b08c5de07deda30f25454eac647502c authored over 1 year ago by Danny van Kooten <[email protected]>
Merge pull request #10946 from greg0ire/improved-validation

Adds metadata field type validation against Entity property type

633ce4146098b4b1bbcc9071a4a2ffe08618598c authored over 1 year ago by Grégoire Paris <[email protected]>
Fix bullet list layout (#10951)

e9537f4cdef6fd5a6d3990811025770a48ed726d authored over 1 year ago by Adrien Crivelli <[email protected]>
Adds metadata field type validation against Entity property type

This avoid situations where you might map a decimal to a float, when it
should really be mapped ...

0f67ba2176017181347d1647ce22f93b43403d74 authored over 1 year ago by DavideBicego <[email protected]>
docs[query-builder]: fix rendering of `Doctrine\DBAL\ParameterType::*` (#10945)

38ad3925e2465c9be233b7ec6a5adfb6958de6ec authored over 1 year ago by Marko Kaznovac <[email protected]>
tests[ORMSetupTest]: testCacheNamespaceShouldBeGeneratedForApcu requires enabled apc (#10940)

858b01f85ed4852e1c3f13016179d31e9e5f09e1 authored over 1 year ago by Marko Kaznovac <[email protected]>
Merge pull request #10933 from kaznovac/patch-2

docs: use modern named arguments syntax

9f555ea8fb4f7ae9a362285dc71e85776a1c5cc3 authored over 1 year ago by Grégoire Paris <[email protected]>
docs: use modern named arguments syntax

use official named arguments syntax in example instead of pre php 8 codestyle for 'named' arguments

1f8c02f345e5080326f23d07251d2ca1f4d7de60 authored over 1 year ago by Marko Kaznovac <[email protected]>
Merge pull request #10930 from greg0ire/improve-doc-job

Improve doc job

d81afdb6e3454007477ac00b8c98481c6f99af0f authored over 1 year ago by Grégoire Paris <[email protected]>
Ignore "Unknown directive" error

We have a lot of errors about "Unknown directive" that we should make
known when implementing gu...

0628204b436b81ca82ed525c0ab0dae66e9e1802 authored over 1 year ago by Grégoire Paris <[email protected]>
Use a stable release

0.1.0 has been published 3 weeks ago. This means we no longer need to
use dev stability

816ecc6d6bd006e1699fef75f93943bca0b33933 authored over 1 year ago by Grégoire Paris <[email protected]>
Remove output directory argument

It is no actually necessary at all.

f66263d859e26058076d5060537fe1fddb8fc981 authored over 1 year ago by Grégoire Paris <[email protected]>
Merge pull request #10929 from kaznovac/patch-1

tutorials[getting-started]: example fix bug id type definition

8aa5aa2f5710ef9c6b159d0d89ca4a2d40cfbadf authored over 1 year ago by Grégoire Paris <[email protected]>
tutorials[getting-started]: example fix bug id type definition

96e31a3b30e1239290f7d658a7832e45ed1979f4 authored over 1 year ago by Marko Kaznovac <[email protected]>
Merge pull request #10808 from oscmarb/verifiy-hint-defer-eager-load-is-true

Verify UnitOfWork::HINT_DEFEREAGERLOAD exists and is true

a60a273423f74832c060822adcbf343d96184072 authored over 1 year ago by Grégoire Paris <[email protected]>
Merge release 2.16.2 into 2.17.x (#10924)

a2d2e173c28562a23fb67ee5da61d09935179069 authored over 1 year ago by Alexander M. Turek <[email protected]>
Merge pull request #10923 from kaznovac/patch-1

basic-mapping: fix new-line rendered in output

17500f56eaa930f5cd14d765bc2cd851c7d37cc0 authored over 1 year ago by Grégoire Paris <[email protected]>
basic-mapping: fix new-line rendered in output

fc2f724e2dad6b798d81c6fef9a8a597c64cb5b9 authored over 1 year ago by Marko Kaznovac <[email protected]>
Verify UnitOfWork::HINT_DEFEREAGERLOAD exists and is true

7986fc64dd1daef50c3a90915ee5bd236a08fea6 authored over 1 year ago by Óscar Martínez <[email protected]>
Merge pull request #10915 from mpdude/post-events-later

Mitigate problems with `EntityManager::flush()` reentrance since 2.16.0 (Take 2)

2f9e98754bb451107dcffbf0a9844b90dcdee992 authored over 1 year ago by Grégoire Paris <[email protected]>
Support Symfony 7 by adding return types conditionally (#10919)

aa333e2f1d3cb2cd50e714791b5cd1f606e9cb6a authored over 1 year ago by Alexander M. Turek <[email protected]>
Merge branch '2.16.x' into 2.17.x

* 2.16.x:
Use required classes for Lifecycle Callback examples (#10916)
Add space before bac...

b6441b4f26c785e4550834ab9ee3607a8d4502ee authored over 1 year ago by Alexander M. Turek <[email protected]>
Use required classes for Lifecycle Callback examples (#10916)

* Use required classes for Lifecycle Callback examples

* Coding Style fixes

---------

C...

bb5524099cd088f539b87b34cbfc17bfc930d6fc authored over 1 year ago by Sergii Dolgushev <[email protected]>
Add space before backquote (#10918)

According to the RST docs,

> [inline markup] it must be separated from surrounding text by no...

3a8cafe22899208a9438111588493327e7708f99 authored over 1 year ago by Grégoire Paris <[email protected]>
Mitigate problems with `EntityManager::flush()` reentrance since 2.16.0 (Take 2)

The changes from #10547, which landed in 2.16.0, cause problems for users calling `EntityManager...

8259a166811e51f5c564b6a64ff1cd6174c21dce authored over 1 year ago by Matthias Pigulla <[email protected]>
Remove base test case class (#10910)

We are using PHPUnit 10, so none of the polyfills in that class are
needed now.

2c39b3f118fad3c35bd07a18f6312308e23a6695 authored over 1 year ago by Grégoire Paris <[email protected]>
imerge 'continue-merge-up': manual merge 1-1

436f0467eccbf9b3f0e4afd7db9ae75dfc4a0ecb authored over 1 year ago by Grégoire Paris <[email protected]>
Add back throws annotation to getSingleScalarResult (#10907)

Fix regression introduced in #10870

`$result = $this->execute(null, $hydrationMode);` in `get...

5577d51c447172ff8fdb81433277e625f4945cfe authored over 1 year ago by David Arenas <[email protected]>
Fix link on known issues docs (#10904)

d1922a3065cf0c8ba8f3310f67221ba3f1ea86d9 authored over 1 year ago by Eduardo Rocha <[email protected]>
Merge release 2.16.1 into 2.17.x (#10896)

9647d0e2ae9dd3f1c6f1b6138372414ca2ee8858 authored over 1 year ago by Alexander M. Turek <[email protected]>
PHPStan 1.10.28, Psalm 5.14.1 (#10895)

597a63a86ca8c5f9d1ec2dc74fe3d1269d43434a authored over 1 year ago by Alexander M. Turek <[email protected]>
Merge 2.16.x into 2.17.x (#10894)

368eb01ac3ae1aa98a4dd846db620ce1bdeff0ac authored over 1 year ago by Alexander M. Turek <[email protected]>
Fix return type of `getSingleScalarResult` (#10870)

6b220e3c90c4cffca5ec0feff8990f569aa9b120 authored over 1 year ago by Bei Xiao <[email protected]>
Use a dedicated exception for the check added in #10785 (#10881)

This adds a dedicated exception for the case that objects with colliding identities are to be pu...

6de4b68705d7b3064440ab55acf54f35899febf3 authored over 1 year ago by Matthias Pigulla <[email protected]>
Document more clearly that the insert order is an implementation detail (#10883)

16c015183141fab99f78c5d73c0c3b311821123d authored over 1 year ago by Matthias Pigulla <[email protected]>
Fix broken changeset computation for entities loaded through fetch=EAGER + using inheritance (#10884)

#10880 reports a case where the changes from #10785 cause entity updates to be missed.

Upon c...

440b244ebc34a80e0d4e3dffcf90dafe8d0ad152 authored over 1 year ago by Matthias Pigulla <[email protected]>
Merge pull request #10888 from greg0ire/partial-merge-up

Partial merge up of 2.17.x into 3.0.x

394f6fe1b4730f1746040efdae87a244060dd2f6 authored over 1 year ago by Alexander M. Turek <[email protected]>
Merge commit 'e78163981292075c5cc987c1b50ec7a4fad0e20e' into 3.0.x

7d9a2c0a716ca2c0216df1ac5efec0aa27f9e9fa authored over 1 year ago by Grégoire Paris <[email protected]>
Add note about not-enabling lazy-ghosts (#10887)

47cf50bcd50896f3d3d92c3f774199bc429b4dfc authored over 1 year ago by Nicolas Grekas <[email protected]>
Merge branch '2.16.x' into 2.17.x

* 2.16.x:
Turn identity map collisions from exception to deprecation notice (#10878)
Add pos...

58df4078fc55364e40e21f41d9fc2b13ee0ae1bb authored over 1 year ago by Alexander M. Turek <[email protected]>
Deprecate not-enabling lazy-ghosts and decouple from doctrine/common's proxies (#10837)

eda1909c756ccbd95379deb39c22732c3738be60 authored over 1 year ago by Nicolas Grekas <[email protected]>
Turn identity map collisions from exception to deprecation notice (#10878)

In #10785, a check was added that prevents entity instances from getting into the identity map w...

a616914887ea160db4158d2c67752e99624f7c8a authored over 1 year ago by Matthias Pigulla <[email protected]>
Add possibility to set reportFieldsWhereDeclared to true in ORMSetup (#10865)

Otherwise it is impossible to avoid a deprecation warning when using ORMSetup::createAttributeMe...

fd0bdc69b0a25b9de99de814be60dbc163ac84a2 authored over 1 year ago by Dieter Beck <[email protected]>
Fix UnitOfWork->originalEntityData is missing not-modified collections after computeChangeSet (#9301)

* Fix original data incomplete after flush

* Apply suggestions from code review

Co-authore...

f50803ccb91c5c31aede16df73fa7560a42f02ba authored over 1 year ago by Michael Olšavský <[email protected]>
Add an UPGRADE notice about the potential changes in commit order (#10866)

eeefc6bc0fad9cc0bae2687e3dfe5d08a3b64375 authored over 1 year ago by Matthias Pigulla <[email protected]>
Update branch metadata (#10862)

710dde83aa7e3661d5814abb65f6bc401af90152 authored over 1 year ago by Grégoire Paris <[email protected]>
Allow symfony/console 7 (#10724)

ab542e97dfb2296d0686ae52eda47521859439cd authored over 1 year ago by Alexander M. Turek <[email protected]>
Merge pull request #10727 from derrabus/revert/symfony-7

Revert "Allow symfony/console 7"

495cd06b9a630f9c38a21ceb249ed008edbe8414 authored over 1 year ago by Grégoire Paris <[email protected]>
Merge pull request #10547 from mpdude/commit-order-entity-level

Compute the commit order (inserts/deletes) on the entity level

fd7a14ad228a160b4973a576485953e531de40d3 authored over 1 year ago by Grégoire Paris <[email protected]>
Exclude deprecated classes from Psalm checks (until 3.0)

0d3ce5d4f8da5b3f23db801713a0f18a1125270d authored over 1 year ago by Matthias Pigulla <[email protected]>
Fix commit order computation for self-referencing entities with application-provided IDs

This excludes such associations from the commit order computation, since the foreign key constra...

f01d107edc5bebbd3d628a7c6cb1934339aea435 authored over 1 year ago by Matthias Pigulla <[email protected]>
Merge branch '2.15.x' into 2.16.x

* 2.15.x:
Fix static analysis
Other solution
Avoid self deprecation
fix: use platform op...

3cc30c4024411b520cfbcf4681ef90105dbb3e2b authored over 1 year ago by Alexander M. Turek <[email protected]>