[libdancer-plugin-dbic-perl] branch master updated (0aba1cb -> 6b3ac44)

Jonas Smedegaard dr at jones.dk
Tue May 20 09:18:11 UTC 2014


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

js pushed a change to branch master
in repository libdancer-plugin-dbic-perl.

      from  0aba1cb   Update README.source to emphasize control.in file as *not* a show-stopper for contributions.
       new  be271ca   Bump to standards-version 3.9.5.
       new  3af2b7d   Fix use canonical Vcs-Git URL.
       new  0388c0a   Update watch file to use metacpan.org URL.
       new  41891c4   Tidy comma in build-dependencies.
       new  b6fa892   Update copyright info: Extend coverage of packaging.
       new  7cf3fc4   Add git URL as alternate source.
       new  1a9a123   Stop track tarball checksum: Check against upstrem git instead.
       new  e75be6b   Update changelog, control file and copyright info.
      adds  fb8c47e   initial commit
      adds  373175e   fixed dist.ini
      adds  7e7ea60   updated README
      adds  8a404f9   added skip_automake for classes with existing schemas, now only calls connect once
      adds  3a71fc3   updated gitignore
      adds  4355d3b   new version, reverse auto-gen policy
      adds  6cda2da   added better connection definition thanks to franckcuny
      adds  853c2e1   new version
      adds  240eee0   Adding Makefile.PL. Adding version and abstract to main module.
      adds  789ecf2   Revert "Adding Makefile.PL. Adding version and abstract to main module."
      adds  66a73d2   Initial check in of some basic tests. Got tests passing.
      adds  c08d144   pckg config param is renamed to schema_class. Cleaned up code as well.
      adds  f1e65d3   Changed 'generate' config param to 'auto_load'. Updated tests to reflect that.
      adds  98ca5f2   Auto loading will now happen if a schema_class option is not provided.
      adds  b00f081   Cleaning up POD and README.
      adds  2d7751a   Making example in SYNOPSIS pod nicer.
      adds  7055724   Updating DESCRIPTION pod.
      adds  519e370   Making example in README nicer.
      adds  c076e5b   Removing auto_load option from tests. It is implied when schema_class is not provided.
      adds  eeda873   Adding tests for actual DBIC classes.
      adds  febd2f4   Capture db connection info in a more succint way.
      adds  e847493   Added tests for multiple schemas.
      adds  05f9a80   Minor pod edit in SYNOPSIS.
      adds  f3630e7   Updating version info.
      adds  47a5fc7   Fixed warning in tests about redefining 'pass'.
      adds  4b52d79   Plugin now registers exactly one keyword, schema. This works more like the Database plugin, which exports just the keyword database. So usage now is:   schema->resultset('Users')->find($id)   or   schema('foo')->resultset('Users')->find($id)
      adds  226f155   Renaming test files.
      adds  84c11b1   Added 01-single-schema.t for testing simplest usage, where only 1 schema is configured.  Also there is no reason to define routes in the test, so I removed those.
      adds  e5dfe24   Handle the case where a schema that isn't configured is requested.
      adds  fb3fe7d   Updating documentation to describe 'schema' function and new usage.
      adds  652a782   Updating README.
      adds  1420028   Fixed a bug where schema was reloaded unnecessarily when schema() is invoked with no arguments.  Now we will use cached schema if it is available.
      adds  2a29b4e   new version
      adds  4623f97   new version
      adds  32ddee8   FIX for Dancer::Test
      adds  1206fed   The setup in the tests no longer need to be in BEGIN blocks.  Thanks to sukria's idea of not calling plugin_setting() at compile time.
      adds  85942ba   update .gitignore
      adds  e8466f7   use File::Spec and File::Temp for temp. db
      adds  904531c   add simple TestApp to test with Dancer
      adds  edcdb12   new version, POD update, tests fail
      adds  f8c6106   Updating version.
      adds  dc17f97   Merge branch 'master' of github.com:alnewkirk/Dancer-Plugin-DBIC
      adds  9cf2981   Merge branch 'master' of git://github.com/alnewkirk/Dancer-Plugin-DBIC
      adds  41036cf   removed unlinks
      adds  127f126   Updating tests to use tempfile instead of tempdir. Also some minor cleanup.
      adds  2986d2d   fixed test for windows compatibility
      adds  30665b9   manually unlink test dbs
      adds  e36a706   Add default schema support
      adds  223c7ad   Fix POD typo
      adds  9caba88   Merge pull request #10 from ilmari/default-schema
      adds  0bea04d   Support for Dancer2
      adds  802d718   Updating authors, removing tabs and changed Prereq to Prereqs.
      adds  7727042   Strongly discourage dynamic schema introspection
      adds  5ee60af   Keyboarding fail.
      adds  0697504   Typo in config file example
      adds  6eef227   Some typo fixes and improving the synopsis examples
      adds  b77284c   Typo fix
      adds  e6d5392   Add GitHub URLs to meta.yml
      adds  70be79e   Include GH issues in META.yml resources too
      adds  0e3ae43   Add myself to authors
      adds  20e03ef   Cleaning up dist.ini
      adds  985fbe2   Updating POD documentation
      adds  91284f1   Adding README for github.
      adds  c7d0bc3   Merge remote-tracking branch 'ilmari/default-schema'
      adds  30e34f2   Updated POD documentation.
      adds  1004f2b   Make DBIx::Class::Schema::Loader an optional dependency, required at runtime.
      adds  66e3d7b   Merge pull request #3 from fgabolde/master
      adds  6e7f678   Started using Module::Load for dynamically loading modules.
      adds  36dad6b   Skip some tests when DBIx::Class::Schema::Loader is missing.
      adds  99a9c7e   Merge remote-tracking branch 'upstream/master'
      adds  2cf8ac7   Support for Dancer2
      adds  91c2eb8   Merge pull request #5 from shumphrey/master
      adds  4ccdbcc   Getting ready to cut v0.1700
      adds  509ec32   Fixed pod encoding
      adds  5203af9   Added resultset and rset keywords. Setting version to v0.1800.
      adds  1608e59   compatibility with Dancer 2
      adds  0f88ba2   Merge pull request #7 from yanick/dancer-2
      adds  1a178ea   Getting ready to release v0.1801
      adds  65d3c0d   Updated version requirement for Dancer.
      adds  865b34c   Show reason when unable to load schema.
      adds  34dd735   Merge pull request #11 from bentglasstube/master
      adds  653785a   Releasing v0.1803
      adds  29fe667   added support for schema aliases
      adds  d8a2638   releasing v0.1900
      adds  a5a03b2   Merge pull request #12 from ironcamel/schema-alias
      adds  18328b1   Added SQL::Translator prereq for tests to pass.
      adds  8054506   added support for database slaves via DBIx::Class::Storage::DBI::Replicated
      adds  5845b02   Merge pull request #14 from ironcamel/replicated
      adds  20309bc   skip the replicated tests if the required deps are not installed
      adds  488d55a   Removed deprecated pckg option.
      adds  7786e1b   releasing v0.2001
      adds  9ee389e   added support for more ::Replicated options
      adds  72ba5fa   Merge pull request #15 from ironcamel/balancer-args
      adds  baa89d5   Imported Upstream version 0.2100
       new  abc4cdf   Merge tag 'upstream/0.2100'
       new  1260080   Update package relations: Fix stop bogusly build-depend on libdbd-sqlite3.
       new  57c5b1c   Tidy package relations resolving in rules file.
       new  1d7b73b   Update package relations: (Build-)depend explicitly on libdbi-perl. Build-depend on libmoose-perl, libmoosex-types-perl and libmoosex-types-loadableclass-perl, and on recent libsql-translator-perl.
       new  6b3ac44   Prepare for release: Update changelog, control file and copyright info.

