Ecosyste.ms: OpenCollective

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

github.com/Dynamoid/dynamoid

Ruby ORM for Amazon's DynamoDB.
https://github.com/Dynamoid/dynamoid

Downgrading mocha, correcting tests

0c85507e421d3a1b17b7022d2053dab4bc9f0bfb authored about 12 years ago by Josh Symonds <[email protected]>
Correct merge conflicts

ec2b66379668a2d652338ee5d8aa2994bbac2bbf authored about 12 years ago by Josh Symonds <[email protected]>
Resolving merge conflicts

09a063d3ade0b20b3f92cf2d11d68b81127feb3f authored about 12 years ago by Josh Symonds <[email protected]>
Update README

82a313810a49e1786cc23049e71f8e4ffba54d85 authored about 12 years ago by Josh Symonds <[email protected]>
Tests now work with fake_dynamo

f7976b02e89d05408356013c93bdee7205ed93af authored about 12 years ago by Josh Symonds <[email protected]>
Merge pull request #64 from ananthakumaran/default_value

add proc support for field's default value

2006f6c997b5df1ae4bd4f6840c696d51ef101ab authored about 12 years ago by Josh Symonds <[email protected]>
Merge pull request #65 from forward/fix_delete_with_datetime_range_key

Can't delete object with DateTime range key

a2c5fe7ef498657a15507c61f200dc5fa114db89 authored about 12 years ago by Josh Symonds <[email protected]>
Merge pull request #66 from ananthakumaran/remove_local

cleanup local adapter

81d54cb4b1034a365a2b77401c323bac20612b68 authored about 12 years ago by Josh Symonds <[email protected]>
Merge pull request #68 from kiyoka/fix_table_name_error

Fix error on creating table which includes "::" separator

47c2a5a11ec7d13d7e8a69d5adc0990e18673540 authored about 12 years ago by Josh Symonds <[email protected]>
Fix error on creating table which includes "::" separator

b5fbf4cb6418e3727bba2ab5eb1fe48a896f207b authored about 12 years ago by Kiyoka Nishiyama <[email protected]>
cleanup local adapter

* remove local adapter
* change the test config to use fake_dynamo

63f4a89c0606f5fb75fdaf8a81954e642cf953de authored over 12 years ago by Anantha Kumaran <[email protected]>
Dump field for range key on delete to avoid type error from aws sdk

a3cc0d49a7c05d77e97204f6bccccd305396eb95 authored over 12 years ago by Jon Spalding <[email protected]>
add proc support for field's default value

27a8fe30d02493b1d56325f503c02d95b6283ebb authored over 12 years ago by Anantha Kumaran <[email protected]>
Merge pull request #63 from ananthakumaran/dirty_track_fix

make dirty tracking work with activemodel 3.0 & 3.1

3b19e45ef9b904d9e633ecb54fca4ef74f792093 authored over 12 years ago by Josh Symonds <[email protected]>
make dirty tracking work with activemodel 3.0 & 3.1

see #62

26fb4fe0e7fa0a533cfc57b754e7ab018cc315f4 authored over 12 years ago by Anantha Kumaran <[email protected]>
Allow indexes for namespaced models

Change table name of index to use table_name of the source table.
This allows creating indexes o...

6a67e748db0affedd03c51852d6eda5f3620a86c authored over 12 years ago by Nathan Keyes <[email protected]>
Change table name of index to use table_name of the source table.

This allows creating indexes of namespaced models if they specify a name for their table

d6fbe1c30173eca12e130cf854e8e28888db0bb2 authored over 12 years ago by Nathan Keyes <[email protected]>
Merge pull request #59 from ananthakumaran/identity_map

Identity map

626ddf797a56ccaf966c6f81de940f176aae3d60 authored over 12 years ago by Josh Symonds <[email protected]>
spec for identity_map

58f78d6e3b180a5bd8aa5e1379ba228f08095b09 authored over 12 years ago by Anantha Kumaran <[email protected]>
identity map initial commit

a57ec08e9a0a03d786e7716af941334889690fa1 authored over 12 years ago by Anantha Kumaran <[email protected]>
cleanup

337662c53679830f09c082c08a6b0e0370cdc4d5 authored over 12 years ago by Anantha Kumaran <[email protected]>
expose batch_get using find_all method

currently there is no way to do a batch_get with hash & range key.
find_all allows to do it.

5c2fe9f67d1179551562cb6034320260e956d67b authored over 12 years ago by Anantha Kumaran <[email protected]>
Removing merge conflicts

292d5d6e0ed7fd494344aab55eadeb0dd37a696f authored over 12 years ago by Josh Symonds <[email protected]>
Fixing merge conflicts

