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 #167 from andrykonchin/improve-querying-with-scan-and-query

Improve querying with scan and query

github.com/Dynamoid/dynamoid - e9c3f9e387d1b6bd6e610a4c4ad2872cca2377e2 authored about 7 years ago by Peter Boling <[email protected]>
Document available condition operators for `where` clause in readme

github.com/Dynamoid/dynamoid - c47ac0604abeaeed7369e6eb6ac8d98d86beadd3 authored over 7 years ago by Andriy Konchin <[email protected]>
Use Query if we can in `where` clause

github.com/Dynamoid/dynamoid - 7193bf77c59166717f897539bc71bc94d0a589e4 authored over 7 years ago by Andriy Konchin <[email protected]>
Fix failed spec on CI.

Converting timestamp to local time works incorrectly in some time zones.

github.com/Dynamoid/dynamoid - d16210df98c75ed8a2f8598929eab6a89c809c39 authored over 7 years ago by Andriy Konchin <[email protected]>
Filter with all available operators in Scan request

github.com/Dynamoid/dynamoid - 16bf41516071eb8be272a54fa034b0957ca7f93d authored over 7 years ago by Andriy Konchin <[email protected]>
Filter non-key attributes with Query

github.com/Dynamoid/dynamoid - c0ed4050f4ca80172978547948fbfc94c90a9754 authored over 7 years ago by Andriy Konchin <[email protected]>
Don’t override document timestamps

github.com/Dynamoid/dynamoid - 0edd657fe8ddd43afdda46dc4796f3772d6b314e authored over 7 years ago by Andriy Konchin <[email protected]>
Add specs for skipping validation

github.com/Dynamoid/dynamoid - b99cd92c88baf2906c6ccbb43256a8d462050e5f authored over 7 years ago by Andriy Konchin <[email protected]>
Update readme with `save(validate: false)` descripton

github.com/Dynamoid/dynamoid - 5fc6dd0c008b0542531edd42a2b3149cc84d9f9e authored over 7 years ago by Andriy Konchin <[email protected]>
Merge pull request #161 from mirokuxy/master

fixes the issue of delete-table and create-table not waiting until ac…

github.com/Dynamoid/dynamoid - 609f723a8b5baaa20d1e2f041826af1a5ad8740b authored over 7 years ago by Peter Boling <[email protected]>
fixes the issue of delete-table and create-table not waiting until action finish in Sync mode;

github.com/Dynamoid/dynamoid - 6c99e3ac73190e3d287785c0873dc7c63677c773 authored over 7 years ago by Sean Xiao <[email protected]>
Merge pull request #153 from andrykonchin/add-sti-declaration

Add `STI` section in Readme.md

github.com/Dynamoid/dynamoid - e242b5659d00f32122ed80d182412fb57de47feb authored over 7 years ago by Peter Boling <[email protected]>
Merge pull request #154 from andrykonchin/remove-logger-option

Remove declaration for `logger` option

github.com/Dynamoid/dynamoid - 80e0d2b00f93a73bf43c402d8a6ff05601e46db6 authored over 7 years ago by Peter Boling <[email protected]>
Merge pull request #156 from andrykonchin/fix-default-values

Fix incorrect applying of default field value

github.com/Dynamoid/dynamoid - 23261a4b710695964953679d2ec9651268b5e752 authored over 7 years ago by Peter Boling <[email protected]>
Merge pull request #157 from andrykonchin/add-specs-for-table-creation

Add specs for table creation due model saving

github.com/Dynamoid/dynamoid - cc7f9652324b9f7749e9af2cae978666729b889e authored over 7 years ago by Peter Boling <[email protected]>
Merge pull request #159 from andrykonchin/fix-benchmark-message

Improve benchmark logged message

github.com/Dynamoid/dynamoid - d12d80b682d04dd8646ea1197b4f31f59a9b055c authored over 7 years ago by Peter Boling <[email protected]>
Merge pull request #158 from andrykonchin/fix-typo-in-batch-example

Fix typo in Readme.md in `batch` section

github.com/Dynamoid/dynamoid - e6f3d792d6c02e10b91ab7826cb36598f98cfeb5 authored over 7 years ago by Peter Boling <[email protected]>
Merge pull request #155 from andrykonchin/add-application-timezone-option

Add :application_timezone option

github.com/Dynamoid/dynamoid - d304207b9637e6c934f7deb05661e8d24391b6ab authored over 7 years ago by Peter Boling <[email protected]>
Convert :datetime fields to specified timezone while loading data from the storage

