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

Update Readme.md

github.com/Dynamoid/dynamoid - 5459197538860c464efc864b519ab5a9c405eb9f authored about 6 years ago by Andrew Konchin <[email protected]>
[Code review] Make array constant

github.com/Dynamoid/dynamoid - 4ee308d50dca16470e1c8965507e1c23697f83af authored about 6 years ago by Andrew Konchin <[email protected]>
Make `store_boolean_as_native` true by default

github.com/Dynamoid/dynamoid - fdff404ced16bb688a2a3c7c3e2b76816035bbae authored about 6 years ago by Andrew Konchin <[email protected]>
Fix inability to disable logging

Before this fix, if you did `config.logger = nil`, it would be overridden and replaced with the ...

github.com/Dynamoid/dynamoid - a120903b931a08965c138e6163365be302b487b6 authored about 6 years ago by Alex Ghiculescu <[email protected]>
Add `store_boolean_as_native` global config option

github.com/Dynamoid/dynamoid - fd98176148658b29666caa7c4296ec9f9482dbe3 authored about 6 years ago by Andrew Konchin <[email protected]>
Merge pull request #286 from knovoselic/stop_nagging_on_intentional_table_scan

Disable scan warning when intentionally loading all items from a collection

github.com/Dynamoid/dynamoid - 8579be079c109ba1ab3f161ee0dfec7fb970124c authored about 6 years ago by Andrew Konchin <[email protected]>
Disable scan warning when intentionally loading all items from a collection

github.com/Dynamoid/dynamoid - 894fcd31e9d45aad58f52cfab3025799b5d4e944 authored about 6 years ago by Kristijan Novoselic <[email protected]>
Merge pull request #285 from Dynamoid/set-timestamps-in-upsert-and-update-fields

Set timestamps

github.com/Dynamoid/dynamoid - 8ab12e00acc900c9f2bd06ba63d69defbcd62a7c authored about 6 years ago by Andrew Konchin <[email protected]>
Remove old specs related to timestamps

github.com/Dynamoid/dynamoid - 8e45d13e37c2d132df92a62b16979e7900b5ae9e authored about 6 years ago by Andrew Konchin <[email protected]>
Add missing specs for timestamps

github.com/Dynamoid/dynamoid - e80f8b63c6ae13d796880b4785a08bff17af434e authored about 6 years ago by Andrew Konchin <[email protected]>
Set updated_at in `update_fields`

github.com/Dynamoid/dynamoid - 3049c25293b9e131cbe03da2756c9fe3cb50d2bf authored about 6 years ago by Andrew Konchin <[email protected]>
Set timestamps in `import`

github.com/Dynamoid/dynamoid - 76fd4f0aa7861c84471c082cc463805d96824178 authored about 6 years ago by Andrew Konchin <[email protected]>
Set updated_at in `update`

github.com/Dynamoid/dynamoid - 364a9e32dc75b6f3aa80a3f790dba9458ceceace authored about 6 years ago by Andrew Konchin <[email protected]>
Set updated_at in `upsert`

github.com/Dynamoid/dynamoid - 7b9662e5b9ef894bd626e0df4c2d0676cdffe15e authored about 6 years ago by Andrew Konchin <[email protected]>
Merge pull request #281 from Dynamoid/deprecate-finders

Deprecate old style finders

github.com/Dynamoid/dynamoid - 8d0a3b690b52d9a97e20241042d1fae99c6299bf authored about 6 years ago by Peter Boling <[email protected]>
Merge pull request #283 from Dynamoid/fix-table-creation

Fix table creation

github.com/Dynamoid/dynamoid - 99cd84bf1a800f0f73cc4f52c4330fa26d81dec6 authored about 6 years ago by Peter Boling <[email protected]>
Fix issue with partition and sort key types

github.com/Dynamoid/dynamoid - 937d3b7da0546bbf80147d4f8f038a7337f01a5f authored about 6 years ago by Andrew Konchin <[email protected]>
Fix handling custom type

github.com/Dynamoid/dynamoid - 9b23ae7270edd53cf5190a42d4a422aa97d24dbd authored about 6 years ago by Andrew Konchin <[email protected]>
Raise UnsupportedKeyError instead of RuntimeError when partition or sort key type cannot be used

github.com/Dynamoid/dynamoid - 0339405ac82e5e8caadf9ebc6b6760999aa9e877 authored about 6 years ago by Andrew Konchin <[email protected]>
Add specs for .create_table

