[libmojo-pg-perl] branch master updated (ff143af -> 2ace43c)

gregor herrmann gregoa at debian.org
Mon Aug 14 22:15:13 UTC 2017


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

gregoa pushed a change to branch master
in repository libmojo-pg-perl.

      from  ff143af   releasing package libmojo-pg-perl version 2.35-1
      adds  263c3e4   bump version
      adds  6fc280f   format the configuration file a little nicer
      adds  d54590d   leave out the semicolon
      adds  9420284   mention example applications
      adds  61257a1   more links
      adds  f44ea4b   add support for generating queries with SQL::Abstract
      adds  cfea170   the target is up to DBI
      adds  e8245c2   keep the @_ handling on one line
      adds  695af10   move the CRUD example higher
      adds  6a1e9f3   mention CRUD
      adds  ce55718   fix example
      adds  a037d59   show more examples for DBI_TRACE
      adds  803249e   mention more details
      adds  e0d4ed1   do not use undef in the synopsis example
      adds  0111533   use the new CRUD method in the blog example
      adds  a2c0c77   just use $self
      adds  068dc91   more diverse examples
      adds  805d003   use a where clause in the example
      adds  58a4d18   use the quote_char option
      adds  fd13a0a   bump version
      adds  afc32ea   no need to lowercase
      adds  6661513   remove redundant examples
      adds  2754e82   a few more examples for the new methods
      adds  7e474cf   link to classes directly
      adds  9500a45   fix typo in example
      adds  8a6e52e   fix bug in examples where migrations would not be handled correctly
      adds  98b8014   more diverse examples
      adds  9ff84da   another insert example
      adds  785b49d   generate a WHERE clause in the example
      adds  2e51bf9   use two values
      adds  4db8a9a   bump version
      adds  d13d156   use a better synopsis example
      adds  4d2e51d   link directly to module documentation
      adds  0bfd3e7   fix quoting bugs in queries genrated with SQL::Abstract (closes #39)
      adds  a1a527c   update CREDITS
      adds  855af95   bump version
      adds  87f2416   try trusty for testing
      adds  df9e83b   add reset method to Mojo::Pg::PubSub
      adds  dd85fee   fix a few fork-safety bugs in Mojo::Pg::PubSub
      adds  06ec536   without reset forked processes could be stealing notifications
      adds  bce3f28   disconnecting the handle manually does not work
      adds  662692e   mention why the reset method exists
      adds  d673561   bump version
      adds  ac514f3   fix array reference handling in queries generated with SQL::Abstract
      adds  a6723c3   bump version
      adds  7fb003e   allow search_path to be configured as well
      adds  f1dc81d   bump version
      adds  dd73558   update documentation with new SQL::Abstract features
      adds  05fc8ce   fix typo in README
      adds  a701b8c   try testing on Windows
      adds  2ac23e1   a PATH is required
      adds  9a2c2fc   services are started later
      adds  a87daf3   fix typo in URL
      adds  18b8990   show Windows build status
      adds  8a55f12   try to support Windows
      adds  f9f73ef   try a different variant
      adds  dd12ad5   Windows remains unsupported
      adds  6aec77b   update example application with tests
      adds  8d36de3   mention that we override the configuration for testing
      adds  3b45925   mention test requirements
      adds  c49bf38   use the test command
      adds  112d197   use a secret as well for testing
      adds  88d6d71   be a little less noisy
      adds  c9ef8da   test PrintWarn too
      adds  96c9c85   we now recommend config overrides
      adds  3e0a2cd   bump version
      adds  8658775   include Perl 5.24
      adds  1e70d94   mention a few features
      adds  cbfc43a   no need to link twice
      adds  645ea31   link to the SQL reference too
      adds  d2a5261   clearer test comment
      adds  4f45a59   Merge pull request #42 from niczero/f_test_comment
      adds  0c60042   add support for sharing the database connection cache between multiple Mojo::Pg objects
      adds  ae91f29   no need to disconnect twice
      adds  8a33d4d   mention the leak
      adds  f0199b6   bump version
      adds  728be28   decrease default max_connections from 5 to 1 in Mojo::Pg
      adds  9f1dd89   New upstream version 4.01
       new  1156a09   Update upstream source from tag 'upstream/4.01'
       new  a69d404   Update debian/changelog
       new  0f05391   Update (build) dependencies.
       new  40aa0db   Declare compliance with Debian Policy 4.0.1.
       new  2ace43c   releasing package libmojo-pg-perl version 4.01-1

The 5 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                                     |  34 ++++++
 MANIFEST                                    |   2 +
 META.json                                   |  11 +-
 META.yml                                    |   7 +-
 Makefile.PL                                 |   5 +-
 README.md                                   |   3 +-
 debian/changelog                            |   9 ++
 debian/control                              |  14 ++-
 examples/blog/blog.conf                     |   5 +-
 examples/blog/lib/Blog.pm                   |   4 +-
 examples/blog/lib/Blog/Model/Posts.pm       |  15 +--
 examples/blog/t/blog.t                      |  64 +++++++++++
 examples/blog/templates/posts/index.html.ep |   2 +-
 lib/Mojo/Pg.pm                              | 167 ++++++++++++++++++++--------
 lib/Mojo/Pg/Database.pm                     | 142 +++++++++++++++++++++--
 lib/Mojo/Pg/PubSub.pm                       |  37 +++---
 t/connection.t                              |  96 +++++++++++++---
 t/crud.t                                    | 101 +++++++++++++++++
 t/database.t                                |  27 ++++-
 t/migrations.t                              |  17 ++-
 t/pubsub.t                                  |   4 +-
 21 files changed, 646 insertions(+), 120 deletions(-)
 create mode 100644 examples/blog/t/blog.t
 create mode 100644 t/crud.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmojo-pg-perl.git



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