[DRE-commits] [ruby-grape-logging] branch master updated (da34dc2 -> 834f11d)

Balasankar C balasankarc-guest at moszumanska.debian.org
Thu Nov 2 07:13:03 UTC 2017


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

balasankarc-guest pushed a change to branch master
in repository ruby-grape-logging.

      from  da34dc2   Remove myself from Uploaders:
      adds  f95da61   New upstream version 1.7.0
       new  02d6843   Update upstream source from tag 'upstream/1.7.0'
       new  d1d6031   Point watch file to github repo
       new  9c12e09   Update build dependencies
       new  b6c5573   Enable tests
       new  9f3e00b   Bump standards version
       new  5130346   Add changelog entry for new version
       new  834f11d   Add patch to fix relative requires

The 7 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:
 .gitignore                                         |   1 +
 .travis.yml                                        |   6 ++
 README.md                                          | 100 ++++++++++++---------
 debian/changelog                                   |   8 ++
 debian/control                                     |   6 +-
 debian/patches/fix-relative-path.patch             |  10 +++
 debian/patches/series                              |   1 +
 debian/ruby-tests.rake                             |   5 ++
 debian/ruby-tests.rb                               |   2 -
 debian/watch                                       |   3 +-
 grape_logging.gemspec                              |   4 +-
 lib/grape_logging.rb                               |   3 +
 lib/grape_logging/formatters/lograge.rb            |  17 ++++
 .../formatters/{json.rb => logstash.rb}            |  16 ++--
 lib/grape_logging/loggers/filter_parameters.rb     |  30 +++++--
 lib/grape_logging/loggers/response.rb              |  16 +++-
 lib/grape_logging/middleware/request_logger.rb     |  71 ++++++++++++---
 lib/grape_logging/reporters/logger_reporter.rb     |  11 ++-
 lib/grape_logging/util/parameter_filter.rb         |  90 +++++++++++++++++++
 lib/grape_logging/version.rb                       |   2 +-
 spec/lib/grape_logging/loggers/client_env_spec.rb  |  50 +++++++++++
 .../loggers/filter_parameters_spec.rb              |  77 ++++++++++++++++
 .../grape_logging/loggers/request_headers_spec.rb  |  14 +++
 spec/lib/grape_logging/loggers/response_spec.rb    |  28 ++++++
 .../middleware/request_logger_spec.rb              | 100 +++++++++++++++++++++
 spec/spec_helper.rb                                |  89 ++++++++++++++++++
 26 files changed, 675 insertions(+), 85 deletions(-)
 create mode 100644 .travis.yml
 create mode 100644 debian/patches/fix-relative-path.patch
 create mode 100644 debian/patches/series
 create mode 100644 debian/ruby-tests.rake
 delete mode 100644 debian/ruby-tests.rb
 create mode 100644 lib/grape_logging/formatters/lograge.rb
 copy lib/grape_logging/formatters/{json.rb => logstash.rb} (59%)
 create mode 100644 lib/grape_logging/util/parameter_filter.rb
 create mode 100644 spec/lib/grape_logging/loggers/client_env_spec.rb
 create mode 100644 spec/lib/grape_logging/loggers/filter_parameters_spec.rb
 create mode 100644 spec/lib/grape_logging/loggers/request_headers_spec.rb
 create mode 100644 spec/lib/grape_logging/loggers/response_spec.rb
 create mode 100644 spec/lib/grape_logging/middleware/request_logger_spec.rb
 create mode 100644 spec/spec_helper.rb

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-grape-logging.git



More information about the Pkg-ruby-extras-commits mailing list