dbsrgits/DBIx-Class-DeploymentHandler.git
2010-03-17 Arthur Axel... fix method names in VersionResultSet
2010-03-17 Arthur Axel... make DeployHandler use VersionStorage
2010-03-17 Arthur Axel... initial VersionStorage commit
2010-02-28 Arthur Axel... initial dzil conf
2010-02-28 Arthur Axel... some small cleanup and then a change to ensure that...
2010-02-28 Arthur Axel... general cleanup for slightly more reasonable api
2010-02-27 Arthur Axel... comments for the future me
2010-02-27 Arthur Axel... DeployMethod should not know anything about versioning
2010-02-27 Arthur Axel... do_backup no longer makes sense; other cleanup
2010-02-27 Arthur Axel... comments for clarity and move backup stuff out of DM
2010-02-27 Arthur Axel... refactor DeployMethod stuff
2010-02-27 Arthur Axel... more namespace reorg
2010-02-27 Arthur Axel... namespace reorg
2010-02-27 Arthur Axel... major method renames for public api
2010-02-27 Arthur Axel... get rid of that silly create_ddl_dir method
2010-02-27 Arthur Axel... rename create_update_ddl to prepare_update
2010-02-27 Arthur Axel... tiny bit of cleanup and rename create_install_ddl to...
2010-02-27 Arthur Axel... simplify most of the code significantly thanks to versi...
2010-02-27 Arthur Axel... working tests with actual version handling
2010-02-27 Arthur Axel... move some general comments to a general role, along...
2010-02-27 Arthur Axel... initial version of ExplicitVersions VH
2010-02-27 Arthur Axel... add comment explaining length
2010-02-26 Arthur Axel... notes from a dream
2010-02-25 Arthur Axel... super basic version handlers
2010-02-25 Arthur Axel... fix another vim fail on my part
2010-02-25 Arthur Axel... notes on how this should be done when I refactor completely
2010-02-25 Arthur Axel... migrate unneeded code out of main class and into delega...
2010-02-25 Arthur Axel... finally put deploy where it actually belongs
2010-02-25 Arthur Axel... less bogus output from tests
2010-02-25 Arthur Axel... git rid of some unnecesary test warnings
2010-02-24 Arthur Axel... set indent for vim
2010-02-24 Arthur Axel... tiny cleanup, mark which attrs are purely for config
2010-02-24 Arthur Axel... remove unused variables
2010-02-24 Arthur Axel... add in role I forget
2010-02-24 Arthur Axel... split deployment method out of Deployment Handler
2010-02-23 Arthur Axel... start Role refactor
2010-02-23 Arthur Axel... general refactoring of create_ddl_dir
2010-02-23 Arthur Axel... "simplify" connect code
2010-02-23 Arthur Axel... ignore test files
2010-02-23 Arthur Axel... mostly cleanup, use Try::Tiny instead of eval
2010-02-23 Arthur Axel... some code and interface cleanup
2010-02-23 Arthur Axel... add slightly tweaked code from Storage::DBI to bring...
2010-02-23 Arthur Axel... coercion for database list
2010-02-23 Arthur Axel... whitespace, and deletion/creation of files that matter
2010-02-23 Arthur Axel... misc cleanup before method split
2010-02-23 Arthur Axel... more interface cleanup, dont use optional deps while...
2010-02-23 Arthur Axel... initial gutting of create_ddl_dir interface
2010-02-23 Arthur Axel... copy original create_ddl_dir in and stop proxying
2010-02-23 Arthur Axel... test for vanilla upgrade
2010-02-23 Arthur Axel... test upgrade_single_step
2010-02-23 Arthur Axel... test for ->install
2010-02-23 Arthur Axel... fix VersionResult to actually work
2010-02-23 Arthur Axel... fix typo
2010-02-23 Arthur Axel... preload __VERSION resultset
2010-02-23 Arthur Axel... some real tests for goodness sakes!
2010-02-23 Arthur Axel... these examples are not that helpful
2010-02-23 Arthur Axel... Why would we only test with MySQL?
2010-02-23 Arthur Axel... updates for newest DBIC
2010-02-23 Arthur Axel... original tests from ::Versioned
2010-02-23 Arthur Axel... remove dead function, fix logic error, add (for now...
2010-02-22 Arthur Axel... more whitespace
2010-02-22 Arthur Axel... add some basic notes
2010-02-22 Arthur Axel... according to riba this stopped being required in 8115
2010-02-22 Arthur Axel... fix _build_storage as per ribasushis suggestions
2010-02-22 Arthur Axel... whitespace
2010-02-22 Arthur Axel... more load tests and fixes for tests
2010-02-22 Arthur Axel... done refactoring
2010-02-22 Arthur Axel... ignore swap files
2010-02-22 Arthur Axel... generic code cleanup before I try to get things to...
2010-02-22 Arthur Axel... Version Table Result
2010-02-22 Arthur Axel... initial commit