Ecosyste.ms: OpenCollective

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

github.com/doctrine/mongodb-odm-softdelete

Soft delete functionality for the Doctrine MongoDB ODM
https://github.com/doctrine/mongodb-odm-softdelete

Merge pull request #16 from matwright/fix-flush-not-working-on-deleteBy-and-restoreBy

Fix issue whereby deleteBy and restoreBy are not being flushed

69737a0762ed0288ccb3f6e0e98074ce0eac966f authored over 10 years ago by Jonathan H. Wage <[email protected]>
Fix issue whereby deleteBy and restoreBy are not being flushed

Flush only runs executeDeletes and executeRestores when there are values stored in documentDelet...

0404e6f6fdb1e1940ef77e68f1a5ba76e401274f authored over 10 years ago by Mat Wright <[email protected]>
upgraded test suite

ef69236f8b2340145984afffe22ca82a661655a2 authored over 11 years ago by Kris Wallsmith <[email protected]>
Merge pull request #13 from websirnik/patch-1

Reflecting changes in doctrine/mongodb-odm

bbc3446e10bad5ae401d36fca366db156655977c authored over 11 years ago by Jeremy Mikola <[email protected]>
Reflecting changed in doctrine/mongodb-odm

Method has changed name from prepareQuery(..) to prepareQueryOrNewObj(..)

cfbf41c32aee60f342ac676e6b4686883f2de3c0 authored over 11 years ago by Nikita Korotaev <[email protected]>
Merge pull request #8 from tacker/master

Fixed the authors array in composer.json

551295420c31590bc10fd6be64ae1b487c5ddefb authored over 12 years ago by Jeremy Mikola <[email protected]>
Fixed authors array.

a1701358bccaa3acea8a092bb08b04847d323a1e authored over 12 years ago by Markus Tacker <[email protected]>
Merge pull request #7 from leek/master

Add `composer.json`

18d3df0d1b92d7a41b1f55e6b7f0822b0656761e authored over 12 years ago by Jonathan H. Wage <[email protected]>
Add `composer.json`

2774f6a58ac9b91568131d0a26de1bc8c269374f authored over 12 years ago by leek <[email protected]>
Merge pull request #6 from jjbohn/feature/silent-remove-restore

No-op on delete or restore on previously scheduled documents.

31dfa56a8f40a10696f10510ecaee73333cc18bd authored almost 13 years ago by Jeremy Mikola <[email protected]>
No-op on delete or restore on previously scheduled documents.

d80621baa161d773068ec853d318abfd4c429376 authored almost 13 years ago by John Bohn <[email protected]>
Whitespace.

6dc4bd4aa0d310af02c8a105fab0695077c4af89 authored almost 13 years ago by John Bohn <[email protected]>
Cleaned up and added more constructor coverage.

a9c8cfbba3e6b721cd495068570b6b37db080aae authored almost 13 years ago by John Bohn <[email protected]>
Merge pull request #4 from jsuggs/fix/exception-namespace

InvalidArgumentException in root namespace

f43f8de5aa39cf58429c5186068b5d450553da08 authored almost 13 years ago by Jeremy Mikola <[email protected]>
InvalidArgumentException in root namespace

2715da79760c485d1cb009e7ca3a7d5f83f8b45d authored almost 13 years ago by Jonathon Suggs <[email protected]>
Remove safe op

157b6e76ae58ce7a7544927aad3475fad1d59d58 authored almost 13 years ago by Jonathan H. Wage <[email protected]>
Merge pull request #2 from CloudCompany/master

Fixed tests

84226dffe4c1b58a8df71f70e2be6f797dbb5920 authored about 13 years ago by Jonathan H. Wage <[email protected]>
fixed tests

a9c5f8a96c5f927436813940251a60fd7eaeaee3 authored about 13 years ago by gordonslondon <[email protected]>
Use fsync => true instead of just safe => true

25d8cebf95147246f12a246f6849e0d1013ca096 authored over 13 years ago by Jonathan H. Wage <[email protected]>
Fix to not use $exists because it does not use indexes.

fe34997be7dd6284683bca8b3614b7923ea09b7a authored over 13 years ago by Jonathan H. Wage <[email protected]>
Improving soft delete support so that when you cascade restore, you don't restore documents that weren't explicitely deleted by a cascade operation. Also delete only deletes documents without the deletedAt flag and restore only restores documents with the deletedAt flag to avoid overwriting deletedAt flags and doing unnecessary work.

036391a7c07c0c60fccde6a243e8324b083b56f8 authored almost 14 years ago by Jonathan H. Wage <[email protected]>
Adding concept of deleteBy() and restoreBy() for use in events and cascading deletes to related documents.

c2edb9e9224baa924b2f621c86124a897bab312c authored almost 14 years ago by Jonathan H. Wage <[email protected]>
renaming events to preRestore and postRestore.

5631161ab1f0d4544ab063f9ba8e3455839dcb4c authored almost 14 years ago by Jonathan H. Wage <[email protected]>
Removing unneeded checks.

1046f82826c03f550f2804b1b12fb5c18c4d4251 authored almost 14 years ago by Jonathan H. Wage <[email protected]>
Adding docs on how to create query builders as well as a new method for filtering existing query builders.

b97bc5f8067368cbc4c607b373cac58ff5c2f784 authored almost 14 years ago by Jonathan H. Wage <[email protected]>
first commit

932c8e5d1cdacf1a31628f77380bcfc9f8ddd8ab authored almost 14 years ago by Jonathan H. Wage <[email protected]>