Arthur Axel 'fREW' Schmidt [Sun, 2 Sep 2012 17:23:35 +0000]
v0.002202
- Fix RT#79301
Arthur Axel 'fREW' Schmidt [Sun, 2 Sep 2012 17:21:36 +0000]
I hate RT
Arthur Axel 'fREW' Schmidt [Sun, 2 Sep 2012 17:04:06 +0000]
fix POD bug from RT#79301
Arthur Axel 'fREW' Schmidt [Sat, 18 Aug 2012 18:31:19 +0000]
v0.002201
- Fix RT#76323
Arthur Axel 'fREW' Schmidt [Sat, 18 Aug 2012 06:25:29 +0000]
fix stupid regex (RT#76323)
Arthur Axel 'fREW' Schmidt [Sat, 18 Aug 2012 06:25:11 +0000]
switch to Path::Class for fewer mistakes
Arthur Axel 'fREW' Schmidt [Fri, 3 Aug 2012 01:49:12 +0000]
v0.002200
- Added helpful logging for the schema_from_schema_loader ScriptHelper
- Added much more helpful error for "Can't find source for..." error in
migration scripts, based on code from DBIx::Class::Migration
- Test suite now is fully parallelizable
- Switch ::ScriptHelpers to Sub::Exporter::Progressive
- Switch from Test::Exception to Test::Fatal
Arthur Axel 'fREW' Schmidt [Fri, 3 Aug 2012 01:41:50 +0000]
Added helpful logging for the schema_from_schema_loader ScriptHelper
Arthur Axel 'fREW' Schmidt [Fri, 3 Aug 2012 01:25:44 +0000]
helpful error wrapping for invalid source usage
Arthur Axel 'fREW' Schmidt [Fri, 3 Aug 2012 01:11:59 +0000]
Switch from Test::Exception to Test::Fatal
Arthur Axel 'fREW' Schmidt [Thu, 2 Aug 2012 22:44:56 +0000]
Switch ::ScriptHelpers to Sub::Exporter::Progressive
Arthur Axel 'fREW' Schmidt [Sat, 21 Jul 2012 07:43:36 +0000]
Test suite now is fully parallelizable
Arthur Axel 'fREW' Schmidt [Sat, 21 Jul 2012 05:02:49 +0000]
make logging suck less
Arthur Axel 'fREW' Schmidt [Tue, 10 Jul 2012 18:36:59 +0000]
v0.002115
- Make tests use actual temp files to make certain systems stop failing tests
- Remove dep on File::Touch
Arthur Axel 'fREW' Schmidt [Mon, 28 May 2012 02:17:13 +0000]
make temp files to be actual temp files
Arthur Axel 'fREW' Schmidt [Mon, 28 May 2012 02:06:01 +0000]
remove dep on File::Touch
Arthur Axel 'fREW' Schmidt [Mon, 7 May 2012 13:09:05 +0000]
v0.002114
- Correctly set the version deployed to the version requested on install
instead of just the current schema version
Arthur Axel 'fREW' Schmidt [Sun, 6 May 2012 04:37:51 +0000]
Correctly set the version deployed to the version requested on install
Arthur Axel 'fREW' Schmidt [Sun, 6 May 2012 04:10:12 +0000]
v0.002113
- Remove isa check on schema attributes so that you may pass the schema
class instead of the schema object
Arthur Axel 'fREW' Schmidt [Sat, 5 May 2012 04:59:30 +0000]
Remove isa check on schema attributes
Arthur Axel 'fREW' Schmidt [Wed, 4 Apr 2012 02:14:22 +0000]
fix stupid typo
Arthur Axel 'fREW' Schmidt [Wed, 4 Apr 2012 02:12:06 +0000]
v0.002112
- Handle errors in Perl Scripts better
- Stop supporting FindBin by localizing $0, just use Dir::Self if you
need that
Arthur Axel 'fREW' Schmidt [Wed, 4 Apr 2012 02:10:48 +0000]
Handle errors in perl scripts better and remove suport for $0
Arthur Axel 'fREW' Schmidt [Fri, 30 Mar 2012 01:10:25 +0000]
v0.002111
- Improve docs by linking from implementations to their roles
Arthur Axel 'fREW' Schmidt [Fri, 30 Mar 2012 01:09:30 +0000]
Improve docs by linking from implementations to their roles
Arthur Axel 'fREW' Schmidt [Thu, 15 Mar 2012 02:23:34 +0000]
v0.002110
- Use ->count instead of ->next to check if version storage is deployed
(->next caused issues on MSSQL due to length of DDL)
- Fix a couple stupid documentation issues (Phillip Smith)
Phillip Smith [Wed, 14 Mar 2012 19:17:09 +0000]
Fix stupid docs
Phillip Smith [Wed, 14 Mar 2012 17:58:45 +0000]
fix link to DBIx::Class::Manual::Intro/Sample_database
Arthur Axel 'fREW' Schmidt [Fri, 9 Mar 2012 20:53:53 +0000]
Use ->count instead of ->next to check if version storage is deployed
->next caused issues on MSSQL due to length of DDL
Arthur Axel 'fREW' Schmidt [Sat, 3 Mar 2012 23:10:00 +0000]
v0.002100
- Wrap upgrades, downgrades, and installs in a transaction, as a failure
to add a version to the version table should cause a rollback
- Allow user to specify version of schema to install
- Added better sandboxing (stolen straight from Plack::Util) for coderefs
to avoid accidental leakage
- Sandboxing also makes $0 and thus FindBin et al work in perl scripts
Arthur Axel 'fREW' Schmidt [Sat, 3 Mar 2012 22:55:26 +0000]
Wrap upgrades, downgrades, and installs in a transaction
Arthur Axel 'fREW' Schmidt [Sat, 3 Mar 2012 19:31:02 +0000]
Allow user to specify version of schema to install
Arthur Axel 'fREW' Schmidt [Sat, 3 Mar 2012 19:14:14 +0000]
much better coderef sandboxing
Arthur Axel 'fREW' Schmidt [Wed, 29 Feb 2012 03:21:27 +0000]
v0.002000
- Added DBIx::Class::DeploymentHandler::DeployMethod::SQL::Translator::ScriptHelpers,
ALL users who use perl scripts during migrations are encouraged to use
schema_from_schema_loader from that package.
Arthur Axel 'fREW' Schmidt [Wed, 29 Feb 2012 03:17:45 +0000]
people should use schema_from_schema_loader
Arthur Axel 'fREW' Schmidt [Wed, 22 Feb 2012 03:37:19 +0000]
initial version of ::ScriptHelpers
Arthur Axel 'fREW' Schmidt [Sun, 19 Feb 2012 16:14:06 +0000]
v0.001008
- Added dep on parent, bump dep on DBD::SQLite to avoid silly failures
Arthur Axel 'fREW' Schmidt [Thu, 16 Feb 2012 14:59:04 +0000]
v0.001007
- removed the rest of the references to Method::Signatures::Simple
Arthur Axel 'fREW' Schmidt [Thu, 16 Feb 2012 14:54:12 +0000]
remove remaining refereces to Method::Signatures::Simple
Arthur Axel 'fREW' Schmidt [Thu, 2 Feb 2012 03:19:13 +0000]
v0.001006
- Fix install to allow you to deploy to a given version (jnap)
- Fix the backup method to use storage, not schema (jnap)
- Fix the reasonable defaults for downgrading (jnap)
- Stop warning all the time (ribasushi)
- croak on a couple errors that should be fatal
- Stop deleting the wrong version (for downgrades)
- Fix documentation for in the Cookbook (moltar)
- removed Method::Signatures::Simple stuff (dhoss)
John Napiorkowski [Tue, 27 Dec 2011 15:45:26 +0000]
let you install to a given point in the version history
John Napiorkowski [Tue, 20 Dec 2011 16:16:55 +0000]
ignore macosx garbage files
Yanick Champoux [Mon, 17 Jan 2011 01:27:28 +0000]
Fix more spelling
John Napiorkowski [Thu, 22 Sep 2011 03:16:24 +0000]
have backup called correctly
John Napiorkowski [Thu, 22 Sep 2011 03:00:37 +0000]
fix to make reasonable defaults work
Yanick Champoux [Tue, 29 Nov 2011 20:10:11 +0000]
refactor the parsing of SQL files
The same logic was in two different places. Agglomerated them
into a single function.
Devin Austin [Mon, 23 Jan 2012 02:32:01 +0000]
removed Method::Signatures::Simple
Arthur Axel 'fREW' Schmidt [Sat, 10 Sep 2011 18:52:36 +0000]
croak on a couple errors that should be fatal
Peter Rabbitson [Wed, 25 Jan 2012 10:17:13 +0000]
Warn-free test suite with later DBIC
Yanick Champoux [Mon, 8 Aug 2011 16:23:23 +0000]
Stop deleting the wrong version
If downgrading from 101 to 100, it'd try to delete version 100
from the database.
Yanick Champoux [Wed, 1 Dec 2010 18:10:29 +0000]
s/yeild/yield/
Arthur Axel 'fREW' Schmidt [Thu, 28 Jul 2011 17:19:51 +0000]
remove unneeded use statement
Arthur Axel 'fREW' Schmidt [Sun, 10 Jul 2011 06:19:44 +0000]
Fix documentation for in the Cookbook
Arthur Axel 'fREW' Schmidt [Wed, 13 Apr 2011 20:21:28 +0000]
v0.001005
- Add _any "version" for running code for all versions
- Fix more minor pod niggles
Arthur Axel 'fREW' Schmidt [Wed, 13 Apr 2011 20:19:46 +0000]
changes
Arthur Axel 'fREW' Schmidt [Thu, 7 Apr 2011 03:37:54 +0000]
add _any feature
Anthony Gladdish [Wed, 23 Mar 2011 14:53:57 +0000]
add some extra doc for non-integer version users
Arthur Axel 'fREW' Schmidt [Thu, 24 Feb 2011 04:45:11 +0000]
fix minor issues reported on RT
Nigel Metheringham [Fri, 24 Sep 2010 15:22:52 +0000]
Correct path used for DH schema info storage
Nigel Metheringham [Fri, 24 Sep 2010 15:02:25 +0000]
Added comment about DBICDH_TRACE to see whats happening
Nigel Metheringham [Fri, 24 Sep 2010 14:47:56 +0000]
Added force_overwrite switch to install script
This is *so* useful when trying to get this to work...
Nigel Metheringham [Fri, 24 Sep 2010 14:45:36 +0000]
Add artistid to populate script
As no column attributes were defined we have to
specify all the column values. An alternative
(more sensible) would be to make artistid auto increment
but that means we cannot just copy the example classes.
Nigel Metheringham [Fri, 24 Sep 2010 14:43:36 +0000]
Correct the resultset used for deployment
Nigel Metheringham [Fri, 24 Sep 2010 14:41:32 +0000]
Correct the directory name for the populate script
Arthur Axel 'fREW' Schmidt [Fri, 30 Jul 2010 03:09:50 +0000]
v0.001004
- Fix incorrect POD in SYNOPSIS
- Add missing attribute to DBIx::Class::DeploymentHandler (force_overwrite)
Arthur Axel 'fREW' Schmidt [Fri, 30 Jul 2010 03:06:44 +0000]
Fix incorrect POD in SYNOPSIS
Arthur Axel 'fREW' Schmidt [Fri, 30 Jul 2010 03:04:02 +0000]
Add missing attribute to DBIx::Class::DeploymentHandler (force_overwrite)
Arthur Axel 'fREW' Schmidt [Fri, 16 Jul 2010 01:31:17 +0000]
v0.001003
- Add Catalyst-y intro (norkakn)
- fix bug caused by install_version_storage not passing a required param
- add force_overwrite attribute to SQLTDM
Arthur Axel 'fREW' Schmidt [Thu, 15 Jul 2010 02:31:07 +0000]
No need to check what DBICDH does for us
Arthur Axel 'fREW' Schmidt [Sat, 10 Jul 2010 08:58:35 +0000]
rearrange tutorial and codebits
Arthur Axel 'fREW' Schmidt [Sat, 10 Jul 2010 08:58:16 +0000]
env > !perl
Jonathan Dobbie [Sat, 10 Jul 2010 08:37:47 +0000]
Start companion to Catalyst introduction
Arthur Axel 'fREW' Schmidt [Fri, 16 Jul 2010 01:12:46 +0000]
better error message for blank schema
Arthur Axel 'fREW' Schmidt [Thu, 15 Jul 2010 02:26:58 +0000]
fix silly bug
Arthur Axel 'fREW' Schmidt [Sat, 10 Jul 2010 15:08:54 +0000]
ZOMG use strict and warnings in tests
Drew Taylor [Tue, 13 Jul 2010 14:33:15 +0000]
clarify version bumping
Arthur Axel 'fREW' Schmidt [Sat, 10 Jul 2010 08:20:10 +0000]
add force_overwrite attribute to SQLTDM
Arthur Axel 'fREW' Schmidt [Sat, 10 Jul 2010 07:57:23 +0000]
do not accidentally include an sqlite database again
Arthur Axel 'fREW' Schmidt [Thu, 8 Jul 2010 02:12:28 +0000]
v0.001002
- Add basic intro (norkakn)
- install should now work in all cases, previously had a really bad bug
where it would try to install the version storage table twice, which
breaks everything
- Fix issue where the ignore_version connect attr doesn't work in all
situations
Arthur Axel 'fREW' Schmidt [Sun, 4 Jul 2010 06:09:35 +0000]
Rework tutorial
Arthur Axel 'fREW' Schmidt [Sun, 4 Jul 2010 07:29:09 +0000]
MOAR TUTORIAL
Arthur Axel 'fREW' Schmidt [Sun, 4 Jul 2010 06:09:35 +0000]
Rework tutorial
Jonathan Dobbie [Sat, 3 Jul 2010 15:33:33 +0000]
Initial commit of intro
Arthur Axel 'fREW' Schmidt [Sun, 4 Jul 2010 06:14:32 +0000]
Fix tests to be in-memory
Arthur Axel 'fREW' Schmidt [Sun, 4 Jul 2010 07:00:21 +0000]
Make ignore_version connect attr more robust
Arthur Axel 'fREW' Schmidt [Sun, 4 Jul 2010 05:51:47 +0000]
Changes
Arthur Axel 'fREW' Schmidt [Sun, 4 Jul 2010 05:48:57 +0000]
Run all serialized-sql files if we are not generating ddl
Arthur Axel 'fREW' Schmidt [Sun, 4 Jul 2010 05:47:59 +0000]
Add method which we can use for deploying without ddl
Arthur Axel 'fREW' Schmidt [Sun, 4 Jul 2010 05:23:26 +0000]
Fix directory of single-source-serialized-schemas
Arthur Axel 'fREW' Schmidt [Sun, 4 Jul 2010 04:53:41 +0000]
Do not put version storage in regular deploy schema
Arthur Axel 'fREW' Schmidt [Sun, 4 Jul 2010 04:33:52 +0000]
Test prepare_install
Arthur Axel 'fREW' Schmidt [Sat, 26 Jun 2010 15:46:41 +0000]
v0.001001
- Fix bad parameters in version_storage install methods
- Fix Try::Tiny typo
Arthur Axel 'fREW' Schmidt [Mon, 14 Jun 2010 15:50:49 +0000]
fix bad parameters to version_storage install methods
Gamid Isayev [Mon, 14 Jun 2010 15:17:04 +0000]
fix try/catch typo
Arthur Axel 'fREW' Schmidt [Fri, 11 Jun 2010 02:56:53 +0000]
v0.001000
- Use package logger instead of default logger
Arthur Axel 'fREW' Schmidt [Fri, 11 Jun 2010 02:54:51 +0000]
package logger instead of default logger
Arthur Axel 'fREW' Schmidt [Fri, 4 Jun 2010 01:17:42 +0000]
v0.001000_14
- Rename preinstall to initialize
Arthur Axel 'fREW' Schmidt [Fri, 4 Jun 2010 01:01:23 +0000]
new version
Arthur Axel 'fREW' Schmidt [Fri, 4 Jun 2010 00:57:58 +0000]
switch preinstall to initialize
Arthur Axel 'fREW' Schmidt [Wed, 2 Jun 2010 04:30:53 +0000]
v0.001000_13
- No more serialized SQL, we serialize the SQLT schema instead
- Completely reorganize the name of directories for more user friendlyness
- take out support for _generic since it's against my creed