summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Wait for default delete cleanup timeout of 3s masterRobin Edwards2013-05-081-0/+1
| | | | - I don't like this solution. Just can't think of a better one
* Merge pull request #26 from kthakore/masterRobin Edwards2013-04-081-0/+1
|\ | | | | Missing content-type header
| * Riak 1.3 requires content-type header as application/json. Otherwise it ↵Kartik Thakore2013-04-061-0/+1
|/ | | | complains about missing function_clause.
* Fix redeclaration warningRobin Edwards2013-03-201-2/+2
|
* Clean up wsRobin Edwards2013-03-2012-151/+137
|
* Bump version for releaseRobin Edwards2013-03-201-2/+2
|
* Update changelogRobin Edwards2013-03-201-0/+2
|
* Merge pull request #25 from adamlounds/feature/usermetaRobin Edwards2013-03-206-3/+202
|\ | | | | Add support for usermeta nvps
| * Add support for usermeta nvpsadam lounds2013-03-206-3/+202
|/
* Add gitignoreRobin Edwards2013-03-011-0/+2
|
* Fix wsRobin Edwards2013-03-011-1/+1
|
* Missing semicolonRobin Edwards2013-03-011-1/+1
|
* Fix testRobin Edwards2013-03-011-1/+1
|
* Fix wsRobin Edwards2013-03-011-12/+12
|
* Return referenceRobin Edwards2013-03-011-1/+2
|
* Update changelog and version ready for releaseRobin Edwards2013-03-012-2/+5
|
* Removed deprecated functionalityRobin Edwards2013-03-011-4/+0
|
* Remove deprecationsRobin Edwards2013-03-011-19/+0
|
* CleanupRobin Edwards2013-03-011-13/+5
|
* Fix wsRobin Edwards2013-03-011-24/+23
|
* CleanupRobin Edwards2013-03-011-5/+3
|
* Fix wsRobin Edwards2013-03-011-18/+18
|
* Fix wsRobin Edwards2013-03-011-12/+12
|
* Remove deprecationsRobin Edwards2013-03-011-11/+0
|
* Tidy upRobin Edwards2013-03-011-48/+36
|
* Merge pull request #22 from Mainframe2008/masterRobin Edwards2013-03-017-4/+153
|\ | | | | Secondary index support
| * *Added secondary index support using method names from the riak pythonMainframe20082013-02-266-34/+94
| | | | | | | | | | client. * Added tests for secondary indexes * Added documentation
| * Add documentation for secondary indexesMainframe20082013-02-191-0/+7
| |
| * Added support for searching with secondary indexesMainframe20082013-02-015-4/+65
| |
| * Added comments for searching using secondary indexesMainframe20082013-02-011-0/+21
| |
* | Update changelogRobin Edwards2013-02-182-1/+3
| |
* | Clean up pull requestRobin Edwards2013-02-182-75/+21
| |
* | Merge pull request #20 from ↵Robin Edwards2013-02-052-6/+87
|\| | | | | | | | | Mainframe2008/06063f56bb11f06593b114316f34f338fe50cfd0 SSL Support
| * 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
|/
* Merge pull request #18 from sukria/masterRobin Edwards2012-07-042-1/+35
|\ | | | | Support for timeout attribute in the PBC client
| * Support for a timeout attribute in the PBC clientAlexis Sukrieh2012-07-042-1/+35
|/ | | | | | | | | | 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.
* Merge pull request #17 from dams/masterRobin Edwards2012-06-071-1/+2
|\ | | | | fix adding more than one [ 'bucket', 'key' ] at a time
| * fix adding multiple keys at onceDamien Krotkine2012-06-071-1/+2
| |
* | fixed wsRobin Edwards2012-03-151-9/+9
| |
* | prepared for releaseRobin Edwards2012-03-152-2/+4
| |
* | Merge pull request #16 from dams/masterRobin Edwards2012-03-151-3/+8
|\| | | | | check for errors when reading the socket
| * catch errors in reading socketsDamien Krotkine2012-03-151-3/+8
|/
* added warning for PBC users streaming keysRobin Edwards2011-10-121-1/+5
|
* updated changelogRobin Edwards2011-10-121-0/+1
|
* fixed package name thanks to David HullRobin Edwards2011-10-121-1/+1
|
* fixed wsRobin Edwards2011-10-121-2/+2
|
* Merge branch 'master' of github.com:franckcuny/net-riakRobin Edwards2011-08-087-4/+224
|\
| * update changelogfranck cuny2011-07-071-0/+3
| | | | | | | | Signed-off-by: franck cuny <franck@lumberjaph.net>
| * Merge branch 'review/gmaurice'franck cuny2011-07-073-13/+102
| |\ | | | | | | | | | | | | | | | | | | | | | * 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>
| | * remove white spacesfranck cuny2011-07-071-6/+6
| | | | | | | | | | | | Signed-off-by: franck cuny <franck@lumberjaph.net>
| | * documentation added for searchgmaurice2011-07-073-2/+91
| | |
| * | Merge pull request #13 from gmaurice/masterRobin Edwards2011-07-056-1/+129
| |\| | | | | | | Basic support of Riaksearch
| | * fix conflictgmaurice2011-07-020-0/+0
| | |\
| | | * remove debug linesGermain Maurice2011-06-261-2/+1
| | | |
| | * | allow to setup indexing on a bucket via precommitgmaurice2011-07-024-12/+86
| | |/ | | | | | | | | | 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-225-1/+50
| | |
* | | ammended error in synopsisRobin Edwards2011-08-081-2/+1
|/ /
* / new release adds status line on unexpected responseRobin Edwards2011-06-234-3/+6
|/
* prepared for releaseRobin Edwards2011-05-192-2/+4
|
* minor pod fixRobin Edwards2011-05-191-4/+4
|
* update Changesfranck cuny2011-05-171-0/+2
|
* need to return self to chain operations (Fix #12)franck cuny2011-05-171-0/+1
|
* POD cleanup.Robin Edwards2011-04-202-9/+4
|
* added git tag to dzilRobin Edwards2011-04-201-0/+1
|
* storing without key only supported by RESTRobin Edwards2011-04-203-4/+12
| | | | - added notice for this
* merged pbc branch to masterRobin Edwards2011-04-2051-669/+2361
|
* Merge remote branch 'simon/fix_link_encoding'Robin Edwards2011-04-113-12/+21
|\
| * Fix issue with url encoded linksSimon Wistow2011-04-093-13/+19
| |
| * Fix remove_linkSimon Wistow2011-03-072-2/+8
| |
* | Updated Changes and versionRobin Edwards2011-03-142-2/+5
| |
* | Fix remove_linkSimon Wistow2011-03-142-2/+8
| |
* | added skip if riak env not setRobin Edwards2011-02-081-4/+5
|/
* updated change logRobin Edwards2011-02-081-0/+2
|
* added connection cachingRobin Edwards2011-02-081-0/+8
|
* added env for local riak nodeRobin Edwards2011-02-081-18/+17
|
* incremented version and yearRobin Edwards2011-01-311-2/+2
|
* Merge branch 'master' of github.com:franckcuny/net-riakRobin Edwards2011-01-283-11/+35
|\
| * Added simons changesRobin Edwards2011-01-281-0/+3
| |
| * 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
| |
| * update changesfranck cuny2010-11-251-0/+7
| |
| * 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-253-2/+18
| |
| * 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
| |
* | removed response stringRobin Edwards2010-11-091-2/+1
| |
* | added useragent timeout parameterRobin Edwards2010-11-093-2/+18
| |
* | added expected status messageRobin Edwards2010-11-091-2/+3
| |
* | added delete_object methodRobin Edwards2010-11-091-0/+17
| |
* | support for adding bucket as objects in add methodRobin Edwards2010-11-091-2/+5
|/
* prepare releasefranck cuny2010-11-031-0/+4
|
* update PODfranck cuny2010-11-031-1/+3
|
* prepare new releasefranck cuny2010-11-031-1/+1
|
* clear_siblings, not clear_linksfranck cuny2010-11-031-1/+1
|
* prepare to releasefranck cuny2010-11-024-5/+12
|
* resolved merge conflictfranck cuny2010-11-026-78/+158
|\
| * Merge branch 'master' of github.com:robinedwards/net-riakRobin Edwards2010-10-050-0/+0
| |\ | | | | | | | | | | | | | | | Conflicts: lib/Net/Riak.pm lib/Net/Riak/MapReduce.pm
| | * extended the docsRobin Edwards2010-10-052-4/+76
| | |
| * | requests and responses now stored for debuggingRobin Edwards2010-10-056-36/+83
| | |
| * | merged docRobin Edwards2010-10-052-45/+78
| | |
* | | 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
| |
* | update changelog and versionfranck cuny2010-10-052-1/+9
| |
* | 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 unit test for stream/callback functionalityGavin Carr2010-09-081-0/+37
| |
* | add key callbacks to Bucket get_properties/get_keys stream modeGavin Carr2010-09-081-10/+35
| |
* | change =method pod items to =itemGavin Carr2010-09-084-42/+66
| |
* | update Bucket pod with stream changes (and misc tweaks)Gavin Carr2010-09-081-5/+23
| |
* | Merge branch 'master' into streamGavin Carr2010-09-082-1/+6
|\|
| * prepare to releasefranck cuny2010-09-062-1/+6
| |
* | 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
|
* prepare for releasefranck cuny2010-08-102-1/+4
|
* test shouldn't be run by usersfranck cuny2010-08-101-1/+11
|
* prepare for releasefranck cuny2010-08-102-1/+4
|
* more test, fix bug in links (thanks to Al Tobey)franck cuny2010-08-102-12/+14
|
* test for linksfranck cuny2010-08-101-0/+50
|
* updatefranck cuny2010-07-272-1/+4
|
* fix vclock; thanks to germain ...franck cuny2010-06-191-1/+2
|
* update changes and versionfranck cuny2010-06-162-5/+12
|
* croak on error while updating properties; use json::{false,true} for allow_multfranck cuny2010-06-162-11/+11
|
* more tests - propertiesfranck cuny2010-06-161-0/+30
|
* fix issue with get_propertyfranck cuny2010-06-161-3/+4
|
* no need to have a subfranck cuny2010-06-161-1/+1
|
* cleanfranck cuny2010-06-163-6/+3
|
* accept multiples hosts so we don't always hit the same nodefranck cuny2010-06-165-8/+95
|
* add three map/reduce operations (from the fast track)franck cuny2010-06-163-0/+96
|
* 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 changesfranck cuny2010-06-142-1/+4
|
* add mx::role::parameterized for replicas, bucket and clientfranck cuny2010-06-146-66/+67
|
* is_alive moved to clientfranck cuny2010-06-142-19/+9
|
* update change and versionfranck cuny2010-06-142-1/+8
|
* if no client, use default onefranck cuny2010-06-141-0/+2
|
* add more testsfranck cuny2010-06-143-0/+72
|
* add n::r::client and now client is a n::r::clientfranck cuny2010-06-146-6/+86
|
* tests for clientfranck cuny2010-06-141-0/+20
|
* privatefranck cuny2010-06-141-2/+2
|
* s/RiakLink/Net::Riak::Link/franck cuny2010-06-141-1/+1
|
* code for client move to N::R::Clientfranck cuny2010-06-141-48/+17
|
* add handles for has_siblings and hs_no_siblingsfranck cuny2010-06-141-31/+73
|
* don't test unless we are in release modefranck cuny2010-06-141-1/+6
|
* remove kwalitee; fix PODfranck cuny2010-06-142-1/+4
|
* update POD; add changelogfranck cuny2010-06-146-103/+274
|
* 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-0911-0/+1238