github.com/Dynamoid/dynamoid - fdb937ecb70b928c722ec7c327ad3e0d47d2f343 authored about 6 years ago by Andrew Konchin <[email protected]>
Deprecate find_all, find_by_id, find_by_composite_key, find_all_by_composite_key, find_all_by_secondary_index and dynamic finders

github.com/Dynamoid/dynamoid - 47480cc4f71979e780bbab2aa6b760a785a272d8 authored about 6 years ago by Andrew Konchin <[email protected]>
Merge pull request #280 from Dynamoid/type-cast-in-finders

Type casting in finders

github.com/Dynamoid/dynamoid - 2744fa5cd5ddac88bc7b95c56d261f0cd632556e authored about 6 years ago by Andrew Konchin <[email protected]>
[Code review] Return boolean instead of model/nil in `.exists?`

github.com/Dynamoid/dynamoid - 6d4b1b36e16de18e0523fd21b5d5f49e82e7e116 authored about 6 years ago by Andrew Konchin <[email protected]>
Refactor `.find` method

github.com/Dynamoid/dynamoid - 16ed51931c191044ebffa3e63085e764e4467744 authored about 6 years ago by Andrew Konchin <[email protected]>
Fix `.find` - issue with array of one composite key

github.com/Dynamoid/dynamoid - 71f92bd16106172d62331866fce3eafb67a35b78 authored about 6 years ago by Andrew Konchin <[email protected]>
Fix `.find` - issue with multiple primary composite keys

github.com/Dynamoid/dynamoid - 17f660a9733c009beeea23c14b58a53f7324b326 authored about 6 years ago by Andrew Konchin <[email protected]>
Refactor and add new specs for `.find`

github.com/Dynamoid/dynamoid - 618381b1bbe7bc4de0b11e5f1bd19c7459fad1ef authored about 6 years ago by Andrew Konchin <[email protected]>
Add type casting and dumping to `.find`

github.com/Dynamoid/dynamoid - d7736d6f16ac0957a53d6200161a2c27d04fba3a authored about 6 years ago by Andrew Konchin <[email protected]>
Merge pull request #278 from Dynamoid/improve-type-casting

Improve type casting

github.com/Dynamoid/dynamoid - 1273b197d9c9f2b26281da4c5d4aa706caac187d authored about 6 years ago by Andrew Konchin <[email protected]>
Add Rails-like type casting

github.com/Dynamoid/dynamoid - 4133d2568344c48b6b057dcacdb97b920233ec16 authored about 6 years ago by Andrew Konchin <[email protected]>
Add obvious type casting for collections - Set and Array

github.com/Dynamoid/dynamoid - 9ae0070fb53a42ba214a3dc1e42e34680bc7b547 authored about 6 years ago by Andrew Konchin <[email protected]>
Improve dumping and type casting specs

github.com/Dynamoid/dynamoid - 14a1a4ff901f44c0ababa7f8b82e13831424f9a6 authored about 6 years ago by Andrew Konchin <[email protected]>
Merge pull request #275 from Dynamoid/add-type-casting

Add type casting

github.com/Dynamoid/dynamoid - a5b0209e8ded351a9c44f7f9a5b1756d384b9a82 authored about 6 years ago by Andrew Konchin <[email protected]>
Merge pull request #279 from Dynamoid/change-default-application-timezone-to-utc

Change default time zone to UTC

github.com/Dynamoid/dynamoid - 6a5909256df982fcb7f1c0134935277f795893f5 authored about 6 years ago by Andrew Konchin <[email protected]>
Change default time zone to UTC

github.com/Dynamoid/dynamoid - 9b3b25e84395eba2671d2a0ab4bf354b60d7b3c9 authored about 6 years ago by Andrew Konchin <[email protected]>
Use class #name instead of #to_s to get STI type

github.com/Dynamoid/dynamoid - 532a785a51cd176ea98d9463da48602356a1ea55 authored about 6 years ago by Andrew Konchin <[email protected]>
Adjust specs for dumping custom type objects after fixing the feature

github.com/Dynamoid/dynamoid - 8cb2838fdcee33330e804d4ec67037309f0f8dd5 authored about 6 years ago by Andrew Konchin <[email protected]>
Refactor dumping mechanizm - separate dumping, undumping and type casting concerns

github.com/Dynamoid/dynamoid - ca600074fc8a9c9ab7fb41301b59cf19d264dbca authored about 6 years ago by Andrew Konchin <[email protected]>
Restore type casting for document update operations and querying

github.com/Dynamoid/dynamoid - 46ee88e69872b7835f532d91c64b5801d28a13f5 authored about 6 years ago by Andrew Konchin <[email protected]>
Add specs for dumping

