Ecosyste.ms: OpenCollective

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

Dynamoose

Dynamoose is a modeling tool for Amazon's DynamoDB (inspired by Mongoose)
Collective - Host: opensource - https://opencollective.com/dynamoose - Website: https://dynamoosejs.com - Code: https://github.com/dynamoose/dynamoose

Merge branch 'TeamPraxis-master'

github.com/dynamoose/dynamoose - 24d9a90a8ad1083646b5aa23a59a806bf5910ac5 authored over 10 years ago
fix masked error on describe in waitForActive

github.com/dynamoose/dynamoose - 0ef93c70b4fa28a6e90c843108a2df3d048dad98 authored over 10 years ago
Merge branch 'master' of https://github.com/TeamPraxis/dynamoose into TeamPraxis-master

github.com/dynamoose/dynamoose - f7af0e70ac8658e8f9f211f9dfebcbd5996930da authored over 10 years ago
removed overwrite documentation

github.com/dynamoose/dynamoose - 47c9b6f43537021cb9c72e7df9c982c7faa04d78 authored over 10 years ago
removed overwrite option from save/put

github.com/dynamoose/dynamoose - e5ba3543513c79aed0f674e72e69b91c4c3d1b3c authored over 10 years ago
Initialize the Table even when not creating it.

When not creating the table during initialization, if it exists, mark
the object as active and i...

github.com/dynamoose/dynamoose - 339650e9ab1469da2ff622d4c6b2b277e741e7f3 authored over 10 years ago
Merge pull request #6 from TeamPraxis/master

Fixed table creation when global indexes contain non-indexed range keys.

github.com/dynamoose/dynamoose - 54711ed2bccd27d1be71354710853a4a13fbe8ed authored over 10 years ago
Fixed table creation when global indexes contain non-indexed range keys.

When creating a table, dynamoose was only passing in key and
indexed attributes in the Attribute...

github.com/dynamoose/dynamoose - 67c6359a91d8436c564a79d0d9300eeddcd21287 authored over 10 years ago
fix for Travis CI timeouts -- increasing from 2s to 5s

github.com/dynamoose/dynamoose - 7f96814ced201e70a4141e511824508185008f5c authored over 10 years ago
fix not resolving deferred

github.com/dynamoose/dynamoose - d41da517a3880b056a35b423ecb3d1cc14691fd0 authored over 10 years ago
fix debug statement for update

github.com/dynamoose/dynamoose - a8d0dec6ab5765a22a4fb7207f975f19435c0451 authored over 10 years ago
Correct travis ci config

github.com/dynamoose/dynamoose - a9011541ff97ad77aac8868ada8ad63c19c8bbff authored over 10 years ago
Correct travis ci config

github.com/dynamoose/dynamoose - 60ff0123987d843417aa4960e5b77fa035daa9b4 authored over 10 years ago
Correct travis ci config

github.com/dynamoose/dynamoose - c66db7d524149ac305f8c8c23a7d47edb75b5bb4 authored over 10 years ago
v0.3.0 release. Closes #1, #2, #4, and #5

github.com/dynamoose/dynamoose - 51c2f272511be7847568240bf56d2bf9ab0f35c5 authored over 10 years ago
version bump - v0.3.0

github.com/dynamoose/dynamoose - 31abd77af5e80efe7a8bd581bf5686dbddb3d0b9 authored over 10 years ago
Added waitForActive functionality (replace model callback)

github.com/dynamoose/dynamoose - 9516ecc21a97044a2229b186b88cf66ac7e0a011 authored over 10 years ago
Add the ablity to set the defaults globally and added table.waitForActive(). Closes #5

github.com/dynamoose/dynamoose - 757f79b01b363bf915a5aa30b0b8e232de875b57 authored over 10 years ago
Added callback to dynamoose.model() to be used to ensure table is created - closes #4

github.com/dynamoose/dynamoose - e7d8491c90688fe6de3919837406c7941a301b45 authored over 10 years ago
Add support for QueryFilter. closes #1

github.com/dynamoose/dynamoose - d39910e76501ea9a7ecf26b92bd72c0f03aeb3a5 authored over 10 years ago
Add promise support for Table

github.com/dynamoose/dynamoose - 6379d095ccc179d0fbd6b4507fbc587555d6474f authored over 10 years ago
Add promise support for Scan

