removed Method::Signatures::Simple
[dbsrgits/DBIx-Class-DeploymentHandler.git] / lib /
2012-02-02 Devin Austin removed Method::Signatures::Simple
2012-02-02 Arthur Axel 'fREW... croak on a couple errors that should be fatal
2011-08-09 Yanick Champoux Stop deleting the wrong version
2011-08-09 Yanick Champoux s/yeild/yield/
2011-07-10 Arthur Axel 'fREW... Fix documentation for in the Cookbook
2011-04-11 Arthur Axel 'fREW... add _any feature
2011-03-23 Anthony Gladdish add some extra doc for non-integer version users
2011-02-24 Arthur Axel 'fREW... fix minor issues reported on RT
2010-09-28 Nigel Metheringham Correct path used for DH schema info storage
2010-09-28 Nigel Metheringham Added comment about DBICDH_TRACE to see whats happening
2010-09-28 Nigel Metheringham Added force_overwrite switch to install script
2010-09-28 Nigel Metheringham Add artistid to populate script
2010-09-28 Nigel Metheringham Correct the resultset used for deployment
2010-09-28 Nigel Metheringham Correct the directory name for the populate script
2010-07-30 Arthur Axel 'fREW... Fix incorrect POD in SYNOPSIS
2010-07-30 Arthur Axel 'fREW... Add missing attribute to DBIx::Class::DeploymentHandler...
2010-07-16 Arthur Axel 'fREW... No need to check what DBICDH does for us
2010-07-16 Arthur Axel 'fREW... rearrange tutorial and codebits
2010-07-16 Arthur Axel 'fREW... env > !perl
2010-07-16 Jonathan Dobbie Start companion to Catalyst introduction
2010-07-16 Arthur Axel 'fREW... better error message for blank schema
2010-07-16 Arthur Axel 'fREW... fix silly bug
2010-07-13 Drew Taylor clarify version bumping
2010-07-10 Arthur Axel 'fREW... add force_overwrite attribute to SQLTDM
2010-07-10 Arthur Axel 'fREW... MOAR TUTORIAL
2010-07-10 Arthur Axel 'fREW... Rework tutorial
2010-07-10 Jonathan Dobbie Initial commit of intro
2010-07-04 Arthur Axel 'fREW... Make ignore_version connect attr more robust
2010-07-04 Arthur Axel 'fREW... Run all serialized-sql files if we are not generating ddl
2010-07-04 Arthur Axel 'fREW... Add method which we can use for deploying without ddl
2010-07-04 Arthur Axel 'fREW... Fix directory of single-source-serialized-schemas
2010-07-04 Arthur Axel 'fREW... Do not put version storage in regular deploy schema
2010-06-14 Arthur Axel 'fREW... fix bad parameters to version_storage install methods
2010-06-14 Gamid Isayev fix try/catch typo
2010-06-11 Arthur Axel 'fREW... package logger instead of default logger
2010-06-04 Arthur Axel 'fREW... switch preinstall to initialize
2010-06-02 Arthur Axel 'fREW... Documentation for _source and and _preprocess_schema
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... warn when people try to upgrade w/o needing to
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... Document logging
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... add silly package declaration
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... better cookbook entry
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... fix a silly doc wart
2010-05-16 Arthur Axel 'fREW... Schemata don't have to use component to use DBICDH
2010-05-16 Arthur Axel 'fREW... add first cookbook entry (needs some love at some point)
2010-05-16 Arthur Axel 'fREW... rename and document preinstall
2010-05-16 Arthur Axel 'fREW... monotonic (and others) now pass
2010-05-16 Arthur Axel 'fREW... fix doc
2010-05-16 Arthur Axel 'fREW... fix ExplicitVersions to downgrade in a sensible order
2010-05-16 Arthur Axel 'fREW... 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... add first cookbook entry (needs some love at some point)
2010-05-09 Arthur Axel 'fREW... rename and document preinstall
2010-05-08 Arthur Axel 'fREW... monotonic (and others) now pass
2010-05-08 Arthur Axel 'fREW... fix doc
2010-05-08 Arthur Axel 'fREW... fix ExplicitVersions to downgrade in a sensible order
2010-05-08 Arthur Axel 'fREW... 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-08 Arthur Axel 'fREW... fix some doc, changes
2010-05-08 Arthur Axel 'fREW... start doc fixes by fixing links
2010-05-08 Arthur Axel 'fREW... no more role-delegates!
2010-05-07 Arthur Axel 'fREW... whitespace
next