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

Fixing delete local branch for publish

github.com/dynamoose/dynamoose - fe3445c0f637eb22bc23f201b8890712e56febab authored about 3 years ago
Merge pull request #1336 from dynamoose/version/3.0.0-alpha.9

Version 3.0.0 Alpha 9

github.com/dynamoose/dynamoose - 46276a0f702a11e83d844a7152807c0d991b279b authored about 3 years ago
Bumping version to 3.0.0-alpha.9

github.com/dynamoose/dynamoose - 5b0f1f0733dbd7148c135508c14256ac29f3c73d authored about 3 years ago
Trying to fix publish

github.com/dynamoose/dynamoose - 467d6bdb2bfc33b8454a4fd3ba4aa39ac7e50ba8 authored about 3 years ago
Trying to fix publish

github.com/dynamoose/dynamoose - 09fbef509e9486cf7115eae3588813dab004af72 authored about 3 years ago
Merge branch 'main' into v3

github.com/dynamoose/dynamoose - 98e92bff038fd4901a2cff8c7429a35d51d2fbbf authored about 3 years ago
Fixing bug with multiple schemas and multiple types not using correct schema #1331

github.com/dynamoose/dynamoose - 67fb090d450dc6af2f0f246c3dfb335df32af77f authored about 3 years ago
Fixing bug with multiple schemas and multiple types not using correct schema #1331

github.com/dynamoose/dynamoose - 23272d32ac45458bd8d121e40650adad8f274717 authored about 3 years ago
Updating FAQ documentation

github.com/dynamoose/dynamoose - 53a2a24709f3c693ec7e4f351f262c5a03e178bf authored about 3 years ago
Fixing issue with publishing site during new version

github.com/dynamoose/dynamoose - 6595ed4b1172866206abe93ce5e5170714437800 authored about 3 years ago
Merge pull request #1330 from dynamoose/version/3.0.0-alpha.8

Version 3.0.0 Alpha 8

github.com/dynamoose/dynamoose - 872e60376139a43f2ca9d91edfb59926990fcaba authored about 3 years ago
Bumping version to 3.0.0-alpha.8

github.com/dynamoose/dynamoose - 8a69500358d709ab442a4450c382f9235d2b9d5c authored about 3 years ago
Merge pull request #1329 from dynamoose/tableTransactionImprovements

Table transaction improvements

github.com/dynamoose/dynamoose - 7be4347c5f784bc8787e9ade49126a65bb526b31 authored about 3 years ago
Fixing issue when using multiple models with Transaction

github.com/dynamoose/dynamoose - 8bc9adbfe402ab9d60f6dc25b65e7b3c301d5987 authored about 3 years ago
Fixing test coverage for custom instances with transactions

github.com/dynamoose/dynamoose - f359e9be392561b0bef0befd2b1a43a5475fe7cd authored about 3 years ago
Throwing error if all Tables in a transaction don't belong to same Instance

github.com/dynamoose/dynamoose - 17559bf7e1f9e9556c4360f6ce40372066716255 authored about 3 years ago
Fixing issue where Transaction would use ModelName instead of TableName

github.com/dynamoose/dynamoose - 3b457ce050d25f1a737a3e1e5969f61b78ea5207 authored about 3 years ago
Removing instances of `//...` in documentation

github.com/dynamoose/dynamoose - 181b4d6a31cd3186a36dcf1d3589549c761ab486 authored about 3 years ago
Updating dependencies

github.com/dynamoose/dynamoose - acd6673d003e94b305df1ca4ea5f755e16f8d8d5 authored about 3 years ago
Updating website dependencies

github.com/dynamoose/dynamoose - 59050caab38c2417291cdecda72d27e1bd3a4627 authored about 3 years ago
Moving attribute map & defaultMap properties documentation to JSDoc

github.com/dynamoose/dynamoose - c4fe18ec90a0193034e466e5ac29fbe5a937de2b authored about 3 years ago
Merge pull request #1322 from dynamoose/attributeMapping

Attribute mapping

github.com/dynamoose/dynamoose - 746631d1143c91d035a11be48210719538a472a3 authored about 3 years ago
Merge branch 'v3' into attributeMapping

# Conflicts:
# docs/docs_src/guide/Schema.md
# lib/Item.ts

github.com/dynamoose/dynamoose - e129bb3971c643d505ae9809150e053a45ac2cc5 authored about 3 years ago
Not mutating object passed in when calling Item.objectFromSchema

github.com/dynamoose/dynamoose - a93a4db226533ec36754bcf872d93e650e1c26dd authored about 3 years ago
Adding note about item.populate making multiple requests in documentation

