9 years agov0.002211 v0.002211
Arthur Axel 'fREW' Schmidt [Fri, 16 May 2014 01:08:27 +0000]
v0.002211

  - Fix some missing ABSTRACTs (Fixes GH#22, thanks Gregor Herrmann!)

9 years agoadd missing newline for no-linenumber-change dzil
Arthur Axel 'fREW' Schmidt [Fri, 16 May 2014 00:57:42 +0000]
add missing newline for no-linenumber-change dzil

9 years agoAdd a few missing ABSTRACTs
Arthur Axel 'fREW' Schmidt [Fri, 16 May 2014 00:52:37 +0000]
Add a few missing ABSTRACTs

Reported-By: gregor herrmann <gregoa@debian.org>

9 years agouse PickyPodWeaver so we do not need ABSTRACTs for private classes
Arthur Axel 'fREW' Schmidt [Fri, 16 May 2014 00:52:28 +0000]
use PickyPodWeaver so we do not need ABSTRACTs for private classes

10 years agofix coverage testing (thanks Matthew Horsfall!)
Arthur Axel 'fREW' Schmidt [Fri, 31 Jan 2014 16:26:58 +0000]
fix coverage testing (thanks Matthew Horsfall!)

10 years agoPut coverage testing back
Arthur Axel 'fREW' Schmidt [Fri, 31 Jan 2014 16:26:19 +0000]
Put coverage testing back

This reverts commit 9a33538397e2f55dcbd389d0eac86dcc588c2899.

10 years agov0.002210 v0.002210
Arthur Axel 'fREW' Schmidt [Fri, 31 Jan 2014 15:36:00 +0000]
v0.002210

  - Make source order stable to avoid non-changes in git (fixes RT#92580)
  - Ensure that sqltargs are passed to deploy when ignore_ddl is set
    (fixes RT#92373)
  - Correctly strip lines that are all whitespace (fixes RT#92582)
  - Ditch RT

10 years agoMake source order stable to avoid non-changes in git
Lianna Eeftinck [Fri, 31 Jan 2014 14:51:06 +0000]
Make source order stable to avoid non-changes in git

10 years agoEnsure that sqltargs are passed to deploy when ignore_ddl is set
Douglas Early [Fri, 31 Jan 2014 14:42:45 +0000]
Ensure that sqltargs are passed to deploy when ignore_ddl is set

10 years agoCorrectly strip lines that are all whitespace
Arthur Axel 'fREW' Schmidt [Fri, 31 Jan 2014 14:24:48 +0000]
Correctly strip lines that are all whitespace

10 years agoDitch RT
Arthur Axel 'fREW' Schmidt [Fri, 31 Jan 2014 13:58:33 +0000]
Ditch RT

10 years agov0.002209 v0.002209
Arthur Axel 'fREW' Schmidt [Sat, 28 Dec 2013 00:08:50 +0000]
v0.002209

  - stop using Class::MOP::load_class (RT#91003)

10 years agogithub is better than gitosis/gitweb
Arthur Axel 'fREW' Schmidt [Sat, 28 Dec 2013 00:08:14 +0000]
github is better than gitosis/gitweb

10 years agostop using Class::MOP::load_class (RT#91003)
Arthur Axel 'fREW' Schmidt [Sat, 28 Dec 2013 00:06:49 +0000]
stop using Class::MOP::load_class (RT#91003)

10 years agov0.002208 v0.002208
Arthur Axel 'fREW' Schmidt [Sat, 21 Sep 2013 17:48:24 +0000]
v0.002208

  - Fix under perl 5.19.4 (thanks Hugmeir)

10 years agoFix under perl 5.19.4
Arthur Axel 'fREW' Schmidt [Sat, 21 Sep 2013 17:20:44 +0000]
Fix under perl 5.19.4

10 years agoremove coverage for now
Arthur Axel 'fREW' Schmidt [Sat, 21 Sep 2013 17:19:03 +0000]
remove coverage for now

10 years agotest against travis
Arthur Axel 'fREW' Schmidt [Sat, 21 Sep 2013 16:49:08 +0000]
test against travis

10 years agoswitch to using cpanfile for storing deps
Arthur Axel 'fREW' Schmidt [Sat, 21 Sep 2013 16:45:38 +0000]
switch to using cpanfile for storing deps

10 years agov0.002207 v0.002207
Arthur Axel 'fREW' Schmidt [Fri, 30 Aug 2013 04:18:48 +0000]
v0.002207

  - Modernize usage of Log::Contextual, creating a simple example for how to
    make static loggers for modules and applications

10 years agoModernize LC usage
Arthur Axel 'fREW' Schmidt [Fri, 23 Aug 2013 23:36:23 +0000]
Modernize LC usage

10 years agoFix Can't locate object method "result_source_instance" via package
Fabien Wernli [Tue, 18 Jun 2013 14:40:45 +0000]
Fix Can't locate object method "result_source_instance" via package
"MyApp::Schema::DBICDHStorageResult" (perhaps you forgot to load
"MyApp::Schema::DBICDHStorageResult"?) at
/usr/share/perl5/DBIx/Class/Schema.pm line 1314

11 years agov0.002206 v0.002206
Arthur Axel 'fREW' Schmidt [Sat, 9 Mar 2013 18:51:14 +0000]
v0.002206

  - Fix embarrassing broken charity link

11 years agoFix embarrassing broken charity link
Arthur Axel 'fREW' Schmidt [Sat, 9 Mar 2013 18:50:48 +0000]
Fix embarrassing broken charity link

11 years agov0.002205 v0.002205
Arthur Axel 'fREW' Schmidt [Tue, 19 Feb 2013 21:27:19 +0000]
v0.002205

  - Fix spurious warning caused by serializing $dbh (Peter Rabbitson)

11 years agoChanges
Arthur Axel 'fREW' Schmidt [Sun, 17 Feb 2013 22:14:38 +0000]
Changes

11 years agoreduce bonus whitespace in Changes
Arthur Axel 'fREW' Schmidt [Sun, 17 Feb 2013 22:14:03 +0000]
reduce bonus whitespace in Changes

11 years agoFix errors caused by serialization of $dbh
Arthur Axel 'fREW' Schmidt [Sun, 17 Feb 2013 15:01:01 +0000]
Fix errors caused by serialization of $dbh

See discussion here: https://github.com/dbsrgits/dbix-class/commit/b3f891879

11 years agov0.002204 v0.002204
Arthur Axel 'fREW' Schmidt [Thu, 10 Jan 2013 02:35:21 +0000]
v0.002204

       - Add semicolon to generated SQL for "correctness"

11 years agoAdd semicolon to generated SQL for "correctness"
Arthur Axel 'fREW' Schmidt [Thu, 10 Jan 2013 02:27:34 +0000]
Add semicolon to generated SQL for "correctness"

11 years agov0.002203 v0.002203
Arthur Axel 'fREW' Schmidt [Sat, 17 Nov 2012 22:38:58 +0000]
v0.002203

       - Put MetaYAML back in dist

11 years agov0.002202 v0.002202
Arthur Axel 'fREW' Schmidt [Sun, 2 Sep 2012 17:23:35 +0000]
v0.002202

       - Fix RT#79301

11 years agoI hate RT
Arthur Axel 'fREW' Schmidt [Sun, 2 Sep 2012 17:21:36 +0000]
I hate RT

11 years agofix POD bug from RT#79301
Arthur Axel 'fREW' Schmidt [Sun, 2 Sep 2012 17:04:06 +0000]
fix POD bug from RT#79301

11 years agov0.002201 v0.002201
Arthur Axel 'fREW' Schmidt [Sat, 18 Aug 2012 18:31:19 +0000]
v0.002201

       - Fix RT#76323

11 years agofix stupid regex (RT#76323)
Arthur Axel 'fREW' Schmidt [Sat, 18 Aug 2012 06:25:29 +0000]
fix stupid regex (RT#76323)

11 years agoswitch to Path::Class for fewer mistakes
Arthur Axel 'fREW' Schmidt [Sat, 18 Aug 2012 06:25:11 +0000]
switch to Path::Class for fewer mistakes

11 years agov0.002200 v0.002200
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

11 years agoAdded helpful logging for the schema_from_schema_loader ScriptHelper
Arthur Axel 'fREW' Schmidt [Fri, 3 Aug 2012 01:41:50 +0000]
Added helpful logging for the schema_from_schema_loader ScriptHelper

11 years agohelpful error wrapping for invalid source usage
Arthur Axel 'fREW' Schmidt [Fri, 3 Aug 2012 01:25:44 +0000]
helpful error wrapping for invalid source usage

11 years agoSwitch from Test::Exception to Test::Fatal
Arthur Axel 'fREW' Schmidt [Fri, 3 Aug 2012 01:11:59 +0000]
Switch from Test::Exception to Test::Fatal

11 years agoSwitch ::ScriptHelpers to Sub::Exporter::Progressive
Arthur Axel 'fREW' Schmidt [Thu, 2 Aug 2012 22:44:56 +0000]
Switch ::ScriptHelpers to Sub::Exporter::Progressive

11 years agoTest suite now is fully parallelizable
Arthur Axel 'fREW' Schmidt [Sat, 21 Jul 2012 07:43:36 +0000]
Test suite now is fully parallelizable

11 years agomake logging suck less
Arthur Axel 'fREW' Schmidt [Sat, 21 Jul 2012 05:02:49 +0000]
make logging suck less

11 years agov0.002115 v0.002115
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

11 years agomake temp files to be actual temp files
Arthur Axel 'fREW' Schmidt [Mon, 28 May 2012 02:17:13 +0000]
make temp files to be actual temp files

11 years agoremove dep on File::Touch
Arthur Axel 'fREW' Schmidt [Mon, 28 May 2012 02:06:01 +0000]
remove dep on File::Touch

11 years agov0.002114 v0.002114
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

11 years agoCorrectly set the version deployed to the version requested on install
Arthur Axel 'fREW' Schmidt [Sun, 6 May 2012 04:37:51 +0000]
Correctly set the version deployed to the version requested on install

11 years agov0.002113 v0.002113
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

11 years agoRemove isa check on schema attributes
Arthur Axel 'fREW' Schmidt [Sat, 5 May 2012 04:59:30 +0000]
Remove isa check on schema attributes

12 years agofix stupid typo
Arthur Axel 'fREW' Schmidt [Wed, 4 Apr 2012 02:14:22 +0000]
fix stupid typo

12 years agov0.002112 v0.002112
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

12 years agoHandle errors in perl scripts better and remove suport for $0
Arthur Axel 'fREW' Schmidt [Wed, 4 Apr 2012 02:10:48 +0000]
Handle errors in perl scripts better and remove suport for $0

12 years agov0.002111 v0.002111
Arthur Axel 'fREW' Schmidt [Fri, 30 Mar 2012 01:10:25 +0000]
v0.002111

       - Improve docs by linking from implementations to their roles

12 years agoImprove 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

12 years agov0.002110 v0.002110
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)

12 years agoFix stupid docs
Phillip Smith [Wed, 14 Mar 2012 19:17:09 +0000]
Fix stupid docs

12 years agofix link to DBIx::Class::Manual::Intro/Sample_database
Phillip Smith [Wed, 14 Mar 2012 17:58:45 +0000]
fix link to DBIx::Class::Manual::Intro/Sample_database

12 years agoUse ->count instead of ->next to check if version storage is deployed
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

12 years agov0.002100 v0.002100
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

12 years agoWrap upgrades, downgrades, and installs in a transaction
Arthur Axel 'fREW' Schmidt [Sat, 3 Mar 2012 22:55:26 +0000]
Wrap upgrades, downgrades, and installs in a transaction

12 years agoAllow user to specify version of schema to install
Arthur Axel 'fREW' Schmidt [Sat, 3 Mar 2012 19:31:02 +0000]
Allow user to specify version of schema to install

12 years agomuch better coderef sandboxing
Arthur Axel 'fREW' Schmidt [Sat, 3 Mar 2012 19:14:14 +0000]
much better coderef sandboxing

12 years agov0.002000 v0.002000
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.

12 years agopeople should use schema_from_schema_loader
Arthur Axel 'fREW' Schmidt [Wed, 29 Feb 2012 03:17:45 +0000]
people should use schema_from_schema_loader

12 years agoinitial version of ::ScriptHelpers
Arthur Axel 'fREW' Schmidt [Wed, 22 Feb 2012 03:37:19 +0000]
initial version of ::ScriptHelpers

12 years agov0.001008 v0.001008
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

12 years agov0.001007 v0.001007
Arthur Axel 'fREW' Schmidt [Thu, 16 Feb 2012 14:59:04 +0000]
v0.001007

       - removed the rest of the references to Method::Signatures::Simple

12 years agoremove remaining refereces to Method::Signatures::Simple
Arthur Axel 'fREW' Schmidt [Thu, 16 Feb 2012 14:54:12 +0000]
remove remaining refereces to Method::Signatures::Simple

12 years agov0.001006 v0.001006
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)

12 years agolet you install to a given point in the version history
John Napiorkowski [Tue, 27 Dec 2011 15:45:26 +0000]
let you install to a given point in the version history

12 years agoignore macosx garbage files
John Napiorkowski [Tue, 20 Dec 2011 16:16:55 +0000]
ignore macosx garbage files

12 years agoFix more spelling
Yanick Champoux [Mon, 17 Jan 2011 01:27:28 +0000]
Fix more spelling

12 years agohave backup called correctly
John Napiorkowski [Thu, 22 Sep 2011 03:16:24 +0000]
have backup called correctly

12 years agofix to make reasonable defaults work
John Napiorkowski [Thu, 22 Sep 2011 03:00:37 +0000]
fix to make reasonable defaults work

12 years agorefactor the parsing of SQL files
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.

12 years agoremoved Method::Signatures::Simple
Devin Austin [Mon, 23 Jan 2012 02:32:01 +0000]
removed Method::Signatures::Simple

12 years agocroak on a couple errors that should be fatal
Arthur Axel 'fREW' Schmidt [Sat, 10 Sep 2011 18:52:36 +0000]
croak on a couple errors that should be fatal

12 years agoWarn-free test suite with later DBIC
Peter Rabbitson [Wed, 25 Jan 2012 10:17:13 +0000]
Warn-free test suite with later DBIC

12 years agoStop deleting the wrong version
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.

12 years agos/yeild/yield/
Yanick Champoux [Wed, 1 Dec 2010 18:10:29 +0000]
s/yeild/yield/

12 years agoremove unneeded use statement
Arthur Axel 'fREW' Schmidt [Thu, 28 Jul 2011 17:19:51 +0000]
remove unneeded use statement

12 years agoFix documentation for in the Cookbook
Arthur Axel 'fREW' Schmidt [Sun, 10 Jul 2011 06:19:44 +0000]
Fix documentation for in the Cookbook

13 years agov0.001005 v0.001005
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

13 years agochanges
Arthur Axel 'fREW' Schmidt [Wed, 13 Apr 2011 20:19:46 +0000]
changes

13 years agoadd _any feature
Arthur Axel 'fREW' Schmidt [Thu, 7 Apr 2011 03:37:54 +0000]
add _any feature

13 years agoadd some extra doc for non-integer version users
Anthony Gladdish [Wed, 23 Mar 2011 14:53:57 +0000]
add some extra doc for non-integer version users

13 years agofix minor issues reported on RT
Arthur Axel 'fREW' Schmidt [Thu, 24 Feb 2011 04:45:11 +0000]
fix minor issues reported on RT

13 years agoCorrect path used for DH schema info storage
Nigel Metheringham [Fri, 24 Sep 2010 15:22:52 +0000]
Correct path used for DH schema info storage

13 years agoAdded comment about DBICDH_TRACE to see whats happening
Nigel Metheringham [Fri, 24 Sep 2010 15:02:25 +0000]
Added comment about DBICDH_TRACE to see whats happening

13 years agoAdded force_overwrite switch to install script
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...

13 years agoAdd artistid to populate script
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.

13 years agoCorrect the resultset used for deployment
Nigel Metheringham [Fri, 24 Sep 2010 14:43:36 +0000]
Correct the resultset used for deployment

13 years agoCorrect the directory name for the populate script
Nigel Metheringham [Fri, 24 Sep 2010 14:41:32 +0000]
Correct the directory name for the populate script

13 years agov0.001004 v0.001004
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)

13 years agoFix incorrect POD in SYNOPSIS
Arthur Axel 'fREW' Schmidt [Fri, 30 Jul 2010 03:06:44 +0000]
Fix incorrect POD in SYNOPSIS

13 years agoAdd missing attribute to DBIx::Class::DeploymentHandler (force_overwrite)
Arthur Axel 'fREW' Schmidt [Fri, 30 Jul 2010 03:04:02 +0000]
Add missing attribute to DBIx::Class::DeploymentHandler (force_overwrite)

13 years agov0.001003 v0.001003
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

13 years agoNo need to check what DBICDH does for us
Arthur Axel 'fREW' Schmidt [Thu, 15 Jul 2010 02:31:07 +0000]
No need to check what DBICDH does for us