Ecosyste.ms: OpenCollective

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

github.com/doctrine/mongodb-odm

The Official PHP MongoDB ORM/ODM
https://github.com/doctrine/mongodb-odm

Merge pull request #1206 from doctrine/eagercursor-deprecation

Refactor cursor classes to compose CursorInterface

2e0afa298324594a21eaa4043a9ab0d4f6f2eede authored over 9 years ago
Pass eager cursors into an ODM\Cursor object

This deprecates the EagerCursor class since its main goal is already handled by
Doctrine\MongoDB...

614da64dfa665e9929a807be564e0f9edd7c3432 authored over 9 years ago
Use CursorInterface in DocumentPersister

6f13cf4a6dbafeddfd6ee6488b7615c53fae0184 authored over 9 years ago
Return an EagerCursor in prepareCursor

32b74d4d55cba82be13d4404d8e234e8f752caea authored over 9 years ago
Compose MongoDB cursor class instead of extending

e2f23bc3eea11393995f0a799a02f34380201606 authored over 9 years ago
Update doctrine/mongodb dependency to ~1.2

17979498aaa575fadcdd9162d6e3133a0e7d234b authored over 9 years ago
Merge pull request #1210 from VoycerAG/fix-proxy-changeset-computation

Don't compute changesets for uninitialized proxies

79242b78522bd2b6f22ae237d888021a5783a82d authored over 9 years ago
Don't compute changesets for uninitialized proxies

66e41500aea569c4bd6f8ccd19ae51567bc46a3c authored over 9 years ago
Merge pull request #1208

23edee1995eb9418005f0717fb0254614faad6e9 authored over 9 years ago
Encourage use of atomic strategies with versioned documents

4fb8ffbcf0cd783a1f172ea53beb7ee8031f85d0 authored over 9 years ago
Merge pull request #1192 from malarzm/collection-vs-lock

Mind versioning when updating collections

0128d999cb7dfdafe84e1b45de798d1920000577 authored over 9 years ago
Merge pull request #1204

5632b821d0c46a3c1fd17e899c16e092f58890ef authored over 9 years ago
Add documentation about custom ID generators

1bb66978ab2577551c600f661fe40c5048191ca1 authored over 9 years ago
Merge pull request #1203

24e2356071939699a9de8fb8dc5259487bdfbb5e authored over 9 years ago
Document caveat with MongoDB shell hiding DBRef fields

Fixes #1042

ed8dd26e0e89f388f27c2496a0092ecb8dd9d0d0 authored over 9 years ago
Create anchor for reference mixed document types docs section

c6f92e8fe5ee6fbacb29d2b8516b2084dcdee6ec authored over 9 years ago
Use more specific reference link for doc section

30dc5e122d349152aa1afb914a02fc7a8f2a0620 authored over 9 years ago
Add regression test for #880 and refresh() usage

cd966a73def6a41ce0768f7bd7b86693a7224c5e authored over 9 years ago
Revise map/reduce reference docs

This adds mention of the query builder's finalize() method (fixes #570), leads with a more recen...

da3afc212372eab431c9a9693fbc3e5a3c39473c authored over 9 years ago
Document refresh() method in query builder reference

Related to #880

eb198a5895e661dc18269738a847743c5ee67eba authored over 9 years ago
Merge pull request #1143

8ab88fec3c04e4132c1262d3d3a4a0550879c881 authored over 9 years ago
Revise embedded document index creation note

2c1ec03c9d022e71471b7e87454f831aaf876df1 authored over 9 years ago
Document caveat with index creation for embedded documents

If not specifying a target document, the relationship must have a discriminator map for ODM to c...

72485560fdc52828cc9a856d4900a7bb57e5f77d authored over 9 years ago
Merge pull request #1205

df3f0707faad4e9e33424f2afd77f536dd1b32e1 authored over 9 years ago
Don't import annotations whose names are reserved words in PHP7+

Fixes #1168

274d169fda7a999fae968984097ae1eef3d4696f authored over 9 years ago
Merge pull request #1202 from doctrine/query-primers-imply-eagerCursor

Query and Builder priming improvements

85d46370986ed81ed1ef462d9c9819a5f9bbe28a authored over 9 years ago
Allow priming to be toggled via Builder::prime()

596dc51154fd3e5986ce4bc6eb540585ace1381b authored over 9 years ago
Query constructor should imply EagerCursor for reference primers

It's more reliable to check here instead of Builder::prime() in case the Query is constructed ma...

a3b27351d0590f230891f202cf20f07e5ee77922 authored over 9 years ago
Merge pull request #1193 from malarzm/type-test

Add test for all types

441966f77ff4ae2cdc7eeee4d261d3931e5a699e authored over 9 years ago
Merge pull request #1191

