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

Removed unnecessary code updating identityMap after insert

4d6f22411f5f21d8bed3baa0c19684d76be97b45 authored over 9 years ago
Revert new exceptions that I missed.

4edcde16a68af7cdcd195a4c581d329e8f25a6cf authored over 9 years ago
Embedded documents' change set should not be calculated up front

8a85a233e8a56400b55faf022c7db6df17ad7024 authored over 9 years ago
Brought back correct order of postPersist

a702f0325af52aee760bceba4372417d066e52b8 authored over 9 years ago
Renaming test from #1138

3c75ec12c851c96be0f32ff4b49b80980a66a22b authored over 9 years ago
Fixed GH850Test

cc41ec9300d23373234f2059a401ad015ab898b4 authored over 9 years ago
Fixed Lifecycle Listeners order assertion

833b8575c6c1992e1fad4beade751d00b1287259 authored over 9 years ago
UnitOfWork cleanup.

0ebf2effc5be93dc2d3f6d02740d01cb8b3c1bd7 authored over 9 years ago
Don't schedule document for update if it is scheduled for upsert.

64b51e4bf294d2ba267d2244588d97676f6cb7ba authored over 9 years ago
Make it possible to re-persist removed embeded documents

Not sure why the restriction was there in the first place, but it seems like it isn't needed. If...

fbaea68a7111516e8718aca1554b9a95ca025f02 authored over 9 years ago
Merge pull request #1152

3fcc8cfbce7d29f18fbba32e192ef5713d366d1e authored over 9 years ago
Add test to check if parentAssociation is available in postLoad

da61bbb66abff3a512df9d5b96ca8a961ec1757e authored over 9 years ago
Store parent association before hydrating document

6dce966fa450c4f7e57a6482f8f43c2aa2e32b74 authored over 9 years ago
Merge pull request #1112 from doctrine/priming-enforces-eager-cursor

Priming references enforces eager cursor

0c55f264427bdbfffc71cae1eca5401564e23e2b authored over 9 years ago
Remove priming from cursor class

15f03ab2c6a13ed9bd15ad65b2529506036b1af3 authored over 9 years ago
Don't unnecessarily rewind the cursor when priming

b829a5433a2427c78ffd10a759555536eb9e42d7 authored over 9 years ago
Priming references implies using eagerCursor=true

dde3eca77f053c8ac4b90761dd6cf1a9eb300638 authored over 9 years ago
Merge pull request #1154 from malarzm/gh1153

Fix updating of embedded documents if their atomic collection is not dirty

21bffabd51b2f37ef1d219bbc85f04c3e3aab852 authored over 9 years ago
Fix updating of embedded documents if their collection is not dirty

2b69de064f12ae3583006240e00ff5d3e67e144a authored over 9 years ago
Create functional test to demonstrate that updates to embedded documents appear to not work.

33e5e71f266c735cfe5af1416582b55e7e953718 authored over 9 years ago
Merge pull request #1146

9addf539dfbdbe83799abbf90f70503eb36ef3e3 authored over 9 years ago
Removed unused extraUpdates

cd0b38fee0a3dfc43cad4318a5df77d5de4ac38c authored over 9 years ago
Removed CommitOrderCalculator

f624c4528bc54ef32f718b6164b8a27c5a4082a9 authored over 9 years ago
Removed unused variables

61caacaf413a68430e00d715685cfe3a9ea3545c authored over 9 years ago
Refactored getting id for identityMap

82b470be99c75c1ab4482367f7d9fbe4bad96c91 authored over 9 years ago
Merge pull request #1123

b6aa8620e4f29d2952fffe4209b49acff39f1547 authored over 9 years ago
Ensure Cursor::toArray() specifies false for $useKeys

75b499116da1ee0cbb12eb62b39ac3306d9bf929 authored over 9 years ago
Merge pull request #1121

c055530e236b12ef29a22937e9ebc3d14ef0959a authored over 9 years ago
preUpdate event is dispatched when only refmany collection is updated

c0ca7488ce78aed98074d294a5d6da17a42481ac authored over 9 years ago
Merge pull request #1136

c659449fac9bbbf37fcfe056098ffb0bc829f196 authored over 9 years ago
Throw MappingException if owning/inverse side of refs are missing targetDocument

d2013a6b3b0e74d02d5be482f83b2628b40e6000 authored over 9 years ago
Make findSomeComments() query example more helpful

This was suggested by @acrozes in https://github.com/malarzm/mongodb-odm/commit/eabd92a5a7bcc556...

7049f40fa6b55fb28703f9e280ec3eda12868aa4 authored over 9 years ago
Merge pull request #1142

10cd9169d5075d97da17316b86ea9fc00c9f0cdd authored over 9 years ago
Add regression test for #1141 with identified embedded docs