github.com/Dynamoid/dynamoid - 62405f4f28441266092e5ab80322f442842b1bad authored over 7 years ago by Andriy Konchin <[email protected]>
Improve benchmark logged message

See https://github.com/Dynamoid/Dynamoid/issues/121

github.com/Dynamoid/dynamoid - d1d44f096269c65641f8ff461015e7aaa8c4d505 authored over 7 years ago by Andriy Konchin <[email protected]>
Fix typo in Readme.md in `batch` section

github.com/Dynamoid/dynamoid - 388a7db62c66f110fdeb11a5387119b718b79484 authored over 7 years ago by Andriy Konchin <[email protected]>
Add specs for table creation due model saving

github.com/Dynamoid/dynamoid - 4a68da2ba414bcd7734e1fcf9f4ae11ed0a92ffa authored over 7 years ago by Andriy Konchin <[email protected]>
Fix incorrect applying of default field value

github.com/Dynamoid/dynamoid - ccd0b77b06a3c1381fcabcb676ccb3f0414a628b authored over 7 years ago by Andriy Konchin <[email protected]>
Add :application_timezone config option

github.com/Dynamoid/dynamoid - 4edfb0c5644bcbf9cd30689b4dc1bbfc8059eb4d authored over 7 years ago by Andriy Konchin <[email protected]>
Remove declaration for `logger` option

github.com/Dynamoid/dynamoid - f9ea2b6ad4eb71159717a39cbd56736227b9d018 authored over 7 years ago by Andriy Konchin <[email protected]>
Add `STI` section in Readme.md

github.com/Dynamoid/dynamoid - f95efc893ef00b68ae546dab2dc51dcb3e843d2f authored over 7 years ago by Andriy Konchin <[email protected]>
Merge pull request #147 from andrykonchin/fix-chain-all-method-warning

Fix warning about scan operation

github.com/Dynamoid/dynamoid - fe2de35fd421fd84bd36d91786844fc419f5cb2d authored over 7 years ago by Peter Boling <[email protected]>
Merge pull request #150 from andrykonchin/support-field-accessors-overriding-by-extentions

Support field accessors overriding by extentions

github.com/Dynamoid/dynamoid - a16ddd11995aa3a53804a27af38b444f80ac74cc authored over 7 years ago by Peter Boling <[email protected]>
Fix document initializing

Instance methods for `attributes` class attribute were disabled. This change breaks model initia...

github.com/Dynamoid/dynamoid - fb85a55df41c5f6091aa626d8bab3fcefcea823c authored over 7 years ago by Andriy Konchin <[email protected]>
Fix flaky specs.

github.com/Dynamoid/dynamoid - 734d1ea6fa926493f3079917b6ef105b357300e9 authored over 7 years ago by Andriy Konchin <[email protected]>
Merge pull request #149 from andrykonchin/add-date-type

Add `date` attribute type

github.com/Dynamoid/dynamoid - d56c1699ebd6ca8f4ae7a23c6e6afaa1571bbddd authored over 7 years ago by Peter Boling <[email protected]>
Disable generating of instance accessors by `Class.class_attribute` macros

As far as module with fields accessors includes before another modules some of them can override...

github.com/Dynamoid/dynamoid - 0f47b1f7bc037f2def1251db3c5fe8c3c68ba769 authored over 7 years ago by Andriy Konchin <[email protected]>
Generate field accessors in a separate module

github.com/Dynamoid/dynamoid - eed9012f384c8af0e7e127e268a2295791c61c01 authored over 7 years ago by Andriy Konchin <[email protected]>
Add `date` attribute type

github.com/Dynamoid/dynamoid - 5c36062444c4695cb3225b6a863c881a44936056 authored over 7 years ago by Andriy Konchin <[email protected]>
Update list of types in Readme.md

github.com/Dynamoid/dynamoid - 854b4c3d470fd876d0ecae479d4726afe8c54b83 authored over 7 years ago by Andriy Konchin <[email protected]>
Merge pull request #148 from andrykonchin/add-chain-last-method

Add Chain#last method

github.com/Dynamoid/dynamoid - e66ea09913c3af1e5a27d9bd936a52ecb56f47fc authored over 7 years ago by Peter Boling <[email protected]>
Add Chain#last method

github.com/Dynamoid/dynamoid - 66ab9fe44d54c6fea0c50c22dc45643d112e98a8 authored over 7 years ago by Andriy Konchin <[email protected]>
Fix attributes list in warning message about scan operation