github.com/dynamoose/dynamoose - d0b00d9463119ee7b8f0a327a954c9083f8d29b2 authored about 3 years ago
Creating version page for website

github.com/dynamoose/dynamoose - febfa53979c0b1118121a1095ef9ccb1c6a6f9ec authored about 3 years ago
Fixing npm capitalization on aria-label

github.com/dynamoose/dynamoose - 0e683a997831d9b2f0e7a89906ce9bc9f7654435 authored about 3 years ago
Fixing issue with publish

github.com/dynamoose/dynamoose - f26ee876037c150450f3a2b58d4b60fa4fa6c659 authored about 3 years ago
Moving more documentation to JSDoc

github.com/dynamoose/dynamoose - a8a85cb6ac1f4187a1179c1b94b991f2ba346231 authored about 3 years ago
Adding "DynamoDB Single Table Design Support" to key features on website

github.com/dynamoose/dynamoose - bfb7addffda8ae14045580fab708a56ce19237be authored about 3 years ago
Fixing whitespace

github.com/dynamoose/dynamoose - 5c1fa70fcdb914a8101f94fcc4d081935c578edd authored about 3 years ago
Updating contributing file to add more detail about JSDoc

github.com/dynamoose/dynamoose - a4ecea7d163fa3808e31d5224b5577cb8eeaa420 authored about 3 years ago
Adding robots.txt file to website

github.com/dynamoose/dynamoose - dce0228557079323a0f6df4bf7a37ac8482d9537 authored about 3 years ago
Adding YouTube channel link to website footer

github.com/dynamoose/dynamoose - 07fdfbbd87a6044d293ceecfbe6c2dc048133def authored about 3 years ago
Merge branch 'v3' into attributeMapping

github.com/dynamoose/dynamoose - 88a6219b7f5f3717e209ed0f9b23ccf4ad7a22c0 authored about 3 years ago
Moving nvmrc file for Cloudflare Pages build

github.com/dynamoose/dynamoose - 94a7c177ec4bf8c7290bff95a74e8b5982c67d50 authored about 3 years ago
Trying to fix Cloudflare Pages build

github.com/dynamoose/dynamoose - 797d4a88b8142a18c7f31aab1a497da1717516bc authored about 3 years ago
Converting schema forceDefault to JSDoc

github.com/dynamoose/dynamoose - be7311f96702ca0084d13e0b21f28260ef9017ae authored about 3 years ago
Adding JSDoc for AttributeDefinition

github.com/dynamoose/dynamoose - af27e1e4f5468b2da825c29c7cbe771637de22c2 authored about 3 years ago
Adding system for using JSDoc for .d.ts files

github.com/dynamoose/dynamoose - 8f0542f626f23a2cbfd922d8c59ab53c1c5d09f3 authored about 3 years ago
Merge branch 'v3' into attributeMapping

github.com/dynamoose/dynamoose - 5ae7749400eb0fb50da5d6cc913fd553d8370a27 authored about 3 years ago
Adding more items to JSDocs

github.com/dynamoose/dynamoose - 26775627132878db72f4e2474a0379334c30f99e authored about 3 years ago
Rearranging how we do publish actions

github.com/dynamoose/dynamoose - 438eac9d7c54a6a3757455759cd431d7f64b6665 authored about 3 years ago
Adding support for overwriting website and npm tags

github.com/dynamoose/dynamoose - df8b5c961bd9932c17ec94fbcdb73c3f05aa20d0 authored about 3 years ago
Adding v3 to security page

github.com/dynamoose/dynamoose - 98306afd847611419f1dc606a37d56ba2c3b2a89 authored about 3 years ago
Trying to fix Cloudflare Pages build

github.com/dynamoose/dynamoose - 4bbb5942aa6a6ec103d4458c7231902a8fbc71d3 authored about 3 years ago
Fixing typo in JSDoc documentation page

github.com/dynamoose/dynamoose - f4ce6c04521ece261052b8d7407af5777883d86f authored about 3 years ago
Fixing typo in documentation

github.com/dynamoose/dynamoose - 65461bd556fb0c47034fced2d4046b7122664232 authored about 3 years ago
Migrating some documentation to embedding JSDocs

github.com/dynamoose/dynamoose - 1726898389b643cf9a2608933f77ac8780b6dae3 authored about 3 years ago
Fixing package-lock

github.com/dynamoose/dynamoose - 3a45121c2f67ad74f25abdd97520451267aafc76 authored about 3 years ago
Adding system for embedding JSDocs into documentation

