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

Returning saved object in Model.create and document.save

github.com/dynamoose/dynamoose - cf036e1ea73e52caa7f455371d811d19226bfe18 authored almost 4 years ago
Merge pull request #1139 from dynamoose/prefixModelStoreBug

Prefix model store bug

github.com/dynamoose/dynamoose - 6f3591023a85178e31682b5568e9d8f48b2ac0f6 authored almost 4 years ago
Fixing lint issues

github.com/dynamoose/dynamoose - ec0fe3704edf60c12d3ccffe7bc6df5dc9b51197 authored almost 4 years ago
Fixing lint issue

github.com/dynamoose/dynamoose - 507e1470ce370eb1b3176d4feaa8ffa5d8bd9e18 authored almost 4 years ago
Adding test for bug with prefix and ModelStore

github.com/dynamoose/dynamoose - 5ee49c14bbe920d3a83abeb642935b2ca6988438 authored almost 4 years ago
Fixing bug with prefix and ModelStore

github.com/dynamoose/dynamoose - ce684d748d13ff97614807468595fa1d245b46d5 authored almost 4 years ago
Adding tests for populate array and set bugs

github.com/dynamoose/dynamoose - 53ee3ff33663fec7ab81bd530c0239e369fc2a5b authored almost 4 years ago
Fixing issues with populate with arrays and sets

github.com/dynamoose/dynamoose - ef39cc6f182ae3458c3a8b878c3acfe9efdf42a5 authored almost 4 years ago
Fixing lint errors

github.com/dynamoose/dynamoose - ec2c465cedfbddb8dbe16ed6c1c1698dad3a1734 authored almost 4 years ago
Fixing up arrays and sets for nested models

github.com/dynamoose/dynamoose - 3f8c39c921320d820f0f0f62de2067a68ebcc3f7 authored almost 4 years ago
Merge pull request #1134 from dynamoose/conditionUndefinedWarning

Adding warning when passing in undefined into conditional

github.com/dynamoose/dynamoose - 8a1a1d94382793d070da9800295117c247ad32e7 authored almost 4 years ago
Fixing lint errors

github.com/dynamoose/dynamoose - e30006ae9863c3f3367d43fa513efb096b040fd1 authored almost 4 years ago
Merge pull request #1133 from dynamoose/nestedPropertyMatchBugFix

Nested property match bug fix

github.com/dynamoose/dynamoose - f0bbf8d0dd8fadcdb5098ce9baa52cdbbe9cfbd3 authored almost 4 years ago
README and GitHub Actions updates

github.com/dynamoose/dynamoose - 2130d5fa4e2ea9333a2a4623291b0d8e766bc89e authored almost 4 years ago
Adding test for displaying warning when passing undefined into condition

github.com/dynamoose/dynamoose - b94af6709e190f73c95bd474a6a1ea4d23dd5948 authored almost 4 years ago
Adding warning when passing in undefined into conditional

github.com/dynamoose/dynamoose - e8cedbd451f2026948bab391e9af00acdf5230b5 authored almost 4 years ago
Merge pull request #1131 from andrewda/fix-array-indexes

Prioritize indexes with correct range key when querying

github.com/dynamoose/dynamoose - e1e338d40858d5ca282716815a3753394def8b58 authored almost 4 years ago
Fixing lint error

github.com/dynamoose/dynamoose - 8b44d8cdf84d5f538d5883c19ce84e3ec90ecadc authored almost 4 years ago
Fixing code coverage and removing unnecessary function call

github.com/dynamoose/dynamoose - 0373cb429ba2966b876fb44108d0ad7537c19425 authored almost 4 years ago
Adding test for nested properties using full key for match determination

github.com/dynamoose/dynamoose - 9c24a4c80ef28baf79fa1c68e9c12ddc437eb0cb authored almost 4 years ago
Fixing issue where nested properties weren’t using full key for match determination

github.com/dynamoose/dynamoose - 6e2a120a2741e79a3765a51ae11cf901abb86c39 authored almost 4 years ago
Add test for unknown range key

github.com/dynamoose/dynamoose - 51ee086354d66055f8e534724a04bd3b80fb80ec authored almost 4 years ago
Remove unnecessary double negation

github.com/dynamoose/dynamoose - b8ed902a160e01433ec8c5915ef1f3da9617edc5 authored almost 4 years ago
Prioritize indexes with correct range key when querying

github.com/dynamoose/dynamoose - 5fb989255f8dfff87b2f86effdfee333d8dcac2c authored almost 4 years ago
Fixing nested model bug

