[DRE-commits] [ruby-sentry-raven] branch master updated (4e0b50f -> b8f8a6c)
Cédric Boutillier
boutil at moszumanska.debian.org
Sun Oct 1 22:51:30 UTC 2017
This is an automated email from the git hooks/post-receive script.
boutil pushed a change to branch master
in repository ruby-sentry-raven.
from 4e0b50f update changelog
adds f17ba87 New upstream version 2.6.3
new baf9df7 Updated version 2.6.3 from 'upstream/2.6.3'
new b329f42 Bump Standards-Version to 4.1.1 (no changes needed)
new 5d1e337 Install raven script as example instead of in /usr/bin (Closes: #875794)
new 1172241 Refresh disable-tests-requiring-rubocop.patch
new b8f8a6c target unstable
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:
.travis.yml | 4 +-
Gemfile | 7 +-
README.md | 52 +++---
benchmarks/benchmark.rb | 6 +-
changelog.md | 34 ++++
debian/changelog | 10 ++
debian/control | 2 +-
.../patches/disable-tests-requiring-rubocop.patch | 5 +-
debian/ruby-sentry-raven.examples | 1 +
debian/rules | 5 +
docs/config.rst | 16 +-
docs/context.rst | 1 +
docs/integrations/heroku.rst | 11 ++
docs/integrations/index.rst | 9 +-
docs/usage.rst | 16 ++
lib/raven/breadcrumbs.rb | 2 +
lib/raven/cli.rb | 57 +++----
lib/raven/configuration.rb | 49 ++++--
lib/raven/event.rb | 19 ++-
lib/raven/integrations/rack.rb | 46 ++++--
lib/raven/integrations/rails.rb | 11 +-
lib/raven/integrations/rails/active_job.rb | 64 +++++---
lib/raven/integrations/sidekiq.rb | 3 +-
lib/raven/processor/sanitizedata.rb | 14 +-
lib/raven/utils/deep_merge.rb | 2 +-
lib/raven/version.rb | 2 +-
spec/raven/cli_spec.rb | 28 ++--
spec/raven/event_spec.rb | 31 +++-
spec/raven/integrations/rack_spec.rb | 19 ++-
spec/raven/integrations/rails/activejob_spec.rb | 83 ++++++++++
.../integrations/rails/controller_methods_spec.rb | 10 +-
spec/raven/integrations/rails/event_spec.rb | 2 +-
.../overrides/debug_exceptions_catcher_spec.rb | 9 +-
spec/raven/integrations/rails_spec.rb | 21 +--
spec/raven/integrations/rake_spec.rb | 2 +-
spec/raven/integrations/sidekiq_spec.rb | 175 +++++++++++++++------
spec/raven/processors/removestacktrace_spec.rb | 13 +-
.../processors/sanitizedata_processor_spec.rb | 34 ++--
spec/raven/transports/http_spec.rb | 27 ++--
spec/spec_helper.rb | 19 ++-
spec/support/test_rails_app/app.rb | 5 +-
41 files changed, 647 insertions(+), 279 deletions(-)
create mode 100644 debian/ruby-sentry-raven.examples
create mode 100644 docs/integrations/heroku.rst
create mode 100644 spec/raven/integrations/rails/activejob_spec.rb
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-sentry-raven.git
More information about the Pkg-ruby-extras-commits
mailing list