[libcatalyst-model-dbic-schema-perl] annotated tag upstream/0.65 created (now 13f51bc)

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


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

gregoa pushed a change to annotated tag upstream/0.65
in repository libcatalyst-model-dbic-schema-perl.

        at  13f51bc   (tag)
   tagging  6f02ed9b8f05bac72477150a3acf9c6432cd4451 (commit)
  replaces  upstream/0.64
 tagged by  gregor herrmann
        on  Sun Sep 7 15:39:11 2014 +0200

- Log -----------------------------------------------------------------
Upstream version 0.65

Aran Deltac (3):
      fix loading connect_info from schema-defined connection (RT 48084)
      Package up for version 0.26.
      Add myself as a contributor to C:M:D:Schema.  Yay!

Bogdan Lucaciu (5):
      connect_info can be a string if you only need to pass the DSN
      added Config::General  examples
      readme is autogenerated from the Makefile
      bumped version to 0.21
      updated the timestamp for release

Brandon L. Black (36):
      initial checkin
      minor fixups
      some improvements/shortcuts
      made connect_info optional in the case that the underlying schema already has connect_info defined on it
      s/C::Base/C::Model/ and s/classdata/classaccessor/, from ningu
      fixes from Daisuke Murase list emails (connect vs connection, get new() working right for ->config), bump to 0.02
      minor docs update, use connection not connect after manually cloning from composed_schema
      bump to 0.03, added new helper to support automatic inline ::Schema::Loader
      helper renamed
      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
      pod_to_ignore changes from Gavin Henry email
      releasing 0.05, Changes updates, etc
      release 0.06, fixed pod_to_ignore stuff, added an optional half-decent helper test
      release for 0.07, ->require and connect_info args stuff
      bump Schema::Loader req
      0.08, and the removal of the halfhearted ->require attempt
      storage shortcut from paulm, version bump
      version bumped, added kwalitee, removed old "first release" notice from pod
      remove dist files generated by M::B, add on_connect_do support from Alexander Hartmaier, Changes update, release 0.10
      swapped ACCEPT_CONTEXT for COMPONENT, also added the on_connect_do and sql_maker options to connect_info
      0.11 released, fixes to the connect_info extra options support
      first pass at changes related to Schema::Loader 0.03, and unification of the two Helpers
      Changes corrected/updated
      updated/fixed Schema::Loader requirements
      clean up some pod whitespace issues
      0.14 release, Changes updated, tests fixed
      nuked some leftover references to Catalyst::Helper::Model::DBIC::SchemaLoader
      fix stupid bug in Helper for create=static
      release 0.15, bump Schema::Loader rec, fixed create=static bug
      fixed problem with create=static and connect_info code-snippet arguments
      meta-updates related to 0.16 release
      draft work on new C::M::DBIC::Schema, untested, and still needs some compat work
      revert some stupid changes last commit
      commit 0.18 release stuff
      bump version to 0.19, fix rt.cpan.org #22426
      0.20 release

Brendan Byrd (1):
      add alt. hook to PerRequestSchema trait