github.com/dynamoose/dynamoose - 6db6bb5011426c3f20f01a2f731c852dc7e94668 authored almost 4 years ago
Adding tests for nested model bug

github.com/dynamoose/dynamoose - 746199d45003e6a8b68081c081354e301f56db65 authored almost 4 years ago
Fixing TypeScript issue with passing model into schema

github.com/dynamoose/dynamoose - 1a88c5b97016d67c14a5372e6ea1ba98077416fb authored almost 4 years ago
Merge pull request #1120 from andrewda/no-required

Remove required check for $DELETE

github.com/dynamoose/dynamoose - 51401dea54714c563bc9de3924665982cbbc9546 authored about 4 years ago
Remove required check for $DELETE

github.com/dynamoose/dynamoose - 9ba127682131580a42cde16d773e0995cfc48264 authored about 4 years ago
Merge pull request #1116 from danielphingston/unknown-property-doc-update

updated docs to make it easier to understand how to use saveUnknown

github.com/dynamoose/dynamoose - ebb60ce3c63659b95e045cf8702279ad8a7745ad authored about 4 years ago
Merge branch 'master' into unknown-property-doc-update

github.com/dynamoose/dynamoose - be49a76ab04cee63c371871d5f487288800a4ba6 authored about 4 years ago
Update docs/docs/guide/Schema.md

Co-authored-by: Charlie Fish <[email protected]>

github.com/dynamoose/dynamoose - 45f7102d3d67f1e014ae35df30998740a8119543 authored about 4 years ago
Update docs/docs/guide/Schema.md

Co-authored-by: Charlie Fish <[email protected]>

github.com/dynamoose/dynamoose - f4828f318179fcfd8bc536684e1b642e03dda9e0 authored about 4 years ago
Update docs/docs/guide/Schema.md

Co-authored-by: Charlie Fish <[email protected]>

github.com/dynamoose/dynamoose - dfb4391d035f5185fb0e7a900ccef371df553c47 authored about 4 years ago
Update docs/docs/guide/Schema.md

Co-authored-by: Charlie Fish <[email protected]>

github.com/dynamoose/dynamoose - e2bcb3e25a67a8eaacd8435f3a9bde396c3a1189 authored about 4 years ago
Merge pull request #1117 from dynamoose/version/2.7.0

Version 2.7.0

github.com/dynamoose/dynamoose - e2ec6eaf726cce741da101883617bbfd2c21dd98 authored about 4 years ago
Adding changelog for 2.7.0

github.com/dynamoose/dynamoose - 61c5c1583db224c253bf19083eb4d1746df48a7a authored about 4 years ago
Updating README to 2.7.0

github.com/dynamoose/dynamoose - 09090c4a3fe2ec99ee232f508005ad1081056c61 authored about 4 years ago
Bumping version to 2.7.0

github.com/dynamoose/dynamoose - 9fd0f15dab0f6faa284fa2805c2f28a1c582d21d authored about 4 years ago
Merge pull request from GHSA-rrqm-p222-8ph2

Fixing prototype pollution

github.com/dynamoose/dynamoose - 324c62b4709204955931a187362f8999805b1d8e authored about 4 years ago
Fixing prototype pollution

github.com/dynamoose/dynamoose - 016703f8e21b8e9112bab2f147c6d4da32177549 authored about 4 years ago
updated docs to make it easier to understand how to use saveUnknown

github.com/dynamoose/dynamoose - 584ba10a07089879adbb33a0e7284b6757456b8b authored about 4 years ago
Merge pull request #1113 from dynamoose/indexUpdateFix

Index Deletion Fix

github.com/dynamoose/dynamoose - 329d59d70be67d7dad2a6cd67bedd4aa05af3a1f authored about 4 years ago
Merge pull request #1110 from andrewda/set-delete

Add $DELETE action for sets

github.com/dynamoose/dynamoose - 474518fca4d2ac4b836eb7a5abbac6515a740e2c authored about 4 years ago
Fixing lint errors and cleaning up code

github.com/dynamoose/dynamoose - ed3328754bfc3e6516646d900d85fa9d112c40dd authored about 4 years ago
Adding test for index deletion fix

github.com/dynamoose/dynamoose - b959fab7b06060910307b395377497e9cdcdb380 authored about 4 years ago
Fixing issue where index would delete even if accurate

github.com/dynamoose/dynamoose - ce995a85d1d38aac73cbb8b275aa6bd344e2cb6b authored about 4 years ago
Add $DELETE update type for sets

github.com/dynamoose/dynamoose - f1d6efa0458be6d68dea03a357350324b06138ce authored about 4 years ago
Merge pull request #1109 from dynamoose/version/2.6.0

