Remove undocumentation
[dbsrgits/DBIx-Class-DeploymentHandler.git] / lib / DBIx / Class / DeploymentHandler / DeployMethod / SQL / Translator.pm
2010-06-02 Arthur Axel 'fREW... Remove undocumentation
2010-06-02 Arthur Axel 'fREW... Ensure that ignore_ddl works without generated SQL
2010-06-02 Arthur Axel 'fREW... Rearrange directory names of tree
2010-06-02 Arthur Axel 'fREW... Get rid of _generic support
2010-06-01 Arthur Axel 'fREW... Directory specification complete
2010-06-01 Arthur Axel 'fREW... Initial work on specification docs
2010-06-01 Arthur Axel 'fREW... Add transforms for column renames etc
2010-06-01 Arthur Axel 'fREW... Use newly refactored code for DB interaction
2010-06-01 Arthur Axel 'fREW... Refactor SQL generation code
2010-06-01 Arthur Axel 'fREW... Make ignore_ddl test fail
2010-06-01 Arthur Axel 'fREW... Rename method so people can use it
2010-06-01 Arthur Axel 'fREW... Refactor to use serialized SQLT; take out more json...
2010-06-01 Arthur Axel 'fREW... Fix translate calls for YAML
2010-06-01 Arthur Axel 'fREW... Remove JSON code because we no longer need it
2010-05-30 Arthur Axel 'fREW... logger automatically prepends [DBICDH] now
2010-05-27 Arthur Axel 'fREW... nicer logging
2010-05-23 Arthur Axel 'fREW... Dlog should work thanks to new release of L::C
2010-05-22 Arthur Axel 'fREW... SQL errors should cause DBICDH to die
2010-05-21 Arthur Axel 'fREW... Changes
2010-05-21 Arthur Axel 'fREW... Use serialized sql instead of vanilla sql
2010-05-21 Arthur Axel 'fREW... better logging of sql
2010-05-21 Arthur Axel 'fREW... refactoring to allow more code reuse
2010-05-21 Arthur Axel 'fREW... factor out _run_* methods
2010-05-21 Arthur Axel 'fREW... No longer need to match the first part of a file
2010-05-19 Arthur Axel 'fREW... fix missing comment
2010-05-19 Arthur Axel 'fREW... Add 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... undocument private methods
2010-05-18 Arthur Axel 'fREW... rename upgrade_directory attr to script_directory
2010-05-18 Arthur Axel 'fREW... disallow undef in versions
2010-05-18 Arthur Axel 'fREW... Convert methods to named args and Document args
2010-05-18 Arthur Axel 'fREW... preinstall may no longer connect to the database
2010-05-16 Arthur Axel 'fREW... rename and document preinstall
2010-05-16 Arthur Axel 'fREW... fix doc
2010-05-16 Arthur Axel 'fREW... fix dep, fix doc
2010-05-16 Arthur Axel 'fREW... use coderef instead of run method
2010-05-16 Arthur Axel 'fREW... check for failed compile
2010-05-16 Arthur Axel 'fREW... I have no idea why this stupid thing is not working
2010-05-09 Arthur Axel 'fREW... rename and document preinstall
2010-05-08 Arthur Axel 'fREW... fix doc
2010-05-08 Arthur Axel 'fREW... fix dep, fix doc
2010-05-08 Arthur Axel 'fREW... use coderef instead of run method
2010-05-08 Arthur Axel 'fREW... check for failed compile
2010-05-08 Arthur Axel 'fREW... I have no idea why this stupid thing is not working
2010-05-05 Arthur Axel 'fREW... add abstract for SQLT
2010-05-05 Arthur Axel 'fREW... rename sqltargs to sql_translator_args
2010-05-04 Arthur Axel 'fREW... spread TODOs out v0.001000_05
2010-04-13 Arthur Axel 'fREW... rename prepare_install to be prepare_deploy
2010-04-13 Arthur Axel 'fREW... directory doc
2010-04-12 Arthur Axel 'fREW... lots more doc
2010-04-03 Arthur Axel 'fREW... cleanup modelines
2010-04-02 Arthur Axel 'fREW... tiny bits of cleanup
2010-04-02 Arthur Axel 'fREW... take silly stuff out of ::Dad and put it where it belongs
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... simplify a tiny bit of code
2010-03-28 Arthur Axel 'fREW... error message for arbitrary perl
2010-03-28 Arthur Axel 'fREW... run arbitrary perl in upgrade/downgrade/schema
2010-03-27 Arthur Axel 'fREW... huge refactoring to clean up SQLTDM and allow running...
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-24 Arthur Axel 'fREW... croak since we have no throw_exception
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... insert ddl into database; fix tests to ingore that
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-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... 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