56796fa0b74d3a4b68fc0b266bcee942b4f8b3c3 authored over 9 years ago
ReferenceMany's sort should not be used with some strategies

1b126c600d533bc0d131e5c27052c815238fbced authored over 9 years ago
Add test for all types

eafded1118fa04b96ddafbf7616311bfa12ff190 authored over 9 years ago
Move test to proper folder

886106f07cd9c04af27a2606053df1720b53f3a9 authored over 9 years ago
Merge pull request #1199 from VoycerAG/support-immutable-datetime

Add support for DateTimeImmutable in Date type

ef471037663135df544da49aede8bdcff8d9017e authored over 9 years ago
Use DateTimeInterface to check for date types

6e835734db59ef421445babccb76960ee1ac8058 authored over 9 years ago
Merge pull request #1190 from malarzm/id-checks

Introduce sanity checks for IDs and fix overriding its type

23aca0fb8d818f3a29f1e4e21197c6cd9b1bd6b4 authored over 9 years ago
Refactored determining identifier's type

ce8967c0ef7d329818f86ad4022e0f779f7e7192 authored over 9 years ago
Merge pull request #1194 from castarco/patch-1

Make easier PSR-4 compliance

7fe7b97324aee632d8232b6e7db7fe2bbe68512c authored over 9 years ago
Minor improvements in DocumentRepositoryGeneratorTest

b0174f2fd8e19972e49a729b3910d4a25f03574f authored over 9 years ago
Added test for DocumentRepositoryGenerator

359ad09058308e4f3a2f9a4096e654e2f9dc2ffa authored over 9 years ago
Make easier PSR-4 compliance

In order to make possible a clean fix in the DoctrineMongoDBBundle project I have added an extra...

1cf456902b191d41c4eda70813aa4ddd7272a617 authored over 9 years ago
Mind versioning when updating collections

dcd8afffecf56c84b982be3d7d874a30140f2033 authored over 9 years ago
MongoId::isValid was introduced in 1.5.0 so it's no good

3dd6a2f10e14f389d760fb9857d7dbeca9199972 authored over 9 years ago
Introduce ID sanity checks for embedded documents

18b7fb265b4c899ce39324d43ebf45a9524f1593 authored over 9 years ago
Introduce sanity checks for IDs and fix overriding its type

6fa807a449c1390326be3824c207bdcc50b73a41 authored over 9 years ago
Merge pull request #1189 from BernardoSilva/patch-1

Use container-based infrastructure for travis builds.

e934061c53758634e2376c082efc19afe21770de authored over 9 years ago
Use container-based infrastructure for travis builds.

743d22970e8060b378f4c18c6d7807b7fff5b6f9 authored over 9 years ago
Merge pull request #1175

dbf21abf46f027d49328e13baaa6651e2e408710 authored over 9 years ago
Improved PHPDoc and readability

b7b6f5fde9fa805a3785a17db2f066adb97add5d authored over 9 years ago
Removed unused cascade(Pre|Post)Remove

79d9753d40b3f6981522de4581a4d577dbecc627 authored over 9 years ago
Optimized commit's performace

d6ae959766d67820971fb854e1afcdc6b81b1152 authored over 9 years ago
Merge pull request #1164 from malarzm/qb-select-discriminator

Wrong class is returned when using select() and single collection inheritance

2fe8b7dbb046e6bee6073b096c262458b80d2645 authored over 9 years ago
Autoinclude disriminator field in query's select() if needed

adde97bae843869984a1445cb0da606c4beac708 authored over 9 years ago
[Test] Wrong object is hydrated when using select() and single collection inheritance

096fbd5a05199bc08127f3d7e21fb9035e3c97d0 authored over 9 years ago
Merge pull request #1129

3e857760e674a93a10f022e99f52eef2fbfdba14 authored over 9 years ago
Fix overriding id strategy

9a8b74c9195b6c489f88dd9fa7816bf35ba99eb3 authored over 9 years ago
Merge pull request #1177 from malarzm/gh1174

Straighten removing strategy from collection field

e8aceaf1e25b6fddc4219c9b47de845e18fc7961 authored over 9 years ago
Straighten removing strategy from collection field

1dd07bb2739ad9bc6690575069af97afedf100fd authored over 9 years ago
Merge pull request #1086

f3ea0fcb7fa916b85d286be07bf3794c0ab5665f authored over 9 years ago
Use cursor for counting documents in inversed collections

4b94f4abce719dd29db52fc535f50b8c75391f11 authored over 9 years ago
Merge pull request #1162

ab600a72be81ab618c421212a1ddf5e9a2a06cbd authored over 9 years ago
Throw exception when simple reference is targeting discriminated document

30c2a007909c73fda52edfef62aed19597631ded authored over 9 years ago
Merge pull request #1147

b1e83f340dc9f992c8c26946feafd2642325e11b authored over 9 years ago
Added missing docblocks for MappingException