Version 2.6.0

github.com/dynamoose/dynamoose - 255485328e33cfceac5d543f368b2bf4ca4de0dc authored about 4 years ago
Adding changelog for 2.6.0

github.com/dynamoose/dynamoose - 5a6cbaf0b0b50a2fceacc9b94cf215eab48b9b75 authored about 4 years ago
Updating README to 2.6.0

github.com/dynamoose/dynamoose - b2c74bc060d173544cda694f041438bc57c16bd8 authored about 4 years ago
Bumping version to 2.6.0

github.com/dynamoose/dynamoose - 8725765e87bfa190a7cc6173a051150a462df9fb authored about 4 years ago
Using replaceAll for publish process

github.com/dynamoose/dynamoose - e728a2e8ee5e09902f0ef300b2f006d57be5e5bd authored about 4 years ago
Merge pull request #1102 from andrewda/merge-objects-string

Fix merge_objects for strings

github.com/dynamoose/dynamoose - b48252f52d1e68588e01001f251f731ec02a7bca authored about 4 years ago
Merge pull request #1089 from dynamoose/constantType

Constant type

github.com/dynamoose/dynamoose - 85251411b8d078bcf02fc7afcef694ffa5692135 authored about 4 years ago
Add additional transaction unit test

github.com/dynamoose/dynamoose - b0ab33fd02189a980dabd1b3bf19162f3c5b3a81 authored about 4 years ago
Adding type test for constant type

github.com/dynamoose/dynamoose - e44a3fc72cb8b62f03d111341dee5d924d642f69 authored about 4 years ago
Adding test for ensure undefined property matches with correct Schema

github.com/dynamoose/dynamoose - b1557dfd0e37846ecdeb565aaa51751bf5ad0d3b authored about 4 years ago
Fixing issue where undefined property wouldn’t match with correct Schema

github.com/dynamoose/dynamoose - 330e8169469f6cda37db191cdd42594f0d771c29 authored about 4 years ago
Fix merge_objects for strings

github.com/dynamoose/dynamoose - 95de606260ca61c9f80a7bb3ce37d0afb7a64d19 authored about 4 years ago
Merge pull request #1096 from benhutchins/patch-1

chore(docs): fix typo in Configure

github.com/dynamoose/dynamoose - ed7b8ccf44bba8bd05b54e88f7d7bf945987cdb7 authored about 4 years ago
Adding test for customType functions error with constant type

github.com/dynamoose/dynamoose - 12cc67487c0a96fe4e3f514c5ae921e12759e16f authored about 4 years ago
Fixing issue with customType functions with constant type

github.com/dynamoose/dynamoose - 70a6e5e115a4058b64279a44eb424e722f44234e authored about 4 years ago
Merge branch 'master' into constantType

github.com/dynamoose/dynamoose - 3542d0910fa7ab4ed1a1e90bb6c4d387f7c1daf4 authored about 4 years ago
Merge pull request #1097 from andrewda/rimraf

Use rimraf instead of rm -rf

github.com/dynamoose/dynamoose - 9468082d92b5b393f7660502626fbcd4dc645ce6 authored about 4 years ago
Use rimraf instead of rm -rf

Enables support for building on Windows.

github.com/dynamoose/dynamoose - 348ce86d00c253422cdf05e77bfd74566632a6ad authored about 4 years ago
chore(docs): fix typo in Configure

github.com/dynamoose/dynamoose - 0a94c6f66e3c043649f578e8fe2e6cdcce98a7d2 authored about 4 years ago
Merge pull request #1086 from dynamoose/batchGetAttributes

Model.batchGet Attributes

github.com/dynamoose/dynamoose - d1accecb2b05ae52a54f7c70157709f950a3b64d authored about 4 years ago
Merge pull request #1090 from dynamoose/securityPolicy

Create SECURITY.md

github.com/dynamoose/dynamoose - 96d4d352e74c9fd1973acbe14d5aa58b746b6b3d authored about 4 years ago
Create SECURITY.md

github.com/dynamoose/dynamoose - 801b649cf79de6325ed449a46373bb37fde02840 authored about 4 years ago
Fixing code coverage

github.com/dynamoose/dynamoose - ddf506497b059cc9704bcfc9e2552265e1aafd5c authored about 4 years ago
Fixing lint errors

github.com/dynamoose/dynamoose - e0f84462fced56cab565d4a46742e3548ec2f2c4 authored about 4 years ago
Adding documentation for constant type

github.com/dynamoose/dynamoose - 79e57deb11c2a9590168c2e00e19b39343e9917e authored about 4 years ago
Adding tests for constant type

