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

pass model instance directly to schema::attributeFromDynamo

github.com/dynamoose/dynamoose - f7428be4fc2365cdc823265cd075f13f3096ae8e authored about 7 years ago
adding support for string options and tests

github.com/dynamoose/dynamoose - f03e918b4e3c25b2b0158498036c36a05c84fc33 authored about 7 years ago
partially implements the new ref model

github.com/dynamoose/dynamoose - 6243ff968c64acc714dc71082ac54a4737df261f authored about 7 years ago
moving test fixtures to another folder

github.com/dynamoose/dynamoose - d7e6e1693c8bbb0875358aeda31020365ca27d62 authored about 7 years ago
Handle existing timestamp attribute options - Fixes #224

github.com/dynamoose/dynamoose - fdf8a7c44aa97a1ab7b2d884f8a1f690260bb630 authored about 7 years ago
Merge pull request #240 from stang-tgs/master

Fix to allow unknown types to be populated as native dynamo types - Closes #236

github.com/dynamoose/dynamoose - 038577f3a9c96fd69027886eed66be441328e047 authored about 7 years ago
Merge pull request #245 from tensult/master

Fixed types

github.com/dynamoose/dynamoose - 0cb9f5a23e82a0a977dd80b21eba5e22e0bd3188 authored about 7 years ago
Merge pull request #243 from piercus/master

Catch corrupted JSON error

github.com/dynamoose/dynamoose - 55f02b5e4c0d817cdd505c3f0329053686091987 authored about 7 years ago
Inline chat badge

github.com/dynamoose/dynamoose - d1916386291c53f3f010b462899ccfc687cf911e authored about 7 years ago
Merge pull request #247 from gitter-badger/gitter-badge

Add a Gitter chat badge to README.md - Closes #246

github.com/dynamoose/dynamoose - 4d88ffe0f532b87b44382a65fe8dfb2d34102177 authored about 7 years ago
Add Gitter badge

github.com/dynamoose/dynamoose - 8382896262acec1d10befb3371792885eedd459a authored about 7 years ago
Merge remote-tracking branch 'upstream/master'

github.com/dynamoose/dynamoose - 91a65034dc7e466e3e32b4ff0d24708c51d9fe27 authored about 7 years ago
proposal for #242

github.com/dynamoose/dynamoose - fe8a7ed498849584a4d0632fd9e2040ce86dfd2e authored about 7 years ago
add unit test on corrupted data

github.com/dynamoose/dynamoose - 632f3da1c868018bc9b523665f8eafbcb1dcf456 authored about 7 years ago
move comma - make linter happy

github.com/dynamoose/dynamoose - 84372ce52714e1b728227253c34e1a701aadaf85 authored about 7 years ago
Fix to allow unknown types to be populated as native dynamo types when useDocumentTypes=true

added corresponding test

github.com/dynamoose/dynamoose - dd502b36ab3a2023071ac61241851e1822efc184 authored about 7 years ago
Merge pull request #234 from sgtoj/ts-improvements

Small TS improvements and improve typing for Model

github.com/dynamoose/dynamoose - efc911c8ec6b0f65a2f52f2892e29c741fc368f0 authored about 7 years ago
Merge pull request #225 from zookatron/master

Fix range key on queries

github.com/dynamoose/dynamoose - dd3c3a55b9e49e28c79ac4886a80c3564cd44b3a authored about 7 years ago
Merge pull request #223 from takehilo/adding-query-all

Adding support for query.all()

github.com/dynamoose/dynamoose - 1f8b755597012c1c290593077033926d10f1d50b authored about 7 years ago
rm extra space

github.com/dynamoose/dynamoose - bd92f14be5933956311b64b20248ba772206be8c authored about 7 years ago
rm duplicated local fn

github.com/dynamoose/dynamoose - 25329e288cb8f55fbe94600885faf2380b609c42 authored about 7 years ago
add populate support

github.com/dynamoose/dynamoose - cdcf2593c45595e8e19a233d1fcade848a2f0794 authored about 7 years ago
use union type to glue Model and data schema

github.com/dynamoose/dynamoose - 4053e1544ebec11bc92dde4e0bd71541c90f2015 authored about 7 years ago
Change PutOptions as optional fields

github.com/dynamoose/dynamoose - 840238146fd3c4ec7f5b12e898b88066223e54a4 authored about 7 years ago
Add options params for Model.create type definition