github.com/Dynamoid/dynamoid - a2e97de4d5dd47b968a3471356e523e461ea46d6 authored about 6 years ago by Andrew Konchin <[email protected]>
Add specs for type casting

github.com/Dynamoid/dynamoid - 8ba3a5aab1a16126d75f4d833c5f22a2c700b016 authored about 6 years ago by Andrew Konchin <[email protected]>
Refactor dumping specs - remove duplicates and add missing cases

github.com/Dynamoid/dynamoid - 31d97b643f9cd270218176bd71507343f9544ee1 authored about 6 years ago by Andrew Konchin <[email protected]>
Merge pull request #271 from Dynamoid/update-readme-and-documentation

Update Readme and documentation

github.com/Dynamoid/dynamoid - 12b874c0d721f5993b0a2f6839dce53efe3c0973 authored over 6 years ago by Andrew Konchin <[email protected]>
[Code review] Remove blank lines

github.com/Dynamoid/dynamoid - cf2a72f701f265ab9c6c4f5d62c34438a871c05a authored over 6 years ago by Andrew Konchin <[email protected]>
Add missing documentation for `.find`, `.find_by_id`, `.update`, `.update_fields` and `.upsert` methods

github.com/Dynamoid/dynamoid - 51f5fccb9310defe04ad1aabb0725b7d622b3dde authored over 6 years ago by Andrew Konchin <[email protected]>
Update formatting of code examples in Readme

github.com/Dynamoid/dynamoid - 27ef23d109b9ea221b90a0dcbdfc66937ec62526 authored over 6 years ago by Andrew Konchin <[email protected]>
Describe `range` in the Readme

github.com/Dynamoid/dynamoid - 8d7fae407604cbe5ffad7b3477bad2397bed2e39 authored over 6 years ago by Andrew Konchin <[email protected]>
Merge pull request #269 from Dynamoid/add-rubocop-with-default-settings

Add Rubocop to fix style and formatting

github.com/Dynamoid/dynamoid - 1f3793a2e341d21789403e61d6fefd930670dab2 authored over 6 years ago by Andrew Konchin <[email protected]>
Suppress some Rubocop warnings

github.com/Dynamoid/dynamoid - 33835fadfe7ced7cc33fad49e09f2c1458138400 authored over 6 years ago by Andrew Konchin <[email protected]>
Fix style

github.com/Dynamoid/dynamoid - 74fe6007a66ec3f62c458847cb1a4220b5d5c048 authored over 6 years ago by Andrew Konchin <[email protected]>
Fix layout

github.com/Dynamoid/dynamoid - 699c152c018f263ca128fd6408a6dbd40fca82c2 authored over 6 years ago by Andrew Konchin <[email protected]>
Add rubocop gem

github.com/Dynamoid/dynamoid - 9bdaf5ea9fa16f6321575de62d45da8932ca739c authored over 6 years ago by Andrew Konchin <[email protected]>
Merge pull request #268 from Dynamoid/upgrade-ruby-and-rails

Drop support of old Ruby and Rails versions

github.com/Dynamoid/dynamoid - 37758173b33e19bedb18e9075db12b978a56a6ef authored over 6 years ago by Andrew Konchin <[email protected]>
Update Changelog

github.com/Dynamoid/dynamoid - d867f6326b04e9a2a48f89f48b32aee30d91a1d1 authored over 6 years ago by Andrew Konchin <[email protected]>
Don't run tests against Rails 4.0 and 4.1 vertions

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

github.com/Dynamoid/dynamoid - 371dee76e149da1596ed1246e92972ff3f8f5be9 authored over 6 years ago by Andrew Konchin <[email protected]>
Remove old Ruby versions and update supperted ones in CI setup

github.com/Dynamoid/dynamoid - d2a4f018d1cb46e2d274bc350b2a38b7983e8c3d authored over 6 years ago by Andrew Konchin <[email protected]>
Use new Hash syntax with string keys

github.com/Dynamoid/dynamoid - 340f38d3daf1cb940b3b8441040246848bc63a18 authored over 6 years ago by Andrew Konchin <[email protected]>
Update `bundler` gem on TravisCI to 1.16.2 (current) version

github.com/Dynamoid/dynamoid - 0bc0aa6c2edf78ecdf7482f7867dcf666e2dbca4 authored over 6 years ago by Andrew Konchin <[email protected]>
Merge pull request #267 from Dynamoid/aws-sdk-3

Upgrade AWS SDK to V3

github.com/Dynamoid/dynamoid - 51a45e47edb1c082d76f94669df4eee4b7fd4e6c authored over 6 years ago by Andrew Konchin <[email protected]>
Update Readme

