changes to replication so that if a replicant is offline when we do the initial conne...
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / Replicated / Pool.pm
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...