10 years agorelease 0.62 v0.62
Dagfinn Ilmari Mannsåker [Mon, 6 Jan 2014 12:33:49 +0000]
release 0.62

10 years agoConsistent spacing in Changes
Dagfinn Ilmari Mannsåker [Mon, 6 Jan 2014 12:33:14 +0000]
Consistent spacing in Changes

10 years agoIgnore MANIFEST.bak
Dagfinn Ilmari Mannsåker [Mon, 6 Jan 2014 12:31:13 +0000]
Ignore MANIFEST.bak

10 years agoStop using deprecated Class::MOP::load_module
Dagfinn Ilmari Mannsåker [Thu, 28 Nov 2013 23:33:44 +0000]
Stop using deprecated Class::MOP::load_module

Instead, use Module::Runtime and MooseX::Types::LoadableClass, as
appropriate.

10 years agoDon't ship MYMETA.* files (RT#91808)
Dagfinn Ilmari Mannsåker [Mon, 6 Jan 2014 12:25:41 +0000]
Don't ship MYMETA.* files (RT#91808)

10 years agoIgnore more build products and Emacs droppings
D. Ilmari Mannsåker [Wed, 19 Jun 2013 12:43:09 +0000]
Ignore more build products and Emacs droppings

10 years agorelease 0.61 v0.61
D. Ilmari Mannsåker [Wed, 19 Jun 2013 11:48:55 +0000]
release 0.61