github.com/dynamoose/dynamoose - 011e324f74e1e429548bae0912c09ebed928df2a authored over 10 years ago
Add promise support for Query

github.com/dynamoose/dynamoose - 897e164b8e417088ac9f16d2c9e952b4c6f71ebc authored over 10 years ago
Default to DELETE for null, undefined, or blank values

github.com/dynamoose/dynamoose - 19d790c1b61c3a2ead591d47f8929ea44c733773 authored over 10 years ago
Add promise support for Model

github.com/dynamoose/dynamoose - 99db33fdea903d13983a43132cd9849409951b93 authored over 10 years ago
Merge branch 'TeamPraxis-master'

github.com/dynamoose/dynamoose - 0b410b6432fd6e52e39b6d080c7fbd37ab527fb9 authored over 10 years ago
version bump - v0.2.1

github.com/dynamoose/dynamoose - 57ebe965ccaa6df2070861a80108ef2e73a64e0e authored over 10 years ago
Travis CI create table workaround

github.com/dynamoose/dynamoose - d27492a6e988756f7317c2ff034105a8f9e1468d authored over 10 years ago
Table init method correctly supports create option.

If create is set to false, it will not try to describe the
table. Previously, if create was set ...

github.com/dynamoose/dynamoose - 03d7e4b6552fa8035bc7f64c6951f7c1d0945773 authored over 10 years ago
Merge branch 'add-update'

github.com/dynamoose/dynamoose - 306b4dbcda35512f4a37add06fa275a979bc2824 authored almost 11 years ago
version bump v0.2.0

github.com/dynamoose/dynamoose - 03745946d22c5f44637d20e9b2be7fcd16930730 authored almost 11 years ago
Added Model.update and Model.queryOne documentation

github.com/dynamoose/dynamoose - 3f3510fefaaf14cfbd7b2929c779ca1384cbc1aa authored almost 11 years ago
Added test case for Model.update, Model.create, Model.delete, and Model.queryOne

github.com/dynamoose/dynamoose - 0ae1baa70990bcf27e4332fd483772265dcea5b6 authored almost 11 years ago
Added Modle.update support

github.com/dynamoose/dynamoose - 3adc6638f48451353b473ff106f90730a595e807 authored almost 11 years ago
add queryOne support

github.com/dynamoose/dynamoose - d781bce24347d520022f6402e5b97ff7c9b3584a authored almost 11 years ago
correct queries for global sec indexes

github.com/dynamoose/dynamoose - c3d0a6d4cc59dc3b525f3cdc52d3a2449c62ed6c authored almost 11 years ago
Don't require value for range key (get all)

github.com/dynamoose/dynamoose - 7c871e5388b642401b0ddf51b9a46f1a06e5bb95 authored almost 11 years ago
version bump v0.1.1

github.com/dynamoose/dynamoose - 99c4c7ef79cb58394b98f734a25930e5ceae4e94 authored almost 11 years ago
Add get and set attribute options

github.com/dynamoose/dynamoose - 952c239fc8c3d7170bc52a4745ae27e439b964ff authored almost 11 years ago
Add get and set attribute options

github.com/dynamoose/dynamoose - 949e4f0b80f24e7e4cefde40b25ede61ea4eca56 authored almost 11 years ago
bump version to 0.1.0

github.com/dynamoose/dynamoose - 48c51151eb0a239dd0b956a1606a6d98f7cc0751 authored almost 11 years ago
'cd ..' to end of Travis CI config

github.com/dynamoose/dynamoose - 96177d962f1745e5820f9105ca421c4b3176fcc2 authored almost 11 years ago
dynamoDB local update version for Travis CI

github.com/dynamoose/dynamoose - a49154ef5bf978a5f91b792cdd78b7fdd8051359 authored almost 11 years ago
Travis CI initial try -- update to readme

github.com/dynamoose/dynamoose - 55823a244cfaa0d7e033adfe26ffcc597c5d8713 authored almost 11 years ago
Added Model.create and Model.delete. Added options to put/save.

github.com/dynamoose/dynamoose - f552864fb9f18af66a1251da18d8c677494368aa authored almost 11 years ago
Updated readme

github.com/dynamoose/dynamoose - d374e7fccd22643446465dbf8fb495704e5f841b authored almost 11 years ago
initial commit

github.com/dynamoose/dynamoose - 512769e4225ba0111940441c19b9b7a9437c8c9c authored almost 11 years ago