github.com/dynamoose/dynamoose - 86bd53e883cf01ab6f94296456c07d1b2ea34f17 authored about 7 years ago
Merge pull request #229 from troyswanson/readme-svg

Nitpicky cosmetic change to README

github.com/dynamoose/dynamoose - d4a3ad66329852fc5e400e961d75a027b90eb03d authored about 7 years ago
Nitpicky cosmetic change to README

github.com/dynamoose/dynamoose - d54ed6ef76097cfffb1ce2dec686210397e707d5 authored about 7 years ago
Fix range key on queries

github.com/dynamoose/dynamoose - aa421fffcfe3d17b1adc150ba042c70f50a65749 authored over 7 years ago
Adding query.all()

github.com/dynamoose/dynamoose - 92d7e6cfaec149a04c9ebf71c53ba3d71bcd5c93 authored over 7 years ago
fix travis script call

github.com/dynamoose/dynamoose - 4db4604ee006cc2dae1d435059cbf328f05d06ff authored over 7 years ago
move travis script to external file for version detection

github.com/dynamoose/dynamoose - d196c2ef34a7702a6beecfc105fc3906d4c02b31 authored over 7 years ago
add support for coveralls

github.com/dynamoose/dynamoose - b56f6d92637262017636137749afe2e25f9314d2 authored over 7 years ago
Merge pull request #219 from lovell/coverage-via-nyc

Switch to nyc (istanbul) for unit test coverage

github.com/dynamoose/dynamoose - 0d81bc623618bb4bb656db2a7f21985bcfb0705a authored over 7 years ago
Merge pull request #217 from jutaz/bugfix/provide-model

Bugfix - Provide model when converting keys .toDynamo.

github.com/dynamoose/dynamoose - 50a98b2c2e752ce7ad05b5c53a9986300bb5d410 authored over 7 years ago
Use nyc for test coverage

Use existing coverage as threshold values

Bump mocha back to latest that supports Node 0.12

github.com/dynamoose/dynamoose - 6bdb9c362141b1b4ea3a23c4b654ed9cb351bb5d authored over 7 years ago
Add deletion tests

github.com/dynamoose/dynamoose - cd6eefe3a7139e9d059e8aee9a8b0f2ffd668d70 authored over 7 years ago
Add keys to toher callsites that call `toDynamo`

github.com/dynamoose/dynamoose - 906426ddb912315bb1d4cbe26cdf4e451b5a7fc8 authored over 7 years ago
Pass in a model when converting attributes to Dynamo.

This allows schema to run validation and defaults.

github.com/dynamoose/dynamoose - ab583fd3cf7e419ad8a3967e4cb8c577fb542b6a authored over 7 years ago
Merge pull request #215 from lovell/enable-unit-test-coverage-reporting

Enable unit test code coverage reporting

github.com/dynamoose/dynamoose - 95e6ad5108c268153347f32668849b5b20ab308b authored over 7 years ago
Enable unit test code coverage reporting.

Publicise this feature via a 'npm run coverage' script.

github.com/dynamoose/dynamoose - 5cebaf1618e327813ce5c4534026e4dc178179d3 authored over 7 years ago
remove https keepalive for local testing

github.com/dynamoose/dynamoose - 233fc26152ad8044a71d0524cac8c60cd2387d86 authored over 7 years ago
Merge pull request #202 from zookatron/master

Enable https keep alive functionality

github.com/dynamoose/dynamoose - 55a7227dd66fdcaafc0adfe5302647f6ee2dcfb7 authored over 7 years ago
Merge pull request #203 from ro-savage/docs-update-conditional

Updated docs to show conditionals for Model.update()

github.com/dynamoose/dynamoose - c4329fff82870452ce746aa80ae37af427549196 authored over 7 years ago
Merge pull request #201 from ro-savage/query-add-contains-on-list

Query - Add ability to use contains on a list

github.com/dynamoose/dynamoose - e06ba9f197066124c0596c7994a4a9494856aea3 authored over 7 years ago
Merge pull request #200 from AndreySoftware/dynamoose-promises-issue

Bug fix: In Model.put() / Model.save(), the returned promise is not rejected on error

github.com/dynamoose/dynamoose - 710ac29f3803c19a4431ca1170213ecbdda2f1e1 authored over 7 years ago
Updated docs to show conditionals for Model.update()

