Ecosyste.ms: OpenCollective

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

Doctrine

Makes open source software
Collective - Host: opensource - https://opencollective.com/doctrine - Website: https://doctrine-project.org - Code: https://github.com/doctrine

New version of Doctrine website

github.com/doctrine/doctrine-website-build-prod - 7eb488930b4fa9f4083c1a1b64c2a633b3e88a43 authored 10 months ago by doctrine <>
Merge pull request #389 from greg0ire/order-enum

Introduce Order enum

github.com/doctrine/collections - 957e63b66b5cbdbfc3a9061aa24a69e59680d1e1 authored 10 months ago by Grégoire Paris <[email protected]>
Translate comment into code and annotations

The phpdoc comment for the return type of
ClassMetadata::fullyQualifiedClassName() says that the...

github.com/doctrine/orm - 859e6af972983e8bb79203b04bade295ad805049 authored 10 months ago by Grégoire Paris <[email protected]>
Merge pull request #11303 from doctrine/3.0.x

Merge 3.0.x up into 3.1.x

github.com/doctrine/orm - 8c3c9f115d222028a0d534a4515239ebb2b1e2ba authored 10 months ago by Grégoire Paris <[email protected]>
Merge pull request #11302 from greg0ire/3.0.x

Merge 2.18.x up into 3.0.x

github.com/doctrine/orm - 3907872046b9a697860f51266714c2eb8e3b19d0 authored 10 months ago by Grégoire Paris <[email protected]>
Merge pull request #11301 from doctrine/2.18.x

Merge 2.18.x up into 2.19.x

github.com/doctrine/orm - 779781173a30b981854cfb08d490b2033544830c authored 10 months ago by Grégoire Paris <[email protected]>
Merge remote-tracking branch 'origin/2.18.x' into 3.0.x

github.com/doctrine/orm - 54cd70002c892f46c9cc4c6408b5278da0e66d47 authored 10 months ago by Grégoire Paris <[email protected]>
Merge pull request #11293 from greg0ire/wrong-type

Remove wrong annotation about return type

github.com/doctrine/orm - 76c4539ffafd973c373b7a4b92b71bea23812520 authored 10 months ago by Grégoire Paris <[email protected]>
New version of Doctrine website

github.com/doctrine/doctrine-website-build-prod - baebccf90fb5e604ba514cd42b17dcd3c7fd75e5 authored 10 months ago by doctrine <>
Fix sql walker phpdoc

github.com/doctrine/orm - 0f8d1935128e0880fe7a1ceea4750e632793b2e1 authored 10 months ago by Vincent Langlet <[email protected]>
New version of Doctrine website

github.com/doctrine/doctrine-website-build-prod - d7ba70e3b6aab865b768cc2fc303a24b7b5f93ec authored 11 months ago by doctrine <>
Remove wrong annotation about return type

Although this method is guaranteed to return either null or something
that can be used as a full...

github.com/doctrine/orm - cc314d0fb7bfcfcf026ee197293e037a24e2b646 authored 11 months ago by Grégoire Paris <[email protected]>
Merge branch '3.0.x' into 3.1.x

* 3.0.x:
Test different ways of settings query parameters
Be less restrictive in Discriminat...

github.com/doctrine/orm - 2df4d755650e10f61983c617755480d21956184e authored 11 months ago by Alexander M. Turek <[email protected]>
Merge branch '2.19.x' into 3.1.x