2c9383e0267e4702ca4d087b8b30116a4f05a322 authored over 12 years ago by Josh Symonds <[email protected]>
Merge pull request #53 from afrojas/use_ssl

use_ssl option added in preparation for fake_dynamo (or equivalent)

b5a339557d911443a0978ecdda1ee5de673a6e58 authored over 12 years ago by Josh Symonds <[email protected]>
Resolving merge conflict

08ad19e7e7368d11389edb57864ab8239f7cd756 authored over 12 years ago by Josh Symonds <[email protected]>
cleanup dirty tracking

67a90858b6ca809e0c2ac24a716bd8e8e3d99ad9 authored over 12 years ago by Anantha Kumaran <[email protected]>
make reload work in document with range_key

0a8e468742f6fc9a5a19adf82030fc96231e4a4c authored over 12 years ago by Anantha Kumaran <[email protected]>
use_ssl config option (in prep for fake_dynamo)

82dedb9dfbb4d42f0d2967834d2f6e3b5dd9ac7c authored over 12 years ago by Andrés Rojas <[email protected]>
Merge pull request #52 from afrojas/deleting-table

Treat deleting tables like creating tables

61de8e9ce41ef41e89b7c49c96bd596eb2df4709 authored over 12 years ago by Josh Symonds <[email protected]>
Merge pull request #49 from jasondew/master

fixing issues we're seeing in production

2229b6bd27bb7259aabc9b30781e18b5fa685f1d authored over 12 years ago by Josh Symonds <[email protected]>
Merge pull request #48 from ananthakumaran/update

updateItem

a81bff80c8970aecef63231b77077ea8b6506614 authored over 12 years ago by Josh Symonds <[email protected]>
Merge pull request #47 from ananthakumaran/code_cleanup

Code cleanup

f1c0e9171b4728c66cdaa5e8e015af79f169a80c authored over 12 years ago by Josh Symonds <[email protected]>
Merge pull request #46 from ananthakumaran/range_fix

use hash_key instead of using 'id'. see #43

ac616e16aff7da1fdadf0bbe22cb58d96a89c57d authored over 12 years ago by Josh Symonds <[email protected]>
Merge pull request #44 from afrojas/default_values

Added default value support

e61d057660fac2ecff619a1d1c1ba178d3426151 authored over 12 years ago by Josh Symonds <[email protected]>
Merge pull request #43 from afrojas/more_finders

Added a few helper finders

097fc5f181632a1b688ba78ea4215a6f92e96aa3 authored over 12 years ago by Josh Symonds <[email protected]>
treat deleting tables like creating tables

bb792980a140c2bababd9bbce7f6aace251b2bfb authored over 12 years ago by Andrés Rojas <[email protected]>
fail when consistent_read is used along with scan

see #50

cd280a7a647388471558b230d25d3a7eacce9c54 authored over 12 years ago by Anantha Kumaran <[email protected]>
catch only the Dynamoid::Errors::ConditionalCheckFailedException exception

0b04518636e9f90760963c19bd110245ec7965b8 authored over 12 years ago by Anantha Kumaran <[email protected]>
don't puke when asked for a new record's associations

e90e76dec7ff2a419a78a86472ea46825b2749f0 authored over 12 years ago by Jason Dew <[email protected]>
fixing issue where if the index contained a nil, queries would fail

93251f2f933e22146bafa8d9ac44d2c13f2a0dc3 authored over 12 years ago by Jason Dew <[email protected]>
update initial commit

eeb05153f4c991fe899ced4da15215fcd974d69b authored over 12 years ago by Anantha Kumaran <[email protected]>
don't depend on the order of the item

4867966689269a77b5e58d319bbba6debb404143 authored over 12 years ago by Anantha Kumaran <[email protected]>
items#at handles nil range_key properly

80bfbd81999594de7742f790e5b4137c54fdc267 authored over 12 years ago by Anantha Kumaran <[email protected]>
use hash_key instead of using 'id'. see #43

2b43d0e48892c7c380633b4df5bc15ef3c018f24 authored over 12 years ago by Anantha Kumaran <[email protected]>
added default value support

9b7c00fd6d3143b100de37388805b0aa1619a1b9 authored over 12 years ago by Andrés Rojas <[email protected]>
Merge pull request #42 from afrojas/after_initialize

Initializer callback support

4c9c3c33244c715ad102c82d4c75bbcf9d8b0ab8 authored over 12 years ago by Josh Symonds <[email protected]>
added a few helper finders

62e4e4fd0c1a617beb1ef912af3cdcc406132222 authored over 12 years ago by Andrés Rojas <[email protected]>
Merge pull request #41 from afrojas/touch