github.com/dynamoose/dynamoose - 41575ebc03dac1695404d7f0356088cc41675988 authored about 4 years ago
Adding support for constant type

github.com/dynamoose/dynamoose - f1aab52941a3325ce171dfdef376c303de8ef341 authored about 4 years ago
Merge pull request #1088 from dynamoose/publishImprovements

Making further improvements to publish system

github.com/dynamoose/dynamoose - 58d3f6f7662552349391e3f6a1f71a7ad439f19e authored about 4 years ago
Merge pull request #1087 from dynamoose/readmeUpdates

Updating README versions

github.com/dynamoose/dynamoose - 13b07e256eab8e5214667ca7c22f2dafbc627b7d authored about 4 years ago
Making further improvements to publish system

github.com/dynamoose/dynamoose - cc0f9c91ed8cc461df6c7af1170400028059b834 authored about 4 years ago
Updating README versions

github.com/dynamoose/dynamoose - 66d7b80a45cb75c88a0bd1bf7ff829eb7130b995 authored about 4 years ago
Adding tests for batchGet attributes

github.com/dynamoose/dynamoose - 60918cb8527e87c369b3f9623c48c289334b736b authored about 4 years ago
Adding documentation for batchGet attributes

github.com/dynamoose/dynamoose - ff8e3ef2c20bbf5fd678147792c6261e5c0f74bd authored about 4 years ago
Adding support for batchGet attributes

github.com/dynamoose/dynamoose - 539fd3d85c8541f064ec7a4afdfb050ba3d7b42d authored about 4 years ago
Merge pull request #1084 from dynamoose/multipleTypesFixes

Fixing a bunch of issues with multiple types for attribute

github.com/dynamoose/dynamoose - e8edc73da0714090b84facf3d38e868295f4d551 authored about 4 years ago
Adding test for update multiple types as second type

github.com/dynamoose/dynamoose - 93480f88644683ba71ef31dbcc009b1d1533d639 authored about 4 years ago
Fixing required bug with multiple types for single attribute

github.com/dynamoose/dynamoose - 721c74a1ddf985c4fc57ec7ba216c3f10cf86efc authored about 4 years ago
Fixing index error with multiple types for single attribute

github.com/dynamoose/dynamoose - 0dc581254f032309a1fea8ec9dab73ac58051795 authored about 4 years ago
Fixing a bunch of issues with multiple types for attribute

github.com/dynamoose/dynamoose - afc9428d3ecf7d82db4389f29f700882ae26b4db authored about 4 years ago
Merge pull request #1079 from randytarampi/fix/get-index-attributes-parses-arrays-properly

Schema#getIndexAttributes should handle array defined indicies.

github.com/dynamoose/dynamoose - e116df66170ac6a5fb4d1d81021f0eeee68b8237 authored about 4 years ago
Merge pull request #985 from bobbyrc/nested-arrays-with-multiple-data-types

Nested arrays with multiple data types

github.com/dynamoose/dynamoose - 15419654d0d7e24751fe32e0e8d5f168bfca4fa5 authored about 4 years ago
Merge pull request #1083 from dynamoose/publishImprovements

Updating README as part of publish process

github.com/dynamoose/dynamoose - cc539a4afe6dce9d7a565e32fd7655a5bdfa25b2 authored about 4 years ago
Adding more tests

github.com/dynamoose/dynamoose - a4f218ce1096c5e9f6301b75030cb044d01f835d authored about 4 years ago
Fixing issue where typeIndexOptionMap wasn’t using fullKey when determing correct type

github.com/dynamoose/dynamoose - 0b703d87d093193caecf17780b42bb445d17705f authored about 4 years ago
Improving documentation

github.com/dynamoose/dynamoose - 4f1859da62013237768145c42b3c612402de2f86 authored about 4 years ago
Merge branch 'master' into nested-arrays-with-multiple-data-types

# Conflicts:
# test/unit/Model.js

github.com/dynamoose/dynamoose - 4bd193013ea0da199c5ed9a82daa2fa32517e2ca authored about 4 years ago
ESLint.

Per https://github.com/dynamoose/dynamoose/pull/1079#discussion_r542164836 and https://github.co...

github.com/dynamoose/dynamoose - fedb2380543451c2ffcd12dc7f0bcdca810150ff authored about 4 years ago
Remove `getIndexAttributes` test case copy/pasta.

Signed-off-by: Randy Tarampi <[email protected]>

github.com/dynamoose/dynamoose - 8196aa8511390df3b65430ab1c26434bad3be12e authored about 4 years ago