v0.001000_13
[dbsrgits/DBIx-Class-DeploymentHandler.git] / lib /
2010-03-30 Arthur Axel 'fREW... some initial (untested) migration doc
2010-03-30 Arthur Axel 'fREW... get rid of useless attr
2010-03-30 Arthur Axel 'fREW... initial pod docs
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-29 Arthur Axel 'fREW... simplify a tiny bit of code
2010-03-28 Arthur Axel 'fREW... error message for arbitrary perl
2010-03-28 Arthur Axel 'fREW... downgrades for explicit version handler + tests
2010-03-28 Arthur Axel 'fREW... run arbitrary perl in upgrade/downgrade/schema
2010-03-28 Arthur Axel 'fREW... fix monotonic for error checking
2010-03-27 Arthur Axel 'fREW... add monotonic
2010-03-27 Arthur Axel 'fREW... huge refactoring to clean up SQLTDM and allow running...
2010-03-27 Arthur Axel 'fREW... initial monotonic commit
2010-03-27 Arthur Axel 'fREW... take out silly comments
2010-03-27 Arthur Axel 'fREW... working downgrades!
2010-03-27 Arthur Axel 'fREW... make DeployMethod deploy methods public for unversioned...
2010-03-27 Arthur Axel 'fREW... upgrade sql should work now
2010-03-27 Arthur Axel 'fREW... working deprecated bundle
2010-03-27 Arthur Axel 'fREW... initial cut of deprecated bundle
2010-03-27 Arthur Axel 'fREW... tiny refactor to allow different "bundles"
2010-03-24 Arthur Axel 'fREW... croak since we have no throw_exception
2010-03-21 Arthur Axel 'fREW... make SQLT::Dep actually work
2010-03-21 Arthur Axel 'fREW... make immutable
2010-03-21 Arthur Axel 'fREW... none of these should happen thanks to how things work now
2010-03-21 Arthur Axel 'fREW... rearrange use to make more sense
2010-03-21 Arthur Axel 'fREW... some code style cleanup
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... tests for component (and therefor bugfixes!)
2010-03-20 Arthur Axel 'fREW... rename set_us_up_the_bomb :-(
2010-03-20 Arthur Axel 'fREW... I dont thing version storage can be in charge of instal...
2010-03-20 Arthur Axel 'fREW... change installed column name to id, initial big test...
2010-03-20 Arthur Axel 'fREW... get rid of useless || 0
2010-03-20 Arthur Axel 'fREW... restructure namespace
2010-03-20 Arthur Axel 'fREW... no need for MSS for simple modules
2010-03-20 Arthur Axel 'fREW... rework code a bit and die on a logic error
2010-03-20 Arthur Axel 'fREW... VersionHandler no longer needs access to other componen...
2010-03-20 Arthur Axel 'fREW... basic compat fixes for SQLT2
2010-03-20 Arthur Axel 'fREW... fix _read_sql_file and flatten _deploy some
2010-03-20 Arthur Axel 'fREW... get rid of some more dead code
2010-03-20 Arthur Axel 'fREW... remove dead code from _deploy_statements
2010-03-20 Arthur Axel 'fREW... txn_Wrap for upgrades
2010-03-20 Arthur Axel 'fREW... txn_wrap for optional wrapping of deploys with transactions
2010-03-20 Arthur Axel 'fREW... general cleanup and regex fixes so that COMMITs actuall...
2010-03-20 Arthur Axel 'fREW... get rid of unnecesary wantarray code
2010-03-20 Arthur Axel 'fREW... get rid of unnecesary wantarray code
2010-03-20 Arthur Axel 'fREW... method name refactor and downgrade code
2010-03-19 Arthur Axel 'fREW... notes from ribasushi
2010-03-19 Arthur Axel 'fREW... upgrade not update
2010-03-19 Arthur Axel 'fREW... heirarchy should work now, next up, tests
2010-03-19 Arthur Axel 'fREW... autocreate dirs
2010-03-18 Arthur Axel 'fREW... initial commit (not working at all) of directories...
2010-03-17 Arthur Axel 'fREW... use VersionStorage in the rest of our stuff
2010-03-17 Arthur Axel 'fREW... fix method names in VersionResultSet
2010-03-17 Arthur Axel 'fREW... make DeployHandler use VersionStorage
2010-03-17 Arthur Axel 'fREW... initial VersionStorage commit
2010-02-28 Arthur Axel 'fREW... some small cleanup and then a change to ensure that...
2010-02-28 Arthur Axel 'fREW... general cleanup for slightly more reasonable api
2010-02-27 Arthur Axel 'fREW... comments for the future me
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... more namespace reorg
2010-02-27 Arthur Axel 'fREW... namespace reorg
2010-02-27 Arthur Axel 'fREW... major method renames for public api
2010-02-27 Arthur Axel 'fREW... get rid of that silly create_ddl_dir method
2010-02-27 Arthur Axel 'fREW... rename create_update_ddl to prepare_update
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-27 Arthur Axel 'fREW... move some general comments to a general role, along...
2010-02-27 Arthur Axel 'fREW... initial version of ExplicitVersions VH
2010-02-27 Arthur Axel 'fREW... add comment explaining length
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
next