| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2013-04-06 | Riak 1.3 requires content-type header as application/json. Otherwise it ↵ | Kartik Thakore | 1 | -0/+1 | |
| complains about missing function_clause. | |||||
| 2013-03-20 | Clean up ws | Robin Edwards | 8 | -140/+126 | |
| 2013-03-20 | Add support for usermeta nvps | adam lounds | 5 | -3/+97 | |
| 2013-03-01 | Fix ws | Robin Edwards | 1 | -1/+1 | |
| 2013-03-01 | Return reference | Robin Edwards | 1 | -1/+2 | |
| 2013-03-01 | Remove deprecations | Robin Edwards | 1 | -19/+0 | |
| 2013-03-01 | Cleanup | Robin Edwards | 1 | -13/+5 | |
| 2013-03-01 | Fix ws | Robin Edwards | 1 | -24/+23 | |
| 2013-03-01 | Cleanup | Robin Edwards | 1 | -5/+3 | |
| 2013-03-01 | Fix ws | Robin Edwards | 1 | -18/+18 | |
| 2013-03-01 | Remove deprecations | Robin Edwards | 1 | -11/+0 | |
| 2013-03-01 | Tidy up | Robin Edwards | 1 | -48/+36 | |
| 2013-02-26 | *Added secondary index support using method names from the riak python | Mainframe2008 | 4 | -31/+64 | |
| client. * Added tests for secondary indexes * Added documentation | |||||
| 2013-02-18 | Clean up pull request | Robin Edwards | 2 | -75/+21 | |
| 2013-02-01 | Added support for searching with secondary indexes | Mainframe2008 | 4 | -3/+64 | |
| 2013-02-01 | Added comments for searching using secondary indexes | Mainframe2008 | 1 | -0/+21 | |
| 2013-01-30 | Update lib/Net/Riak/Role/UserAgent.pm | Mainframe2008 | 1 | -5/+49 | |
| Added ssl/https functionality to useragent attribute | |||||
| 2013-01-30 | Update lib/Net/Riak/Role/REST.pm | Mainframe2008 | 1 | -1/+38 | |
| 2012-07-04 | Support for a timeout attribute in the PBC client | Alexis Sukrieh | 1 | -1/+7 | |
| The timeout option was only supported for the REST client, the PBC role did have a hard-coded timeout set to 30 seconds. This patch allows the caller to change it, by passing the timeout attrbute to the constructor. A test script is provided. | |||||
| 2012-06-07 | fix adding multiple keys at once | Damien Krotkine | 1 | -1/+2 | |
| 2012-03-15 | catch errors in reading sockets | Damien Krotkine | 1 | -3/+8 | |
| 2011-10-12 | added warning for PBC users streaming keys | Robin Edwards | 1 | -1/+5 | |
| 2011-10-12 | fixed package name thanks to David Hull | Robin Edwards | 1 | -1/+1 | |
| 2011-07-07 | removed more white spaces | franck cuny | 1 | -9/+9 | |
| Signed-off-by: franck cuny <franck@lumberjaph.net> | |||||
| 2011-07-07 | perltidy + whitespaces removed | franck cuny | 1 | -5/+5 | |
| Signed-off-by: franck cuny <franck@lumberjaph.net> | |||||
| 2011-07-07 | documentation added for search | gmaurice | 2 | -2/+71 | |
| 2011-07-02 | allow to setup indexing on a bucket via precommit | gmaurice | 2 | -11/+55 | |
| add tests for riaksearch | |||||
| 2011-06-26 | remove debug lines | Germain Maurice | 1 | -2/+1 | |
| 2011-06-25 | remove index param from being added to query params | gmaurice | 1 | -4/+9 | |
| 2011-06-23 | new release adds status line on unexpected response | Robin Edwards | 1 | -1/+1 | |
| 2011-06-22 | add basic support of riaksearch (need to see what is missed) | gmaurice | 4 | -0/+49 | |
| 2011-05-17 | need to return self to chain operations (Fix #12) | franck cuny | 1 | -0/+1 | |
| 2011-04-20 | POD cleanup. | Robin Edwards | 1 | -0/+3 | |
| 2011-04-20 | storing without key only supported by REST | Robin Edwards | 1 | -0/+2 | |
| - added notice for this | |||||
| 2011-04-20 | merged pbc branch to master | Robin Edwards | 24 | -323/+1547 | |
| 2011-04-09 | Fix issue with url encoded links | Simon Wistow | 1 | -8/+13 | |
| 2011-03-14 | Fix remove_link | Simon Wistow | 1 | -2/+5 | |
| 2011-03-07 | Fix remove_link | Simon Wistow | 1 | -2/+5 | |
| 2011-02-08 | added connection caching | Robin Edwards | 1 | -0/+8 | |
| 2011-01-28 | Docs | Simon Wistow | 1 | -0/+2 | |
| 2011-01-28 | Allow creating of new_objects without keys | Simon Wistow | 1 | -2/+3 | |
| 2011-01-28 | Allow POSTing of objects to get an autogenerated key | Simon Wistow | 1 | -7/+18 | |
| 2010-11-25 | fix the _build_link method (reported by gpha) | franck cuny | 1 | -2/+2 | |
| 2010-11-25 | removed response string | Robin Edwards | 1 | -2/+1 | |
| 2010-11-25 | added useragent timeout parameter | Robin Edwards | 2 | -1/+9 | |
| 2010-11-25 | added expected status message | Robin Edwards | 1 | -2/+3 | |
| 2010-11-25 | added delete_object method | Robin Edwards | 1 | -0/+17 | |
| 2010-11-25 | support for adding bucket as objects in add method | Robin Edwards | 1 | -2/+5 | |
| 2010-11-09 | removed response string | Robin Edwards | 1 | -2/+1 | |
| 2010-11-09 | added useragent timeout parameter | Robin Edwards | 2 | -1/+9 | |
| 2010-11-09 | added expected status message | Robin Edwards | 1 | -2/+3 | |
| 2010-11-09 | added delete_object method | Robin Edwards | 1 | -0/+17 | |
| 2010-11-09 | support for adding bucket as objects in add method | Robin Edwards | 1 | -2/+5 | |
| 2010-11-03 | clear_siblings, not clear_links | franck cuny | 1 | -1/+1 | |
| 2010-11-02 | prepare to release | franck cuny | 2 | -4/+4 | |
| 2010-11-02 | pulling the =build me a link= logic in to a single method and then wrapping ↵ | ben hengst | 1 | -27/+22 | |
| that around append, add, and remove so that they all act the same | |||||
| 2010-11-02 | Add 204 to Object::store expected status codes. | Gavin Carr | 1 | -1/+1 | |
| 2010-11-02 | missed a modification on POD | gmaurice | 1 | -1/+1 | |
| 2010-11-02 | add support of array arguments in Net::Riak::MapReduce->add() | gmaurice | 1 | -2/+19 | |
| 2010-10-05 | requests and responses now stored for debugging | Robin Edwards | 5 | -35/+72 | |
| 2010-10-05 | merged doc | Robin Edwards | 1 | -34/+68 | |
| 2010-10-05 | extended the docs | Robin Edwards | 1 | -4/+72 | |
| 2010-10-05 | pod | franck cuny | 1 | -2/+2 | |
| 2010-10-05 | add POD; use job's timeout as timeout for useragent | franck cuny | 1 | -1/+67 | |
| 2010-10-05 | fix typo | franck cuny | 1 | -1/+1 | |
| 2010-09-13 | remove the 3s timeout | franck cuny | 1 | -4/+3 | |
| 2010-09-08 | add key callbacks to Bucket get_properties/get_keys stream mode | Gavin Carr | 1 | -10/+35 | |
| 2010-09-08 | change =method pod items to =item | Gavin Carr | 3 | -36/+53 | |
| 2010-09-08 | update Bucket pod with stream changes (and misc tweaks) | Gavin Carr | 1 | -5/+23 | |
| 2010-09-07 | add stream => 1 params support to Bucket::get_keys | Gavin Carr | 1 | -2/+4 | |
| 2010-09-07 | add keys => 'stream' support to get_properties | Gavin Carr | 1 | -1/+12 | |
| 2010-09-02 | increase LWP MaxLineLength to allow long riak Link http headers | Gavin Carr | 1 | -0/+7 | |
| 2010-09-02 | tweak Bucket::set_properties error to include status line | Gavin Carr | 1 | -2/+2 | |
| 2010-09-02 | die with status msg if Bucket::get_properties request fails | Gavin Carr | 1 | -4/+4 | |
| 2010-09-01 | set object content_type from successful response's | Gavin Carr | 1 | -0/+2 | |
| 2010-09-01 | encode/decode to/from json iff content_type is json | Gavin Carr | 1 | -3/+4 | |
| 2010-09-01 | minor perldoc tweaks to Bucket | Gavin Carr | 1 | -4/+4 | |
| 2010-09-01 | allow Bucket::new_object to take additional args for Object::new | Gavin Carr | 1 | -1/+2 | |
| 2010-08-10 | more test, fix bug in links (thanks to Al Tobey) | franck cuny | 1 | -1/+1 | |
| 2010-06-19 | fix vclock; thanks to germain ... | franck cuny | 1 | -1/+2 | |
| 2010-06-16 | croak on error while updating properties; use json::{false,true} for allow_mult | franck cuny | 1 | -9/+7 | |
| 2010-06-16 | fix issue with get_property | franck cuny | 1 | -3/+4 | |
| 2010-06-16 | no need to have a sub | franck cuny | 1 | -1/+1 | |
| 2010-06-16 | accept multiples hosts so we don't always hit the same node | franck cuny | 3 | -7/+50 | |
| 2010-06-16 | add get_keys; change params default in get_properties; add POD | franck cuny | 1 | -7/+20 | |
| 2010-06-14 | simplify links_to_header; add delegation | franck cuny | 1 | -8/+4 | |
| 2010-06-14 | clean | franck cuny | 1 | -39/+8 | |
| 2010-06-14 | add mx::role::parameterized for replicas, bucket and client | franck cuny | 6 | -66/+67 | |
| 2010-06-14 | is_alive moved to client | franck cuny | 1 | -11/+8 | |
| 2010-06-14 | if no client, use default one | franck cuny | 1 | -0/+2 | |
| 2010-06-14 | add n::r::client and now client is a n::r::client | franck cuny | 6 | -6/+86 | |
| 2010-06-14 | private | franck cuny | 1 | -2/+2 | |
| 2010-06-14 | s/RiakLink/Net::Riak::Link/ | franck cuny | 1 | -1/+1 | |
| 2010-06-14 | add handles for has_siblings and hs_no_siblings | franck cuny | 1 | -31/+73 | |
| 2010-06-14 | remove kwalitee; fix POD | franck cuny | 1 | -0/+4 | |
| 2010-06-14 | update POD; add changelog | franck cuny | 3 | -6/+186 | |
| 2010-06-14 | handle links correctly | franck cuny | 1 | -8/+37 | |
| 2010-06-14 | return self | franck cuny | 1 | -1/+4 | |
| 2010-06-14 | return | franck cuny | 1 | -0/+2 | |
| 2010-06-14 | remove var | franck cuny | 1 | -1/+1 | |
| 2010-06-14 | fix string to build links header | franck cuny | 1 | -3/+3 | |