github.com/Dynamoid/dynamoid - 0967e182a5aea1182634b9b1fe1325e3b139dd43 authored over 7 years ago by Andriy Konchin <[email protected]>
Merge pull request #146 from andrykonchin/add-raw-type-description

github.com/Dynamoid/dynamoid - d77fa65b2d01ec0ec775b621dbc677df328fa194 authored over 7 years ago by Peter Boling <[email protected]>
Update Readme.md - add description of `raw` type

github.com/Dynamoid/dynamoid - 3514b2d770f934a574539020fe6a9ec556d8baf6 authored over 7 years ago by Andriy Konchin <[email protected]>
Bump to 1.3.3

github.com/Dynamoid/dynamoid - 5796c139515d8c9b012e2aa3efead96dcc4c6dff authored over 7 years ago by Peter Boling <[email protected]>
prepare for release 1.3.3

github.com/Dynamoid/dynamoid - 3794d65f2085f7074ce72c0c6a785f2c50014e77 authored over 7 years ago by Peter Boling <[email protected]>
Allow configuration of the Dynamoid models directory: Dynamoid::Config.models_dir = 'app/whatever'

github.com/Dynamoid/dynamoid - 466380fb74b0697ef20bc0fab164e4f9d7459ae8 authored over 7 years ago by Peter Boling <[email protected]>
Bump to 1.3.2

github.com/Dynamoid/dynamoid - 28b14cdbbca9a08427355b96f946149a8f1e46ab authored over 7 years ago by Peter Boling <[email protected]>
prepare release 1.3.2

github.com/Dynamoid/dynamoid - fba747865ca8ecc4f93e7504a644970eae5c6ec0 authored over 7 years ago by Peter Boling <[email protected]>
Fix migrations by stopping the loading of all rails models outside the rails env.

github.com/Dynamoid/dynamoid - f94d07245b9220d9b3cb3e22f17e303f5caa0744 authored over 7 years ago by Peter Boling <[email protected]>
Merge pull request #140 from thilo/master

default value should be per instance

github.com/Dynamoid/dynamoid - 9e65ab98ba4ab929270ebc8107ba6f9e37cdbe5b authored over 7 years ago by Peter Boling <[email protected]>
Merge pull request #143 from sselvamani22/patch-1

Prevent load multiple times

github.com/Dynamoid/dynamoid - 29dc828170e90b02fe8107bde6c55134db85021a authored over 7 years ago by Peter Boling <[email protected]>
prevent load multiple times

When I start server, MODEL constant value initializing multiple times

github.com/Dynamoid/dynamoid - 6d85a1e919b9d544784edbcde35a6f2153487115 authored over 7 years ago by Selvamani <[email protected]>
Test and fix that the default value is

per instance.

github.com/Dynamoid/dynamoid - 224b14401b57857664082202eac072098ae20771 authored over 7 years ago by Thilo Utke <[email protected]>
Update CHANGELOG [ci skip]

github.com/Dynamoid/dynamoid - 77ad9032d72078e2a6eb42f7a70644227a1570a6 authored over 7 years ago by Peter Boling <[email protected]>
Bump to 1.3.1

github.com/Dynamoid/dynamoid - 4b52151470515549543765d29f5a3212ab4048cb authored over 7 years ago by Peter Boling <[email protected]>
Implements #135

* dump values for :integer, :string, :boolean fields passed to where query
* e.g. You can searc...

github.com/Dynamoid/dynamoid - 02e0ade57dc5286da9accf66ab31345265676491 authored over 7 years ago by Peter Boling <[email protected]>
Merge pull request #137 from Dynamoid/sumocoder/delete-table

Added destroy! and delete_table

github.com/Dynamoid/dynamoid - 39ec5a6c3fb07fd48cecd0fa46aed35bbfebf25c authored over 7 years ago by Peter Boling <[email protected]>
Added destroy! and delete_table

github.com/Dynamoid/dynamoid - 00a3dbc340696c8ca06046cc48a7d53be09c4333 authored over 7 years ago by Sumanth Ravipati <[email protected]>
release prep [ci skip]

github.com/Dynamoid/dynamoid - 2daf82613ed4cbe9377f61eb29dcad0a3f9d07f6 authored over 7 years ago by Peter Boling <[email protected]>
Merge pull request #136 from Dynamoid/NrBT-master

Redo NrBT master

github.com/Dynamoid/dynamoid - 8ab0df7ecc482993892ba3d6868831976a07620e authored over 7 years ago by Peter Boling <[email protected]>
revert spacing [ci skip]

