dbsrgits/DBIx-Class-DeploymentHandler.git
2010-04-21 Arthur Axel... bump version v0.001000_03
2010-04-21 Arthur Axel... add File::Path as dep
2010-04-19 Arthur Axel... v0.001000_02 v0.001000_02
2010-04-19 Arthur Axel... release 0.001000_02
2010-04-19 Arthur Axel... add autodie
2010-04-18 Arthur Axel... ignore built files v0.001000_01
2010-04-18 Arthur Axel... tiny pod fixes and release versions for dist.ini
2010-04-13 Arthur Axel... fix link
2010-04-13 Arthur Axel... rename prepare_install to be prepare_deploy
2010-04-13 Arthur Axel... directory doc
2010-04-12 Arthur Axel... lots more doc
2010-04-03 Arthur Axel... polish THIS SUCKS in main pod
2010-04-03 Arthur Axel... fix a tiny bit of pod
2010-04-03 Arthur Axel... Who puts DONATIONS in their pod? Seriously?
2010-04-03 Arthur Axel... add abstracts
2010-04-03 Arthur Axel... More doc
2010-04-03 Arthur Axel... Add description of Version set and start linking to it
2010-04-03 Arthur Axel... Add some basic doc and a little cleanup
2010-04-03 Arthur Axel... cleanup modelines
2010-04-03 Arthur Axel... doc for HandlesDeploy
2010-04-02 Arthur Axel... various pod fixes
2010-04-02 Arthur Axel... tiny bits of cleanup
2010-04-02 Arthur Axel... lots more doc
2010-04-02 Arthur Axel... rearrange doc
2010-04-02 Arthur Axel... take silly stuff out of ::Dad and put it where it belongs
2010-04-02 Arthur Axel... doc for ::Dad and fix a tiny bug
2010-04-02 Arthur Axel... Doc for main class
2010-03-30 Arthur Axel... yet another untested howto
2010-03-30 Arthur Axel... some initial (untested) migration doc
2010-03-30 Arthur Axel... get rid of useless attr
2010-03-30 Arthur Axel... initial pod docs
2010-03-30 Arthur Axel... just doc is left!
2010-03-30 Arthur Axel... initial cut at install_resultsource (and therefore...
2010-03-29 Arthur Axel... more like TO DON'T LIST!
2010-03-29 Arthur Axel... monotonic is recommended; fix tests to use it etc
2010-03-29 Arthur Axel... simplify a tiny bit of code
2010-03-28 Arthur Axel... woops; left a ::Dwarn in a test
2010-03-28 Arthur Axel... error message for arbitrary perl
2010-03-28 Arthur Axel... downgrades for explicit version handler + tests
2010-03-28 Arthur Axel... run arbitrary perl in upgrade/downgrade/schema
2010-03-28 Arthur Axel... nah
2010-03-28 Arthur Axel... tests for Monotonic's previous_version_set
2010-03-28 Arthur Axel... fix monotonic for error checking
2010-03-27 Arthur Axel... add monotonic
2010-03-27 Arthur Axel... huge refactoring to clean up SQLTDM and allow running...
2010-03-27 Arthur Axel... useless
2010-03-27 Arthur Axel... initial monotonic commit
2010-03-27 Arthur Axel... take out silly comments
2010-03-27 Arthur Axel... todone
2010-03-27 Arthur Axel... working downgrades!
2010-03-27 Arthur Axel... make DeployMethod deploy methods public for unversioned...
2010-03-27 Arthur Axel... upgrade sql should work now
2010-03-27 Arthur Axel... more todo
2010-03-27 Arthur Axel... todone!
2010-03-27 Arthur Axel... working deprecated bundle
2010-03-27 Arthur Axel... more and more todo
2010-03-27 Arthur Axel... initial cut of deprecated bundle
2010-03-27 Arthur Axel... tiny refactor to allow different "bundles"
2010-03-27 Arthur Axel... done some stuff
2010-03-24 Arthur Axel... croak since we have no throw_exception
2010-03-21 Arthur Axel... good enough coverage for govt work (98.7)
2010-03-21 Arthur Axel... make SQLT::Dep actually work
2010-03-21 Arthur Axel... make immutable
2010-03-21 Arthur Axel... none of these should happen thanks to how things work now
2010-03-21 Arthur Axel... rearrange use to make more sense
2010-03-21 Arthur Axel... some code style cleanup
2010-03-21 Arthur Axel... good inital test for dm::sqlt
2010-03-21 Arthur Axel... so apparently I dont need this anymore. Awesome
2010-03-21 Arthur Axel... super basic test for dm::sqlt
2010-03-21 Arthur Axel... make Types to avoid Copy/Pasting them
2010-03-20 Arthur Axel... croak instead of carp on double install
2010-03-20 Arthur Axel... insert ddl into database; fix tests to ingore that
2010-03-20 Arthur Axel... tests for component (and therefor bugfixes!)
2010-03-20 Arthur Axel... rename set_us_up_the_bomb :-(
2010-03-20 Arthur Axel... I dont thing version storage can be in charge of instal...
2010-03-20 Arthur Axel... change installed column name to id, initial big test...
2010-03-20 Arthur Axel... TODO
2010-03-20 Arthur Axel... get rid of useless || 0
2010-03-20 Arthur Axel... restructure namespace
2010-03-20 Arthur Axel... no need for MSS for simple modules
2010-03-20 Arthur Axel... more tests for ExplicitVersions
2010-03-20 Arthur Axel... rework code a bit and die on a logic error
2010-03-20 Arthur Axel... fix version and add aliased to deps
2010-03-20 Arthur Axel... VersionHandler no longer needs access to other componen...
2010-03-20 Arthur Axel... basic compat fixes for SQLT2
2010-03-20 Arthur Axel... fix _read_sql_file and flatten _deploy some
2010-03-20 Arthur Axel... get rid of some more dead code
2010-03-20 Arthur Axel... remove dead code from _deploy_statements
2010-03-20 Arthur Axel... txn_Wrap for upgrades
2010-03-20 Arthur Axel... txn_wrap for optional wrapping of deploys with transactions
2010-03-20 Arthur Axel... general cleanup and regex fixes so that COMMITs actuall...
2010-03-20 Arthur Axel... get rid of unnecesary wantarray code
2010-03-20 Arthur Axel... get rid of unnecesary wantarray code
2010-03-20 Arthur Axel... method name refactor and downgrade code
2010-03-19 Arthur Axel... notes from ribasushi
2010-03-19 Arthur Axel... upgrade not update
2010-03-19 Arthur Axel... stub tests for all classes
2010-03-19 Arthur Axel... test refactor
2010-03-19 Arthur Axel... heirarchy should work now, next up, tests
2010-03-19 Arthur Axel... autocreate dirs
next