[DRE-commits] [ruby-sentry-raven] branch master updated (886bca2 -> 35f792b)

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Tue Nov 1 09:22:41 UTC 2016


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

praveen pushed a change to branch master
in repository ruby-sentry-raven.

      from  886bca2   reupload to unstable
      adds  f533da6   New upstream version 2.1.2
       new  36a7783   Merge tag 'upstream/2.1.2'
       new  0f6fe92   add myself to uploaders
       new  fc79aa9   refresh patches
       new  a5268e7   major update, upload to experimental
       new  35f792b   add ruby-sidekiq to builddeps

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:
 .rubocop.yml                                       |  61 +-
 .rubocop_todo.yml                                  | 417 --------------
 .travis.yml                                        |  27 +-
 Gemfile                                            |   4 +
 Makefile                                           |  11 -
 Rakefile                                           |   1 +
 benchmarks/benchmark.rb                            |  19 +-
 benchmarks/json.rb                                 |  22 +
 changelog.md                                       |  86 +++
 debian/changelog                                   |   9 +
 debian/control                                     |   6 +-
 .../patches/disable-tests-requiring-rubocop.patch  |  27 +-
 docs/breadcrumbs.rst                               |  40 ++
 docs/config.rst                                    |  18 +-
 docs/index.rst                                     |   2 +
 docs/integrations/rails.rst                        |   2 +-
 examples/rails-4.2/Gemfile                         |   1 -
 .../app/controllers/application_controller.rb      |   9 +
 .../rails-4.2/app/controllers/errors_controller.rb |   6 +
 .../views/errors/internal_server_error.html.erb    |  22 +
 .../app/views/layouts/application.html.erb         |   9 +
 examples/rails-4.2/config/application.rb           |  12 +-
 .../rails-4.2/config/environments/development.rb   |   2 -
 examples/rails-4.2/config/routes.rb                |   2 +
 examples/rails-4.2/public/500.html                 |  66 ---
 examples/{rails-4.2 => rails-5.0}/.gitignore       |   6 +-
 examples/{rails-4.2 => rails-5.0}/Gemfile          |  34 +-
 .../{rails-4.2/README.rdoc => rails-5.0/README.md} |   6 +-
 examples/{rails-4.2 => rails-5.0}/Rakefile         |   2 +-
 .../app/channels/application_cable/channel.rb      |   4 +
 .../app/channels/application_cable/connection.rb   |   4 +
 .../app/controllers/application_controller.rb      |  11 +
 .../app/controllers/concerns}/.keep                |   0
 .../app/controllers/welcome_controller.rb          |   5 +
 examples/rails-5.0/app/jobs/application_job.rb     |   2 +
 .../rails-5.0/app/models/application_record.rb     |   3 +
 .../images => rails-5.0/app/models/concerns}/.keep |   0
 .../app/views/layouts/application.html.erb         |  20 +
 .../rails-5.0/app/views/layouts/mailer.html.erb    |  13 +
 .../rails-5.0/app/views/layouts/mailer.text.erb    |   1 +
 .../app/views/welcome/report_demo.html.erb         |  22 +
 examples/{rails-4.2 => rails-5.0}/bin/bundle       |   0
 examples/{rails-4.2 => rails-5.0}/bin/rails        |   2 +-
 examples/{rails-4.2 => rails-5.0}/bin/rake         |   0
 examples/rails-5.0/bin/setup                       |  34 ++
 examples/{rails-4.2 => rails-5.0}/bin/spring       |   0
 examples/rails-5.0/bin/update                      |  29 +
 examples/{rails-4.2 => rails-5.0}/config.ru        |   3 +-
 examples/rails-5.0/config/application.rb           |  27 +
 examples/rails-5.0/config/boot.rb                  |   3 +
 examples/rails-5.0/config/cable.yml                |   9 +
 .../{rails-4.2 => rails-5.0}/config/database.yml   |   0
 .../{rails-4.2 => rails-5.0}/config/environment.rb |   2 +-
 .../config/environments/development.rb             |  32 +-
 .../config/environments/production.rb              |  41 +-
 .../config/environments/test.rb                    |  12 +-
 .../application_controller_renderer.rb             |   6 +
 .../config/initializers/assets.rb                  |   0
 .../config/initializers/backtrace_silencers.rb     |   0
 .../config/initializers/cookies_serializer.rb      |   2 +
 .../initializers/filter_parameter_logging.rb       |   0
 .../config/initializers/inflections.rb             |   0
 .../config/initializers/mime_types.rb              |   0
 .../config/initializers/new_framework_defaults.rb  |  24 +
 .../config/initializers/session_store.rb           |   2 +-
 .../config/initializers/wrap_parameters.rb         |   4 +-
 .../{rails-4.2 => rails-5.0}/config/locales/en.yml |   0
 examples/rails-5.0/config/puma.rb                  |  47 ++
 examples/rails-5.0/config/routes.rb                |   4 +
 .../{rails-4.2 => rails-5.0}/config/secrets.yml    |   6 +-
 examples/rails-5.0/config/spring.rb                |   6 +
 examples/rails-5.0/db/seeds.rb                     |   7 +
 .../app/assets/images => rails-5.0/log}/.keep      |   0
 examples/{rails-4.2 => rails-5.0}/public/404.html  |   0
 examples/{rails-4.2 => rails-5.0}/public/422.html  |   0
 .../public/apple-touch-icon-precomposed.png        |   0
 .../public/apple-touch-icon.png}                   |   0
 .../{rails-4.2 => rails-5.0}/public/favicon.ico    |   0
 .../{rails-4.2 => rails-5.0}/public/robots.txt     |   0
 .../app/assets/images => rails-5.0/tmp}/.keep      |   0
 exe/raven                                          |  18 +-
 gemfiles/rails32.gemfile                           |   2 +-
 gemfiles/rails42.gemfile                           |   2 +-
 gemfiles/rails5.gemfile                            |   4 +-
 lib/raven/backtrace.rb                             |   7 +-
 lib/raven/base.rb                                  | 226 ++------
 lib/raven/breadcrumbs.rb                           |  74 +++
 lib/raven/breadcrumbs/activesupport.rb             |  19 +
 lib/raven/breadcrumbs/logger.rb                    |  93 ++++
 lib/raven/cli.rb                                   |  44 +-
 lib/raven/client.rb                                |  23 +-
 lib/raven/configuration.rb                         | 315 ++++++-----
 lib/raven/context.rb                               |  33 +-
 lib/raven/event.rb                                 | 116 ++--
 lib/raven/{base.rb => instance.rb}                 | 176 +++---
 lib/raven/integrations/delayed_job.rb              |  18 +-
 lib/raven/integrations/rack-timeout.rb             |  16 +
 lib/raven/integrations/rack.rb                     |  11 +-
 lib/raven/integrations/rails.rb                    |  30 +-
 lib/raven/integrations/rails/active_job.rb         |   2 +-
 lib/raven/integrations/rake.rb                     |   2 +-
 lib/raven/integrations/sidekiq.rb                  |  91 +--
 lib/raven/integrations/tasks.rb                    |   2 +-
 lib/raven/interface.rb                             |  25 +
 lib/raven/interfaces.rb                            |  34 --
 lib/raven/interfaces/exception.rb                  |  13 +-
 lib/raven/interfaces/http.rb                       |  17 +-
 lib/raven/interfaces/message.rb                    |  16 +-
 lib/raven/interfaces/single_exception.rb           |   6 +-
 lib/raven/interfaces/stack_trace.rb                |  25 +-
 lib/raven/linecache.rb                             |   7 +-
 lib/raven/logger.rb                                |  12 +-
 lib/raven/okjson.rb                                | 614 ---------------------
 lib/raven/processor.rb                             |   4 +
 lib/raven/processor/cookies.rb                     |   4 +-
 lib/raven/processor/http_headers.rb                |  42 ++
 lib/raven/processor/post_data.rb                   |   2 +-
 lib/raven/processor/sanitizedata.rb                |  24 +-
 lib/raven/transports.rb                            |   4 +-
 lib/raven/transports/http.rb                       |   7 +-
 lib/raven/utils/real_ip.rb                         |  62 +++
 lib/raven/version.rb                               |   3 +-
 sentry-raven.gemspec                               |   8 +-
 spec/raven/breadcrumbs_spec.rb                     |  68 +++
 spec/raven/cli_spec.rb                             |  11 +-
 spec/raven/configuration_spec.rb                   | 153 ++---
 spec/raven/event_spec.rb                           | 358 ++++++------
 spec/raven/instance_spec.rb                        | 221 ++++++++
 spec/raven/integration_spec.rb                     |   4 +-
 spec/raven/integrations/rack_spec.rb               |   8 +-
 spec/raven/integrations/rails_spec.rb              |   6 +-
 spec/raven/integrations/rake_spec.rb               |  11 +-
 spec/raven/integrations/sidekiq_spec.rb            |  57 ++
 spec/raven/interface_spec.rb                       |  33 ++
 spec/raven/json_spec.rb                            |  48 ++
 spec/raven/logger_spec.rb                          |  35 +-
 spec/raven/okjson_spec.rb                          |  46 --
 spec/raven/processors/cookies_spec.rb              |   4 +-
 spec/raven/processors/http_headers_spec.rb         |  41 ++
 spec/raven/processors/post_data_spec.rb            |   4 +-
 .../processors/removecirculareferences_spec.rb     |   2 +-
 .../processors/sanitizedata_processor_spec.rb      |  39 +-
 spec/raven/processors/utf8conversion_spec.rb       |   8 +-
 spec/raven/raven_spec.rb                           |  52 +-
 spec/raven/transports/http_spec.rb                 |  30 +-
 spec/raven/utils/real_ip_spec.rb                   |  78 +++
 spec/spec_helper.rb                                |  22 +-
 spec/support/test_rails_app/app.rb                 |   5 +-
 148 files changed, 2553 insertions(+), 2360 deletions(-)
 delete mode 100644 .rubocop_todo.yml
 delete mode 100644 Makefile
 create mode 100644 benchmarks/json.rb
 create mode 100644 docs/breadcrumbs.rst
 create mode 100644 examples/rails-4.2/app/controllers/errors_controller.rb
 create mode 100644 examples/rails-4.2/app/views/errors/internal_server_error.html.erb
 delete mode 100644 examples/rails-4.2/public/500.html
 copy examples/{rails-4.2 => rails-5.0}/.gitignore (86%)
 copy examples/{rails-4.2 => rails-5.0}/Gemfile (61%)
 copy examples/{rails-4.2/README.rdoc => rails-5.0/README.md} (76%)
 copy examples/{rails-4.2 => rails-5.0}/Rakefile (75%)
 create mode 100644 examples/rails-5.0/app/channels/application_cable/channel.rb
 create mode 100644 examples/rails-5.0/app/channels/application_cable/connection.rb
 create mode 100644 examples/rails-5.0/app/controllers/application_controller.rb
 copy examples/{rails-4.2/app/assets/images => rails-5.0/app/controllers/concerns}/.keep (100%)
 copy examples/{rails-4.2 => rails-5.0}/app/controllers/welcome_controller.rb (55%)
 create mode 100644 examples/rails-5.0/app/jobs/application_job.rb
 create mode 100644 examples/rails-5.0/app/models/application_record.rb
 copy examples/{rails-4.2/app/assets/images => rails-5.0/app/models/concerns}/.keep (100%)
 create mode 100644 examples/rails-5.0/app/views/layouts/application.html.erb
 create mode 100644 examples/rails-5.0/app/views/layouts/mailer.html.erb
 create mode 100644 examples/rails-5.0/app/views/layouts/mailer.text.erb
 create mode 100644 examples/rails-5.0/app/views/welcome/report_demo.html.erb
 copy examples/{rails-4.2 => rails-5.0}/bin/bundle (100%)
 copy examples/{rails-4.2 => rails-5.0}/bin/rails (75%)
 copy examples/{rails-4.2 => rails-5.0}/bin/rake (100%)
 create mode 100755 examples/rails-5.0/bin/setup
 copy examples/{rails-4.2 => rails-5.0}/bin/spring (100%)
 create mode 100755 examples/rails-5.0/bin/update
 copy examples/{rails-4.2 => rails-5.0}/config.ru (59%)
 create mode 100644 examples/rails-5.0/config/application.rb
 create mode 100644 examples/rails-5.0/config/boot.rb
 create mode 100644 examples/rails-5.0/config/cable.yml
 copy examples/{rails-4.2 => rails-5.0}/config/database.yml (100%)
 copy examples/{rails-4.2 => rails-5.0}/config/environment.rb (64%)
 copy examples/{rails-4.2 => rails-5.0}/config/environments/development.rb (59%)
 copy examples/{rails-4.2 => rails-5.0}/config/environments/production.rb (73%)
 copy examples/{rails-4.2 => rails-5.0}/config/environments/test.rb (85%)
 create mode 100644 examples/rails-5.0/config/initializers/application_controller_renderer.rb
 copy examples/{rails-4.2 => rails-5.0}/config/initializers/assets.rb (100%)
 copy examples/{rails-4.2 => rails-5.0}/config/initializers/backtrace_silencers.rb (100%)
 copy examples/{rails-4.2 => rails-5.0}/config/initializers/cookies_serializer.rb (52%)
 copy examples/{rails-4.2 => rails-5.0}/config/initializers/filter_parameter_logging.rb (100%)
 copy examples/{rails-4.2 => rails-5.0}/config/initializers/inflections.rb (100%)
 copy examples/{rails-4.2 => rails-5.0}/config/initializers/mime_types.rb (100%)
 create mode 100644 examples/rails-5.0/config/initializers/new_framework_defaults.rb
 copy examples/{rails-4.2 => rails-5.0}/config/initializers/session_store.rb (88%)
 copy examples/{rails-4.2 => rails-5.0}/config/initializers/wrap_parameters.rb (80%)
 copy examples/{rails-4.2 => rails-5.0}/config/locales/en.yml (100%)
 create mode 100644 examples/rails-5.0/config/puma.rb
 create mode 100644 examples/rails-5.0/config/routes.rb
 copy examples/{rails-4.2 => rails-5.0}/config/secrets.yml (62%)
 create mode 100644 examples/rails-5.0/config/spring.rb
 create mode 100644 examples/rails-5.0/db/seeds.rb
 copy examples/{rails-4.2/app/assets/images => rails-5.0/log}/.keep (100%)
 copy examples/{rails-4.2 => rails-5.0}/public/404.html (100%)
 copy examples/{rails-4.2 => rails-5.0}/public/422.html (100%)
 rename spec/raven/transport_spec.rb => examples/rails-5.0/public/apple-touch-icon-precomposed.png (100%)
 copy examples/{rails-4.2/app/assets/images/.keep => rails-5.0/public/apple-touch-icon.png} (100%)
 copy examples/{rails-4.2 => rails-5.0}/public/favicon.ico (100%)
 copy examples/{rails-4.2 => rails-5.0}/public/robots.txt (100%)
 copy examples/{rails-4.2/app/assets/images => rails-5.0/tmp}/.keep (100%)
 create mode 100644 lib/raven/breadcrumbs.rb
 create mode 100644 lib/raven/breadcrumbs/activesupport.rb
 create mode 100644 lib/raven/breadcrumbs/logger.rb
 copy lib/raven/{base.rb => instance.rb} (50%)
 create mode 100644 lib/raven/integrations/rack-timeout.rb
 create mode 100644 lib/raven/interface.rb
 delete mode 100644 lib/raven/interfaces.rb
 delete mode 100644 lib/raven/okjson.rb
 create mode 100644 lib/raven/processor/http_headers.rb
 create mode 100644 lib/raven/utils/real_ip.rb
 create mode 100644 spec/raven/breadcrumbs_spec.rb
 create mode 100644 spec/raven/instance_spec.rb
 create mode 100644 spec/raven/integrations/sidekiq_spec.rb
 create mode 100644 spec/raven/interface_spec.rb
 create mode 100644 spec/raven/json_spec.rb
 delete mode 100644 spec/raven/okjson_spec.rb
 create mode 100644 spec/raven/processors/http_headers_spec.rb
 create mode 100644 spec/raven/utils/real_ip_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