comments for clarity and move backup stuff out of DM
[dbsrgits/DBIx-Class-DeploymentHandler.git] / lib / DBIx / Class / DeploymentHandler.pm
2010-02-27 Arthur Axel 'fREW... comments for clarity and move backup stuff out of DM
2010-02-27 Arthur Axel 'fREW... refactor DeployMethod stuff
2010-02-27 Arthur Axel 'fREW... major method renames for public api
2010-02-27 Arthur Axel 'fREW... tiny bit of cleanup and rename create_install_ddl to...
2010-02-27 Arthur Axel 'fREW... simplify most of the code significantly thanks to versi...
2010-02-27 Arthur Axel 'fREW... working tests with actual version handling
2010-02-25 Arthur Axel 'fREW... super basic version handlers
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-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... 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... 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... done refactoring
2010-02-22 Arthur Axel 'fREW... generic code cleanup before I try to get things to...
2010-02-22 Arthur Axel 'fREW... initial commit