Introduce GOVERNANCE document and empty RESOLUTIONS file.
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / Replicated /
2016-09-13 Peter Rabbitson Remove use of Try::Tiny entirely (the missing part...
2016-05-24 Peter Rabbitson This piece of doc has been incorrect since c354902c
2016-04-12 Peter Rabbitson And lose yet another dependency: List::Util (yes, I...
2016-02-03 Peter Rabbitson Protect DBIC as best we can from the failure mode in...
2014-09-24 Peter Rabbitson Clarify licensing, ensure footers are consistent throug...
2014-09-21 Peter Rabbitson A massive amount of link fixes (just links, almost...
2013-10-02 Dagfinn Ilmari Man... Stop using the deprecated Class::MOP::load_class()
2013-08-08 David Steinbrunner typo fixes
2013-02-15 Peter Rabbitson More (temporary) kwalitee fixups
2013-01-25 Peter Rabbitson General cleanup of error messages - quote identifiers...
2012-01-05 Peter Rabbitson Trailing WS crusade - got to save them bits
2011-07-20 Uwe fix link in replication introduction
2011-03-27 Peter Rabbitson Ditch Carp::Clan for our own thing
2011-01-27 Ronald J Kimball Fix broken sections links in POD
2010-12-27 Rafael Kitover Improve fallback-to-master/return-to-slave reporting...
2010-05-31 Arthur Axel "fREW... use namespace::clean w/ Try::Tiny
2010-05-25 Peter Rabbitson Try::Tiny conversion finished
2010-05-25 Peter Rabbitson More try::tiny conversions
2010-05-15 Ton Voon All expected evals converted to try, except where no...
2010-02-15 Nuba Princigalli spelling fixes in the documaentation, sholud be gud...
2010-02-15 Peter Rabbitson Spellcheck (jawnsy++)
2010-02-10 Rafael Kitover revert Moose bug workaround, bump Moose dep for Replica...
2010-02-10 Rafael Kitover workaround for Moose bug affecting Replicated storage
2010-01-19 Peter Rabbitson Some minor test refactor and tab cleanups
2010-01-17 Peter Rabbitson Real detabify
2010-01-10 Rafael Kitover fix connection details in ::DBI::Replicated docs
2010-01-02 Florian Ragwitz Port replicated storage from MXAH to native traits.
2009-08-31 Rafael Kitover fix case where repelicant coderef dsn does not connect
2009-08-31 Rafael Kitover make replicant dsn detection a bit nicer
2009-08-31 Rafael Kitover support coderef connect_infos for repicated storage
2009-07-17 Dan Dascalescu Minor POD grammar: it's -> its where appropriate
2009-07-16 Peter Rabbitson A couple of typos, and general whitespace cleanup ...
2009-07-10 John Napiorkowski a few more Moose Type related fixes and added diag...
2009-07-10 John Napiorkowski pod cleanup, fixed broken pod links, and new Introducti...
2009-07-09 John Napiorkowski set correct number of tests, changed the debuggin outpu...
2009-07-09 John Napiorkowski big update to the test suite so that we now check to...
2009-07-09 John Napiorkowski more changes to the way debug output works
2009-07-09 John Napiorkowski changed the way transactions are detected for replicati...
2009-07-04 Peter Rabbitson Hide devel documentation from the indexer
2009-05-22 Rafael Kitover comment addition
2009-05-22 Rafael Kitover add some support for trying to determine storage driver...
2009-05-15 Rafael Kitover minor replication changes - use a real hash merge,...
2009-05-09 Rafael Kitover ::DBI::Replicated - fix fallback to master, test for...
2009-05-09 Rafael Kitover ::DBI::Replicated - add master_read_weight to ::Random...
2009-05-08 Rafael Kitover support ::DBI::Replicated opts in connect_info
2009-05-06 Rafael Kitover ::DBI:Replicated - merge connect_info from master to...
2009-05-06 Rafael Kitover Replicated - fixup types and namespace::clean
2009-05-04 Rafael Kitover ::Replicated - test hashref for connect_replicants...
2009-05-04 Rafael Kitover support hashrefs for connect_replicants
2009-02-20 Matt S Trout revert previous revision
2009-02-18 John Napiorkowski I guess ensure_connected does not have a return value...
2008-12-19 John Napiorkowski more noise debugging messages if debug is on, minor...
2008-12-15 John Napiorkowski changes to replication so that if a replicant is offlin...
2008-11-10 John Napiorkowski changed the way we get the DSN for debugging in replication
2008-07-23 John Napiorkowski podcoverage test now requires minimum 0.19 version...
2008-07-23 John Napiorkowski changed some replication POD so that we get correctly...
2008-07-18 John Napiorkowski updated CHANGES, removed debug code left by accident...
2008-07-10 John Napiorkowski make sure debugobj calls always go to the master
2008-07-10 John Napiorkowski fixed regression in the random balancer that I created...
2008-07-09 John Napiorkowski use BUILDARGS intead of wrapping new, added make_immuta...
2008-07-07 John Napiorkowski updated documentation, adding some hints and details...
2008-07-07 John Napiorkowski removed some debugging comments, removed transaction...
2008-06-11 John Napiorkowski 1) changed all 4 space indentation to 2 space style...
2008-06-05 John Napiorkowski all your tabs belong to spaces
2008-05-16 John Napiorkowski make sure that the Pool validates the replicants on...
2008-05-09 John Napiorkowski removed bad tabbing
2008-05-09 John Napiorkowski changed the balancer to a role, created a new class...
2008-05-09 John Napiorkowski good start on the validation of replicants and a system...
2008-05-09 John Napiorkowski fixed up the relicant status tests to exclude them...
2008-05-09 John Napiorkowski fixed up the relicant status tests to exclude them...
2008-05-08 John Napiorkowski converted replicant to a role so that we can apply...
2008-05-07 John Napiorkowski changed the way args are passed to a storage, should...
2008-05-07 John Napiorkowski documented methods for detecting replicant reliability...
2008-05-07 John Napiorkowski refactored the duties of the different balancer classes...
2008-04-30 John Napiorkowski cleanup of some docs, got the default shuffling balance...
2008-04-30 John Napiorkowski added some advice to debugging replicants so that we...
2008-04-30 John Napiorkowski got first pass on the replication and balancer, passing...