projects
/
dbsrgits/DBIx-Class-DeploymentHandler.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
HEAD
⋅
prev
⋅ next
dbsrgits/DBIx-Class-DeploymentHandler.git
2010-03-20
Arthur Axel...
get rid of unnecesary wantarray code
commit
|
commitdiff
|
tree
|
snapshot
2010-03-20
Arthur Axel...
method name refactor and downgrade code
commit
|
commitdiff
|
tree
|
snapshot
2010-03-19
Arthur Axel...
notes from ribasushi
commit
|
commitdiff
|
tree
|
snapshot
2010-03-19
Arthur Axel...
upgrade not update
commit
|
commitdiff
|
tree
|
snapshot
2010-03-19
Arthur Axel...
stub tests for all classes
commit
|
commitdiff
|
tree
|
snapshot
2010-03-19
Arthur Axel...
test refactor
commit
|
commitdiff
|
tree
|
snapshot
2010-03-19
Arthur Axel...
heirarchy should work now, next up, tests
commit
|
commitdiff
|
tree
|
snapshot
2010-03-19
Arthur Axel...
autocreate dirs
commit
|
commitdiff
|
tree
|
snapshot
2010-03-18
Arthur Axel...
initial commit (not working at all) of directories...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-17
Arthur Axel...
use VersionStorage in the rest of our stuff
commit
|
commitdiff
|
tree
|
snapshot
2010-03-17
Arthur Axel...
fix method names in VersionResultSet
commit
|
commitdiff
|
tree
|
snapshot
2010-03-17
Arthur Axel...
make DeployHandler use VersionStorage
commit
|
commitdiff
|
tree
|
snapshot
2010-03-17
Arthur Axel...
initial VersionStorage commit
commit
|
commitdiff
|
tree
|
snapshot
2010-02-28
Arthur Axel...
initial dzil conf
commit
|
commitdiff
|
tree
|
snapshot
2010-02-28
Arthur Axel...
some small cleanup and then a change to ensure that...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-28
Arthur Axel...
general cleanup for slightly more reasonable api
commit
|
commitdiff
|
tree
|
snapshot
2010-02-27
Arthur Axel...
comments for the future me
commit
|
commitdiff
|
tree
|
snapshot
2010-02-27
Arthur Axel...
DeployMethod should not know anything about versioning
commit
|
commitdiff
|
tree
|
snapshot
2010-02-27
Arthur Axel...
do_backup no longer makes sense; other cleanup
commit
|
commitdiff
|
tree
|
snapshot
2010-02-27
Arthur Axel...
comments for clarity and move backup stuff out of DM
commit
|
commitdiff
|
tree
|
snapshot
2010-02-27
Arthur Axel...
refactor DeployMethod stuff
commit
|
commitdiff
|
tree
|
snapshot
2010-02-27
Arthur Axel...
more namespace reorg
commit
|
commitdiff
|
tree
|
snapshot
2010-02-27
Arthur Axel...
namespace reorg
commit
|
commitdiff
|
tree
|
snapshot
2010-02-27
Arthur Axel...
major method renames for public api
commit
|
commitdiff
|
tree
|
snapshot
2010-02-27
Arthur Axel...
get rid of that silly create_ddl_dir method
commit
|
commitdiff
|
tree
|
snapshot
2010-02-27
Arthur Axel...
rename create_update_ddl to prepare_update
commit
|
commitdiff
|
tree
|
snapshot
2010-02-27
Arthur Axel...
tiny bit of cleanup and rename create_install_ddl to...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-27
Arthur Axel...
simplify most of the code significantly thanks to versi...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-27
Arthur Axel...
working tests with actual version handling
commit
|
commitdiff
|
tree
|
snapshot
2010-02-27
Arthur Axel...
move some general comments to a general role, along...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-27
Arthur Axel...
initial version of ExplicitVersions VH
commit
|
commitdiff
|
tree
|
snapshot
2010-02-27
Arthur Axel...
add comment explaining length
commit
|
commitdiff
|
tree
|
snapshot
2010-02-26
Arthur Axel...
notes from a dream
commit
|
commitdiff
|
tree
|
snapshot
2010-02-25
Arthur Axel...
super basic version handlers
commit
|
commitdiff
|
tree
|
snapshot
2010-02-25
Arthur Axel...
fix another vim fail on my part
commit
|
commitdiff
|
tree
|
snapshot
2010-02-25
Arthur Axel...
notes on how this should be done when I refactor completely
commit
|
commitdiff
|
tree
|
snapshot
2010-02-25
Arthur Axel...
migrate unneeded code out of main class and into delega...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-25
Arthur Axel...
finally put deploy where it actually belongs
commit
|
commitdiff
|
tree
|
snapshot
2010-02-25
Arthur Axel...
less bogus output from tests
commit
|
commitdiff
|
tree
|
snapshot
2010-02-25
Arthur Axel...
git rid of some unnecesary test warnings
commit
|
commitdiff
|
tree
|
snapshot
2010-02-24
Arthur Axel...
set indent for vim
commit
|
commitdiff
|
tree
|
snapshot
2010-02-24
Arthur Axel...
tiny cleanup, mark which attrs are purely for config
commit
|
commitdiff
|
tree
|
snapshot
2010-02-24
Arthur Axel...
remove unused variables
commit
|
commitdiff
|
tree
|
snapshot
2010-02-24
Arthur Axel...
add in role I forget
commit
|
commitdiff
|
tree
|
snapshot
2010-02-24
Arthur Axel...
split deployment method out of Deployment Handler
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Arthur Axel...
start Role refactor
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Arthur Axel...
general refactoring of create_ddl_dir
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Arthur Axel...
"simplify" connect code
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Arthur Axel...
ignore test files
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Arthur Axel...
mostly cleanup, use Try::Tiny instead of eval
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Arthur Axel...
some code and interface cleanup
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Arthur Axel...
add slightly tweaked code from Storage::DBI to bring...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Arthur Axel...
coercion for database list
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Arthur Axel...
whitespace, and deletion/creation of files that matter
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Arthur Axel...
misc cleanup before method split
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Arthur Axel...
more interface cleanup, dont use optional deps while...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Arthur Axel...
initial gutting of create_ddl_dir interface
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Arthur Axel...
copy original create_ddl_dir in and stop proxying
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Arthur Axel...
test for vanilla upgrade
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Arthur Axel...
test upgrade_single_step
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Arthur Axel...
test for ->install
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Arthur Axel...
fix VersionResult to actually work
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Arthur Axel...
fix typo
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Arthur Axel...
preload __VERSION resultset
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Arthur Axel...
some real tests for goodness sakes!
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Arthur Axel...
these examples are not that helpful
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Arthur Axel...
Why would we only test with MySQL?
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Arthur Axel...
updates for newest DBIC
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Arthur Axel...
original tests from ::Versioned
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Arthur Axel...
remove dead function, fix logic error, add (for now...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-22
Arthur Axel...
more whitespace
commit
|
commitdiff
|
tree
|
snapshot
2010-02-22
Arthur Axel...
add some basic notes
commit
|
commitdiff
|
tree
|
snapshot
2010-02-22
Arthur Axel...
according to riba this stopped being required in 8115
commit
|
commitdiff
|
tree
|
snapshot
2010-02-22
Arthur Axel...
fix _build_storage as per ribasushis suggestions
commit
|
commitdiff
|
tree
|
snapshot
2010-02-22
Arthur Axel...
whitespace
commit
|
commitdiff
|
tree
|
snapshot
2010-02-22
Arthur Axel...
more load tests and fixes for tests
commit
|
commitdiff
|
tree
|
snapshot
2010-02-22
Arthur Axel...
done refactoring
commit
|
commitdiff
|
tree
|
snapshot
2010-02-22
Arthur Axel...
ignore swap files
commit
|
commitdiff
|
tree
|
snapshot
2010-02-22
Arthur Axel...
generic code cleanup before I try to get things to...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-22
Arthur Axel...
Version Table Result
commit
|
commitdiff
|
tree
|
snapshot
2010-02-22
Arthur Axel...
initial commit
commit
|
commitdiff
|
tree
|
snapshot