github.com/Dynamoid/dynamoid - f3aebec038b82652fc70100e94c8334c60261c0b authored over 7 years ago by Peter Boling <[email protected]>
Cleanup

github.com/Dynamoid/dynamoid - 5cb9bd8051162712a0f027c3d41f1f140dd2ac05 authored over 7 years ago by Peter Boling <[email protected]>
remove :unless_exists options as it is no longer accepted by aws sdk v2

github.com/Dynamoid/dynamoid - fc0dd64d5045e75fbba4e2f1a4c48ff7da1b64ac authored over 7 years ago by Peter Boling <[email protected]>
Include batch_write_item API

github.com/Dynamoid/dynamoid - 7233f45fcbf282d2ec7ebdcb67994c3fd1521035 authored over 7 years ago by Alex Cabrera <[email protected]>
more release prep

github.com/Dynamoid/dynamoid - c5253ab7db5884c0a207b90d87625ba20ef24686 authored over 7 years ago by Peter Boling <[email protected]>
More spec tweaks

github.com/Dynamoid/dynamoid - 55f29d7f9b8e1c81155a19eab60bfceae5f5689c authored over 7 years ago by Peter Boling <[email protected]>
Working on spec suite

github.com/Dynamoid/dynamoid - 7eeda51046546281137033a79a1d2a3306fd3bd8 authored over 7 years ago by Peter Boling <[email protected]>
fixing typos

github.com/Dynamoid/dynamoid - 489bc2df20e884bd2323fdcad86b02e788966616 authored over 7 years ago by Peter Boling <[email protected]>
Update README.md

github.com/Dynamoid/dynamoid - 8fee21cb5b1649c1098a8b3a207d51e87303b16c authored over 7 years ago by Peter Boling <[email protected]>
Update README.md

github.com/Dynamoid/dynamoid - b7932a477ae2540d47f09c2b184f4961c7b559f7 authored over 7 years ago by Peter Boling <[email protected]>
Support to Rails 5.0

github.com/Dynamoid/dynamoid - 4c58a9f13cdf4cc1556caa05b7b6ccdab77fe210 authored over 7 years ago by satoruk <[email protected]>
Bump to 1.3.0

github.com/Dynamoid/dynamoid - 75d07cb8041efaf21b7032ae7e4680f976b6a579 authored over 7 years ago by Peter Boling <[email protected]>
CHANGELOG for 1.3.0 release

github.com/Dynamoid/dynamoid - d24e1e431a703d000169f9932d4a3b5b0414a187 authored over 7 years ago by Peter Boling <[email protected]>
Add ability to specify connection settings specific to Dynamoid

github.com/Dynamoid/dynamoid - 95b1fc67f819d94106e5254baef5e0e5749a9840 authored over 7 years ago by NielsKSchjoedt <[email protected]>
using system timezone with timestamps

github.com/Dynamoid/dynamoid - 37e3d648957342ce0cfa713ad1fd3857f54f2453 authored over 7 years ago by Pedro Henrique Cruz <[email protected]>
Code review stuff

github.com/Dynamoid/dynamoid - ae32bf27c28bfd4a2d6779aca2cc387f4590e2c8 authored over 7 years ago by Lucas Souza <[email protected]>
Getting results using batches with 100 items. More info here: https://forums.aws.amazon.com/thread.jspa?threadID=100194

github.com/Dynamoid/dynamoid - eee1464228d1f2f090964ed10e6b0e735fafd667 authored over 7 years ago by Lucas Souza <[email protected]>
Preparing Changelog for next release

github.com/Dynamoid/dynamoid - fb46b08a069e036081bc039b4e3860a5fb306abb authored over 7 years ago by Peter Boling <[email protected]>
fix ruby under version 2.2.2 dependency

github.com/Dynamoid/dynamoid - 6486ebeb54fb80017c7031660de17d332c792831 authored over 7 years ago by Gas unknown developer <[email protected]>
Support rails 5.0.x and active_model 5.0.x

github.com/Dynamoid/dynamoid - e172a5411d87792dff26a477068ac671b20a0bf1 authored over 7 years ago by Gas unknown developer <[email protected]>
Fix .empty?

github.com/Dynamoid/dynamoid - dadc216c3f4838597d26d047883549b4cf6bf46b authored over 7 years ago by Alex Nisnevich <[email protected]>
Patch SingleAssociation so #blank? and #present? work correctly

github.com/Dynamoid/dynamoid - cc7bb18c67d8cf17cca54299a9e02fa7f482231f authored over 7 years ago by Alex Nisnevich <[email protected]>
update tests

