summaryrefslogtreecommitdiff
path: root/lib/Net/Riak (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-04-06Riak 1.3 requires content-type header as application/json. Otherwise it ↵Kartik Thakore1-0/+1
complains about missing function_clause.
2013-03-20Clean up wsRobin Edwards8-140/+126
2013-03-20Add support for usermeta nvpsadam lounds5-3/+97
2013-03-01Fix wsRobin Edwards1-1/+1
2013-03-01Return referenceRobin Edwards1-1/+2
2013-03-01Remove deprecationsRobin Edwards1-19/+0
2013-03-01CleanupRobin Edwards1-13/+5
2013-03-01Fix wsRobin Edwards1-24/+23
2013-03-01CleanupRobin Edwards1-5/+3
2013-03-01Fix wsRobin Edwards1-18/+18
2013-03-01Remove deprecationsRobin Edwards1-11/+0
2013-03-01Tidy upRobin Edwards1-48/+36
2013-02-26*Added secondary index support using method names from the riak pythonMainframe20084-31/+64
client. * Added tests for secondary indexes * Added documentation
2013-02-18Clean up pull requestRobin Edwards2-75/+21
2013-02-01Added support for searching with secondary indexesMainframe20084-3/+64
2013-02-01Added comments for searching using secondary indexesMainframe20081-0/+21
2013-01-30Update lib/Net/Riak/Role/UserAgent.pmMainframe20081-5/+49
Added ssl/https functionality to useragent attribute
2013-01-30Update lib/Net/Riak/Role/REST.pmMainframe20081-1/+38
2012-07-04Support for a timeout attribute in the PBC clientAlexis Sukrieh1-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-07fix adding multiple keys at onceDamien Krotkine1-1/+2
2012-03-15catch errors in reading socketsDamien Krotkine1-3/+8
2011-10-12added warning for PBC users streaming keysRobin Edwards1-1/+5
2011-10-12fixed package name thanks to David HullRobin Edwards1-1/+1
2011-07-07removed more white spacesfranck cuny1-9/+9
Signed-off-by: franck cuny <franck@lumberjaph.net>
2011-07-07perltidy + whitespaces removedfranck cuny1-5/+5
Signed-off-by: franck cuny <franck@lumberjaph.net>
2011-07-07documentation added for searchgmaurice2-2/+71
2011-07-02allow to setup indexing on a bucket via precommitgmaurice2-11/+55
add tests for riaksearch
2011-06-26remove debug linesGermain Maurice1-2/+1
2011-06-25remove index param from being added to query paramsgmaurice1-4/+9
2011-06-23new release adds status line on unexpected responseRobin Edwards1-1/+1
2011-06-22add basic support of riaksearch (need to see what is missed)gmaurice4-0/+49
2011-05-17need to return self to chain operations (Fix #12)franck cuny1-0/+1
2011-04-20POD cleanup.Robin Edwards1-0/+3
2011-04-20storing without key only supported by RESTRobin Edwards1-0/+2
- added notice for this
2011-04-20merged pbc branch to masterRobin Edwards24-323/+1547
2011-04-09Fix issue with url encoded linksSimon Wistow1-8/+13
2011-03-14Fix remove_linkSimon Wistow1-2/+5
2011-03-07Fix remove_linkSimon Wistow1-2/+5
2011-02-08added connection cachingRobin Edwards1-0/+8
2011-01-28DocsSimon Wistow1-0/+2
2011-01-28Allow creating of new_objects without keysSimon Wistow1-2/+3
2011-01-28Allow POSTing of objects to get an autogenerated keySimon Wistow1-7/+18
2010-11-25fix the _build_link method (reported by gpha)franck cuny1-2/+2
2010-11-25removed response stringRobin Edwards1-2/+1
2010-11-25added useragent timeout parameterRobin Edwards2-1/+9
2010-11-25added expected status messageRobin Edwards1-2/+3
2010-11-25added delete_object methodRobin Edwards1-0/+17
2010-11-25support for adding bucket as objects in add methodRobin Edwards1-2/+5
2010-11-09removed response stringRobin Edwards1-2/+1
2010-11-09added useragent timeout parameterRobin Edwards2-1/+9
2010-11-09added expected status messageRobin Edwards1-2/+3
2010-11-09added delete_object methodRobin Edwards1-0/+17
2010-11-09support for adding bucket as objects in add methodRobin Edwards1-2/+5
2010-11-03clear_siblings, not clear_linksfranck cuny1-1/+1
2010-11-02prepare to releasefranck cuny2-4/+4
2010-11-02pulling the =build me a link= logic in to a single method and then wrapping ↵ben hengst1-27/+22
that around append, add, and remove so that they all act the same
2010-11-02Add 204 to Object::store expected status codes.Gavin Carr1-1/+1
2010-11-02missed a modification on PODgmaurice1-1/+1
2010-11-02add support of array arguments in Net::Riak::MapReduce->add()gmaurice1-2/+19
2010-10-05requests and responses now stored for debuggingRobin Edwards5-35/+72
2010-10-05merged docRobin Edwards1-34/+68
2010-10-05extended the docsRobin Edwards1-4/+72
2010-10-05podfranck cuny1-2/+2
2010-10-05add POD; use job's timeout as timeout for useragentfranck cuny1-1/+67
2010-10-05fix typofranck cuny1-1/+1
2010-09-13remove the 3s timeoutfranck cuny1-4/+3
2010-09-08add key callbacks to Bucket get_properties/get_keys stream modeGavin Carr1-10/+35
2010-09-08change =method pod items to =itemGavin Carr3-36/+53
2010-09-08update Bucket pod with stream changes (and misc tweaks)Gavin Carr1-5/+23
2010-09-07add stream => 1 params support to Bucket::get_keysGavin Carr1-2/+4
2010-09-07add keys => 'stream' support to get_propertiesGavin Carr1-1/+12
2010-09-02increase LWP MaxLineLength to allow long riak Link http headersGavin Carr1-0/+7
2010-09-02tweak Bucket::set_properties error to include status lineGavin Carr1-2/+2
2010-09-02die with status msg if Bucket::get_properties request failsGavin Carr1-4/+4
2010-09-01set object content_type from successful response'sGavin Carr1-0/+2
2010-09-01encode/decode to/from json iff content_type is jsonGavin Carr1-3/+4
2010-09-01minor perldoc tweaks to BucketGavin Carr1-4/+4
2010-09-01allow Bucket::new_object to take additional args for Object::newGavin Carr1-1/+2
2010-08-10more test, fix bug in links (thanks to Al Tobey)franck cuny1-1/+1
2010-06-19fix vclock; thanks to germain ...franck cuny1-1/+2
2010-06-16croak on error while updating properties; use json::{false,true} for allow_multfranck cuny1-9/+7
2010-06-16fix issue with get_propertyfranck cuny1-3/+4
2010-06-16no need to have a subfranck cuny1-1/+1
2010-06-16accept multiples hosts so we don't always hit the same nodefranck cuny3-7/+50
2010-06-16add get_keys; change params default in get_properties; add PODfranck cuny1-7/+20
2010-06-14simplify links_to_header; add delegationfranck cuny1-8/+4
2010-06-14cleanfranck cuny1-39/+8
2010-06-14add mx::role::parameterized for replicas, bucket and clientfranck cuny6-66/+67
2010-06-14is_alive moved to clientfranck cuny1-11/+8
2010-06-14if no client, use default onefranck cuny1-0/+2
2010-06-14add n::r::client and now client is a n::r::clientfranck cuny6-6/+86
2010-06-14privatefranck cuny1-2/+2
2010-06-14s/RiakLink/Net::Riak::Link/franck cuny1-1/+1
2010-06-14add handles for has_siblings and hs_no_siblingsfranck cuny1-31/+73
2010-06-14remove kwalitee; fix PODfranck cuny1-0/+4
2010-06-14update POD; add changelogfranck cuny3-6/+186
2010-06-14handle links correctlyfranck cuny1-8/+37
2010-06-14return selffranck cuny1-1/+4
2010-06-14returnfranck cuny1-0/+2
2010-06-14remove varfranck cuny1-1/+1
2010-06-14fix string to build links headerfranck cuny1-3/+3