Ecosyste.ms: OpenCollective

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

Dynamoid, the Ruby DynamoDB ORM

Supports the development of Dynamoid, the Ruby DynamoDB ORM.
Collective - Host: opensource - https://opencollective.com/dynamoid - Code: https://github.com/Dynamoid

Merge pull request #328 from Dynamoid/update-ruby-versions-on-ci

Update Ruby versions on TravisCI

github.com/Dynamoid/dynamoid - 6ee340f288a2b59d52064f371fd6f65becbb2856 authored over 5 years ago by Andrew Konchin <[email protected]>
Update compatibility section in Readme.md

github.com/Dynamoid/dynamoid - 163895d141536ec8224a6984c8e61bd51645e0d9 authored over 5 years ago by Andrew Konchin <[email protected]>
Update 2.3.x, 2.4.x, 2.5.x versions and add 2.6.x and JRuby 9.2.x on TravisCI

github.com/Dynamoid/dynamoid - 7e6e7b3e9852eec33c7327545b7b5842435bdf37 authored over 5 years ago by Andrew Konchin <[email protected]>
Merge pull request #326 from Dynamoid/fix-ci-build-and-bundler-issue

Travis CI. Fix specific bundler version installation

github.com/Dynamoid/dynamoid - 91edd5d141b1b12b38cd44d7ffc570ad3bcd88f0 authored over 5 years ago by Andrew Konchin <[email protected]>
Depends on active model only instead of the whole rails in specs

github.com/Dynamoid/dynamoid - e0f927cbd2de5ec8b31f370159496aef62d0d6a1 authored over 5 years ago by Andrew Konchin <[email protected]>
Merge pull request #324 from cabello/patch-1

Order of `global_secondary_index` call matters.

github.com/Dynamoid/dynamoid - 92286de657b8a2bce3d59b9be067a71958fb96a6 authored almost 6 years ago by Andrew Konchin <[email protected]>
Order of `global_secondary_index` call matters.

Let developers know that the index call must come after fields have been defined.

github.com/Dynamoid/dynamoid - b07232ad45e72d1c9f807a10f9fb77e7878fe111 authored almost 6 years ago by Danilo Cabello <[email protected]>
Merge pull request #322 from cabello/index-typo

Fix typo in logs.

github.com/Dynamoid/dynamoid - 3a3be786c45fe6a0de9f89393ffc70b25283a5fa authored almost 6 years ago by Peter Boling <[email protected]>
Fix typo in logs.

github.com/Dynamoid/dynamoid - 5d90388e7b5fde2a528d3c3645f64d123ddcade4 authored almost 6 years ago by Danilo Cabello <[email protected]>
Readme.md. Remove mentioning old gem version 2

github.com/Dynamoid/dynamoid - 6148c1ca36d33945a9ca8d7e4f4186bf2c894ea7 authored almost 6 years ago by Andrew Konchin <[email protected]>
Bump version 3.1.0

github.com/Dynamoid/dynamoid - be54bb7385d0fb31f52fa9b169e01a55c0281a20 authored almost 6 years ago by Andrew Konchin <[email protected]>
Merge pull request #320 from Dynamoid/update-changelog-for-3.1.0-release

Changelog.md: Add section for 3.1.0 release

github.com/Dynamoid/dynamoid - e834709584068671e76b578a544378a8487f0c82 authored almost 6 years ago by Andrew Konchin <[email protected]>
Changelog.md: Add section for 3.1.0 release

github.com/Dynamoid/dynamoid - eab3ec5cbfc494f1e1ec0b960dbcf15921d5c14c authored almost 6 years ago by Andrew Konchin <[email protected]>
Merge pull request #319 from Dynamoid/repair-consistent-reading-on-find-all

Repair consistent reading for `find_all`

github.com/Dynamoid/dynamoid - 422bc3c00e334cdc5bf4cc54a6aee6bf65997a1d authored almost 6 years ago by Andrew Konchin <[email protected]>
Repair consistent reading for `find_all`