* 2.19.x:
Backport QueryParameterTest (#11288)

github.com/doctrine/orm - dc21ab63acd6f13a2aecb96638626d0db1373521 authored 11 months ago by Alexander M. Turek <[email protected]>
Merge branch '2.18.x' into 3.0.x

* 2.18.x:
Backport QueryParameterTest (#11288)

github.com/doctrine/orm - 2a250b5814de192a23438c0a43e15da7e77890a7 authored 11 months ago by Alexander M. Turek <[email protected]>
Merge branch '2.18.x' into 2.19.x

* 2.18.x:
Backport QueryParameterTest (#11288)

github.com/doctrine/orm - c9c493b2fe70a39c7e51b3aadfe23f26727c3f7c authored 11 months ago by Alexander M. Turek <[email protected]>
Backport QueryParameterTest (#11288)

github.com/doctrine/orm - e6eef1a97d41f1ee244b6e69d7359d00cb3e4c4a authored 11 months ago by Alexander M. Turek <[email protected]>
Merge pull request #11287 from derrabus/bugfix/parameter-types

Allow (Array)ParameterType in QueryBuilder

github.com/doctrine/orm - 44fa5d340a3d5c92180452149a2f6af273d99676 authored 11 months ago by Alexander M. Turek <[email protected]>
Test different ways of settings query parameters

github.com/doctrine/orm - 708146bbbc08651d8d2ec4eaa144b3ce96a57cf7 authored 11 months ago by Alexander M. Turek <[email protected]>
Be less restrictive in DiscriminatorColumnMapping phpdoc (#11226)

* Be less restrictive in params

* Allow null options

* Simplify expression

* Fix ci

...

github.com/doctrine/orm - a5bf9bb96a0b2edbefd8355a61fb799fae03cec8 authored 11 months ago by Vincent Langlet <[email protected]>
Merge pull request #394 from gharlan/patch-1

reduce method: more accurate types

github.com/doctrine/collections - 2ccb7c5dd52be7abe16ee0903088abfb379c95f4 authored 11 months ago by Grégoire Paris <[email protected]>
New version of Doctrine website

github.com/doctrine/doctrine-website-build-prod - 03b9a9d93604ec30b92ca1939c7b51f86966a264 authored 11 months ago by doctrine <>
Allow (Array)ParameterType in QueryBuilder

github.com/doctrine/orm - 3eace16e8533e3846d9c7dbc7809fc8c487600f7 authored 11 months ago by Hanish Singla <[email protected]>
Merge pull request #11276 from greg0ire/no-cast-filelock

Remove implicit casts in FileLock.php

github.com/doctrine/orm - e4c27092cd4f66188113d1816090650cef2630f8 authored 11 months ago by Grégoire Paris <[email protected]>
Do not implicitly cast glob's return type

The comment above mentions that on some platforms, it might return
false, and this is why there ...

github.com/doctrine/orm - adadf1fb90b3ccc194ae3963cc8e19dbc1f5b8ce authored 11 months ago by Grégoire Paris <[email protected]>
Do not cast file_put_contents's return type

If $lock->value was an empty string, this would fix a bug, but it never
is, it is a uniqid-gener...

github.com/doctrine/orm - 380b5b62efa742578f0dcd9f39347c156a4254e5 authored 11 months ago by Grégoire Paris <[email protected]>
Do not implicitly cast getLockTime()'s return type

This fixes a bug for files last modified on 1970-01-01 00:00:00, so… not
worth backporting IMO.

github.com/doctrine/orm - a0e7a59572e2ea02ba5689d7c6f1ef1e4c0995b8 authored 11 months ago by Grégoire Paris <[email protected]>
Do not implicitly cast getLockContent()'s return value

Lock files are supposed to contain uniqid()-generated values, so they
cannot be falsy strings, b...

github.com/doctrine/orm - fb6c0c1d8b1bb45913ea39bef757613673eb560f authored 11 months ago by Grégoire Paris <[email protected]>
Merge branch '3.0.x' into 3.1.x

* 3.0.x:
Remove broken assertion from DateAddFunction and DateSubFunction (#11243)
Remove un...

github.com/doctrine/orm - fcf1116e33da83b0750c767bcc59f58eb06a7b79 authored 11 months ago by Alexander M. Turek <[email protected]>
Merge branch '2.19.x' into 3.1.x

* 2.19.x:
Fix Static Analysis folder reference (#11281)
docs: recommend safer way to disable...

github.com/doctrine/orm - 78dc63df2788c93327ce0185d13b7405bcd74bf7 authored 11 months ago by Alexander M. Turek <[email protected]>
Merge branch '2.18.x' into 3.0.x

* 2.18.x:
Fix Static Analysis folder reference (#11281)
docs: recommend safer way to disable...

github.com/doctrine/orm - bc5efd4bfe66ea291a53d6f4fff174a9b6a9da88 authored 11 months ago by Alexander M. Turek <[email protected]>
Merge branch '2.18.x' into 2.19.x

* 2.18.x:
Fix Static Analysis folder reference (#11281)
docs: recommend safer way to disable...

github.com/doctrine/orm - c0dfba2ef3df3806cbcd8fcba7e15a49ed03df79 authored 11 months ago by Alexander M. Turek <[email protected]>
Fix Static Analysis folder reference (#11281)

github.com/doctrine/orm - 0efac091417a499e88fe2907b0699d4f5fbf6ffd authored 11 months ago by Karoly Gossler <[email protected]>
reduce method: more accurate types

github.com/doctrine/collections - 2270a54cdb4fe74f29783e90f43ca92c258ca7a1 authored 11 months ago by Gregor Harlan <[email protected]>
Use native intersection types in test suite (#6312)

github.com/doctrine/dbal - f3defbb4f88a7472314746f122f6d4d84615d424 authored 11 months ago by Alexander M. Turek <[email protected]>
New version of Doctrine website

github.com/doctrine/doctrine-website-build-prod - 45389aa66be81879e6021565e6282728f519ff8a authored 11 months ago by doctrine <>
Fix doctrine:database:create and doctrine:database:drop for Postgresql on DBAL 4.x

Ref https://github.com/doctrine/dbal/pull/5705
Fixes #1757

github.com/doctrine/DoctrineBundle - 7150c1de28bcb3b73c1dc1017eda37582228dc85 authored 11 months ago by Gabriel Ostrolucký <[email protected]>
CI: Fix psalm by removing threading

Otherwise we get
```
Uncaught Exception: InvalidArgumentException Could not get class storage fo...

github.com/doctrine/DoctrineBundle - a1b362757caa0d303b95a81f43538eb82edab690 authored 11 months ago by Gabriel Ostrolucký <[email protected]>
Migrate PHPUnit test suite to attributes (#6311)

github.com/doctrine/dbal - 82fd1b5084df5eb6c496a800405b117cda2bf046 authored 11 months ago by Alexander M. Turek <[email protected]>
Remove broken assertion from DateAddFunction and DateSubFunction (#11243)

* Remove wrong asserts in DATE_ADD and DATE_SUB query AST function handlers

* Require DBAL 3.8.2

github.com/doctrine/orm - b6b4cbcb939d5ccff7c244604939d97b8d49438b authored 11 months ago by Ondřej Mirtes <[email protected]>
Merge branch '3.8.x' into 4.0.x

* 3.8.x:
PHPStan 1.10.58, PHPCS 3.9.0 (#6307)

github.com/doctrine/dbal - 1218473abcfee5aa88ae36f5158bc35daeb67c4c authored 11 months ago by Alexander M. Turek <[email protected]>
PHPStan 1.10.58, PHPCS 3.9.0 (#6307)

github.com/doctrine/dbal - 00d8f60e1ea400ccb65f3a48ecfb3b7465b54908 authored 11 months ago by Alexander M. Turek <[email protected]>
Merge pull request #11272 from greg0ire/sa-attach-entity-listener

Improve static analysis on AttachEntityListenersListener

github.com/doctrine/orm - b1f553eba3d639e47eb0895ca10a0df37386f6b9 authored 11 months ago by Grégoire Paris <[email protected]>
Merge pull request #11275 from greg0ire/sa-inversed-by

Account for inversedBy being a non-falsy-string or null

github.com/doctrine/orm - 0c4aac5a35ec1b52f77ed9e83f4eb35ee2a2d26c authored 11 months ago by Grégoire Paris <[email protected]>
Account for inversedBy being a non-falsy-string or null

It is supposed to hold the name of a PHP property, and those cannot be
falsy strings.

github.com/doctrine/orm - e0081b59beb7e82e6c918694ecbbaca38e090026 authored 11 months ago by Grégoire Paris <[email protected]>
New version of Doctrine website

github.com/doctrine/doctrine-website-build-prod - 72d2fc07f7834f5b4a43afdb96c85e51a005bb4c authored 11 months ago by doctrine <>
Merge pull request #394 from doctrine/fix-odm-command

fix command setup: load fixtures is only for phpcr-odm and breaks the container without

github.com/doctrine/DoctrinePHPCRBundle - 315d43554a64cf7ff8b1e2bc6ec648afe9b99736 authored 11 months ago by David Buchmann <[email protected]>
we need jackalope-jackrabbit 2

github.com/doctrine/DoctrinePHPCRBundle - fe81f2184bcec8683c4731edf0931f2bd7e8eb18 authored 11 months ago by David Buchmann <[email protected]>
Merge pull request #395 from doctrine/jackrabbit-command-service

always configure jackrabbit command parameters

github.com/doctrine/DoctrinePHPCRBundle - e929ddf85631a892825c3fd97827c5e02cc93283 authored 11 months ago by David Buchmann <[email protected]>
always configure jackrabbit command parameters

github.com/doctrine/DoctrinePHPCRBundle - ccc6062311dffaae697675f4daaf810270ab7542 authored 11 months ago by David Buchmann <[email protected]>
Upgrade to PHPUnit 10 (#393)

github.com/doctrine/collections - 3439e4594db29f3fcc53d6c06eea677c3e623b45 authored 11 months ago by Grégoire Paris <[email protected]>
Improve static analysis on AttachEntityListenersListener

$listenerCallback is supposed to be a method name, so it is safe to
require it is not a falsy st...

github.com/doctrine/orm - 4bd574daee7d617a4394eaffd37c284a4925284b authored 11 months ago by Grégoire Paris <[email protected]>
New version of Doctrine website

github.com/doctrine/doctrine-website-build-prod - 8862bb831d3e2d11fecf638ecd3b9535920f4ec7 authored 11 months ago by doctrine <>
Merge pull request #11270 from greg0ire/fix-trim-bug

Treat '0' as a legitimate trim char

github.com/doctrine/orm - efb6cebd418cb428ed867f9300d3715c092fa25e authored 11 months ago by Grégoire Paris <[email protected]>
Introduce Order enum

The plan is to ultimately use it and only it dealing with
Criteria::$orderings.

github.com/doctrine/collections - a288ea7d0af7763e05fc77fcc0c766f4b6f00fee authored 11 months ago by Grégoire Paris <[email protected]>
Merge pull request #243 from discern/2.0.x

Singularize regattas to regatta instead of regattum

github.com/doctrine/inflector - 5817d0659c5b50c9b950feb9af7b9668e2c436bc authored 11 months ago by Maciej Malarz <[email protected]>
docs: recommend safer way to disable logging (#11269)

* Remove trailing newlines

* Recommend safer way to disable logging

Resetting the middlewa...

github.com/doctrine/orm - e4769d319146cde533429a381a6fa3636203e3ab authored 11 months ago by Grégoire Paris <[email protected]>
Remove unused baseline entries

github.com/doctrine/orm - cf408ad9ae817948e66fc5c6487a28bc2e5b98ba authored 11 months ago by Grégoire Paris <[email protected]>
Treat '0' as a legitimate trim char

Because of a loose comparison, it was not.

github.com/doctrine/orm - 7c2907805184107e464dab2bfd0743df77ea9ead authored 11 months ago by Grégoire Paris <[email protected]>
Merge pull request #392 from doctrine/2.1.x

Merge 2.1.x up into 2.2.x

github.com/doctrine/collections - 9ee74e0a31bf675d4e50492a849ceb769ef29392 authored 11 months ago by Grégoire Paris <[email protected]>
Merge pull request #390 from greg0ire/fix-doc-job

Use a stable version of the guides-cli

github.com/doctrine/collections - a423a748b3098feb3c5ab256fa6fde7cf45e5a3d authored 11 months ago by Grégoire Paris <[email protected]>
Merge pull request #388 from greg0ire/flatten-directory-tree

Flatten directory tree

github.com/doctrine/collections - 2bf47b0a43f30fdb1dfd5e5764d9fc119388e835 authored 11 months ago by Grégoire Paris <[email protected]>
New version of Doctrine website

github.com/doctrine/doctrine-website-build-prod - d61833ba1883a8826f77da645921029d2bf22ea1 authored 11 months ago by doctrine <>
Use a stable version of the guides-cli

github.com/doctrine/collections - 0cf9f062b8af687b3865ff5fdb463148ca713ba7 authored 11 months ago by Grégoire Paris <[email protected]>
Merge pull request #391 from doctrine/2.1.x

Merge 2.1.x up into 2.2.x

github.com/doctrine/collections - 0798e517632891aa5b719364e96840dac89a62f8 authored 11 months ago by Grégoire Paris <[email protected]>
Flatten directory tree

This seems to have been forgotten in e1751ba7993e25bc6609ea220f03e6261706a10c

github.com/doctrine/collections - 5e458f65bd0f17b16017639c6d102a7dbc306fd4 authored 11 months ago by Grégoire Paris <[email protected]>
Merge pull request #387 from greg0ire/address-psalm-issue

Avoid risky truthy-falsy comparison

github.com/doctrine/collections - 36bf824f19e1d0bdc6c14df729083bd51d8db672 authored 11 months ago by Grégoire Paris <[email protected]>
Merge pull request #11268 from greg0ire/3.0.x

Merge 2.18.x up into 3.0.x

github.com/doctrine/orm - d5ba1068038b1e183c3a0a69e999d76dde58186d authored 11 months ago by Grégoire Paris <[email protected]>
Merge pull request #11267 from doctrine/2.18.x

Merge 2.18.x up into 2.19.x

github.com/doctrine/orm - b59189ab4801cb50925ead32ff793a095e8420e8 authored 11 months ago by Grégoire Paris <[email protected]>
Merge remote-tracking branch 'origin/2.18.x' into 3.0.x

github.com/doctrine/orm - f9a4adc8ab41e2ddf9534c5b2462db972543b492 authored 11 months ago by Grégoire Paris <[email protected]>
Merge pull request #11266 from greg0ire/more-valid-docs

More valid docs

github.com/doctrine/orm - 401a0c4fe968787f73eec1f075c42b18852e819e authored 11 months ago by Grégoire Paris <[email protected]>
allow to mock odm query

github.com/doctrine/phpcr-odm - 73b067742b090f83d60d6d4a6eaee1efd7374478 authored 11 months ago by David Buchmann <[email protected]>
Add type field mapper documentation to the sidebar

github.com/doctrine/orm - dba9d72b2d370035ced6d634fc89814e90ddfa66 authored 11 months ago by Grégoire Paris <[email protected]>
Mark document as orphan

It is here for backward compatibilty reasons.

github.com/doctrine/orm - fe0647053a7e87e25b571d1375ce947431eea0f5 authored 11 months ago by Grégoire Paris <[email protected]>
Use correction sectionauthor syntax

github.com/doctrine/orm - 7b3db4a0375128bc10a617f90384c360a43fda8d authored 11 months ago by Grégoire Paris <[email protected]>
Merge pull request #11265 from greg0ire/remove-unneeded-verify-depr

Remove unused trait

github.com/doctrine/orm - 6672aaf165bfe0491e5169434bc0d616ffd35075 authored 11 months ago by Grégoire Paris <[email protected]>
Avoid risky truthy-falsy comparison

github.com/doctrine/collections - 50aec5f35ed4656fe74a7c4f50155d82ff46bd22 authored 11 months ago by Grégoire Paris <[email protected]>
Remove unused trait

github.com/doctrine/orm - aa3b331cae5e9881ca690fc345b3f1411eaf8bea authored 11 months ago by Grégoire Paris <[email protected]>
New version of Doctrine website

github.com/doctrine/doctrine-website-build-prod - 6af8ff78d22b53bda07f80c58d7cb40c4ded6e44 authored 11 months ago by doctrine <>
fix command setup: load fixtures is only for phpcr-odm and breaks the container without

github.com/doctrine/DoctrinePHPCRBundle - c1a0549c0317978d76c1fa94bbfb7c9460e657b5 authored 11 months ago by David Buchmann <[email protected]>
Add one more regatta assertion

github.com/doctrine/inflector - 226fc22122a88f2cee076b22f66e487bd9e46e07 authored 11 months ago by discern <[email protected]>
New version of Doctrine website

github.com/doctrine/doctrine-website-build-prod - 9e2aae3907002b3ef9681ad2dd658b5d6fec654f authored 11 months ago by doctrine <>
[Documentation] Adding link to Postgres upgrade article (#11257)

* [Documentation] Adding link to Postgres upgrade article

* Update UPGRADE.md

* Update UPG...

github.com/doctrine/orm - 3918dcfb42912492a06d753e2ebc77b65a93f278 authored 11 months ago by Thomas Landauer <[email protected]>
New version of Doctrine website

github.com/doctrine/doctrine-website-build-prod - 10d11d5f6469c10ac3e14be4e15f8f1ef5d71ca9 authored 11 months ago by doctrine <>
New version of Doctrine website

github.com/doctrine/doctrine-website-build-prod - 9cdac3115356fe6ca485c9cc0a1330ffcdb36482 authored 11 months ago by doctrine <>
Validate more variadic parameters (#11261)

github.com/doctrine/orm - 6290747bf9a2538316b88bc12478fd078557e5ec authored 11 months ago by Alexander M. Turek <[email protected]>
Merge branch '3.8.x' into 4.0.x

* 3.8.x:
[3.8.x] AbstractPlatform - allow any string in interval for date interval expression ...

github.com/doctrine/dbal - f41c74a346fded46430ba70b2f57e7f2ded619a3 authored 11 months ago by Alexander M. Turek <[email protected]>
Singularize regattas to regatta. Test a few similar words.

github.com/doctrine/inflector - 1ad66b2f65a143283a48bfef6ebc5a634ad781fb authored 11 months ago by Eric Blankfield <[email protected]>
Throw if a variadic parameter contains unexpected named arguments (#11260)

github.com/doctrine/orm - b6f4220493579b88cafdf2331423ccbffa54effe authored 11 months ago by Alexander M. Turek <[email protected]>
[Documentation] Adding exact command for Postgres serial migration (#6305)

| Q | A
|------------- | -----------
| Type | improvement (documentation)...

github.com/doctrine/dbal - 7bbcd105199b39431a00975e318f5ab54ec95ee8 authored 11 months ago by Thomas Landauer <[email protected]>
Merge pull request #11256 from greg0ire/3.0.x

Merge 2.18.x up into 3.0.x

github.com/doctrine/orm - bfb033fe3c8f567e088802fc3641e6bdd163f7ce authored 11 months ago by Grégoire Paris <[email protected]>
Merge pull request #11255 from doctrine/2.18.x

Merge 2.18.x up into 2.19.x

github.com/doctrine/orm - afbf293c942523c44ba814cb74113750fc9c62f0 authored 11 months ago by Grégoire Paris <[email protected]>
Merge remote-tracking branch 'origin/2.18.x' into 3.0.x

github.com/doctrine/orm - bf86155dc22a6f4208cf0eec00587dcdb803a65b authored 11 months ago by Grégoire Paris <[email protected]>
New version of Doctrine website

github.com/doctrine/doctrine-website-build-prod - eeff91623ad1863141f17c37a02d47b4c4dee2bd authored 11 months ago by doctrine <>
Make docs valid according to guides 0.3.3 (#11252)

github.com/doctrine/orm - 1d218bae30d67662498eb0e30cce2c5e329a2c49 authored 11 months ago by Grégoire Paris <[email protected]>
[3.8.x] AbstractPlatform - allow any string in interval for date interval expression (#6302)

<!-- Fill in the relevant information below to help triage your pull
request. -->
| Q ...

github.com/doctrine/dbal - a19a1d05ca211f41089dffcc387733a6875196cb authored 11 months ago by Ondřej Mirtes <[email protected]>
Bump actions/upload-artifact from 3 to 4 (#2601)

* Bump actions/upload-artifact from 3 to 4

Bumps [actions/upload-artifact](https://github.com...

github.com/doctrine/mongodb-odm - 880efa8f4dc1ed056f4ed48ad77dac86328fac07 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
New version of Doctrine website

github.com/doctrine/doctrine-website-build-prod - 47e90b88e0ee50adc33684602637f20a787d7f48 authored 11 months ago by doctrine <>
New version of Doctrine website

github.com/doctrine/doctrine-website-build-prod - de8807aa383fa743bfaeac56bbd05a258ebeb71b authored 11 months ago by doctrine <>
Fix psalm after release of new major versions of ORM and DBAL

github.com/doctrine/DoctrineBundle - 492725310ae9a1b5b20d6ae09fb5ae6404616e68 authored 11 months ago by Gabriel Ostrolucký <[email protected]>