[libcatalyst-model-dbic-schema-perl] branch master updated (49620e6 -> 2198e9c)

gregor herrmann gregoa at debian.org
Sun Sep 7 14:01:15 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libcatalyst-model-dbic-schema-perl.

      from  49620e6   update changelog
       new  612001f   Add debian/upstream/metadata
       new  ab48dc1   Update debian/changelog
      adds  a54874a   Added Catalyst-Model-DBIC-Schema directory
      adds  ad91060   initial checkin
      adds  dce0dfe   minor fixups
      adds  c12b731   some improvements/shortcuts
      adds  0f2fd2c   made connect_info optional in the case that the underlying schema already has connect_info defined on it
      adds  14d912a    s/C::Base/C::Model/ and s/classdata/classaccessor/, from ningu
      adds  46878f2   fixes from Daisuke Murase list emails (connect vs connection, get new() working right for ->config), bump to 0.02
      adds  f7a944f   minor docs update, use connection not connect after manually cloning from composed_schema
      adds  7b39f3f   bump to 0.03, added new helper to support automatic inline ::Schema::Loader
      adds  30d49c9   helper renamed
      adds  1aeb6e1   re-worked C::H::M::DBIC::SchemaInlineLoader code into a better C::H::M::DBIC::SchemaLoader, various minor fixups, bump to 0.04 for first release
      adds  251bf02   pod_to_ignore changes from Gavin Henry email
      adds  c919d0b   releasing 0.05, Changes updates, etc
      adds  5d11d75   release 0.06, fixed pod_to_ignore stuff, added an optional half-decent helper test
      adds  0b2a710   release for 0.07, ->require and connect_info args stuff
      adds  87ed833   bump Schema::Loader req
      adds  d08cea5   0.08, and the removal of the halfhearted ->require attempt
      adds  b8427e0   storage shortcut from paulm, version bump
      adds  3d8cdcc   version bumped, added kwalitee, removed old "first release" notice from pod
      adds  cd7e6e4   remove dist files generated by M::B, add on_connect_do support from Alexander Hartmaier, Changes update, release 0.10
      adds  4bd6775   swapped ACCEPT_CONTEXT for COMPONENT, also added the on_connect_do and sql_maker options to connect_info
      adds  7db6da7   0.11 released, fixes to the connect_info extra options support
      adds  aabc1d7   Mucho documentation in the SYNOPSIS, thanks aquarius!
      adds  150c864   commit 0.12 changes
      adds  4a3e80e   fix doc typo
      adds  d89e6c8   first pass at changes related to Schema::Loader 0.03, and unification of the two Helpers
      adds  781c687   Changes corrected/updated create=static implemented
      adds  045b378   updated version
      adds  d334390   updated/fixed Schema::Loader requirements
      adds  07edc53   clean up some pod whitespace issues
      adds  12ee173   0.14 release, Changes updated, tests fixed
      adds  ef91bcf   nuked some leftover references to Catalyst::Helper::Model::DBIC::SchemaLoader
      adds  a0bc9b1   fix stupid bug in Helper for create=static
      adds  202d09c   release 0.15, bump Schema::Loader rec, fixed create=static bug
      adds  bfcd6e3   more verbose error reporting.
      adds  592cd3a   fixed problem with create=static and connect_info code-snippet arguments
      adds  a76f0f5   meta-updates related to 0.16 release
      adds  3aedaa5   draft work on new C::M::DBIC::Schema, untested, and still needs some compat work
      adds  f1613fa   revert some stupid changes last commit
      adds  6d5cb6f   commit 0.18 release stuff
      adds  8dab1b0   bump version to 0.19, fix rt.cpan.org #22426
      adds  6116dae   tweaked docs to make helper use a little bit clearer
      adds  60557d3   switch to Module::Install
      adds  018eb0e   0.20 release
      adds  c8ae74f   doc fix (RT #31848)
      adds  b9a7235   connect_info can be a string if you only need to pass the DSN
      adds  8281c93   added Config::General  examples
      adds  0bc55ab   readme is autogenerated from the Makefile
      adds  dc3605a   bumped version to 0.21
      adds  460e3ac   Fix oddly formatted error message (and bump version)
      adds  d52bc37   Doc patch to clarify generated classes
      adds  c082639   Doc patch referencing custom resultset classes
      adds  6dec11b   grammar tweak
      adds  1d15505   C::M::DBIC::Schema -- better defaults for create=static, with backcompat
      adds  0f3de2c   switch M::DBIC::Schema to MRO::Compat from NEXT
      adds  34f036a   C::Helper::DBIC::Schema -- parse extra Schema::Loader args
      adds  ca14239   C::Helper::M::DBIC::SChema -- better Schema::Loader arg parsing, and a bugfix
      adds  ce92ff6   updated the timestamp for release
      adds  ffbf196   C::M::DBIC::Schema -- kill a couple of warnings
      adds  5828b5f   C::M::DBIC::Schema -- add S::L opts to helper synopsis
      adds  a0d88f0   C::M::DBIC::Schema -- better fix for warnings thanks to rafl++
      adds  5739457   C::M::DBIC::Schema -- do conditional c3 dep correctly
      adds  7604ebc   changes for 0.23 release
      adds  2201c2e   M::DBIC::Schema -- refactored helper, caching support
      adds  0fbbc8d   M::DBIC::Schema -- Moosification
      adds  fdd5f3d   M::DBIC::Schema -- Caching role
      adds  2ff00e2   C::M::DBIC::Schema - cleanups
      adds  f090a14   C::H::M::DBIC::Schema - convert to Moose
      adds  c4fee9b   C::M::DBIC::Schema - warn on create=dynamic, other cleanups, ::Role::Replicated (does not work yet)
      adds  39f5f00   C::M::DBIC::Schema - warn on empty schema
      adds  859c3a9   Bump required Module::Install version in everything. janus++
      adds  bd309c0   C::M::DBIC::Schema - finish up Role::Replicated
      adds  9040789   Depend on the actually released version of DBIC, and bump minor Cat dep
      adds  924bf2b   Add tests for my fail. Fixed already with the dependencies in Makefile.PL
      adds  ac63f7f   C::M::DBIC::Schema - make replicated role work with older DBIC, sort of
      adds  3f139b0   fix dbic helper fuckage
      adds  61ed82a   C::M::DBIC::Schema - minor cleanups
      adds  a75b6e5   dbic helper - make user/pass optional for sqlite, add a couple more tests
      adds  42e14c3   incorrect empty string in sample c::g config
      adds  7b1fe8c   DBIC::Schema - add tests for connect_info coercions
      adds  50f488e   DBIC::Schema - remove MX::ClassAttribute
      adds  4cbe63e   DBIC::Schema - add tests for helper
      adds  ef2aec6   Add repository resource to all the MI Makefile.PLs
      adds  e84b684   minor Changes updates
      adds  9f7cc70   minor changes
      adds  5f9a34d   dbic helper - minor fixes for simple value detection
      adds  5ec3e6c   C::M::DBIC::Schema - new release
      adds  113354d   hide typelib from PAUSE
      adds  8a56c2c   update M::I version
      adds  c34bcab   2 char quote_char support and s/roles/traits/
      adds  41bcf32   remove MX::Object::Pluggable
      adds  c7d7b84   switch to MX::Traits, document attributes
      adds  73f72d2   cleanups, deps on mx::traits which is not released yet
      adds  6f6b9c2   update docs
      adds  caa7a71   update to M::I 0.91
      adds  60e01a6   fix mx::traits usage and update runtime dep
      adds  f248883   fix composition namespace
      adds  fb691af   switch to CX::Component::Traits
      adds  85f45de   bump cx::component::traits dep
      adds  3d8d37d   release
      adds  7314403   cleanup types, add more attributes to replicated trait
      adds  108a45d   Fixed infinte loop if SQLite connect_info has only a DSN (RT #47101)
      adds  35d1e41   fix dep, new release
      adds  a1bacb6   edit changes
      adds  657d209   add test for rt#47101
      adds  ec27222   Fix RT 47449 by adding missing dep on Catalyst::Helper for tests.
      adds  2a969b0   Remove requirement on Catalyst::Helper, and instead skip the test that fails without its presence.
      adds  a4803ca   detect wrong case for "dbi:" DSN part in DBIC helper
      adds  18b829f   fix loading connect_info from schema-defined connection (RT 48084)
      adds  227854c   Un fuck by reverse merge acrosss the entire repos - svn merge -r 10977:10972 .
      adds  078c526   Package up for version 0.26.
      adds  bf3903f   change repository link in meta
      adds  46a2eb0   make schema a delegate for model
      adds  180c1a1   fix delegation for multiple schemas
      adds  e203cd4   minor doc tweaks
      adds  7bd33ab   pass config options to schema
      adds  294245b   ignore %$self keys that are not schema methods
      adds  b9cc2f7   remove Class::Inspector, add a test for schema options
      adds  f27a05e   use BUILD's $args instead of %$self
      adds  7dfd616   remove autobox, release
      adds  6d9e262   added myself to CONTRIBUTORS at Caelum's prodding:
      adds  788c27b   bump CX::Component::Traits dep, release
      adds  2fa0a1f   suport for coderef connect_infos, cleanup types
      adds  6a8ed3f   bump DBIC dep, release
      adds  49c75c0   Add myself as a contributor to C:M:D:Schema.  Yay!
      adds  ca7cf6f   change no sources error to warning, write connect_info to model with no create= option
      adds  8e1f4db   release
      adds  da21394   remove Moose::Autobox dep (not used anymore)
      adds  95b41ca   Tidy up SYNOPSIS
      adds  10c73a3   Tidy up Plugin::Auth section for current versions and best practices. Changelog
      adds  e0b4349   update deps
      adds  30cd8c5   s/clean_files "README"/realclean_files "README"/
      adds  4e251d1   merge 0.31
      adds  ce9e19d   support coderefs for loader options for helper
      adds  cbe03ea   pod cleanup, release
      adds  87145c6   fix test failure in 05testapp.t when env var not set, release
      adds  d816d7b   move schema proxying into a trait
      adds  ae3d05c   deprecate schema proxying, release
      adds  4b74b4d   update Changes
      adds  7b23bc3   re-upload (with Changes)
      adds  7e6a622   upgrading a schema to use_namespaces=1 will also turn on components=InflateColumn::DateTime (the default.), and release
      adds  61fed35   support single replicant from config
      adds  626adb9   test for single replicant hashref coercion, release
      adds  1d67a58   re-add the "storage" proxy method, release
      adds  97631b4   better 'on_connect_do' parsing in helper, release
      adds  06aa67a   fix Replicated deps
      adds  5106297   add test for on_connect_do=string parsing in helper, release
      adds  21d8159   allow configuring ResultSets through the SchemaProxy trait
      adds  4f90794   add use_moose=1 to loader opts for create=static, release
      adds  fdbe669   add dep for MooseX::NonMoose for the use_moose=1 option, release
      adds  f027951   added col_collision_map => 'column_%s' as default loader option
      adds  6b6abf7   do not upgrade non-Moose schemas to use_moose=1 (RT#60558)
      adds  3fff294   release 0.44
      adds  9a6afcd   fix bug where non-result files were picked up for Moose check
      adds  bf4bdab   release 0.45
      adds  1fcd780   make use_moose detection more robust
      adds  fb92072   release 0.46
      adds  95c7d35   fix loader version check
      adds  56b6512   release 0.47
      adds  a48759d   missing parens
      adds  547a4af   update deps
      adds  ed895a5   fix usage of Try::Tiny in helper
      adds  9899ff6   release 0.48
      adds  170e297   fix regex stringification test for perl 5.14 (RT#68098)
      adds  f24a5fb   fix ->isa check in Replicated trait, Model POD and SchemaProxy RS options
      adds  836bf77   release 0.49
      adds  d618699   change repository link to git repo
      adds  b34b0af   get t/05testapp.t to run on Win32
      adds  acb5622   release 0.50
      adds  bd99d89   add test for literal SQL through accessor
      adds  d9ed80e   make t/05testapp.t silent and fix remaining Win32 issues
      adds  9d22a56   add documentation links to helper POD
      adds  8af34f3   warn if no tables found in helper
      adds  14ac320   update Changes
      adds  f1b4a8f   accept loader args after connect_info, release
      adds  5a3b72f   skip structs in loader args after connect_info
      adds  7dd1b1e   remove loader args from connect_info
      adds  726daa5   release 0.53
      adds  632e5da   make sure we do not run helper test if the helper feature is not installed
      adds  a0ce83f   update $VERSION
      adds  3ecd268   add DBD::SQLite to test_requires (RT#70357)
      adds  5ff3cc7   release 0.55
      adds  79ac28c   Initial trait for doing per request schema
      adds  2a9509a   And lets try once more, with half a brain-cell turned on
      adds  b75fb6c   update POD and deps for ::PerRequestSchema
      adds  0488aab   release 0.56
      adds  63dcfad   add POD for PerRequestSchema trait
      adds  cc66f07   release 0.57
      adds  34bc1c6   rm ->make_immutable from PerRequestSchema trait
      adds  1714a8a   release 0.58
      adds  62b2aa0   update helper deps for new loader
      adds  9ee0a86   release 0.59
      adds  9a51311   Paranoia
      adds  4a0168e   Add a .gitignore
      adds  566a0bc   add alt. hook to PerRequestSchema trait
      adds  81c30dc   improve Moose ResultSet example in SchemaProxy
      adds  167d6a1   release 0.60
      adds  f946a00   Fix test failure caused by hash randomisation in perl 5.17 (RT#82917)
      adds  48c2270   release 0.61
      adds  b2cf3f8   Ignore more build products and Emacs droppings
      adds  9848987   Don't ship MYMETA.* files (RT#91808)
      adds  45b1019   Stop using deprecated Class::MOP::load_module
      adds  4c7770d   Ignore MANIFEST.bak
      adds  aa84f94   Consistent spacing in Changes
      adds  7b4f9ec   release 0.62
      adds  ee0f3a8   Make MooseX::MarkAsMethods a hard prerequisite (RT#94923)
      adds  a61d4d8   Fix missing semicolon
      adds  d71aa88   Fix t/08helper.t with Data::Dumper >= 2.151 (RT#94599)
      adds  8c4218a   release 0.63
      adds  d9bff0e   fixed busted replication trait
      adds  4b1d01a   up version for push to cpan
      adds  2a5644e   Make compose_namespace and install_model_shortcut configurable.
      adds  0f64d02   Cosmetic: Fix attribute lines types and defaults
      adds  6f02ed9   Imported Upstream version 0.65
       new  43fae66   Merge tag 'upstream/0.65'
       new  e3d2506   Update debian/changelog
       new  14570a1   Add autopkgtest control file.
       new  2198e9c   releasing package libcatalyst-model-dbic-schema-perl version 0.65-1

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                                  |   5 +-
 META.yml                                 |  39 ++++++++----
 README                                   |  18 +++++-
 debian/changelog                         |  12 +++-
 debian/tests/control                     |   8 +++
 debian/upstream/metadata                 |   5 ++
 inc/Module/AutoInstall.pm                |  42 ++++++------
 inc/Module/Install.pm                    |  23 +++----
 inc/Module/Install/AutoInstall.pm        |   6 +-
 inc/Module/Install/Base.pm               |   2 +-
 inc/Module/Install/Can.pm                |   2 +-
 inc/Module/Install/Fetch.pm              |   6 +-
 inc/Module/Install/Include.pm            |   6 +-
 inc/Module/Install/Makefile.pm           |   4 +-
 inc/Module/Install/Metadata.pm           | 106 +++++++++++--------------------
 inc/Module/Install/Win32.pm              |   6 +-
 inc/Module/Install/WriteAll.pm           |   6 +-
 lib/Catalyst/Helper/Model/DBIC/Schema.pm |   2 +-
 lib/Catalyst/Model/DBIC/Schema.pm        |  35 ++++++++--
 19 files changed, 174 insertions(+), 159 deletions(-)
 create mode 100644 debian/tests/control
 create mode 100644 debian/upstream/metadata

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcatalyst-model-dbic-schema-perl.git



More information about the Pkg-perl-cvs-commits mailing list