github.com/dynamoose/dynamoose - 7495ea0868f30983c1ad90f8779c0690d2264744 authored about 3 years ago
Merge branch 'v3' of github.com:dynamoose/dynamoose into v3

github.com/dynamoose/dynamoose - 8ceb7e6bb43070a7b55eb9d9f242ceaaee142b34 authored about 3 years ago
Adding preprocess action to website build

github.com/dynamoose/dynamoose - 16c9330f39416b5d6947d9dd58322086fe05b3f6 authored about 3 years ago
Merge branch 'main' into v3

github.com/dynamoose/dynamoose - f0f61ee58f10e05039d5bbc29227c1ba0c322b12 authored about 3 years ago
Merge branch 'v3' of github.com:dynamoose/dynamoose into v3

github.com/dynamoose/dynamoose - 77ea683fc2d6e857398bb8265fa399130963579d authored about 3 years ago
Trying to fix version labels

github.com/dynamoose/dynamoose - 31f5179c673f641fafa797ceb4432d58850ba48c authored about 3 years ago
Merge pull request #1325 from dynamoose/nestedRawConditionBug-v3

Fixing bug where nested raw conditions wouldn't work v3

github.com/dynamoose/dynamoose - 6ab2f37f051c79df5cf649bb9424dbd4ca777eed authored about 3 years ago
Merge pull request #1324 from dynamoose/nestedRawConditionBug

Fixing bug where nested raw conditions wouldn't work

github.com/dynamoose/dynamoose - 9113bc61626fea054786f9814abc3598e74bbf4b authored about 3 years ago
Fixing issue with merge to v3

github.com/dynamoose/dynamoose - 225cbff1d9c27dfd1db2b6a351b0e059582b0672 authored about 3 years ago
Merge branch 'nestedRawConditionBug' into nestedRawConditionBug-v3

# Conflicts:
# lib/DocumentRetriever.ts

github.com/dynamoose/dynamoose - ec1e37a7b2c6f8d2b50e212782b3906b747e7e5d authored about 3 years ago
Adding test and note about Query RAW condition objects

github.com/dynamoose/dynamoose - 3805315a648288b39e3ef5b7add1207f8032d5a7 authored about 3 years ago
Fixing issue with Scan when passing in raw condition object

github.com/dynamoose/dynamoose - f26d0090fa9545c9ca61611f4b1c234bbad05592 authored about 3 years ago
Merge pull request #1326 from dynamoose/version/3.0.0-alpha.7

Version 3.0.0 Alpha 7

github.com/dynamoose/dynamoose - 92c4375b649416136dc51247257aea339f74fccc authored about 3 years ago
Bumping version to 3.0.0-alpha.7

github.com/dynamoose/dynamoose - ad0f7f74c38798c61b512b0c7a2701d2a7d779d7 authored about 3 years ago
Trying to fix publish command

github.com/dynamoose/dynamoose - 444abea21ea330b726010e43f57c59daab9c76e6 authored about 3 years ago
Fixing publish error

github.com/dynamoose/dynamoose - 18072c46461791008ed8c4bc7533efacd4aa780c authored about 3 years ago
Merge branch 'nestedRawConditionBug' into nestedRawConditionBug-v3

# Conflicts:
# lib/Condition.ts

github.com/dynamoose/dynamoose - b52414761f38a42a222806b949d234b236deff73 authored about 3 years ago
Fixing bug where nested raw conditions wouldn't work closes #1323

github.com/dynamoose/dynamoose - 19291ba35ab78947929fcb067b231a54ef3e1f42 authored about 3 years ago
Fixing CustomError imports

github.com/dynamoose/dynamoose - 0720d366c6ebad4c5f629d767ce635caedc1999e authored about 3 years ago
Using error class instead of dynamoose-utils

github.com/dynamoose/dynamoose - c7975f0eb71e9b8cfa02c1104af9d9552df57919 authored about 3 years ago
Fixing lint errors

github.com/dynamoose/dynamoose - cdaa9a8cd58fb6245a58aba681eca0dde8c0bf84 authored about 3 years ago
Adding support for attribute mapping

github.com/dynamoose/dynamoose - 878038036271b8c0c42dc12c34da6a74c5e1bbb6 authored about 3 years ago
Removing unnecessary function

github.com/dynamoose/dynamoose - b961884213bcb68838463ca0455d1ce5461dc8c1 authored about 3 years ago
Making Serializer properties & methods private

github.com/dynamoose/dynamoose - 4b2b5651b7f5714c5b5af1e0e5f5b499713050cd authored about 3 years ago
Making Condition.requestObject private