github.com/Dynamoid/dynamoid - 0a37037c2e780bb539ceb3bad83b169fed8e439d authored almost 6 years ago by Andrew Konchin <[email protected]>
Merge pull request #318 from Dynamoid/add-range-key-to-record-not-found-exception

Add range key to RecordNotFound exception

github.com/Dynamoid/dynamoid - 4b1dfd04d417f09009ffb143a69edde21ac6bafd authored almost 6 years ago by Andrew Konchin <[email protected]>
Merge pull request #317 from Dynamoid/fix-create-tables-rake-task

Fix `create_tables` rake task

github.com/Dynamoid/dynamoid - b14c181db137b7e542b74eef68c69e4cce2f9d76 authored almost 6 years ago by Andrew Konchin <[email protected]>
Update Readme.md Note backoff is used in Query and Scan operations

github.com/Dynamoid/dynamoid - f79ebe2e523bd6bb6c53c1427a5521fe43e6b600 authored almost 6 years ago by Andrew Konchin <[email protected]>
Add range keys to RecordNotFound exception message

github.com/Dynamoid/dynamoid - dadf0e175cc60f97b4fc0ac6315a44a0e5e7c1b8 authored almost 6 years ago by Andrew Konchin <[email protected]>
Don’t modify `options` arguments in adapter

github.com/Dynamoid/dynamoid - da96358500868dcb7a51200b701a2991c0611b70 authored almost 6 years ago by Andrew Konchin <[email protected]>
Update Readme.md. Add `sync: true` option in an example of re-creating tables in test environment

github.com/Dynamoid/dynamoid - 9c6427a0a7157eddd5d3b7f178c77fe142b99f04 authored almost 6 years ago by Andrew Konchin <[email protected]>
Fix `create_tables` rake task - create tables synchronously

github.com/Dynamoid/dynamoid - bbcdf689b41b3bbafa2a66fe43aa03ce80e63951 authored almost 6 years ago by Andrew Konchin <[email protected]>
Fix `create_tables` rake task - support nested directories for `model_dir`

github.com/Dynamoid/dynamoid - 0fb8845ed8f800a8fa77ee80ee782837d80173b6 authored almost 6 years ago by Andrew Konchin <[email protected]>
Merge pull request #314 from Dynamoid/add-smart-count

Add smart count

github.com/Dynamoid/dynamoid - d04c265aa0764b18f02eff0882a25a9c6981a0b0 authored almost 6 years ago by Andrew Konchin <[email protected]>
Refactor scan and query operations

github.com/Dynamoid/dynamoid - d9a8d9c6217ff8811aebe32892b27f5d80ead1fe authored almost 6 years ago by Andrew Konchin <[email protected]>
Optimize count for query and scan operations

github.com/Dynamoid/dynamoid - b58624729add5619c66ef42d97d1be501ef3767b authored almost 6 years ago by Andrew Konchin <[email protected]>
Move query and scan operations into separate classes

github.com/Dynamoid/dynamoid - fc25364a486b838417f876d496adcf60320bf668 authored almost 6 years ago by Andrew Konchin <[email protected]>
Use `result.count` in query and scan operations

github.com/Dynamoid/dynamoid - cdd3aa6d01d42872c4a3572d2e73639500bffc42 authored almost 6 years ago by Andrew Konchin <[email protected]>
Merge pull request #313 from bonty/feature/support-backoff-in-scan-and-query

Add support for backoff in scan and query

github.com/Dynamoid/dynamoid - 392f9f70a575423eedd867c3a99f97644a26cce8 authored almost 6 years ago by Andrew Konchin <[email protected]>
Restore Depfy badge

github.com/Dynamoid/dynamoid - c29c769cd8f30e4bd242c3e38f1389c29df3c1d7 authored almost 6 years ago by Andrew Konchin <[email protected]>
Repair badge section in Readme.md

github.com/Dynamoid/dynamoid - 7124d36ccbe907d4ff6f4253097fe508bc4d2a91 authored almost 6 years ago by Andrew Konchin <[email protected]>
Add support for backoff in scan and query

