spelling fixes in the documaentation, sholud be gud now ;)
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / Replicated / Pool.pm
2010-02-15 Nuba Princigalli spelling fixes in the documaentation, sholud be gud...
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-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-09 John Napiorkowski big update to the test suite so that we now check to...
2009-05-22 Rafael Kitover comment addition
2009-05-22 Rafael Kitover add some support for trying to determine storage driver...
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-07-23 John Napiorkowski changed some replication POD so that we get correctly...
2008-07-09 John Napiorkowski use BUILDARGS intead of wrapping new, added make_immuta...
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 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...