summary refs log tree commit diff
path: root/lib/Net/Riak (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Tidy upRobin Edwards2013-03-011-48/+36
|
* Merge pull request #22 from Mainframe2008/masterRobin Edwards2013-03-015-3/+118
|\ | | | | Secondary index support
| * *Added secondary index support using method names from the riak pythonMainframe20082013-02-264-31/+64
| | | | | | | | | | client. * Added tests for secondary indexes * Added documentation
| * Added support for searching with secondary indexesMainframe20082013-02-014-3/+64
| |
| * Added comments for searching using secondary indexesMainframe20082013-02-011-0/+21
| |
* | Clean up pull requestRobin Edwards2013-02-182-75/+21
|/
* Update lib/Net/Riak/Role/UserAgent.pmMainframe20082013-01-301-5/+49
| | | Added ssl/https functionality to useragent attribute
* Update lib/Net/Riak/Role/REST.pmMainframe20082013-01-301-1/+38
|
* Support for a timeout attribute in the PBC clientAlexis Sukrieh2012-07-041-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.
* fix adding multiple keys at onceDamien Krotkine2012-06-071-1/+2
|
* catch errors in reading socketsDamien Krotkine2012-03-151-3/+8
|
* added warning for PBC users streaming keysRobin Edwards2011-10-121-1/+5
|
* fixed package name thanks to David HullRobin Edwards2011-10-121-1/+1
|
* Merge branch 'review/gmaurice'franck cuny2011-07-072-10/+79
|\ | | | | | | | | | | | | | | * review/gmaurice: removed more white spaces perltidy + whitespaces removed remove white spaces documentation added for search
| * removed more white spacesfranck cuny2011-07-071-9/+9
| | | | | | | | Signed-off-by: franck cuny <franck@lumberjaph.net>
| * perltidy + whitespaces removedfranck cuny2011-07-071-5/+5
| | | | | | | | Signed-off-by: franck cuny <franck@lumberjaph.net>
| * documentation added for searchgmaurice2011-07-072-2/+71
| |
* | Merge pull request #13 from gmaurice/masterRobin Edwards2011-07-054-0/+98
|\| | | | | Basic support of Riaksearch
| * allow to setup indexing on a bucket via precommitgmaurice2011-07-022-11/+55
| | | | | | | | add tests for riaksearch
| * remove index param from being added to query paramsgmaurice2011-06-251-4/+9
| |
| * add basic support of riaksearch (need to see what is missed)gmaurice2011-06-224-0/+49
| |
* | new release adds status line on unexpected responseRobin Edwards2011-06-231-1/+1
|/
* need to return self to chain operations (Fix #12)franck cuny2011-05-171-0/+1
|
* POD cleanup.Robin Edwards2011-04-201-0/+3
|
* storing without key only supported by RESTRobin Edwards2011-04-201-0/+2
| | | | - added notice for this
* merged pbc branch to masterRobin Edwards2011-04-2024-323/+1547
|
* Fix issue with url encoded linksSimon Wistow2011-04-091-8/+13
|
* Fix remove_linkSimon Wistow2011-03-071-2/+5
|
* added connection cachingRobin Edwards2011-02-081-0/+8
|
* DocsSimon Wistow2011-01-281-0/+2
|
* Allow creating of new_objects without keysSimon Wistow2011-01-281-2/+3
|
* Allow POSTing of objects to get an autogenerated keySimon Wistow2011-01-281-7/+18
|
* fix the _build_link method (reported by gpha)franck cuny2010-11-251-2/+2
|
* removed response stringRobin Edwards2010-11-251-2/+1
|
* added useragent timeout parameterRobin Edwards2010-11-252-1/+9
|
* added expected status messageRobin Edwards2010-11-251-2/+3
|
* added delete_object methodRobin Edwards2010-11-251-0/+17
|
* support for adding bucket as objects in add methodRobin Edwards2010-11-251-2/+5
|
* clear_siblings, not clear_linksfranck cuny2010-11-031-1/+1
|
* prepare to releasefranck cuny2010-11-022-4/+4
|
* resolved merge conflictfranck cuny2010-11-025-66/+137
|\
| * requests and responses now stored for debuggingRobin Edwards2010-10-055-35/+72
| |
| * merged docRobin Edwards2010-10-051-34/+68
| |
* | pulling the =build me a link= logic in to a single method and then wrapping ↵ben hengst2010-11-021-27/+22
| | | | | | | | that around append, add, and remove so that they all act the same
* | Add 204 to Object::store expected status codes.Gavin Carr2010-11-021-1/+1
| |
* | missed a modification on PODgmaurice2010-11-021-1/+1
| |
* | add support of array arguments in Net::Riak::MapReduce->add()gmaurice2010-11-021-2/+19
|/
* podfranck cuny2010-10-051-2/+2
|
* add POD; use job's timeout as timeout for useragentfranck cuny2010-10-051-1/+67
|
* fix typofranck cuny2010-10-051-1/+1
|
* remove the 3s timeoutfranck cuny2010-09-131-4/+3
|
* add key callbacks to Bucket get_properties/get_keys stream modeGavin Carr2010-09-081-10/+35
|
* change =method pod items to =itemGavin Carr2010-09-083-36/+53
|
* update Bucket pod with stream changes (and misc tweaks)Gavin Carr2010-09-081-5/+23
|
* add stream => 1 params support to Bucket::get_keysGavin Carr2010-09-071-2/+4
|
* add keys => 'stream' support to get_propertiesGavin Carr2010-09-071-1/+12
|
* increase LWP MaxLineLength to allow long riak Link http headersGavin Carr2010-09-021-0/+7
|
* tweak Bucket::set_properties error to include status lineGavin Carr2010-09-021-2/+2
|
* die with status msg if Bucket::get_properties request failsGavin Carr2010-09-021-4/+4
|
* set object content_type from successful response'sGavin Carr2010-09-011-0/+2
|
* encode/decode to/from json iff content_type is jsonGavin Carr2010-09-011-3/+4
|
* minor perldoc tweaks to BucketGavin Carr2010-09-011-4/+4
|
* allow Bucket::new_object to take additional args for Object::newGavin Carr2010-09-011-1/+2
|
* more test, fix bug in links (thanks to Al Tobey)franck cuny2010-08-101-1/+1
|
* fix vclock; thanks to germain ...franck cuny2010-06-191-1/+2
|
* croak on error while updating properties; use json::{false,true} for allow_multfranck cuny2010-06-161-9/+7
|
* fix issue with get_propertyfranck cuny2010-06-161-3/+4
|
* no need to have a subfranck cuny2010-06-161-1/+1
|
* accept multiples hosts so we don't always hit the same nodefranck cuny2010-06-163-7/+50
|
* add get_keys; change params default in get_properties; add PODfranck cuny2010-06-161-7/+20
|
* simplify links_to_header; add delegationfranck cuny2010-06-141-8/+4
|
* cleanfranck cuny2010-06-141-39/+8
|
* add mx::role::parameterized for replicas, bucket and clientfranck cuny2010-06-146-66/+67
|
* is_alive moved to clientfranck cuny2010-06-141-11/+8
|
* if no client, use default onefranck cuny2010-06-141-0/+2
|
* add n::r::client and now client is a n::r::clientfranck cuny2010-06-146-6/+86
|
* privatefranck cuny2010-06-141-2/+2
|
* s/RiakLink/Net::Riak::Link/franck cuny2010-06-141-1/+1
|
* add handles for has_siblings and hs_no_siblingsfranck cuny2010-06-141-31/+73
|
* remove kwalitee; fix PODfranck cuny2010-06-141-0/+4
|
* update POD; add changelogfranck cuny2010-06-143-6/+186
|
* handle links correctlyfranck cuny2010-06-141-8/+37
|
* return selffranck cuny2010-06-141-1/+4
|
* returnfranck cuny2010-06-141-0/+2
|
* remove varfranck cuny2010-06-141-1/+1
|
* fix string to build links headerfranck cuny2010-06-141-3/+3
|
* initial importfranck cuny2010-06-098-0/+846