github.com/dynamoose/dynamoose - 51b8ad72fabe3ed798c78654bda1f9341112349d authored over 7 years ago
Enable http keep alive functionality

github.com/dynamoose/dynamoose - 83face2dcdedf7b495b965024961414e0d21f3c3 authored over 7 years ago
Query - Add ability to use contains on a list

github.com/dynamoose/dynamoose - 415afe8cc01a7464685684d153191e06ea661211 authored over 7 years ago
Bug fix: In Model.put() / Model.save(), the returned promise is not rejected on error

github.com/dynamoose/dynamoose - bcd26493a97077a4dd293a32305eef4fe6b5d49e authored over 7 years ago
.update now supports single keyWithUpdate arg, closes #196

github.com/dynamoose/dynamoose - ee87987f89939db45a9decc407f27233a9afb9e7 authored over 7 years ago
fix map issue in 0.8.4, closes #199

github.com/dynamoose/dynamoose - cc812d8f7fded33b4baa19ddbc582f476d8cd164 authored over 7 years ago
Merge pull request #198 from pkonneker/patch-1

Fix typo in schema.md

github.com/dynamoose/dynamoose - e19f75e3c8a268b2a10fc2dd3926206ae93d0858 authored over 7 years ago
Merge pull request #194 from ro-savage/remove-underscore

Remove underscore in favour of lodash

github.com/dynamoose/dynamoose - f57ca781dd4432859c34e2c30a4a484d9d26bfb5 authored over 7 years ago
Fix typo in schema.md

Regular expressions are matched with 'test' not 'text'.

Confusing for javascript nubs like my...

github.com/dynamoose/dynamoose - c73046b5db33df79a0b036dcc59f54b70e4f3e94 authored over 7 years ago
Remove underscore in favour of lodash

github.com/dynamoose/dynamoose - 40eb9be3cf0d568b883de2c9b790e6af49a50948 authored over 7 years ago
Merge pull request #187 from f-barth/master

Fixed type definition of SchemaOptions

github.com/dynamoose/dynamoose - aba7a4e09f91cb1a577d39bc7e81cabce6751d2b authored over 7 years ago
Fixed type definition of SchemaOptions

github.com/dynamoose/dynamoose - fea33a352a7fab7fffed1addd535922226777d56 authored over 7 years ago
Merge pull request #181 from jutaz/bugfix/cast-scanned-items-to-models

Bugfix - Cast raw scans to models too

github.com/dynamoose/dynamoose - cd52043ce59ecf933406c66a50cf467c4182e61d authored over 7 years ago
Merge pull request #179 from zookatron/master

Fix usage of next callback without checking for existence

github.com/dynamoose/dynamoose - 63fa7418ee768f5b879eafdc0ae31cbdfad1b544 authored over 7 years ago
Parse raw query results differently

github.com/dynamoose/dynamoose - 8ce6bc3c99c5ae2be10aa8e38135882ab8a3369c authored over 7 years ago
Cast to models when scanning by raw filters too

github.com/dynamoose/dynamoose - 8e88de9e5a3af2c41659321172145339edd2da2d authored over 7 years ago
Fix usage of next callback without checking for existence

github.com/dynamoose/dynamoose - 4dfa14f5412277e560736155b8736fb01a8edb9c authored over 7 years ago
version bump to v0.8.3

github.com/dynamoose/dynamoose - 0db970e5ec5c6c459e07bcf61a089b7b7fb4094c authored over 7 years ago
Fixes falsy key value bug, closes #177

github.com/dynamoose/dynamoose - d3cdf06f0c74b9f990b1dbcb736d13c6118ec8b9 authored over 7 years ago
bump version to v0.8.2

github.com/dynamoose/dynamoose - 8c543ee6ecf9c6e67e66a986239e9df334dccc93 authored over 7 years ago
Merge pull request #176 from saga-dash/master

Add definition of prefix in TypeScript.

github.com/dynamoose/dynamoose - e1d218d7e97a92406e43b7de0e32a2bdc3ed6b5c authored over 7 years ago
Merge pull request #175 from zookatron/master

Add proper support for 'CONTAINS' filter for lists on scans

github.com/dynamoose/dynamoose - e7da42a8bc34fc604a15bd3eb1b3ca2a065c7c09 authored over 7 years ago
Set table name prefix