11 years agoFix test failure caused by hash randomisation in perl 5.17 (RT#82917)
Dagfinn Ilmari Mannsåker [Thu, 24 Jan 2013 10:35:42 +0000]
Fix test failure caused by hash randomisation in perl 5.17 (RT#82917)

11 years agorelease 0.60 v0.60
Rafael Kitover [Tue, 12 Jun 2012 16:28:30 +0000]
release 0.60

11 years agoimprove Moose ResultSet example in SchemaProxy
Rafael Kitover [Tue, 12 Jun 2012 16:24:05 +0000]
improve Moose ResultSet example in SchemaProxy

The sub BUILDARGS { $_[2] } is essential for everything to work, and
users are likely to not know about it when using the Moose example as
is. It's been added to DBIx::Class documentation as well in master.

11 years agoadd alt. hook to PerRequestSchema trait
Brendan Byrd [Fri, 6 Apr 2012 20:41:15 +0000]
add alt. hook to PerRequestSchema trait

Allow defining the per_request_schema hook in the PerRequestSchema trait
and document it.

12 years agoAdd a .gitignore
Tomas Doran [Wed, 15 Feb 2012 21:59:50 +0000]
Add a .gitignore

12 years agoParanoia
Tomas Doran [Wed, 15 Feb 2012 21:57:19 +0000]
Paranoia

12 years agorelease 0.59 v0.59
Rafael Kitover [Tue, 1 Nov 2011 11:21:48 +0000]
release 0.59

12 years agoupdate helper deps for new loader
Rafael Kitover [Tue, 1 Nov 2011 11:20:10 +0000]
update helper deps for new loader

12 years agorelease 0.58 v0.58
Rafael Kitover [Tue, 25 Oct 2011 19:20:04 +0000]
release 0.58

12 years agorm ->make_immutable from PerRequestSchema trait
Rafael Kitover [Tue, 25 Oct 2011 19:17:56 +0000]
rm ->make_immutable from PerRequestSchema trait

12 years agorelease 0.57 v0.57
Rafael Kitover [Sat, 22 Oct 2011 16:02:34 +0000]
release 0.57

12 years agoadd POD for PerRequestSchema trait
Rafael Kitover [Sat, 22 Oct 2011 16:01:04 +0000]
add POD for PerRequestSchema trait

12 years agorelease 0.56 v0.56
Rafael Kitover [Sat, 22 Oct 2011 15:35:44 +0000]
release 0.56

12 years agoupdate POD and deps for ::PerRequestSchema
Rafael Kitover [Sat, 22 Oct 2011 15:33:49 +0000]
update POD and deps for ::PerRequestSchema

12 years agoAnd lets try once more, with half a brain-cell turned on
Tomas Doran [Tue, 30 Aug 2011 11:27:28 +0000]
And lets try once more, with half a brain-cell turned on

12 years agoInitial trait for doing per request schema
Tomas Doran [Tue, 30 Aug 2011 11:23:26 +0000]
Initial trait for doing per request schema

12 years agorelease 0.55 v0.55
Rafael Kitover [Fri, 16 Sep 2011 08:56:23 +0000]
release 0.55

12 years agoadd DBD::SQLite to test_requires (RT#70357)
Dagfinn Ilmari Mannsåker [Thu, 15 Sep 2011 19:59:02 +0000]
add DBD::SQLite to test_requires (RT#70357)

12 years agoupdate $VERSION v0.54
Rafael Kitover [Fri, 5 Aug 2011 16:41:18 +0000]
update $VERSION

12 years agomake sure we do not run helper test if the helper feature is not installed
John Napiorkowski [Fri, 5 Aug 2011 15:33:39 +0000]
make sure we do not run helper test if the helper feature is not installed

12 years agorelease 0.53 v0.53
Rafael Kitover [Wed, 3 Aug 2011 03:45:48 +0000]
release 0.53

12 years agoremove loader args from connect_info
Rafael Kitover [Wed, 3 Aug 2011 03:43:06 +0000]
remove loader args from connect_info

Improves the loader args reading code after connect_info to check the
keys against DBIx::Class::Schema::Loader::Base methods (loader options)
and splice them out of the connect_info information.

12 years agoskip structs in loader args after connect_info v0.52
Rafael Kitover [Thu, 28 Jul 2011 22:28:27 +0000]
skip structs in loader args after connect_info

Skips structs when reading extra loader args after the connect_info in
the helper.

Also a new release, 0.52.

12 years agoaccept loader args after connect_info, release v0.51
Rafael Kitover [Wed, 27 Jul 2011 20:58:02 +0000]
accept loader args after connect_info, release

12 years agoupdate Changes
Rafael Kitover [Wed, 27 Jul 2011 20:17:15 +0000]
update Changes

12 years agowarn if no tables found in helper
Rafael Kitover [Wed, 27 Jul 2011 03:51:16 +0000]
warn if no tables found in helper

After dumping the schema in the helper, loads the dumped Schema, checks
->sources and if empty prints a warning with a suggestion to specify
db_schema.

12 years agoadd documentation links to helper POD
Rafael Kitover [Wed, 27 Jul 2011 03:46:56 +0000]
add documentation links to helper POD

Adds links to DBIx::Class::Schema::Loader::Base,
DBIx::Class::Schema/connect and
DBIx::Class::Storage::DBI/connect_info POD to the helper POD.

12 years agomake t/05testapp.t silent and fix remaining Win32 issues
Rafael Kitover [Sun, 22 May 2011 20:55:52 +0000]
make t/05testapp.t silent and fix remaining Win32 issues

12 years agoadd test for literal SQL through accessor
Rafael Kitover [Sat, 21 May 2011 14:24:26 +0000]
add test for literal SQL through accessor

12 years agorelease 0.50 v0.50
Rafael Kitover [Fri, 20 May 2011 14:51:27 +0000]
release 0.50

12 years agoget t/05testapp.t to run on Win32
Rafael Kitover [Fri, 20 May 2011 22:38:23 +0000]
get t/05testapp.t to run on Win32

12 years agochange repository link to git repo
Rafael Kitover [Fri, 20 May 2011 14:45:53 +0000]
change repository link to git repo

12 years agorelease 0.49
Rafael Kitover [Wed, 11 May 2011 06:05:08 +0000]
release 0.49

12 years agofix ->isa check in Replicated trait, Model POD and SchemaProxy RS options
Rafael Kitover [Wed, 11 May 2011 06:00:06 +0000]
fix ->isa check in Replicated trait, Model POD and SchemaProxy RS options

12 years agofix regex stringification test for perl 5.14 (RT#68098)
Rafael Kitover [Wed, 11 May 2011 04:59:45 +0000]
fix regex stringification test for perl 5.14 (RT#68098)

13 years agorelease 0.48 v0.48
Rafael Kitover [Thu, 9 Dec 2010 21:15:56 +0000]
release 0.48

13 years agofix usage of Try::Tiny in helper
Rafael Kitover [Thu, 9 Dec 2010 21:06:51 +0000]
fix usage of Try::Tiny in helper

13 years agoupdate deps
Rafael Kitover [Wed, 8 Dec 2010 22:30:50 +0000]
update deps

13 years agomissing parens
Rafael Kitover [Wed, 8 Dec 2010 22:26:07 +0000]
missing parens

13 years agorelease 0.47
Rafael Kitover [Wed, 8 Dec 2010 22:21:26 +0000]
release 0.47

13 years agofix loader version check
Rafael Kitover [Wed, 8 Dec 2010 22:20:05 +0000]
fix loader version check

13 years agorelease 0.46 v0.46
Rafael Kitover [Wed, 8 Dec 2010 13:35:59 +0000]
release 0.46

13 years agomake use_moose detection more robust
Rafael Kitover [Wed, 8 Dec 2010 13:34:30 +0000]
make use_moose detection more robust

13 years agorelease 0.45 v0.45
Rafael Kitover [Wed, 8 Dec 2010 12:06:05 +0000]
release 0.45

13 years agofix bug where non-result files were picked up for Moose check
Rafael Kitover [Wed, 8 Dec 2010 12:05:01 +0000]
fix bug where non-result files were picked up for Moose check

13 years agorelease 0.44 v0.44
Rafael Kitover [Tue, 7 Dec 2010 03:51:20 +0000]
release 0.44

13 years agodo not upgrade non-Moose schemas to use_moose=1 (RT#60558)
Rafael Kitover [Tue, 7 Dec 2010 03:49:20 +0000]
do not upgrade non-Moose schemas to use_moose=1 (RT#60558)

13 years agoadded col_collision_map => 'column_%s' as default loader option
Rafael Kitover [Fri, 3 Dec 2010 02:25:12 +0000]
added col_collision_map => 'column_%s' as default loader option

13 years agoadd dep for MooseX::NonMoose for the use_moose=1 option, release v0.43
Rafael Kitover [Sun, 25 Jul 2010 01:01:17 +0000]
add dep for MooseX::NonMoose for the use_moose=1 option, release

13 years agoadd use_moose=1 to loader opts for create=static, release v0.42
Rafael Kitover [Sat, 24 Jul 2010 23:14:43 +0000]
add use_moose=1 to loader opts for create=static, release

13 years agoallow configuring ResultSets through the SchemaProxy trait v0.41
Rafael Kitover [Wed, 28 Apr 2010 12:43:21 +0000]
allow configuring ResultSets through the SchemaProxy trait

14 years agoadd test for on_connect_do=string parsing in helper, release v0.40
Rafael Kitover [Thu, 4 Feb 2010 04:13:19 +0000]
add test for on_connect_do=string parsing in helper, release

14 years agofix Replicated deps
Rafael Kitover [Thu, 4 Feb 2010 03:57:55 +0000]
fix Replicated deps

14 years agobetter 'on_connect_do' parsing in helper, release v0.39
Rafael Kitover [Mon, 1 Feb 2010 15:10:32 +0000]
better 'on_connect_do' parsing in helper, release

14 years agore-add the "storage" proxy method, release v0.38
Rafael Kitover [Fri, 15 Jan 2010 11:42:16 +0000]
re-add the "storage" proxy method, release

14 years agotest for single replicant hashref coercion, release v0.37
Rafael Kitover [Thu, 14 Jan 2010 15:30:55 +0000]
test for single replicant hashref coercion, release

14 years agosupport single replicant from config
Rafael Kitover [Thu, 14 Jan 2010 14:59:33 +0000]
support single replicant from config

14 years agoupgrading a schema to use_namespaces=1 will also turn on components=InflateColumn... v0.36
Rafael Kitover [Thu, 14 Jan 2010 14:25:20 +0000]
upgrading a schema to use_namespaces=1 will also turn on components=InflateColumn::DateTime (the default.), and release

14 years agore-upload (with Changes) v0.35
Rafael Kitover [Sun, 27 Dec 2009 09:53:08 +0000]
re-upload (with Changes)

14 years agoupdate Changes
Rafael Kitover [Sun, 27 Dec 2009 08:51:28 +0000]
update Changes

14 years agodeprecate schema proxying, release v0.34
Rafael Kitover [Sun, 27 Dec 2009 08:11:49 +0000]
deprecate schema proxying, release

14 years agomove schema proxying into a trait
Rafael Kitover [Sun, 27 Dec 2009 06:47:56 +0000]
move schema proxying into a trait

14 years agofix test failure in 05testapp.t when env var not set, release v0.33
Rafael Kitover [Sat, 26 Dec 2009 13:06:50 +0000]
fix test failure in 05testapp.t when env var not set, release

14 years agopod cleanup, release v0.32
Rafael Kitover [Wed, 23 Dec 2009 06:23:19 +0000]
pod cleanup, release

14 years agosupport coderefs for loader options for helper
Rafael Kitover [Tue, 22 Dec 2009 02:38:52 +0000]
support coderefs for loader options for helper

14 years agomerge 0.31
Rafael Kitover [Mon, 30 Nov 2009 01:21:43 +0000]
merge 0.31

14 years agos/clean_files "README"/realclean_files "README"/
Rafael Kitover [Tue, 24 Nov 2009 08:52:33 +0000]
s/clean_files "README"/realclean_files "README"/

14 years agoupdate deps
Rafael Kitover [Tue, 24 Nov 2009 08:41:37 +0000]
update deps

14 years agoTidy up Plugin::Auth section for current versions and best practices. Changelog
Tomas Doran [Tue, 17 Nov 2009 22:11:25 +0000]
Tidy up Plugin::Auth section for current versions and best practices. Changelog

14 years agoTidy up SYNOPSIS
Hakim Cassimally [Tue, 17 Nov 2009 21:45:11 +0000]
Tidy up SYNOPSIS

Replaced spurious section on creating DBIC schema with a pointer to DBIC docs,
and "assuming you have schema ::FilmDB" ...

Clarified $c->model(...)
    (this is now slightly replicated with DESCRIPTION,
    still needs some fixing up)

Moved the ::Authentication section out of SYNOPSIS and L<>'d instead.

14 years agoremove Moose::Autobox dep (not used anymore) v0.30
Rafael Kitover [Sun, 18 Oct 2009 05:38:30 +0000]
remove Moose::Autobox dep (not used anymore)

14 years agorelease
Rafael Kitover [Sun, 18 Oct 2009 05:36:54 +0000]
release

14 years agochange no sources error to warning, write connect_info to model with no create= option
Rafael Kitover [Sun, 18 Oct 2009 05:15:58 +0000]
change no sources error to warning, write connect_info to model with no create= option

14 years agoAdd myself as a contributor to C:M:D:Schema. Yay!
Aran Deltac [Thu, 10 Sep 2009 16:00:18 +0000]
Add myself as a contributor to C:M:D:Schema.  Yay!

14 years agobump DBIC dep, release v0.29
Rafael Kitover [Mon, 7 Sep 2009 19:33:07 +0000]
bump DBIC dep, release

14 years agosuport for coderef connect_infos, cleanup types
Rafael Kitover [Sun, 30 Aug 2009 16:56:55 +0000]
suport for coderef connect_infos, cleanup types

14 years agobump CX::Component::Traits dep, release v0.28
Rafael Kitover [Thu, 27 Aug 2009 12:18:49 +0000]
bump CX::Component::Traits dep, release

14 years agoadded myself to CONTRIBUTORS at Caelum's prodding:
Dan Dascalescu [Thu, 27 Aug 2009 05:50:35 +0000]
added myself to CONTRIBUTORS at Caelum's prodding:

14 years agoremove autobox, release v0.27
Rafael Kitover [Wed, 26 Aug 2009 13:15:50 +0000]
remove autobox, release

14 years agouse BUILD's $args instead of %$self
Rafael Kitover [Mon, 24 Aug 2009 10:24:03 +0000]
use BUILD's $args instead of %$self

14 years agoremove Class::Inspector, add a test for schema options
Rafael Kitover [Mon, 24 Aug 2009 09:06:16 +0000]
remove Class::Inspector, add a test for schema options

14 years agoignore %$self keys that are not schema methods
Rafael Kitover [Mon, 24 Aug 2009 08:23:32 +0000]
ignore %$self keys that are not schema methods

14 years agopass config options to schema
Rafael Kitover [Mon, 24 Aug 2009 08:19:51 +0000]
pass config options to schema

14 years agominor doc tweaks
Rafael Kitover [Sun, 23 Aug 2009 04:11:10 +0000]
minor doc tweaks

14 years agofix delegation for multiple schemas
Rafael Kitover [Sun, 23 Aug 2009 02:05:22 +0000]
fix delegation for multiple schemas

14 years agomake schema a delegate for model
Rafael Kitover [Sat, 22 Aug 2009 12:52:35 +0000]
make schema a delegate for model

14 years agochange repository link in meta
Rafael Kitover [Thu, 30 Jul 2009 16:27:57 +0000]
change repository link in meta

14 years agoPackage up for version 0.26.
Aran Deltac [Wed, 29 Jul 2009 23:27:03 +0000]
Package up for version 0.26.

14 years agoUn fuck by reverse merge acrosss the entire repos - svn merge -r 10977:10972 .
Tomas Doran [Wed, 29 Jul 2009 21:54:10 +0000]
Un fuck by reverse merge acrosss the entire repos - svn merge -r 10977:10972 .

14 years agofix loading connect_info from schema-defined connection (RT 48084)
Aran Deltac [Wed, 22 Jul 2009 16:16:42 +0000]
fix loading connect_info from schema-defined connection (RT 48084)

14 years agodetect wrong case for "dbi:" DSN part in DBIC helper
Rafael Kitover [Fri, 17 Jul 2009 19:35:29 +0000]
detect wrong case for "dbi:" DSN part in DBIC helper

14 years agoRemove requirement on Catalyst::Helper, and instead skip the test that fails
Toby Corkindale [Tue, 30 Jun 2009 08:17:53 +0000]
Remove requirement on Catalyst::Helper, and instead skip the test that fails
without its presence.

14 years agoFix RT 47449 by adding missing dep on Catalyst::Helper for tests.
Toby Corkindale [Tue, 30 Jun 2009 07:57:52 +0000]
Fix RT 47449 by adding missing dep on Catalyst::Helper for tests.