This addresses an earlier hypothesis that embedded documents are never scheduled for upsert (due...

74db05f44e024c99b007124624776f7a8a28cf92 authored over 9 years ago
Do nothing for embed-many in PeristenceBuilder::prepareUpsertData()

Embedded documents were never scheduled for upsert, so they would only be inserted at this point...

528bea14b2d88eb299c85f46b5b495ee68dbd618 authored over 9 years ago
Refactor PersistenceBuilder::prepareUpdateData()

Remove a level of indentation for the embed-many branch by moving the $new check to the main con...

e36282300e7dec1aa6654ab9b408703b3bee476c authored over 9 years ago
Refactor PersistenceBuilder::prepareInsertData()

Restructures the nullable handling and adds an early continue statement. Additionally, limit ref...

2ad574b9f86eccdd77788045efd3317727e0bd90 authored over 9 years ago
Embedded documents can never be scheduled for upsert

See logic in UnitOfWork::persistNew().

4c997e59bf0869f0579a9ac05f6c95ca7a7bc45c authored over 9 years ago
Fix variable name typo in GH1141Test

7994915d0be3cb11337ed90070da552ecf7dcf42 authored over 9 years ago
Check if embedded document is not part of atomic set query

1bc1c5649184870534c765f83a877f30a36e0004 authored over 9 years ago
Demonstrate another problem with atomic set emitting messages such as "Cannot update 'chapters.0.status' and 'chapters' at the same time'".

2d7a39f9424fcc7971f05654c0fd4dbdec0aa9c9 authored over 9 years ago
Merge pull request #1140 from BernardoSilva/add-code-coverage

Add code coverage (closes #1139)

d6ea2247abfaa29513835941d9b560aeefbf3ca9 authored over 9 years ago
Merge pull request #1144 from malarzm/gh967

Added type checks for Collection and Hash types

4cdb150b0ab025175216da81141d34bb4bc30de4 authored over 9 years ago
Added type checks for Collection and Hash types

37136fb911c1926cabd29db1f633afdd05b9b09c authored over 9 years ago
Add code coverage badge to README.

e41c567124353c25b2bd60e251fcbd860c198f53 authored over 9 years ago
Send code coverage report to scrutinizer-ci.

b7751c24d8cb86a8af3b255094748a5cef7c2a31 authored over 9 years ago
Merge pull request #1120

c06e8d40a3fd77a9c24481247890863ea858355c authored over 9 years ago
Do not schedule collection for deletion if it is to be $set later

6983f594d36afcf1dba1a266da9f3b57f6a33d7c authored over 9 years ago
Merge pull request #1119

8f4362f86bf04389364a6d4bf20489f3883918c2 authored over 9 years ago
Fix PersistentCollection::add usage with set strategy

5d4deb4be440048f18f7780c25c57399a187e7f3 authored over 9 years ago
Merge pull request #1137 from doctrine/gh909-regression-test

Regression test for cascade persist of associations

d13d73e693ffb1b4c926793054f67b5261f38751 authored over 9 years ago
Regression test for cascade persist of associations (#909)

380c7f0303c72a3b4a5235836be7ad1164dae354 authored over 9 years ago
Merge pull request #1134 from malarzm/gh1132

Fix usage of cloned PersistentCollection

695de7ceafacde9d1134f58eb88a0a210eea3795 authored over 9 years ago
Fix usage of cloned PersistentCollection

a24e73c3377d31486f92ddfa3c34814c0e575e7a authored over 9 years ago
Merge pull request #1118 from doctrine/embedmany-consistency

Ensure atomic collection updates use only one query

d305acad9307a9f7419ec8a6f904de2fae38f770 authored over 9 years ago
Clear DM between AtomicSetTest inception tests and fix index assertion

0c6576da2d2e957fa9fc357500437df7e81884b9 authored over 9 years ago
AtomicSetTest for updating nested collections while deleting parent

71e79f9c5b83a06a5ba4f5233ba0eee47c922dc9 authored over 9 years ago
Refactor getAtomicCollectionUpdateQuery() into separate loops

In the first loop, we collect all atomic collections whose update/deletion should be included in...

da6f4498aa96ec8eaa26c7c51089fb345b028604 authored over 9 years ago
Clarify why unschedule methods don't touch hasScheduledCollections

7d077e6fc3b651492a5fc2237e98296640151725 authored over 9 years ago
Improved atomic inception test

4a7a2b6922aade7ff325de806ec2ce42eef32bcc authored over 9 years ago
Fix nested collection atomic update

270b0740f96c30bfdad8bbc913d9f5434856fcc2 authored over 9 years ago
Regression test for issue #1114 and PR #1113

132e9f08bcd631acd818b63bac41cd352372ad6f authored over 9 years ago
Prefix AtomicSetTest model class names

28c3174f8c7b6d60507051238fbe909a2478f57a authored over 9 years ago
Trim trailing whitespace in AtomicSetTest

ed1dd9fc0cefa5760b63899484e48b93a493f73a authored over 9 years ago
Disable query logging in tests by default

This also changes QueryLogger to implement Countable and be callable, which lets us set it direc...

086975c5fd85c91f6b148226c8042a797e69fcd0 authored over 9 years ago
Added versioning to document to expose bug

a874e9290db6b9c8e2a60fc51ae86bac4d9b01fb authored over 9 years ago
QueryLogger is now available in test suite

8bac18eb1debe3c8657b96044e413f939456230e authored over 9 years ago
Merge pull request #1109

5b30e0f7a677c8a7494d82176bb8a747f4e82fb9 authored over 9 years ago
implementation for https://github.com/doctrine/mongodb-odm/issues/1106

d015307f50044a9fe8413d91f3c2af3a68151d70 authored over 9 years ago
Merge pull request #1099

9ab9301dd48692b81c9d7b08140a55eeafe6691e authored over 9 years ago
Added typehints to $this->dm and $this->uow

871745cef16aee92ce54bfd8f7409baca7ebfea6 authored over 9 years ago
Merge pull request #1101 from doctrine/beta13-changelog

Update changelog for 1.0.0-BETA13

f9d26e2839c657659dc129fe5b4aaa7f87d0ea55 authored over 9 years ago
Update changelog issue query links

7c44cd6d529584e81e3f617a11fa72353c60d17e authored over 9 years ago
Update changelog for 1.0.0-BETA13

8886602ca528aa6995097cf91b506aada1dd0bc8 authored over 9 years ago
Merge pull request #1103 from malarzm/docs-help

[Docs] Changed links in "Getting Help"

413c5bf37ffc73800f82bfc7edc2a5b15336fb39 authored over 9 years ago
[Docs] Changed links in "Getting Help"

254bdbd37bc60f302cba06da64d0b85e568bea7d authored over 9 years ago
Merge pull request #1102 from malarzm/docs-version

[Docs] Bump ODM version

bb0fa74847723958158abdad17f6c9b2b2830a6e authored over 9 years ago
[Docs] Bump ODM version

c8dca368beeaca6e966d0b1d61cc61a9254d9f83 authored over 9 years ago
Merge pull request #1100 from doctrine/atomicSetNested

Fix handling of nested collections for atomic strategies

87ddf1b5df28e7caadb9b0eef428bf8adb3a8653 authored over 9 years ago
Added missing strategy check for references

d0f3eb66d7e32b2c4a3b4f8436a4208dc531c94f authored over 9 years ago
Added test for really deeply embedded embeds

d001ba77ca21cfcf9786f142c2f8ec41f256b6f5 authored over 9 years ago
prepareEmbeddedDocumentValue() should relay $includeNestedCollections for embeds

Previously, $includeNestedCollections was only relayed for has-many associations. It should be r...

b07db34640a6e16cbe8dbc571c77336d4e96afff authored over 9 years ago
prepareAssociatedDocumentValue() should relay $includeNestedCollections for embeds

20522173b163b7e67ef20ab3b901bf4a59b9f42a authored over 9 years ago
Replace in_array() call with inline equality checks

4e0d70df4fec1ea1ae9e15b6a4db94aaca2c7176 authored over 9 years ago
Whitespace cleanup

376ea846ac5a27831196ac3beadff5cfc874356e authored over 9 years ago
More tests assertions for atomic collection strategies

d261f1fb1f88ccc03c6f91e9a7254039765a394e authored over 9 years ago
Include deeply embedded collections in atomic query

085082d60407ea4468c2af3fefa77a7da059c68e authored over 9 years ago
Fixed assertion

355df6f6c101941f23a8984c445e7f5ef6bece8b authored over 9 years ago
Failing test case for atomicSet nested collection updates

b990cff72bd25f926d5107b6af881781ec7c3d8f authored over 9 years ago
Add alcaeus to authors

5a202c532c981292613633ea95f228e6e51404b0 authored over 9 years ago
Merge pull request #1096 from malarzm/atomicset

Adding atomicSet and atomicSetArray collection strategies

7cdf69355cae2b049e2798deea3ec1ecc5a0cddc authored over 9 years ago
Adding atomicSet and atomicSetArray collection strategies

5fe490c7fb60831310c70800754268f7fe6d38d9 authored over 9 years ago
Merge pull request #1098 from mhor/patch-1

fix link

6d029424e80c3b91a1a7ad907535a8d1be36a467 authored over 9 years ago
fix link

f72f84cb7e565deb30ec8a8ecbfdb640b811f76d authored over 9 years ago
Merge pull request #1093 from smoya/fix/events-doc

Fixed events.rst Lifecycle Callbacks example

91239639b5b5c91a75ac2a07dbbfe4be0fd177d9 authored almost 10 years ago
Fixed events.rst Lifecycle Callbacks example

552bf5af79b960bf9e9532c97a74f36108104aaa authored almost 10 years ago
Merge pull request #1092 from malarzm/smaller-travis

[Travis] PHP 5.3 run all, 5.4 to 5.6 only stable driver

0f5e7d72ea1859f57b254e93bcb50433e64e755e authored almost 10 years ago
PHP 5.3 run all, 5.4 to 5.6 only stable driver

e8d75d98a41cbcc994222855b812a572578347eb authored almost 10 years ago
Merge pull request #1091 from VoycerAG/fix-command-return-code

Add proper return code to indicate errors in schema console commands

85f81fb29a708157e2a8ff400e21a97555cca3f4 authored almost 10 years ago
Add proper return code to indicate errors

4c896f32598750205469fb1154ba0b6941a3b9f2 authored almost 10 years ago