The 13 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                   |  27 ++++++++
 MANIFEST                  |   5 +-
 META.yml                  |  30 ++++++--
 Makefile.PL               |  72 ++++++++++++++++----
 README                    | 122 +++++++++++++++++++++++----------
 README.md                 |  20 ------
 debian/changelog          |  24 +++++++
 debian/control            |  10 ++-
 debian/control.in         |   4 +-
 debian/copyright          |   3 +-
 debian/copyright_hints    |  17 ++---
 debian/rules              |  22 +++---
 debian/watch              |   2 +-
 dist.ini                  |  34 +++++++---
 lib/Dancer/Plugin/DBIC.pm | 169 ++++++++++++++++++++++++++++++++++------------
 t/00-compile.t            |  50 ++++++++++++++
 t/01-single-schema.t      |  37 ++++------
 t/02-multiple-schemas.t   | 121 +++++++++++++++------------------
 t/03-dynamic-schemas.t    |   4 +-
 t/04-testapp.t            |  50 +++++---------
 t/05-schema-aliases.t     |  43 ++++++++++++
 t/06-replicated.t         |  71 +++++++++++++++++++
 t/lib/TestApp.pm          |  18 ++---
 23 files changed, 662 insertions(+), 293 deletions(-)
 delete mode 100644 README.md
 create mode 100644 t/00-compile.t
 create mode 100644 t/05-schema-aliases.t
 create mode 100644 t/06-replicated.t

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



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