github.com/dynamoose/dynamoose - c861d1737129ca92dcfa2dac3478c3a85cd4c9d0 authored about 3 years ago
Adding 0b61df53760589c7f7d7df2ba2a0a7bd0b0897b5 changes to Pending Changelog

github.com/dynamoose/dynamoose - 840eca3e62fc675bcf0fc37986042a859e4733c2 authored about 3 years ago
Adding support for schema wide set, get, and validate methods

github.com/dynamoose/dynamoose - 0b61df53760589c7f7d7df2ba2a0a7bd0b0897b5 authored about 3 years ago
Fixing grammar on schema documentation

github.com/dynamoose/dynamoose - 075a568d16c07bb82ce58a748153c58c238966ea authored about 3 years ago
Reorganizing Item.objectFromSchema tests

github.com/dynamoose/dynamoose - 20da89b78fef9c8f89311f4475a32039bbd3f047 authored about 3 years ago
Removing extra ()

github.com/dynamoose/dynamoose - 165ca50d83e444a0e235198b75bc3b711a89a03b authored about 3 years ago
Adding JSDoc to sidebar for website

github.com/dynamoose/dynamoose - 2acbbf57794007cdb10bcf80f128a51c2f71da4a authored about 3 years ago
Updating Dynobase banner for v3

github.com/dynamoose/dynamoose - fca1504dd43520c27e66b90a23621a37354c043b authored about 3 years ago
Cleaning up code

github.com/dynamoose/dynamoose - 79b9ebb206d72da658abaa901f0f579d21078886 authored about 3 years ago
Cleaning up set code

github.com/dynamoose/dynamoose - 055197edd8413fb40140efdfe1ea5283019e3be0 authored about 3 years ago
Removing old fromDynamo method for sets

github.com/dynamoose/dynamoose - 708980523ed55f1266ee23b5a13ecd96cb89c6d1 authored about 3 years ago
Removing old todo

github.com/dynamoose/dynamoose - f9bc04e987f9c4e83c9c8f6dbc4ff79092a8db79 authored about 3 years ago
Fixing DynamoDBType

github.com/dynamoose/dynamoose - 07c3195a05c126d933473c6f7301ee753eaa5f90 authored about 3 years ago
Throwing error if trying to do regex on non string for validation

github.com/dynamoose/dynamoose - a062eed94d3e40ce144f109d1be51d7a0cc6aad6 authored about 3 years ago
Removing old code

github.com/dynamoose/dynamoose - 6bcb5f3ad73a6f96de0624c442e8e98f19619ee3 authored about 3 years ago
Removing lots of require statements

github.com/dynamoose/dynamoose - ae2616e26b0a74b4bd402b168a95b18b13f0f588 authored about 3 years ago
Adding lint rule for no it.only tests

github.com/dynamoose/dynamoose - e636d035b36af48e3c5cae3cb4fe41358ec7a4f9 authored about 3 years ago
Adding JSDoc documentation

github.com/dynamoose/dynamoose - 92f451361a95297e8f3026d7bb4ad0ac68bc767e authored about 3 years ago
Removing duplicate code in Model documentation

github.com/dynamoose/dynamoose - 42bb3c7b95ed053998da4b4b80e387c1f8eb5a89 authored about 3 years ago
Lint ignoring valid console.warn

github.com/dynamoose/dynamoose - 32ee88ffc238f5c7feca25a57c31aafc85d362b2 authored about 3 years ago
Adding new DynamoDBAttributeType property

github.com/dynamoose/dynamoose - 537991d419b194362ebe91dfdf92726b11c456af authored about 3 years ago
Removing old git.raw workaround for publish to force delete branch

github.com/dynamoose/dynamoose - e4fc6ba7cbe675d9154026379bb720be271842c9 authored about 3 years ago
Using git config core.editor as default text editor for publish

github.com/dynamoose/dynamoose - 21f51e6d2fa7080ce470870181613d7f82bb0a42 authored about 3 years ago
Ignoring valid console.warn

github.com/dynamoose/dynamoose - b1b9a3f35af2e1fae50d0c4071a29d7dd0254d94 authored about 3 years ago
Fixing Schema index name documentation

github.com/dynamoose/dynamoose - 2f5c864948a5dcb7a06857b8a03aa8442ebb499b authored about 3 years ago
Throwing lint error when trying to use console.log

github.com/dynamoose/dynamoose - df33ccc02fcb3e57cbe24a8bec2dbe035a280194 authored about 3 years ago