github.com/Dynamoid/dynamoid - 1f415df0be1a25700ed39156e3f082b1a4bfe2bd authored over 7 years ago by Sergey Petrenko <[email protected]>
resolve readme conflict

github.com/Dynamoid/dynamoid - 68928a9c25e987ba3e3fcce9a12c81f5eb0615e4 authored over 7 years ago by Sergey Petrenko <[email protected]>
make sure we support old ruby

github.com/Dynamoid/dynamoid - 588753b7e9810b5320ea948981cf5dc9f1a28849 authored over 7 years ago by Sergey Petrenko <[email protected]>
more sweet tests

github.com/Dynamoid/dynamoid - 79710dce0d31f8e808316ae72199b493fcbf3b91 authored over 7 years ago by Sergey Petrenko <[email protected]>
add :raw datatype

github.com/Dynamoid/dynamoid - 043b3bd7d54b2a11fdebfb28b126a9382f575919 authored over 7 years ago by Sergey Petrenko <[email protected]>
Add a not about test setup

Add an example of database cleaning strategy for test environment and
add a note about setting a...

github.com/Dynamoid/dynamoid - a572647024d4ea7c202fe75e478364b8f682f558 authored over 7 years ago by Tadas Tamosauskas <[email protected]>
Fix AWS SDK V2 query to pull in all results

- [Fix] Previously query would only return the first page of data which
is a maximum of 1MB by...

github.com/Dynamoid/dynamoid - 7b7bf24d2fe75e6edb0687ee48da6aa6ec31291c authored over 7 years ago by Richard Hsu <[email protected]>
Bump to 1.2.1

github.com/Dynamoid/dynamoid - f0949b78623ac318fde9e49515af33d043ae314c authored over 7 years ago by Peter Boling <[email protected]>
Improve options handling; Remove Gemfile.lock and fix .gitignore

github.com/Dynamoid/dynamoid - 699f7944bb5ef61b030d8cd7dd4c05c8f3fc8eeb authored over 7 years ago by Peter Boling <[email protected]>
aws_sdk_v2 does not have an if option either, so must delete it.

github.com/Dynamoid/dynamoid - 17a9b0d4027309f4a2ba13aca63785579359459b authored over 7 years ago by Peter Boling <[email protected]>
Fix more typoes

github.com/Dynamoid/dynamoid - 5dc198cac3a87733f4c7071cbf5a52d12c8de6c0 authored over 7 years ago by Peter Boling <[email protected]>
allow access to batch_delete_item

github.com/Dynamoid/dynamoid - 9bf09a19279b1c873d5993e13003f8bc1bace200 authored over 7 years ago by Peter Boling <[email protected]>
Raise DynamoId::Error Exception on batch_write_items when fails

github.com/Dynamoid/dynamoid - b163a3074ce4d6f8d90370c9330e851d6a0c45d6 authored over 7 years ago by Alex Cabrera <[email protected]>
Allow put_item options

github.com/Dynamoid/dynamoid - e029dca4f4ee845eab6246ad41de13581f8f7529 authored over 7 years ago by Alex Cabrera <[email protected]>
no_table_namespace from brenden

github.com/Dynamoid/dynamoid - 547fb79f22b862bd9d112e10b247e7ffa71ae79b authored over 7 years ago by Sergey Petrenko <[email protected]>
Update CHANGELOG for 1.2.1 release [ci-skip]

github.com/Dynamoid/dynamoid - b110a2b15d04beb664c63ca776666a33920ba821 authored over 7 years ago by Peter Boling <[email protected]>
Store document in DocumentNotValid error instance variable

github.com/Dynamoid/dynamoid - 851bc63a40cb79975db774ccf1cc43ac431eda49 authored over 7 years ago by Alex Emelyanov <[email protected]>
Call For Maintainers

github.com/Dynamoid/dynamoid - 7d77a67da14efa79e39d83f883b2161dee864dad authored over 7 years ago by Peter Boling <[email protected]>
Specs

github.com/Dynamoid/dynamoid - 5a429438253c151d56196817377232fa464f4b9d authored over 7 years ago by Alex Nisnevich <[email protected]>
Fix typo in associations example

github.com/Dynamoid/dynamoid - 74c473457f408aa7cbbb037abcc69fff3406eac8 authored over 7 years ago by Peter Boling <[email protected]>
Do not test rbx-3.58 as travis can't seem to install it

github.com/Dynamoid/dynamoid - e3b3a0daf2c938fd5ce3729278838f34418772d1 authored over 7 years ago by Peter Boling <[email protected]>