Add missing attribute to DBIx::Class::DeploymentHandler (force_overwrite)
[dbsrgits/DBIx-Class-DeploymentHandler.git] / lib / DBIx / Class / DeploymentHandler.pm
2010-07-30 Arthur Axel 'fREW... Add missing attribute to DBIx::Class::DeploymentHandler...
2010-07-16 Arthur Axel 'fREW... fix silly bug
2010-06-14 Arthur Axel 'fREW... fix bad parameters to version_storage install methods
2010-06-11 Arthur Axel 'fREW... package logger instead of default logger
2010-06-01 Arthur Axel 'fREW... Make ignore_ddl test fail
2010-05-27 Arthur Axel 'fREW... nicer logging
2010-05-19 Arthur Axel 'fREW... Document logging
2010-05-18 Arthur Axel 'fREW... SQLT DH should be copying schema_version
2010-05-18 Arthur Axel 'fREW... SQLT DH should be copying schema_version
2010-05-18 Arthur Axel 'fREW... rename upgrade_directory attr to script_directory
2010-05-16 Arthur Axel 'fREW... fix a silly doc wart
2010-05-16 Arthur Axel 'fREW... Schemata don't have to use component to use DBICDH
2010-05-08 Arthur Axel 'fREW... fix some doc, changes
2010-05-08 Arthur Axel 'fREW... start doc fixes by fixing links
2010-05-07 Arthur Axel 'fREW... whitespace
2010-05-07 Arthur Axel 'fREW... whitespace
2010-05-06 Arthur Axel 'fREW... make more role delegates work
2010-05-06 Arthur Axel 'fREW... initial parameterised role to get rid of WithFoos
2010-05-05 Arthur Axel 'fREW... rename sqltargs to sql_translator_args
2010-04-27 Arthur Axel 'fREW... doc doc doc
2010-04-27 Arthur Axel 'fREW... prepare install for prepare_deploy and prepare_version_...
2010-04-18 Arthur Axel 'fREW... tiny pod fixes and release versions for dist.ini
2010-04-13 Arthur Axel 'fREW... fix link
2010-04-13 Arthur Axel 'fREW... rename prepare_install to be prepare_deploy
2010-04-03 Arthur Axel 'fREW... polish THIS SUCKS in main pod
2010-04-03 Arthur Axel 'fREW... Who puts DONATIONS in their pod? Seriously?
2010-04-02 Arthur Axel 'fREW... various pod fixes
2010-04-02 Arthur Axel 'fREW... tiny bits of cleanup
2010-04-02 Arthur Axel 'fREW... rearrange doc
2010-04-02 Arthur Axel 'fREW... doc for ::Dad and fix a tiny bug
2010-04-02 Arthur Axel 'fREW... Doc for main class
2010-03-30 Arthur Axel 'fREW... initial cut at install_resultsource (and therefore...
2010-03-29 Arthur Axel 'fREW... monotonic is recommended; fix tests to use it etc
2010-03-27 Arthur Axel 'fREW... huge refactoring to clean up SQLTDM and allow running...
2010-03-27 Arthur Axel 'fREW... tiny refactor to allow different "bundles"
2010-03-21 Arthur Axel 'fREW... make Types to avoid Copy/Pasting them
2010-03-20 Arthur Axel 'fREW... croak instead of carp on double install
2010-03-20 Arthur Axel 'fREW... insert ddl into database; fix tests to ingore that
2010-03-20 Arthur Axel 'fREW... rename set_us_up_the_bomb :-(
2010-03-20 Arthur Axel 'fREW... VersionHandler no longer needs access to other componen...
2010-03-17 Arthur Axel 'fREW... make DeployHandler use VersionStorage
2010-02-27 Arthur Axel 'fREW... DeployMethod should not know anything about versioning
2010-02-27 Arthur Axel 'fREW... do_backup no longer makes sense; other cleanup
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