github.com/Dynamoid/dynamoid - d45d7650532ff78d720342c597e57b264362858e authored over 6 years ago by Andrew Konchin <[email protected]>
Update Changelog

github.com/Dynamoid/dynamoid - 5d4649ec9112bf575344425ac978317a3f707cee authored over 6 years ago by Andrew Konchin <[email protected]>
Clean up gemspec file

github.com/Dynamoid/dynamoid - 6bb4eb3c854bdb0770e0f663ca5b4c9352d7554b authored over 6 years ago by Andrew Konchin <[email protected]>
Rename sdk adapter

github.com/Dynamoid/dynamoid - 4a54ec0f290b08fc93fc5217f8b7bef188a420ca authored over 6 years ago by Andrew Konchin <[email protected]>
Use `aws-sdk-dynamoid` gem instead of the whole SDK

github.com/Dynamoid/dynamoid - 8b32552730d19981a8ac3002e6876d4302ffeaab authored over 6 years ago by Andrew Konchin <[email protected]>
Merge pull request #264 from xbx/master

Fix README.md

github.com/Dynamoid/dynamoid - 7468677a944d90b749c6dec70aa70e02289e4487 authored over 6 years ago by Andrew Konchin <[email protected]>
Fix README.md

github.com/Dynamoid/dynamoid - 6087ab711489cf952aedd98a6e3d73d4f66f2fb1 authored over 6 years ago by Roberto Bravo <[email protected]>
Merge pull request #261 from walkersumida/patch-2

Fix README

github.com/Dynamoid/dynamoid - 0b1cdc1d509b01dc8f943f8c0f6e8683794bd4b6 authored over 6 years ago by Andrew Konchin <[email protected]>
fix: readme

github.com/Dynamoid/dynamoid - 25a8e0eb46f6aaf0f99c5b2b9aace3036ebbfaa5 authored over 6 years ago by WalkerSumida <[email protected]>
Bump to 2.2.0

github.com/Dynamoid/dynamoid - a81bf04fe96f6e3113b38fea46136804b646b05e authored over 6 years ago by Andriy Konchin <[email protected]>
Prepare CHANGELOG.md to 2.2.0 release

github.com/Dynamoid/dynamoid - 41abf483c9e998f8e9ff351bc2b98f8898178edd authored over 6 years ago by Andriy Konchin <[email protected]>
Merge pull request #256 from Dynamoid/support-rails-5-2-2

Support Rails 5.2

github.com/Dynamoid/dynamoid - 9bff6b6afa91e70e3b79163b3870139a2aa9fef9 authored over 6 years ago by Andrew Konchin <[email protected]>
Fix builds for Rails 4.0 and 4.1