Added touch method

aa04f99123273e9309f20450850368205eab05ca authored over 12 years ago by Josh Symonds <[email protected]>
initialize callback support

1d648941e00e0cb640501df3c514b0dcea04fa4c authored over 12 years ago by Andrés Rojas <[email protected]>
added touch method

38ae8d8a665ca4667bbbb517dba3b134ff41f0e1 authored over 12 years ago by Andrés Rojas <[email protected]>
whoops, delete wasn't working without specifying a range_key. fixed..

4a84e9b558deb51047198a11fe2393010ee631bb authored over 12 years ago by Andrés Rojas <[email protected]>
Merge pull request #39 from ananthakumaran/bug_fix_1

Dynamite ==> Dynamoid

77e480a0f132051fd158249985c62bd9cdea5511 authored over 12 years ago by Josh Symonds <[email protected]>
Dynamite ==> Dynamoid

5d593a1c5f87517413fe903ab56544b3eb69d868 authored over 12 years ago by Anantha Kumaran <[email protected]>
deleting items now works with custom ids/hash_keys

dcf79c3832cdc4196f65e6fb8dafef1aed093849 authored over 12 years ago by Andrés Rojas <[email protected]>
deleting an item now works with range fields

349d92d88924903cd26d0853b0d966a804b41b8f authored over 12 years ago by Andrés Rojas <[email protected]>
Regenerating gemspec

be02ffd2ade683a0b50217539e38f502c2f5eb6f authored over 12 years ago by Josh Symonds <[email protected]>
Small readme changes

de802ca377f8250431161d855e2f16392b687c71 authored over 12 years ago by Josh Symonds <[email protected]>
Version bump to 0.4.1

5c2279edc0ae7a81d5e060781a9d11c87edb90fb authored over 12 years ago by Josh Symonds <[email protected]>
Merge branch 'master' of github.com:Veraticus/Dynamoid

a59cfb006804b463529268dc49c2a99cb740ee61 authored over 12 years ago by Josh Symonds <[email protected]>
Merge pull request #37 from afrojas/master

Fixes bug where setting a range key on a table fails due to :number vs :integer/:float

f1aac41091337fcdef679788176e421aebd4be83 authored over 12 years ago by Josh Symonds <[email protected]>
fixes using :integer or :float as a range key

350350dbe6cc137ff02c2fcafab7447b430c68e7 authored over 12 years ago by Andrés Rojas <[email protected]>
Merge pull request #36 from afrojas/master

Reducing the number of log statements due to double benchmarks

3ba5e19a5793742adf3a17dcdd82195ae6960997 authored over 12 years ago by Josh Symonds <[email protected]>
Reduce the number of benchmark log statements.

9cbde30c4afe8b553ac0f08a2921ba8aff017450 authored over 12 years ago by Andrés Rojas <[email protected]>
Merge pull request #35 from afrojas/master

A little nicety for knowing when Dynamoid created a table

6d94d9acffb090a43780dd7585c2700b922102f0 authored over 12 years ago by Josh Symonds <[email protected]>
Added a log message when creating a Dynamo table so you know why your console might be hanging

42ad65b25b6960b687de9f9638403e171433d005 authored over 12 years ago by Andrés Rojas <[email protected]>
Merge pull request #34 from afrojas/master

Specifying a serializer for :serialized fields

daa2624c3d3b4aba8dc5daefbc8e0d82dbfb31b3 authored over 12 years ago by Josh Symonds <[email protected]>
Can specify a field serializer with :serializer => MsgPackSerializer in the options hash. As long as that class responds to #dump and #load.

68dc4f1307f64bcacd84ca3decf7f0cf48c1ad17 authored over 12 years ago by Andrés Rojas <[email protected]>
Regenerated documentation

4bfcf8a70af27a6684523b9120f5f48e4a29a364 authored over 12 years ago by Josh Symonds <[email protected]>
Regenerating gemspec

b2b8895646076151d26510c5b68c41c899c2dff6 authored over 12 years ago by Josh Symonds <[email protected]>
Version bump to 0.4.0

f4ca1f0f23a41afebc85eb08da4b038d37ac3a12 authored over 12 years ago by Josh Symonds <[email protected]>
Commenting out failing tests, that I think are failing because the results from DynamoDB are unordered, but will look at it more tomorrow

e7792ad4f7c5aec55a168cda5b07188aab4d9dab authored over 12 years ago by Josh Symonds <[email protected]>
Making tests work on AWS, updating the documentation

6329cf60ad01738036135ec3d1590c5c91f4eeda authored over 12 years ago by Josh Symonds <[email protected]>
Allow setting of table options manually