617b5a9f7fc85b93f390adb2bfa3565895640476 authored over 9 years ago
Forbid changing identifier field's type

df2a9df382eec912c7b1d82135f7b4367d76a022 authored over 9 years ago
Merge pull request #1160

e3468b2d2a8895bc2b560b69272e75772f08c815 authored over 9 years ago
Fix initializing proxies with notify change tracking policy

e391cae13c74ffa95bd23f8ac393b85bdc41aaa6 authored over 9 years ago
Merge pull request #1130

10af5e140ded5a7eb36ab9bd4e302156b9e54c3e authored over 9 years ago
Reindex numerically PersistentCollection after save

d071b9d84baf4c89dbb2c72e98c0478482374317 authored over 9 years ago
Merge pull request #1161

0ddaafd35c7120ea8328cd438fdee0a8003ea896 authored over 9 years ago
Query's distinct field should be prepared

1992c4841b9a0d8a9c98f9d5af88bf09ba7d74e5 authored over 9 years ago
Merge pull request #1163

43a279633b2ea1230586f660a927b9fdd6c60935 authored over 9 years ago
Make exception for no id during DbRef creation helpful

40b5828836e5ef96f66bd73c826f46f816a986f6 authored over 9 years ago
Merge pull request #1155

5b0ff1c5d4a19594b778352e9bb0fc6a54ed2152 authored over 9 years ago
Moved away tests for atomic strategies from Tickets

08125429e77c845ff0a5e0066d368b1a8f7af9ef authored over 9 years ago
Rewording comments, minor changes after review

6d83e954ee2da65d58384b65e8700eea2d2368ef authored over 9 years ago
Mark CollectionHelper as internal

400432b2957fe4e64fc95c2212dc003c39849e0f authored over 9 years ago
Explicit use statement for CollectionHelper

c7da6e943a56f15e2e89d448332d6c79afe9ba8e authored over 9 years ago
Unscheduling collection should be NOP if it wasn't scheduled

d85e1eef45aa702664a500e880565010a1725092 authored over 9 years ago
Cannot edit an embedded document and also add new deeper embedded documents with atomicSet

2b9eef14d5d42acec27fc4db1a84df3467e416d4 authored over 9 years ago
Fix testCollectionsAreUpdatedJustAfterOwningDocument

97395f3a914f21ba65b99389c8285c0b77d5c5a4 authored over 9 years ago
Clean up after clearing collection scheduled for update

171199ad75156130c690dfa50de3aca9c5f500a5 authored over 9 years ago
Fix nested collection updates

1138ad14485487a216500673e4ae161ac7f14dae authored over 9 years ago
Added failing test case for nested collection update

268e30683a16ec3d12153af3432a21f74d9d5f18 authored over 9 years ago
Clean up CollectionPersister

b9f4de2ca4e1f40c70a8247dce5c064f2ba809fe authored over 9 years ago
Added test for updating collections

72ca4f6f53fbf42f0d6bfc258595d746139c9dfd authored over 9 years ago
Do not recalculate changeset on postUpdate

ed1b180a4723c1350e42756982a71025957a2804 authored over 9 years ago
Simplified handling atomic collection updates

9dcf86560cc4f6d4821863382b16488107372f04 authored over 9 years ago
Include collections in insert query

ef81a8e2b408db23c048fcb647d0e268e9b62658 authored over 9 years ago
Moved handling atomic collections upsert to PersistenceBuilder

49dc7a95f30b73ff4fee145b266619d043d05214 authored over 9 years ago
Group visited collections by topmost owner

dd633081fdee9da6d9b41d3a5763a50c6cb1b9f8 authored over 9 years ago
Move collection updates to DocumentPersister

026a0a9ca33ffb32073e830177bfeef762408590 authored over 9 years ago
Introduced CollectionHelper

dfd7d64fe71f6963e90cc49960fca32116910dbb authored over 9 years ago
Scheduled collections arrays are now sets

1522f509a511f26238dafce2798ccd91a6c627f7 authored over 9 years ago
Merge pull request #1171 from coudenysj/patch-1

Correct the abstract BsonFilter method name

1eaba57d84c2d7702966f2fe253aba1244d76959 authored over 9 years ago
Update filters.rst

34dedddf842781258c09acaff64a13f8eb7e73ba authored over 9 years ago
Merge pull request #782

b1089b723df8ae2230694a3899941e05d560c41f authored over 9 years ago
Update test that was testing incorrect functionality.

7a2d2da4ca0180acfb33334b2d3b4f740eadd1f3 authored over 9 years ago
Fixed Lifecycle Listeners order assertion

833b8575c6c1992e1fad4beade751d00b1287259 authored over 9 years ago
Fixed GH850Test

cc41ec9300d23373234f2059a401ad015ab898b4 authored over 9 years ago