get rid of silly warning
[dbsrgits/DBIx-Class-DeploymentHandler.git] / lib /
2010-02-26 Arthur Axel 'fREW... notes from a dream
2010-02-25 Arthur Axel 'fREW... super basic version handlers
2010-02-25 Arthur Axel 'fREW... fix another vim fail on my part
2010-02-25 Arthur Axel 'fREW... notes on how this should be done when I refactor completely
2010-02-25 Arthur Axel 'fREW... migrate unneeded code out of main class and into delega...
2010-02-25 Arthur Axel 'fREW... finally put deploy where it actually belongs
2010-02-25 Arthur Axel 'fREW... less bogus output from tests
2010-02-25 Arthur Axel 'fREW... git rid of some unnecesary test warnings
2010-02-24 Arthur Axel 'fREW... set indent for vim
2010-02-24 Arthur Axel 'fREW... tiny cleanup, mark which attrs are purely for config
2010-02-24 Arthur Axel 'fREW... remove unused variables
2010-02-24 Arthur Axel 'fREW... add in role I forget
2010-02-24 Arthur Axel 'fREW... split deployment method out of Deployment Handler
2010-02-23 Arthur Axel 'fREW... start Role refactor
2010-02-23 Arthur Axel 'fREW... general refactoring of create_ddl_dir
2010-02-23 Arthur Axel 'fREW... "simplify" connect code
2010-02-23 Arthur Axel 'fREW... mostly cleanup, use Try::Tiny instead of eval
2010-02-23 Arthur Axel 'fREW... some code and interface cleanup
2010-02-23 Arthur Axel 'fREW... add slightly tweaked code from Storage::DBI to bring...
2010-02-23 Arthur Axel 'fREW... coercion for database list
2010-02-23 Arthur Axel 'fREW... misc cleanup before method split
2010-02-23 Arthur Axel 'fREW... more interface cleanup, dont use optional deps while...
2010-02-23 Arthur Axel 'fREW... initial gutting of create_ddl_dir interface
2010-02-23 Arthur Axel 'fREW... copy original create_ddl_dir in and stop proxying
2010-02-23 Arthur Axel 'fREW... test for vanilla upgrade
2010-02-23 Arthur Axel 'fREW... test upgrade_single_step
2010-02-23 Arthur Axel 'fREW... fix VersionResult to actually work
2010-02-23 Arthur Axel 'fREW... fix typo
2010-02-23 Arthur Axel 'fREW... preload __VERSION resultset
2010-02-23 Arthur Axel 'fREW... remove dead function, fix logic error, add (for now...
2010-02-22 Arthur Axel 'fREW... more whitespace
2010-02-22 Arthur Axel 'fREW... add some basic notes
2010-02-22 Arthur Axel 'fREW... according to riba this stopped being required in 8115
2010-02-22 Arthur Axel 'fREW... fix _build_storage as per ribasushis suggestions
2010-02-22 Arthur Axel 'fREW... whitespace
2010-02-22 Arthur Axel 'fREW... more load tests and fixes for tests
2010-02-22 Arthur Axel 'fREW... done refactoring
2010-02-22 Arthur Axel 'fREW... generic code cleanup before I try to get things to...
2010-02-22 Arthur Axel 'fREW... Version Table Result
2010-02-22 Arthur Axel 'fREW... initial commit