github.com/Dynamoid/dynamoid - 10acc732f38e522adc381171cdff79cbbee13f1a authored almost 6 years ago by bonty <[email protected]>
Merge pull request #312 from lulu-ulul/add_timeout_configrations

Add Ability to specify timeout connection settings

github.com/Dynamoid/dynamoid - 6d9e2d22e67976aba51367fd1c0feec2d51b2644 authored almost 6 years ago by Andrew Konchin <[email protected]>
Refactor option assignment in AwsSdkV3#connection_config

github.com/Dynamoid/dynamoid - 9a3b2d363c41c85609fc57fe19b9caf7604b6264 authored almost 6 years ago by lulu-ulul <[email protected]>
Add ability to specify timeout connection settings specific to Dynamoid

github.com/Dynamoid/dynamoid - ec394ff30cf4cc44aec6fb0045304b38380de3ad authored almost 6 years ago by lulu-ulul <[email protected]>
Merge pull request #311 from misoca/fix/find-consistent-read

fix consistent_read option of Finders#find

github.com/Dynamoid/dynamoid - 522731e236d312dea26a6283adf1e4f6f8edd1e1 authored almost 6 years ago by Andrew Konchin <[email protected]>
:bug: fix consistent_read option of Finders#find

github.com/Dynamoid/dynamoid - 8ee38564b7ab8ec88207ba4647d1ada4784b9590 authored almost 6 years ago by kokuyouwind <[email protected]>
Merge pull request #310 from knovoselic/list_tables_fix

Fix list_tables method to return names of all tables, not just first page

github.com/Dynamoid/dynamoid - 3b7c61ed7350ed999afeb39a456dd16dc2ec7e03 authored almost 6 years ago by Andrew Konchin <[email protected]>
Fix spec to include existing tables in total table count

github.com/Dynamoid/dynamoid - cd05c82171e5485df7d924598210963979ef31fa authored almost 6 years ago by Kristijan Novoselic <[email protected]>
Fix list_tables method to return names of all tables, not just first page

github.com/Dynamoid/dynamoid - 6d793f63a0dae7e91a57ad6225efe5f9db1cccf2 authored almost 6 years ago by Kristijan Novoselic <[email protected]>
Merge pull request #307 from Dynamoid/add-collection-element-types

Add collection element types

github.com/Dynamoid/dynamoid - 24b9ac7e8284f23f8efba21653a1dafb7bd7ce1a authored almost 6 years ago by Andrew Konchin <[email protected]>
Merge pull request #309 from Dynamoid/ignore-not-defined-attributes

Ignore not declared attributes

github.com/Dynamoid/dynamoid - 3166fa09d4ac35b24ce827bc0a01a4d1a6c3800a authored almost 6 years ago by Andrew Konchin <[email protected]>
Ignore not declared attributes

github.com/Dynamoid/dynamoid - 55e21aaa23fc9b01b86983efa7b9d4d823546f3e authored almost 6 years ago by Andrew Konchin <[email protected]>
Reword “Note on set type” and “Note on array type” sections in Readme.md

github.com/Dynamoid/dynamoid - 54ae0a13b6b39e0ab1143ed341ce28095d77512b authored about 6 years ago by Andrew Konchin <[email protected]>
Update “Note on set type” section in Readme.md

github.com/Dynamoid/dynamoid - be8e1195643bcb7ca2acd6e96f8a9b5ec209cb91 authored about 6 years ago by Andrew Konchin <[email protected]>
Cast elements of typed Set field

github.com/Dynamoid/dynamoid - 75dccb15fdc34c80ad96fc7c447721f76a478bfb authored about 6 years ago by Andrew Konchin <[email protected]>
Fix formatting in `dumping_spec.rb` - add empty lines

github.com/Dynamoid/dynamoid - 6c2bf0f961cba780b8d62182f576c652ddfeafb7 authored about 6 years ago by Andrew Konchin <[email protected]>
Cast elements of typed Array field

github.com/Dynamoid/dynamoid - a9a0b7d9c26449d982633cf8bed2efd456c47de5 authored about 6 years ago by Andrew Konchin <[email protected]>
Rename `Dumping.field_dumper` to `find_dumper`

