Ecosyste.ms: OpenCollective

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

github.com/vadimdemedes/mongorito

🍹 MongoDB ODM for Node.js apps based on Redux
https://github.com/vadimdemedes/mongorito

Chore/update dependencies (#205)

f9a553b28006988a00b1c885033fa88475861ec5 authored over 6 years ago by Marco LĂĽthy <[email protected]>
Add support for findOneAndUpdate query method (#210)

86693841cd15c5c8c8c196c1cde4127d7bc9a1cb authored over 6 years ago by Marco LĂĽthy <[email protected]>
Fix typo in readme.md (#202)

Missing parenthesis for calling timestamps()

c3c5f13a4ac088e14394f3b8b065fba1c0bec4d4 authored almost 7 years ago by Karl COSSE <[email protected]>
Document constructor options (#198)

43d1dc44cc6c28dc7de578e26e5fb7079836eddb authored almost 7 years ago by PrzemysĹ‚aw Tomaszewski <[email protected]>
Fix mongo in Travis CI (#199)

b894c10f4a0d1d7022dc16ce70bd60721cf4aedf authored about 7 years ago by PrzemysĹ‚aw Tomaszewski <[email protected]>
3.0.4

a54add0341986c384634f67d06b997e65010c127 authored over 7 years ago by Vadim Demedes <[email protected]>
Fixes `Model.embeds()` bugs related with empty fields and properties being lost (#192)

ee3035400c4f6b9f30be5446dbd0affd8ea3ac8a authored over 7 years ago by Zizaco <[email protected]>
3.0.3

fb32432999b6159f0f73f3af48103400635ae59b authored over 7 years ago by Vadim Demedes <[email protected]>
Fix crash on null value during serialization (#187)

c07a4cd7a739ba29f4f0dc012e999541a66467a9 authored over 7 years ago by Alex Taylor <[email protected]>
test on Node.js 8.x

700e9d85c06521ae99e94228319451feec76c16a authored over 7 years ago by Vadim Demedes <[email protected]>
fix collection name test

72f1c60feafc5998c33a32b5c928c74190d073c5 authored over 7 years ago by Vadim Demedes <[email protected]>
3.0.2

12019623a4eed35eb54905a5528ec67ed8fe760a authored over 7 years ago by Vadim Demedes <[email protected]>
fix collection name detection

4977e459a0acabc87fdd155875ed07ddd5fb26e1 authored over 7 years ago by Vadim Demedes <[email protected]>
3.0.1

7a6ea85d1bfaaf82e08089f1842f8959eb287b71 authored over 7 years ago by Vadim Demedes <[email protected]>
remove Query#then(), fix #176

814413096a28770846a4b925d52e8b9c9afa5688 authored over 7 years ago by Vadim Demedes <[email protected]>
3.0.0

5e14142a6aed4dbd215803be1edfc440a5c79009 authored over 7 years ago by Vadim Demedes <[email protected]>
update readme

538b796059016a87e879e4187036cf65b84f7a5b authored over 7 years ago by Vadim Demedes <[email protected]>
rewrite

0074e163f7ef2e2566883bcc9bb88d284d19bfc2 authored over 7 years ago by Vadim Demedes <[email protected]>
add migration steps

35032a92a4305b56babdff923cc863a950372af7 authored over 7 years ago by Vadim Demedes <[email protected]>
fix error message typo, fix #173

e2eeacc39d933f9471636849ff8fbbf9d6c1c4a7 authored over 7 years ago by Vadim Demedes <[email protected]>
return null when documents were not found

92ccbfe0119424931f74fa4dcf309f51381c4bf1 authored over 7 years ago by Vadim Demedes <[email protected]>
update readme

303e1aa047d9d95fd301f2ac9a88c6a07a20a244 authored over 7 years ago by Vadim Demedes <[email protected]>
update logo

5f78d49d0bfa81388cbdb7e6043c140669c1ad58 authored over 7 years ago by Vadim Demedes <[email protected]>
make middleware in plugins optional

44644fbf1b3a018064de904d5ccae836e2a56c03 authored over 7 years ago by Vadim Demedes <[email protected]>
2.2.0

ce0d331eddde8162ca8281c9e70add27b31f7d87 authored about 8 years ago by vdemedes <[email protected]>
Fix duplicated hooks (#149)

cfb6f7e8885dd5726fba54c11b0a2ce063318e2a authored about 8 years ago by Zack Young <[email protected]>
Implementation of getter & setter for accessing MongoDB driver. (#137)

Implement getter & setter for changing MongoDB driver

432181b271fab2ee7af421269c0c8bc70b2aa9aa authored over 8 years ago by Marius <[email protected]>
Merge pull request #135 from twostairs/feature/testMongoDbUrlFromEnv

Accept `MONGODB_URL` env variable for database url in tests

4dfbb9c027151e9f5db9c847e9a26457088fcf8c authored over 8 years ago by Vadim Demedes <[email protected]>
Implementation of MONGO_URL for possibility to run tests via `MONGO_URL=mongodb://192.168.99.100:32768/mongorito_test npm test`

aeabc449159dbc5f3c87dffe6d66bcbe0e49a1e7 authored over 8 years ago by Marius <[email protected]>
Merge pull request #129 from brianvanburken/fix-id-to-objectid-logics

Fix array for _id in find with $in not being converted to ObjectId.

98f46c8d5513b16146b1933a2be95e600a2daa30 authored over 8 years ago by Vadim Demedes <[email protected]>
Fix ids for _id in find with $in not being parsed.

5596a37cd8943c372776ee6c163c274e3b97082b authored over 8 years ago by Brian van Burken <[email protected]>
Release v2.1.2

7f3a76520477a115c93989061ba9a58bb52e1800 authored over 8 years ago by vdemedes <[email protected]>
Release v2.1.1

4467270ef631a0fcf2064e5db9f5272f344a95ea authored over 8 years ago by vdemedes <[email protected]>
Release v2.1.0

5d89e612913dc11209fe1623e4ced1b36cced856 authored over 8 years ago by vdemedes <[email protected]>
Fix for not working .find({ _id: { $in: arrayOfIDs }}) (#119)

Fix not working .find({ _id: { $in: arrayOfIDs }})

ffead7a4be4383383e4be315c40e09422dcdd2fc authored over 8 years ago by Marius <[email protected]>
Allowing $in via where('array', ['one', 'two', 'three']) (#117)

Use $in if array is supplied to .where()

1321d694a7a40a3242ce1b529dc559be1e1d3c7a authored over 8 years ago by Marius <[email protected]>
Merge pull request #111 from SirbyAlive/features/query_populate_with_options

Features/query populate with options

97ecd67a9afba95fc86d992b3e9f33eff8721230 authored over 8 years ago by Vadim Demedes <[email protected]>
Merge pull request #109 from SirbyAlive/features/query_exclude_array_issue

Features/query exclude array issue

27254dbddb006d654c77ff41eb284698254f2a16 authored over 8 years ago by Vadim Demedes <[email protected]>
Query populate all the sub documents in one database request instead of one per sub document

d0388cb28f84146a7f0bc8893414f0d6dbac92eb authored over 8 years ago by Julien Tome <[email protected]>
Change Query.prototype.find to not override the common query object

2d18b22bd646ef390a1ff5c14fed15f0d8cc351a authored over 8 years ago by Julien Tome <[email protected]>
Add test to populate with sub-documents with custom options

1ce666ca72d6b7ef064a7a1c0ce3b7eda523733a authored over 8 years ago by Julien Tome <[email protected]>
bypass is.object if key as already been recognised as an array

de578156a77229c8a1c985578eb9f32076b32968 authored over 8 years ago by Julien Tome <[email protected]>
Add unit tests to test array inclusion and exclusion

7842da083cf14f27b07b38266c2bab77d57372d3 authored over 8 years ago by Julien Tome <[email protected]>
Distinct and Aggregate support (#108)

Add Distinct and Aggregate support

e6f05e7768bf6510da35ed635fd4a7c1b4b45602 authored over 8 years ago by Saikiran <[email protected]>
Release v2.0.0

72433a7514625f240237b4ae23eae3a82b9cc2df authored almost 9 years ago by vdemedes <[email protected]>
fix code example

492eb35ad254e6fc49e351c2b90a0e04264078bd authored almost 9 years ago by vdemedes <[email protected]>
wait until connection is established before doing any ops, fix #93

c033f670f398c17c76b875497531306a27c7272f authored almost 9 years ago by vdemedes <[email protected]>
remove junk

fa7fe2de18b6473777e59fce813508cac6c1f7b8 authored almost 9 years ago by vdemedes <[email protected]>
use native Array.isArray instead of is_js

c69f4000e1e0ad80745f8f8d8453d5b930333a6a authored almost 9 years ago by vdemedes <[email protected]>
use Object.assign() where a clone needed

12c7e81c4eaef87b4186f75f64ce18987c878c46 authored almost 9 years ago by vdemedes <[email protected]>
remove unneeded "main" property from pkg json

a09fa0bbc59be67b5b5a48c325bd514ace3c409b authored almost 9 years ago by vdemedes <[email protected]>
update dependencies

359895bdff2ebb609478b05f8839f7d9256186eb authored almost 9 years ago by vdemedes <[email protected]>
update eslint config

8eb416135dbd2f7633a22333193d438413759419 authored almost 9 years ago by vdemedes <[email protected]>
fix markdown in readme

783311c99626926efca68af3d4394b498e57359d authored almost 9 years ago by vdemedes <[email protected]>
update readme

d81a74708efb831bf9ba6ec8099603c3cc1ad6d1 authored almost 9 years ago by vdemedes <[email protected]>
split up tests

fea3119f56004654798dd00793cf95b6134d5169 authored almost 9 years ago by vdemedes <[email protected]>
move test/models to test/fixtures

392b892e7d264b26da63886c9531d4dcbd36097d authored almost 9 years ago by vdemedes <[email protected]>
update ava

d0171837511a7b852cee9b22185fdd31302926f6 authored almost 9 years ago by vdemedes <[email protected]>
Merge branches 'master' and 'master' of github.com:vdemedes/mongorito

e8bd5ff78467665a7a27767099c81dc9aadf365b authored almost 9 years ago by vdemedes <[email protected]>
add examples

8ff6d242c8ad5fb12a7a3a94afa798a07ef26bb1 authored almost 9 years ago by vdemedes <[email protected]>
Merge pull request #94 from marcusmellis89/patch-1

fix typo in readme.md

93bc158bad774d93ae954955beedb2e838522c8d authored almost 9 years ago by Vadim Demedes <[email protected]>
Update Readme.md

fixed preposition error

4bbe884bf6af22190bf8860b0ac1426412ae11e1 authored almost 9 years ago by Marcus Milton-Ellis <[email protected]>
Merge pull request #88 from vdemedes/greenkeeper-ava-0.9.0

Update ava to version 0.9.0 🚀

40b313c823047c86dafdb70264779ca3b5260f55 authored almost 9 years ago by Vadim Demedes <[email protected]>
chore(package): update ava to version 0.9.0

http://greenkeeper.io/

be006b46d60325bc5fa7bafd4b9550675c9ed1e9 authored almost 9 years ago by greenkeeperio-bot <[email protected]>
Merge pull request #87 from vdemedes/promises

Use Promises

bc9a085f394d1d88c9027dbed9e85a9ab81145c5 authored about 9 years ago by Vadim Demedes <[email protected]>
convert to promises

fc66a113872d26b7348c8b032086f607e31bab72 authored about 9 years ago by vdemedes <[email protected]>
Release v1.4.6

9e8719218fb32b8adf042a9e26c7cb52a95a3de6 authored about 9 years ago by vdemedes <[email protected]>
add test to check for updated_at attribute behavior, refs #83

0aa3f74ff51ac3918471d5407825d07079bc999b authored about 9 years ago by vdemedes <[email protected]>
downgrade set-value dependency, fix #83

a755aa464bdf6ab2816a49370e24f8095cd8b831 authored about 9 years ago by vdemedes <[email protected]>
Release v1.4.5

c64ff9f3f555ab14a93344c2e2b77ee80fb9472e authored about 9 years ago by vdemedes <[email protected]>
Merge branch 'greenkeeper-nyc-5.0.0'

0ae55cbdf3072f0444d3d62f049678c986719b05 authored about 9 years ago by vdemedes <[email protected]>
Merge branch 'greenkeeper-set-value-0.3.2'

8bfe57f41162400ebf255ae3dfe85ed63e2a3088 authored about 9 years ago by vdemedes <[email protected]>
Merge branch 'greenkeeper-get-value-2.0.2'

45bb5092f111e829b75c7a1a81c355bc1132c9ff authored about 9 years ago by vdemedes <[email protected]>
update tests for latest ava

9597d1a508663fc24f689d4052ff32558448c079 authored about 9 years ago by vdemedes <[email protected]>
chore(package): update ava to version 0.8.0

http://greenkeeper.io/

e4c89a5931d41ebc42d36b41b92735dca6dd2e65 authored about 9 years ago by greenkeeperio-bot <[email protected]>
chore(package): update get-value to version 2.0.2

http://greenkeeper.io/

40de427e4c421c5c7677a02ce5ed7427b4da332d authored about 9 years ago by greenkeeperio-bot <[email protected]>
chore(package): update set-value to version 0.3.2

http://greenkeeper.io/

bcde23a37e760ff797bdde85c11bb34c191daf1f authored about 9 years ago by greenkeeperio-bot <[email protected]>
chore(package): update nyc to version 5.0.0

http://greenkeeper.io/

88c5c057b878daf819384f82fe32d55b94f90ece authored about 9 years ago by greenkeeperio-bot <[email protected]>
Release v1.4.4

584157e9bf0b5c084901a444691cc0d702834dac authored about 9 years ago by vdemedes <[email protected]>
add Model.extend(), fix #72

0fbad7a4092eb0224dc71417ce0472cbb8489ccd authored about 9 years ago by vdemedes <[email protected]>
Release v1.4.3

cacb146d8a5a3def5732b8e98458a305ae86e6af authored about 9 years ago by vdemedes <[email protected]>
remove unneeded bson dependency

bb0b5ddfba9f35ab2c053631d03475cc07462541 authored about 9 years ago by vdemedes <[email protected]>
update ava and xo

37abe4877be0aaabf3d05333fd0ec249cec30245 authored about 9 years ago by vdemedes <[email protected]>
Release v1.4.2

1d6c4cb09a1219f0e7edd65e09779d48f72a5bfc authored about 9 years ago by vdemedes <[email protected]>
Make findById work with populate

1fc10f7180dedd699c413ec13a917938ad25e6af authored about 9 years ago by Youssef Kababe <[email protected]>
Release v1.4.0

1c24ab18d9e93994e65805fa030211a0b02fe0af authored about 9 years ago by vdemedes <[email protected]>
include util/ on npm

d67c237b8d3b5d7897d00550ff3f43f1e219a8e2 authored about 9 years ago by vdemedes <[email protected]>
rewrite class using functions

3deba07216612cb4ab03b13bd8540b5e02ae1ecc authored about 9 years ago by vdemedes <[email protected]>
update dependencies

bae3675290c1ea0ae585442beb0f929002a3f080 authored about 9 years ago by vdemedes <[email protected]>
use AVA for tests

9f8d613bd7350953bba166f2aa960ccd49fe2de1 authored about 9 years ago by vdemedes <[email protected]>
convert classes to functions, fix #62

65b88aee29821b90ee6ab150550d313a6d9423e2 authored about 9 years ago by vdemedes <[email protected]>
don't use getters for internal properties

eed38754ac789f35736e509b48adbde49bde9c51 authored about 9 years ago by vdemedes <[email protected]>
ensure _id is an instanceof of ObjectId, fix #60

1f5b9092ec16b73566d2412a41f23d4bd83be5fe authored about 9 years ago by vdemedes <[email protected]>
fix .travis.yml formatting

5837138e49267cd49425f4cb3cc19ba34167dba6 authored about 9 years ago by vdemedes <[email protected]>
don't use generators, where they're not needed

ffd2c9dad998f32f6f7976e35ea979db52b4d52e authored about 9 years ago by vdemedes <[email protected]>
use mongo client promises, instead of wrapping with co-monk

1c267627b83189fbcc552cf2c13e3f4e9fd009f9 authored about 9 years ago by vdemedes <[email protected]>
remove rollback functionality

5b660f272c6cf3a37c44ec3ee0fe982d9c1bb718 authored about 9 years ago by vdemedes <[email protected]>
object-assign is already ponyfill

a6061dead64552ce195697ae592b3ad6018f6186 authored about 9 years ago by vdemedes <[email protected]>
update .editorconfig

ace67fc9721ab33bf43b4b2a46001c99cee4296f authored about 9 years ago by vdemedes <[email protected]>
update .editorconfig

a7ab446196f02856a36856a0baacfacf76d5a4dc authored about 9 years ago by vdemedes <[email protected]>