github.com/dynamoose/dynamoose - 2534f1f04cd1fa3a550df750fd7b224eda3dc622 authored over 7 years ago
Add proper support for 'CONTAINS' filter for lists on scans

github.com/dynamoose/dynamoose - 96524ac9d9d54c120f28a214033db62827253264 authored over 7 years ago
add note about requiring eq for hash key - closes #160

github.com/dynamoose/dynamoose - 29717e5608a3ee4fece3702d948a3efeda1551e7 authored over 7 years ago
bump version to v0.8.1

github.com/dynamoose/dynamoose - edb68adb282a6e933880c7956327fb2c7e7eee2a authored over 7 years ago
Add support for blank eq. closes #163

github.com/dynamoose/dynamoose - db932e5d2949a8f14598e2b9a882e51adde44376 authored over 7 years ago
pass model to validator function, closes #70

github.com/dynamoose/dynamoose - dc95809fdd409587f16f9981549d53b71738c02d authored over 7 years ago
update version to v0.8.0

github.com/dynamoose/dynamoose - e750e9ae1bb89b113560b2dd174c5ca71ac618bd authored over 7 years ago
add roadmap to readme

github.com/dynamoose/dynamoose - 579c21c996b5e09083cd709c1667c4d9b7d89b28 authored over 7 years ago
Test parsing unknown numberString

github.com/dynamoose/dynamoose - e7bd4abfdccf27c0fd4ef0557aea143723023715 authored over 7 years ago
Add nested scans to change log

github.com/dynamoose/dynamoose - 86b24a1fc79bc88ce5777f759d0f2507756c86bf authored over 7 years ago
add github.com to links -- what a pain

github.com/dynamoose/dynamoose - 1e9140642c7aa33e780b13f121ace85871e7e7e7 authored over 7 years ago
Manually create links to issue

github.com/dynamoose/dynamoose - b111be3bc98b92cf614bab519aceafb1ac2a67f4 authored over 7 years ago
Updated dependencies

github.com/dynamoose/dynamoose - fd1d07250288181c8f31f5e52f777469087f6b34 authored over 7 years ago
Update aws-sdk version

github.com/dynamoose/dynamoose - 7a8881e01e26792efc827dc2bdfcfe75c690589e authored over 7 years ago
Add node verion 8

github.com/dynamoose/dynamoose - 2dde5aefe12076d8eb433bfa7719bc57806b1475 authored over 7 years ago
Map unknown DynamoDB attribute to correct type

github.com/dynamoose/dynamoose - 71bf82a1103779337248ddcdf337f6d3eda32fb3 authored over 7 years ago
remove console.log from test

github.com/dynamoose/dynamoose - 3ea9492cfd8912461d9707d0fab1ffccce93eaa8 authored over 7 years ago
Merge branch 'master' of github.com:automategreen/dynamoose

github.com/dynamoose/dynamoose - 5d9232f97e34c93ea4bf1720ded9f1252125eabb authored over 7 years ago
Merge pull request #174 from jutaz/bugfix/returned-values

Cast model values to their respectable schema types

github.com/dynamoose/dynamoose - 50ccb8ea8e324bf62469bc32ab2562c3dc3ed894 authored over 7 years ago
Parse to dynamo when model is available

github.com/dynamoose/dynamoose - 9992d78669ddf1b0db0ccbf85002f2edd7d2cff8 authored over 7 years ago
Merge branch 'master' of github.com:automategreen/dynamoose

github.com/dynamoose/dynamoose - f777cab79ac8773c63ba7c56f62ece625e0ddfcc authored over 7 years ago
Convert model to Dynamo and back to perform validation

github.com/dynamoose/dynamoose - 14f1d929bc3dc130431e65631c3c79220b5df6ee authored over 7 years ago
Cast model to schema upon model's creation

This will force model to have all valid native JS types.

github.com/dynamoose/dynamoose - d9038d83b80f637dbae55712692a95461473a656 authored over 7 years ago
Merge pull request #171 from balmbees/master

update typescript definition file

github.com/dynamoose/dynamoose - 324c8faa57ed10f752bed008467b5eb5fd979da2 authored over 7 years ago
Merge pull request #5 from balmbees/feature/typescript-aws-sdk

add type support of `dynamoose.AWS`

github.com/dynamoose/dynamoose - 6cc835073707ff77d1cf2843045ab9272d5d8f66 authored over 7 years ago