github.com/Dynamoid/dynamoid - 18a0a0ce13ad331959c2d004cfe844612d239d78 authored about 6 years ago by Andrew Konchin <[email protected]>
Dump elements of Array field

github.com/Dynamoid/dynamoid - 226e70da09e527bfc5c7a1eff67150f08b5b652c authored about 6 years ago by Andrew Konchin <[email protected]>
Dump elements of types Set

github.com/Dynamoid/dynamoid - bd725f83286654ff8ea1bba3ed6663ea3f1e7af7 authored about 6 years ago by Andrew Konchin <[email protected]>
Merge pull request #306 from Dynamoid/add-null-logger

Add NullLogger

github.com/Dynamoid/dynamoid - 55d24359575247084dd90d2ff0602d130094d1fb authored about 6 years ago by Peter Boling <[email protected]>
Use NullLogger instead writing to `/dev/null` if logging is disabled

github.com/Dynamoid/dynamoid - 4db03f15bb90767b68d0fa01259e896fc7c6dc5b authored about 6 years ago by Andrew Konchin <[email protected]>
Merge pull request #305 from Dynamoid/add-increment-methods

Add increment methods

github.com/Dynamoid/dynamoid - 37d8f3079741beebf94f278c31629b32dd841488 authored about 6 years ago by Andrew Konchin <[email protected]>
Add `#decrement` method

github.com/Dynamoid/dynamoid - bedac7b0f6dd2c436ac439b6182960408ca487bc authored about 6 years ago by Andrew Konchin <[email protected]>
Add `#decrement!` method (with bang)

github.com/Dynamoid/dynamoid - 5532e92b05d9c2c89442e8d028d3ec7d21f3338b authored about 6 years ago by Andrew Konchin <[email protected]>
Add `#increment` method

github.com/Dynamoid/dynamoid - 0691f54b657d127aa32f1337aeb2d66bbea195dc authored about 6 years ago by Andrew Konchin <[email protected]>
Add `increment!` (with bang)

github.com/Dynamoid/dynamoid - 73ca8e7aad6ca321fcc2e61ac216a796aef61b44 authored about 6 years ago by Andrew Konchin <[email protected]>
Merge pull request #304 from Dynamoid/add-inheritance-column-option

Add inheritance field option

github.com/Dynamoid/dynamoid - 94500a899939406004eca8f37ee61b31dbbca973 authored about 6 years ago by Andrew Konchin <[email protected]>
Version is 3

github.com/Dynamoid/dynamoid - 70dde3c2f32bea133744556a44281ace95377c85 authored about 6 years ago by Peter Boling <[email protected]>
Add `.inc` method

github.com/Dynamoid/dynamoid - ba1772ae98f10dbcd194bdbbc22bd62cea451c6b authored about 6 years ago by Andrew Konchin <[email protected]>
Update `STI` section in Readme.md

github.com/Dynamoid/dynamoid - f51170ab577d9a593952173a3b3be3227c4ff307 authored about 6 years ago by Andrew Konchin <[email protected]>
Move STI specs to separate file

github.com/Dynamoid/dynamoid - fdfeba0b61ed1074b1169906aa45bfe14b142914 authored about 6 years ago by Andrew Konchin <[email protected]>
Preliminary refactoring.

github.com/Dynamoid/dynamoid - d31a3d2a899a2e134e44106ccc70f1bcfb6f629a authored about 6 years ago by Andrew Konchin <[email protected]>
Add `inheritance_field` table option

github.com/Dynamoid/dynamoid - ab359680872b30744aa8082f2ada270296131985 authored about 6 years ago by Andrew Konchin <[email protected]>
Merge pull request #303 from Dynamoid/add-update-attributes-with-bang

Add #update_attributes! method

github.com/Dynamoid/dynamoid - 9b1767aa23f68816c2b049c69304c54475d7858c authored about 6 years ago by Andrew Konchin <[email protected]>
Move #update_attribute, #update_attributes and #update_attributes from Fields to Persistence module