af62b1da6a98764f60d2bfcf05f8cf50954df110 authored over 12 years ago by Josh Symonds <[email protected]>
Adding in ability to manually set DynamoDB endpoint

2da8ea1563121f07c451ac799911cc168a302a25 authored over 12 years ago by Josh Symonds <[email protected]>
Merge pull request #33 from ananthakumaran/load_target

don't load association target unnecessarily

621b0d0b7bb6d2df518cedddb699e0ed1007ffa7 authored over 12 years ago by Josh Symonds <[email protected]>
don't load association target unnecessarily

1d3c1a2267b49aa063cdec498a9167531f6a4f8e authored over 12 years ago by Anantha Kumaran <[email protected]>
Merge pull request #32 from jasondew/master

fixing documentation

ae9ac550218935f35be80242dbbcb6ee934ae893 authored over 12 years ago by Josh Symonds <[email protected]>
doc update

4c36627bd0eeb561ee1be8e1c03f10f2caa41e43 authored over 12 years ago by Jason Dew <[email protected]>
Merge pull request #31 from jasondew/master

implementing a warning when we know the item will be too large to save

e6890919d563a442d07cc3364e0d386bfb555eaf authored over 12 years ago by Josh Symonds <[email protected]>
give a warning when trying to assign a signle field larger than dynamo can handle for the whole item

1a949366e82ce50d79bd5794df9a1fbe77c7847b authored over 12 years ago by Jason Dew <[email protected]>
Merge pull request #30 from ananthakumaran/consistent_feature

consistent option

22883705ffdfa3f6ea6d1ae59ba1e8326aa8c4a6 authored over 12 years ago by Josh Symonds <[email protected]>
consistent option

954cdda225210adffb35f55a2d88ed97c912d659 authored over 12 years ago by Anantha Kumaran <[email protected]>
Merge pull request #29 from ananthakumaran/range_feature

range, limit, start

b87ea3fead819c1a7653f0d351fcb35ac024aff0 authored over 12 years ago by Josh Symonds <[email protected]>
allows to set exclusive start element

83e57555d94713a373c0dfd0f8d336c21dd88050 authored over 12 years ago by Anantha Kumaran <[email protected]>
limit option in query

f235297baef73c724390f806eaa7a5add695b7a6 authored over 12 years ago by Anantha Kumaran <[email protected]>
remove bad test

5cdcf3b9bd690e079072822464f1c3dfa1e52f7b authored over 12 years ago by Anantha Kumaran <[email protected]>
range support

5803e5094637daa0356ef430661fa8e4a4b24463 authored over 12 years ago by Anantha Kumaran <[email protected]>
Merge pull request #28 from jasondew/support_for_active_model_3_0_4

adding support for versions of ActiveModel <= 3.1

17b018f6cdd36eaf68f6babb9758bb6351ab0d61 authored over 12 years ago by Josh Symonds <[email protected]>
Merge branch 'support_for_active_model_3_0_4'

b8486ab88d6029b218050c582c7c71544f53507e authored over 12 years ago by Jason Dew <[email protected]>
adding support for versions of ActiveModel <= 3.1

3266f1b1a20363b585b8150321349e59db354b43 authored over 12 years ago by Jason Dew <[email protected]>
Merge pull request #27 from jasondew/support_for_virtual_attributes

adding support for virtual attributes

29265763d2b6e1d86788cbf475705140ced3b099 authored over 12 years ago by Josh Symonds <[email protected]>
merging

166c179b83430e346cc70e949c0ed63201f8b361 authored over 12 years ago by Jason Dew <[email protected]>
extract duplicate code into many association

d5907d3ff748b334c3ecbc169867133df5c17e3a authored over 12 years ago by Anantha Kumaran <[email protected]>
Removing warning message in persistence

dcd62fd250b432e6813d7e43ee427ce9dac63fe3 authored over 12 years ago by Josh Symonds <[email protected]>
Version bump to 0.3.1

81d0617f18dadacc8c9c0e8d06b45976fde02b50 authored over 12 years ago by Josh Symonds <[email protected]>
cleanup

d9b635c411f19e91ff15960e182755f52e0f18ac authored over 12 years ago by Anantha Kumaran <[email protected]>
delegate class method to association target

e7ecc24d34090289b9b66b8180d855be22b7cf4c authored over 12 years ago by Anantha Kumaran <[email protected]>
cache table so that we don't make describe_table request every time

12300b2e0e98ecebf4ca5dfcb24f6e257a038466 authored over 12 years ago by Anantha Kumaran <[email protected]>
Regenerating gemspec

17b4eeaa4f32518db3ce97e125e85a889f2d04e7 authored over 12 years ago by Josh Symonds <[email protected]>