github.com/Dynamoid/dynamoid - bac743c66f066424c618255592e19b2e0ed6fbed authored over 6 years ago by Andriy Konchin <[email protected]>
Vagrant/Salt: Update configuration for RVM (#255)

- [Update] Update Ruby to 2.4.1
- [Update] Update RVM configuration to properly run the gpg tru...

github.com/Dynamoid/dynamoid - 1437c1c7b7d0bfc48493a01d9adda2961da60094 authored over 6 years ago by Richard Hsu <[email protected]>
Quick and dirty fix of Dymanoid::Dirty and Rails 5.2

github.com/Dynamoid/dynamoid - 8deafbfc0cd1e0d5f302ea9c264f7a48175073e3 authored over 6 years ago by Andrew Konchin <[email protected]>
Add Rails 5.2 to test with appraisal

github.com/Dynamoid/dynamoid - 0262a529c7d52d647300a3b506f91cc7be205e2b authored over 6 years ago by Andrew Konchin <[email protected]>
Update autogenerated by appraisal gemfiles

github.com/Dynamoid/dynamoid - 0d95b81de6c143a2bd597c8639305d063f050c53 authored over 6 years ago by Andrew Konchin <[email protected]>
Bump to 2.1.0

github.com/Dynamoid/dynamoid - c007dec1e2d0abb412f7c9ce9e1a0545e642ba0c authored over 6 years ago by Andrew Konchin <[email protected]>
Add Andrew Konchin to the contributors list

github.com/Dynamoid/dynamoid - 220ec9e89534da2980bf218c3c05950ef0dafa7c authored over 6 years ago by Andrew Konchin <[email protected]>
Prepare CHANGELOG.md to 2.1.0 release

github.com/Dynamoid/dynamoid - 42f9517a53b0e8c30713ecbbc0658c39726b3a51 authored over 6 years ago by Andrew Konchin <[email protected]>
Update CHANGELOG.md

github.com/Dynamoid/dynamoid - 06a64da5a4d85ec30e3c111f704def68f363bef4 authored over 6 years ago by Andrew Konchin <[email protected]>
Merge pull request #252 from Dynamoid/251-fix-using-datetime-as-sort-key

Avoid DateTime to Time converting with losing nanoseconds

github.com/Dynamoid/dynamoid - 64a7a599292dd1c5315e6bd1b78c7007f2dcba78 authored over 6 years ago by Andrew Konchin <[email protected]>
Update changelog

github.com/Dynamoid/dynamoid - b01f3d45099238742429bb37cf773068b8155103 authored over 6 years ago by Andrew Konchin <[email protected]>
Avoid DateTime to Time converting with losing nanoseconds

github.com/Dynamoid/dynamoid - 04723eb683174e4adda64ee367b7442b15f51ee2 authored over 6 years ago by Andrew Konchin <[email protected]>
Merge pull request #246 from Dynamoid/handle-unprocessed-items-in-batch-operations

Handle unprocessed items in batch operations

github.com/Dynamoid/dynamoid - 66c4e5de28cab8ab4601fb926bef96ad50d46687 authored over 6 years ago by Andrew Konchin <[email protected]>
Code review. Reword documentation and add default values for built-in backoff strategies

github.com/Dynamoid/dynamoid - ae03d53e31d377ad79124e4130f930cc421ebd57 authored over 6 years ago by Andrew Konchin <[email protected]>
Code review. Update section in readme and comments

github.com/Dynamoid/dynamoid - 446d0db6773fe672b7ee1c306403b1bfedd96786 authored over 6 years ago by Andrew Konchin <[email protected]>
Merge pull request #250 from Dynamoid/fix-index-warning

Update outdated warning message

github.com/Dynamoid/dynamoid - 973c237150ff65e825cdb96da53f85fe03cf33f9 authored over 6 years ago by Andrew Konchin <[email protected]>
Handle unprocessed items in `batch_write_items`

github.com/Dynamoid/dynamoid - 193b85ac9f59a536c18d1fb3c01b54d72ac391da authored over 6 years ago by Andrew Konchin <[email protected]>
Use optional backoff in `find_all` method

github.com/Dynamoid/dynamoid - aed9d156407d3f744a210e56625aa6e8b748f82e authored over 6 years ago by Andrew Konchin <[email protected]>
Add config option `backoff`

github.com/Dynamoid/dynamoid - 66c9ed7b91b373ac7330c20bee1737556c86c6b9 authored over 6 years ago by Andrew Konchin <[email protected]>
Use optional backoff in `import` method

github.com/Dynamoid/dynamoid - ffa43ae8ae3ace8aef950fa8d1818a7920d970ed authored over 6 years ago by Andrew Konchin <[email protected]>
Update readme

github.com/Dynamoid/dynamoid - 8aff0e42d047b7fc0c0dd87f6f814bf1c5f9f43c authored over 6 years ago by Andrew Konchin <[email protected]>
Allow `batch_write_item` to accept optional block argument

github.com/Dynamoid/dynamoid - 597abb3965f83cffa1559995c3339d4a9b32316d authored over 6 years ago by Andrew Konchin <[email protected]>
Allow `batch_get_item` to accept optional block argument

github.com/Dynamoid/dynamoid - d111fa0d088df0fc05a44f534936f4bae0145f4e authored over 6 years ago by Andrew Konchin <[email protected]>
Update outdated warning message about not efficient Scan operation.

github.com/Dynamoid/dynamoid - 2799920c28e8e8c31df371f4d96f59913acd01b2 authored over 6 years ago by Andriy Konchin <[email protected]>
Handle unprocessed items in `batch_get_items`

github.com/Dynamoid/dynamoid - cc9ff275356a2a792e2d0f777fdc5ac3008c9b35 authored over 6 years ago by Andrew Konchin <[email protected]>
Merge pull request #243 from Dynamoid/add-ne-operator

Support `NE` condition operator

github.com/Dynamoid/dynamoid - 56a1da8a909c8365668c748be195a96595655237 authored over 6 years ago by Peter Boling <[email protected]>
Merge pull request #244 from Dynamoid/fix-empty-strings-handling-in-import

Allow to pass empty strings and sets to `.import` method

github.com/Dynamoid/dynamoid - 5343437fc7c7a8a9b6b451331de5ba4026a78182 authored over 6 years ago by Peter Boling <[email protected]>
Allow to pass empty strings and sets to `.import` method

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