Brian Cassidy (2):
      switch to Module::Install
      doc fix (RT #31848)

Cory G Watson (1):
      Fix oddly formatted error message (and bump version)

D. Ilmari Mannsåker (2):
      release 0.61
      Ignore more build products and Emacs droppings

Dagfinn Ilmari Mannsåker (11):
      add DBD::SQLite to test_requires (RT#70357)
      Fix test failure caused by hash randomisation in perl 5.17 (RT#82917)
      Don't ship MYMETA.* files (RT#91808)
      Stop using deprecated Class::MOP::load_module
      Ignore MANIFEST.bak
      Consistent spacing in Changes
      release 0.62
      Make MooseX::MarkAsMethods a hard prerequisite (RT#94923)
      Fix missing semicolon
      Fix t/08helper.t with Data::Dumper >= 2.151 (RT#94599)
      release 0.63

Dan Dascalescu (2):
      Fixed infinte loop if SQLite connect_info has only a DSN (RT #47101)
      added myself to CONTRIBUTORS at Caelum's prodding:

Gareth Kirwan (2):
      Make compose_namespace and install_model_shortcut configurable.
      Cosmetic: Fix attribute lines types and defaults

Hakim Cassimally (1):
      Tidy up SYNOPSIS

Jason Gottshal (2):
      Doc patch to clarify generated classes
      Doc patch referencing custom resultset classes

Jess Robinson (1):
      Mucho documentation in the SYNOPSIS, thanks aquarius!

John Napiorkowski (3):
      make sure we do not run helper test if the helper feature is not installed
      fixed busted replication trait
      up version for push to cpan

Kieren Diment (2):
      tweaked docs to make helper use a little bit clearer
      grammar tweak

Marcus Ramberg (1):
      more verbose error reporting.

Matt S Trout (5):
      Added Catalyst-Model-DBIC-Schema directory
      commit 0.12 changes
      fix doc typo
      updated version
      changes for 0.23 release

Rafael Kitover (121):
      C::M::DBIC::Schema -- better defaults for create=static, with backcompat
      switch M::DBIC::Schema to MRO::Compat from NEXT
      C::Helper::DBIC::Schema -- parse extra Schema::Loader args
      C::Helper::M::DBIC::SChema -- better Schema::Loader arg parsing, and a bugfix
      C::M::DBIC::Schema -- kill a couple of warnings
      C::M::DBIC::Schema -- add S::L opts to helper synopsis
      C::M::DBIC::Schema -- better fix for warnings thanks to rafl++
      C::M::DBIC::Schema -- do conditional c3 dep correctly
      M::DBIC::Schema -- refactored helper, caching support
      M::DBIC::Schema -- Moosification
      M::DBIC::Schema -- Caching role
      C::M::DBIC::Schema - cleanups
      C::H::M::DBIC::Schema - convert to Moose
      C::M::DBIC::Schema - warn on create=dynamic, other cleanups, ::Role::Replicated (does not work yet)
      C::M::DBIC::Schema - warn on empty schema
      C::M::DBIC::Schema - finish up Role::Replicated
      C::M::DBIC::Schema - make replicated role work with older DBIC, sort of
      fix dbic helper fuckage
      C::M::DBIC::Schema - minor cleanups
      dbic helper - make user/pass optional for sqlite, add a couple more tests
      incorrect empty string in sample c::g config
      DBIC::Schema - add tests for connect_info coercions
      DBIC::Schema - remove MX::ClassAttribute
      DBIC::Schema - add tests for helper
      minor Changes updates
      minor changes
      dbic helper - minor fixes for simple value detection
      C::M::DBIC::Schema - new release
      hide typelib from PAUSE
      update M::I version
      2 char quote_char support and s/roles/traits/
      remove MX::Object::Pluggable
      switch to MX::Traits, document attributes
      cleanups, deps on mx::traits which is not released yet
      update docs
      update to M::I 0.91
      fix mx::traits usage and update runtime dep
      fix composition namespace
      switch to CX::Component::Traits
      bump cx::component::traits dep
      release
      cleanup types, add more attributes to replicated trait
      fix dep, new release
      edit changes
      add test for rt#47101
      detect wrong case for "dbi:" DSN part in DBIC helper
      change repository link in meta
      make schema a delegate for model
      fix delegation for multiple schemas
      minor doc tweaks
      pass config options to schema
      ignore %$self keys that are not schema methods
      remove Class::Inspector, add a test for schema options
      use BUILD's $args instead of %$self
      remove autobox, release
      bump CX::Component::Traits dep, release
      suport for coderef connect_infos, cleanup types
      bump DBIC dep, release
      change no sources error to warning, write connect_info to model with no create= option
      release
      remove Moose::Autobox dep (not used anymore)
      update deps
      s/clean_files "README"/realclean_files "README"/
      merge 0.31
      support coderefs for loader options for helper
      pod cleanup, release
      fix test failure in 05testapp.t when env var not set, release
      move schema proxying into a trait
      deprecate schema proxying, release
      update Changes
      re-upload (with Changes)
      upgrading a schema to use_namespaces=1 will also turn on components=InflateColumn::DateTime (the default.), and release
      support single replicant from config
      test for single replicant hashref coercion, release
      re-add the "storage" proxy method, release
      better 'on_connect_do' parsing in helper, release
      fix Replicated deps
      add test for on_connect_do=string parsing in helper, release
      allow configuring ResultSets through the SchemaProxy trait
      add use_moose=1 to loader opts for create=static, release
      add dep for MooseX::NonMoose for the use_moose=1 option, release
      added col_collision_map => 'column_%s' as default loader option
      do not upgrade non-Moose schemas to use_moose=1 (RT#60558)
      release 0.44
      fix bug where non-result files were picked up for Moose check
      release 0.45
      make use_moose detection more robust
      release 0.46
      fix loader version check
      release 0.47
      missing parens
      update deps
      fix usage of Try::Tiny in helper
      release 0.48
      fix regex stringification test for perl 5.14 (RT#68098)
      fix ->isa check in Replicated trait, Model POD and SchemaProxy RS options
      release 0.49
      change repository link to git repo
      get t/05testapp.t to run on Win32
      release 0.50
      add test for literal SQL through accessor
      make t/05testapp.t silent and fix remaining Win32 issues
      add documentation links to helper POD
      warn if no tables found in helper
      update Changes
      accept loader args after connect_info, release
      skip structs in loader args after connect_info
      remove loader args from connect_info
      release 0.53
      update $VERSION
      release 0.55
      update POD and deps for ::PerRequestSchema
      release 0.56
      add POD for PerRequestSchema trait
      release 0.57
      rm ->make_immutable from PerRequestSchema trait
      release 0.58
      update helper deps for new loader
      release 0.59
      improve Moose ResultSet example in SchemaProxy
      release 0.60

Toby Corkindale (2):
      Fix RT 47449 by adding missing dep on Catalyst::Helper for tests.
      Remove requirement on Catalyst::Helper, and instead skip the test that fails

Tomas Doran (10):
      Bump required Module::Install version in everything. janus++
      Depend on the actually released version of DBIC, and bump minor Cat dep
      Add tests for my fail. Fixed already with the dependencies in Makefile.PL
      Add repository resource to all the MI Makefile.PLs
      Un fuck by reverse merge acrosss the entire repos - svn merge -r 10977:10972 .
      Tidy up Plugin::Auth section for current versions and best practices. Changelog
      Initial trait for doing per request schema
      And lets try once more, with half a brain-cell turned on
      Paranoia
      Add a .gitignore

gregor herrmann (1):
      Imported Upstream version 0.65

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
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