github.com/Dynamoid/dynamoid - 9e680786c670f4eedb1b6fdeb0dbf32709b0de4e authored about 6 years ago by Andrew Konchin <[email protected]>
Add #update_attributes! (with bang!) method

github.com/Dynamoid/dynamoid - 82558f2d1284fd5efd581499f3eed16104ff54a0 authored about 6 years ago by Andrew Konchin <[email protected]>
Add specs for #update_attributes

github.com/Dynamoid/dynamoid - d59b3f54651a37d74bb9d81e4add5083a282742f authored about 6 years ago by Andrew Konchin <[email protected]>
Remove duplicated specs

github.com/Dynamoid/dynamoid - a652bca529f2cd4ec9c5a70fc5c73fc826583604 authored about 6 years ago by Andrew Konchin <[email protected]>
Merge pull request #302 from Dynamoid/add-before-type-cast-getters

Add attribute methods "before type casting"

github.com/Dynamoid/dynamoid - eb844dc6e9d0dc4138d2b4655b169d08aa99c499 authored about 6 years ago by Andrew Konchin <[email protected]>
Add Type casting section to Readme.md

github.com/Dynamoid/dynamoid - ca25966a9661d7b3983693ac12b6e4c28b4b44da authored about 6 years ago by Andrew Konchin <[email protected]>
Add `attributes_before_type_cast`, `read_attribte_before_type_cast` and `<name>_before_type_cast` methods

github.com/Dynamoid/dynamoid - 5606fc1c33ac5587854a2a85127043592ee0f572 authored about 6 years ago by Andriy Konchin <[email protected]>
Merge pull request #299 from Dynamoid/fix-issue-with-deep-sanitizing-raw-collections

Sanitize empty strings and sets in nested hashes and arrays in `raw` fields

github.com/Dynamoid/dynamoid - a71dc62457218707e60b2a1406190f7c72e3d911 authored about 6 years ago by Andrew Konchin <[email protected]>
Sanitize empty strings and sets in nested hashes and arrays in :raw fields

github.com/Dynamoid/dynamoid - a926e722760a12f6cc3796d91d53ba2781f5378c authored about 6 years ago by Andrew Konchin <[email protected]>
Merge pull request #298 from Dynamoid/fix-not-string-keys

Fix issue with saving raw hash with not stringified keys

github.com/Dynamoid/dynamoid - 4b050c08706179431337bb7f3a5bc2634df4bb4a authored about 6 years ago by Andrew Konchin <[email protected]>
Fix issue with saving raw hash with not stringified keys

github.com/Dynamoid/dynamoid - 27650c96bddfd69498e3a26f9095177ec9ee884c authored about 6 years ago by Andrew Konchin <[email protected]>
Update gem version to 3.0.0

github.com/Dynamoid/dynamoid - a960cea475ba6261d9cca0dd8a3bfa67ec8b66f0 authored about 6 years ago by Andrew Konchin <[email protected]>
Update Readme.md

Remove mention of 3.x version as unreleased

github.com/Dynamoid/dynamoid - 7070e35cb8fa89fd945f55bebb50449a8d987731 authored about 6 years ago by Andrew Konchin <[email protected]>
Update CHANGELOG.md

Remove mentioning of @andrykonchin in 3.0.0 release changes

github.com/Dynamoid/dynamoid - 689c5947335789a982f7a4b01e5f9482ce40cc7b authored about 6 years ago by Andrew Konchin <[email protected]>
Merge pull request #294 from Dynamoid/fix-flacky-specs

Fix flaky specs related to numeric datetime format

github.com/Dynamoid/dynamoid - 33f8d44f4dbf2cd60c3abbf3b61b79e679f7cf85 authored about 6 years ago by Andrew Konchin <[email protected]>
Improve grammar

github.com/Dynamoid/dynamoid - 4251be8ddda307180c662aa4b3507a30b05cc68f authored about 6 years ago by Peter Boling <[email protected]>
Fix typo

github.com/Dynamoid/dynamoid - 0cbbaeb46a0b12a07863a82d567b220785b7cfe7 authored about 6 years ago by Peter Boling <[email protected]>
Fix typo

