[libcatmandu-store-mongodb-perl] branch master updated (20bb2d0 -> cf01676)

Jonas Smedegaard dr at jones.dk
Thu Jan 5 16:44:47 UTC 2017


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

js pushed a change to branch master
in repository libcatmandu-store-mongodb-perl.

      from  20bb2d0   Prepare for release: Update changelog, control file and copyright hints.
       new  54cb470   Update watch file: Bump to file format 4. Watch only MetaCPAN URL. Mention gbp --uscan in usage comment. Tighten version regex.
       new  12e6f95   Drop CDBS get-orig-source target: Use gbp import-orig --uscan.
       new  44d714a   Tidy rules file: Stop suppress versioned debhelper build-dependency: Handled by CDBS now.
       new  4539d49   Modernize git-buildpackage config: Filter any .git* file.
       new  46280a6   Modernize Vcs-Git field: Use https protocol.
       new  f41df4c   Declare compliance with Debian Policy 3.9.8.
       new  9b8dac5   Drop obsolete lintian override regarding debhelper 9.
       new  663f53d   Update copyright info: Extend coverage of Debian packaging.
       new  a3ffbf6   Prepare for release: Update changelog, control file, and copyright hints.
      adds  d11d298   Ignoring snapshots and carton file
      adds  1b1f6ae   first trial
      adds  b88a19f   implement CQL boolean clause "not"
      adds  e2eeb53   fix cql query within
      adds  433cb4f   add test for cql parser
      adds  630fd1a   fix term query any and all
      adds  a737222   Merge branch 'cql' into cql_t
      adds  8ba8fe6   finish tests
      adds  4c2da3a   add require_package
      adds  b1a7e62   Merge branch 'cql' into cql_t
      adds  5ad0cf5   finish testing
      adds  0c1e461   Fixing indentation
      adds  72b27ca   Fixing integer as string bug
      adds  02ad1f6   Adding sort support
      adds  056d18f   Fixing sorting support in CQL mode
      adds  6718288   change matching for relations "all" and "any"
      adds  b8d22fc   Adding more POD
      adds  5eec5b9   Updated README
      adds  44f04af   Merge branch 'cql' of github.com:LibreCat/Catmandu-Store-MongoDB into cql
      adds  e2898d6   Updating error in POD
      adds  c2cf98c   Adding indication regex queries are very slow
      adds  9925050   Merge pull request #10 from LibreCat/cql
      adds  bce3082   Add support of projections
      adds  bcb6c45   merge
      adds  2e04c1d   Merge branch 'jorol-feature_projections' into dev
      adds  1eb8e58   changelog
      adds  eec9382   0.05
      adds  eaf2e82   missing dep
      adds  f5139fb   0.0501
      adds  5237589   New upstream version 0.0501
       new  a77c54c   Merge tag 'upstream/0.0501'
       new  7619c24   Update package relations: (Build-)depend on libcql-parser-perl.
       new  cf01676   Prepare for release: Update changelog, control file, and copyright hints.

The 12 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:
 Build.PL                               |   3 +-
 Changes                                |   7 +
 MANIFEST                               |   2 +
 META.json                              |   6 +-
 META.yml                               |   4 +-
 README                                 |  68 +++++-
 cpanfile                               |   1 +
 debian/changelog                       |  23 ++
 debian/control                         |   7 +-
 debian/control.in                      |   4 +-
 debian/copyright                       |   2 +-
 debian/copyright_hints                 |  32 ++-
 debian/gbp.conf                        |   2 +-
 debian/rules                           |  12 +-
 debian/source/lintian-overrides        |   3 -
 debian/watch                           |   7 +-
 lib/Catmandu/Store/MongoDB.pm          |  73 +++++-
 lib/Catmandu/Store/MongoDB/Bag.pm      |  68 +++++-
 lib/Catmandu/Store/MongoDB/CQL.pm      | 393 +++++++++++++++++++++++++++++++++
 lib/Catmandu/Store/MongoDB/Searcher.pm |   5 +-
 t/01-store.t                           |   6 +
 t/04-cql-parser.t                      | 286 ++++++++++++++++++++++++
 22 files changed, 967 insertions(+), 47 deletions(-)
 create mode 100644 lib/Catmandu/Store/MongoDB/CQL.pm
 create mode 100644 t/04-cql-parser.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcatmandu-store-mongodb-perl.git



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