github.com/Dynamoid/dynamoid - 5a048d8a4b01fb8cf40fdb79380d8bf09c8c8cdb authored about 6 years ago by Peter Boling <[email protected]>
Add warning about date time field as a range key in Readme.md

github.com/Dynamoid/dynamoid - 926bf72e4d5e2b6d490e1f553db1765a1a19fa37 authored about 6 years ago by Andrew Konchin <[email protected]>
Don’t use `datetime` as sort key in specs

github.com/Dynamoid/dynamoid - 6d3425588a7fe4ade74a7d8fb094d1fe07b56099 authored about 6 years ago by Andrew Konchin <[email protected]>
Fix incorrect spec

github.com/Dynamoid/dynamoid - f9d80f65d108235743c68a3e564d4946ecb33fd0 authored about 6 years ago by Andrew Konchin <[email protected]>
Add debug logging of DynamoDB API requests

github.com/Dynamoid/dynamoid - d87926b987c6436bc8fa2522518bdc0c95b3286a authored about 6 years ago by Andrew Konchin <[email protected]>
Merge pull request #292 from Dynamoid/fix-finders-not-found-error

Suppress NotFound error in deprecated finders

github.com/Dynamoid/dynamoid - e9045c8f17e320a61770d8eef0dd64529e00ffe8 authored about 6 years ago by Andrew Konchin <[email protected]>
Suppress NotFound error in deprecated finders

github.com/Dynamoid/dynamoid - b395827c3cf95b0690c4402628ca3e2d743ef3f4 authored about 6 years ago by Andrew Konchin <[email protected]>
Merge pull request #290 from Dynamoid/update-changelog

Prepare change log for the new release 3.0.0

github.com/Dynamoid/dynamoid - 4d0f76ef38a88a7ac598005e45094e251127e6e2 authored about 6 years ago by Andrew Konchin <[email protected]>
Fix typo

github.com/Dynamoid/dynamoid - e7b989575d06d51e4db729d38ea71c93a18b7fda authored about 6 years ago by Peter Boling <[email protected]>
Prepare Changelog for the new release

github.com/Dynamoid/dynamoid - 1e219ffaa6c0e1c930121a359837c10218a13f58 authored about 6 years ago by Andrew Konchin <[email protected]>
Merge pull request #289 from Dynamoid/add-dynamodb-timezone-option

Add `dynamodb_timezone` option

github.com/Dynamoid/dynamoid - 8e8474a17d1f57e05a7012d0b1fe7414ca358038 authored about 6 years ago by Andrew Konchin <[email protected]>
Add `dynamodb_timezone` global config option

github.com/Dynamoid/dynamoid - 1479465ede41f14bc695a4d8c95c7e4aaaa04aba authored about 6 years ago by Andrew Konchin <[email protected]>
Update Configuration section in Readme.md

github.com/Dynamoid/dynamoid - 926cb92352aad221bdf9ec8a3a68b31a1fc55235 authored about 6 years ago by Andrew Konchin <[email protected]>
Refactor specs for dumping datetime

github.com/Dynamoid/dynamoid - 7093ab5bbf886a9d2e5ec527933c11862433b38f authored about 6 years ago by Andrew Konchin <[email protected]>
Fix link to CI build status

github.com/Dynamoid/dynamoid - 5e9fb7df3a6ac5cb45846f8df91f02b05a37ad25 authored about 6 years ago by Andrew Konchin <[email protected]>
Merge pull request #288 from Dynamoid/add-store-boolean-as-native-config-option

Add store_boolean_as_native global config option

github.com/Dynamoid/dynamoid - ec9d5f060128262104549acd1ebca76487ad4196 authored about 6 years ago by Andrew Konchin <[email protected]>
Merge pull request #287 from ghiculescu/master

Fix inability to disable logging

github.com/Dynamoid/dynamoid - beb9bd5ba0e070833d8cdcffff8591faba95e19d authored about 6 years ago by Andrew Konchin <[email protected]>