bugsnag 6.13.1 → 6.18.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.yardopts +11 -0
- data/CHANGELOG.md +88 -0
- data/VERSION +1 -1
- data/bugsnag.gemspec +1 -1
- data/lib/bugsnag.rb +181 -29
- data/lib/bugsnag/breadcrumbs/breadcrumb.rb +1 -1
- data/lib/bugsnag/breadcrumbs/breadcrumbs.rb +0 -2
- data/lib/bugsnag/breadcrumbs/validator.rb +0 -6
- data/lib/bugsnag/cleaner.rb +109 -56
- data/lib/bugsnag/code_extractor.rb +137 -0
- data/lib/bugsnag/configuration.rb +226 -23
- data/lib/bugsnag/delivery/synchronous.rb +1 -1
- data/lib/bugsnag/delivery/thread_queue.rb +18 -3
- data/lib/bugsnag/helpers.rb +4 -6
- data/lib/bugsnag/integrations/delayed_job.rb +13 -1
- data/lib/bugsnag/integrations/mailman.rb +2 -1
- data/lib/bugsnag/integrations/que.rb +2 -1
- data/lib/bugsnag/integrations/rack.rb +3 -1
- data/lib/bugsnag/integrations/railtie.rb +17 -5
- data/lib/bugsnag/integrations/rake.rb +4 -2
- data/lib/bugsnag/integrations/resque.rb +12 -5
- data/lib/bugsnag/integrations/shoryuken.rb +2 -1
- data/lib/bugsnag/integrations/sidekiq.rb +1 -2
- data/lib/bugsnag/middleware/delayed_job.rb +1 -0
- data/lib/bugsnag/middleware/discard_error_class.rb +30 -0
- data/lib/bugsnag/middleware/ignore_error_class.rb +2 -0
- data/lib/bugsnag/middleware/rack_request.rb +2 -4
- data/lib/bugsnag/middleware_stack.rb +38 -3
- data/lib/bugsnag/on_error_callbacks.rb +33 -0
- data/lib/bugsnag/report.rb +88 -16
- data/lib/bugsnag/session_tracker.rb +3 -3
- data/lib/bugsnag/stacktrace.rb +28 -72
- metadata +6 -619
- data/.buildkite/pipeline.yml +0 -470
- data/.github/PULL_REQUEST_TEMPLATE.md +0 -84
- data/.gitignore +0 -55
- data/.rdoc_options +0 -27
- data/.rspec +0 -3
- data/.rubocop.yml +0 -2
- data/.rubocop_todo.yml +0 -679
- data/CONTRIBUTING.md +0 -64
- data/Gemfile +0 -48
- data/Rakefile +0 -37
- data/TESTING.md +0 -81
- data/UPGRADING.md +0 -91
- data/docker-compose.yml +0 -46
- data/dockerfiles/Dockerfile.jruby-unit-tests +0 -13
- data/dockerfiles/Dockerfile.ruby-maze-runner +0 -26
- data/dockerfiles/Dockerfile.ruby-unit-tests +0 -12
- data/features/.gitignore +0 -1
- data/features/delayed_job.feature +0 -36
- data/features/fixtures/delayed_job/Dockerfile +0 -15
- data/features/fixtures/delayed_job/app/.gitignore +0 -21
- data/features/fixtures/delayed_job/app/Gemfile +0 -57
- data/features/fixtures/delayed_job/app/README.md +0 -24
- data/features/fixtures/delayed_job/app/Rakefile +0 -24
- data/features/fixtures/delayed_job/app/app/assets/config/manifest.js +0 -3
- data/features/fixtures/delayed_job/app/app/assets/images/.keep +0 -0
- data/features/fixtures/delayed_job/app/app/assets/javascripts/application.js +0 -16
- data/features/fixtures/delayed_job/app/app/assets/javascripts/cable.js +0 -13
- data/features/fixtures/delayed_job/app/app/assets/javascripts/channels/.keep +0 -0
- data/features/fixtures/delayed_job/app/app/assets/stylesheets/application.css +0 -15
- data/features/fixtures/delayed_job/app/app/channels/application_cable/channel.rb +0 -4
- data/features/fixtures/delayed_job/app/app/channels/application_cable/connection.rb +0 -4
- data/features/fixtures/delayed_job/app/app/controllers/application_controller.rb +0 -3
- data/features/fixtures/delayed_job/app/app/controllers/concerns/.keep +0 -0
- data/features/fixtures/delayed_job/app/app/helpers/application_helper.rb +0 -2
- data/features/fixtures/delayed_job/app/app/jobs/application_job.rb +0 -2
- data/features/fixtures/delayed_job/app/app/mailers/application_mailer.rb +0 -4
- data/features/fixtures/delayed_job/app/app/models/application_record.rb +0 -3
- data/features/fixtures/delayed_job/app/app/models/concerns/.keep +0 -0
- data/features/fixtures/delayed_job/app/app/models/test_model.rb +0 -10
- data/features/fixtures/delayed_job/app/app/views/layouts/application.html.erb +0 -14
- data/features/fixtures/delayed_job/app/app/views/layouts/mailer.html.erb +0 -13
- data/features/fixtures/delayed_job/app/app/views/layouts/mailer.text.erb +0 -1
- data/features/fixtures/delayed_job/app/config.ru +0 -5
- data/features/fixtures/delayed_job/app/config/application.rb +0 -15
- data/features/fixtures/delayed_job/app/config/boot.rb +0 -3
- data/features/fixtures/delayed_job/app/config/cable.yml +0 -9
- data/features/fixtures/delayed_job/app/config/database.yml +0 -25
- data/features/fixtures/delayed_job/app/config/environment.rb +0 -5
- data/features/fixtures/delayed_job/app/config/environments/development.rb +0 -54
- data/features/fixtures/delayed_job/app/config/environments/production.rb +0 -86
- data/features/fixtures/delayed_job/app/config/environments/test.rb +0 -42
- data/features/fixtures/delayed_job/app/config/initializers/application_controller_renderer.rb +0 -8
- data/features/fixtures/delayed_job/app/config/initializers/assets.rb +0 -11
- data/features/fixtures/delayed_job/app/config/initializers/backtrace_silencers.rb +0 -7
- data/features/fixtures/delayed_job/app/config/initializers/bugsnag.rb +0 -14
- data/features/fixtures/delayed_job/app/config/initializers/cookies_serializer.rb +0 -5
- data/features/fixtures/delayed_job/app/config/initializers/delayed_job.rb +0 -3
- data/features/fixtures/delayed_job/app/config/initializers/filter_parameter_logging.rb +0 -4
- data/features/fixtures/delayed_job/app/config/initializers/inflections.rb +0 -16
- data/features/fixtures/delayed_job/app/config/initializers/mime_types.rb +0 -4
- data/features/fixtures/delayed_job/app/config/initializers/new_framework_defaults.rb +0 -26
- data/features/fixtures/delayed_job/app/config/initializers/session_store.rb +0 -3
- data/features/fixtures/delayed_job/app/config/initializers/wrap_parameters.rb +0 -14
- data/features/fixtures/delayed_job/app/config/locales/en.yml +0 -23
- data/features/fixtures/delayed_job/app/config/puma.rb +0 -47
- data/features/fixtures/delayed_job/app/config/routes.rb +0 -3
- data/features/fixtures/delayed_job/app/config/secrets.yml +0 -22
- data/features/fixtures/delayed_job/app/config/spring.rb +0 -6
- data/features/fixtures/delayed_job/app/db/migrate/20181024232549_create_delayed_jobs.rb +0 -22
- data/features/fixtures/delayed_job/app/db/migrate/20181024232817_create_test_models.rb +0 -8
- data/features/fixtures/delayed_job/app/db/schema.rb +0 -30
- data/features/fixtures/delayed_job/app/db/seeds.rb +0 -7
- data/features/fixtures/delayed_job/app/lib/assets/.keep +0 -0
- data/features/fixtures/delayed_job/app/lib/tasks/.keep +0 -0
- data/features/fixtures/delayed_job/app/log/.keep +0 -0
- data/features/fixtures/delayed_job/app/public/404.html +0 -67
- data/features/fixtures/delayed_job/app/public/422.html +0 -67
- data/features/fixtures/delayed_job/app/public/500.html +0 -66
- data/features/fixtures/delayed_job/app/public/apple-touch-icon-precomposed.png +0 -0
- data/features/fixtures/delayed_job/app/public/apple-touch-icon.png +0 -0
- data/features/fixtures/delayed_job/app/public/favicon.ico +0 -0
- data/features/fixtures/delayed_job/app/public/robots.txt +0 -5
- data/features/fixtures/delayed_job/app/test/controllers/.keep +0 -0
- data/features/fixtures/delayed_job/app/test/fixtures/.keep +0 -0
- data/features/fixtures/delayed_job/app/test/fixtures/files/.keep +0 -0
- data/features/fixtures/delayed_job/app/test/fixtures/test_models.yml +0 -11
- data/features/fixtures/delayed_job/app/test/helpers/.keep +0 -0
- data/features/fixtures/delayed_job/app/test/integration/.keep +0 -0
- data/features/fixtures/delayed_job/app/test/mailers/.keep +0 -0
- data/features/fixtures/delayed_job/app/test/models/.keep +0 -0
- data/features/fixtures/delayed_job/app/test/models/test_model_test.rb +0 -7
- data/features/fixtures/delayed_job/app/test/test_helper.rb +0 -10
- data/features/fixtures/delayed_job/app/tmp/.keep +0 -0
- data/features/fixtures/docker-compose.yml +0 -299
- data/features/fixtures/expected_breadcrumbs/active_job.json +0 -9
- data/features/fixtures/expected_breadcrumbs/mongo_failed.json +0 -15
- data/features/fixtures/expected_breadcrumbs/mongo_filtered_request.json +0 -15
- data/features/fixtures/expected_breadcrumbs/mongo_filtered_result.json +0 -15
- data/features/fixtures/expected_breadcrumbs/mongo_success.json +0 -14
- data/features/fixtures/expected_breadcrumbs/request.json +0 -13
- data/features/fixtures/expected_breadcrumbs/sql_with_bindings.json +0 -12
- data/features/fixtures/expected_breadcrumbs/sql_without_bindings.json +0 -11
- data/features/fixtures/plain/.dockerignore +0 -2
- data/features/fixtures/plain/Dockerfile +0 -11
- data/features/fixtures/plain/app/Gemfile +0 -3
- data/features/fixtures/plain/app/app.rb +0 -38
- data/features/fixtures/plain/app/configuration/api_key.rb +0 -9
- data/features/fixtures/plain/app/configuration/proxy.rb +0 -14
- data/features/fixtures/plain/app/configuration/send_handled.rb +0 -7
- data/features/fixtures/plain/app/configuration/send_unhandled.rb +0 -9
- data/features/fixtures/plain/app/delivery/fork_threadpool.rb +0 -27
- data/features/fixtures/plain/app/delivery/synchronous.rb +0 -14
- data/features/fixtures/plain/app/delivery/threadpool.rb +0 -14
- data/features/fixtures/plain/app/exception_data/crash.rb +0 -34
- data/features/fixtures/plain/app/exception_data/handled_context.rb +0 -10
- data/features/fixtures/plain/app/exception_data/handled_hash.rb +0 -10
- data/features/fixtures/plain/app/exception_data/handled_meta_data.rb +0 -10
- data/features/fixtures/plain/app/exception_data/handled_user_id.rb +0 -10
- data/features/fixtures/plain/app/exception_data/unhandled_context.rb +0 -7
- data/features/fixtures/plain/app/exception_data/unhandled_hash.rb +0 -7
- data/features/fixtures/plain/app/exception_data/unhandled_meta_data.rb +0 -7
- data/features/fixtures/plain/app/exception_data/unhandled_user_id.rb +0 -7
- data/features/fixtures/plain/app/filters/additional_filters.rb +0 -11
- data/features/fixtures/plain/app/filters/default_filters.rb +0 -15
- data/features/fixtures/plain/app/handled/block_metadata.rb +0 -15
- data/features/fixtures/plain/app/handled/ignore_exception.rb +0 -12
- data/features/fixtures/plain/app/handled/notify_exception.rb +0 -9
- data/features/fixtures/plain/app/handled/notify_string.rb +0 -9
- data/features/fixtures/plain/app/ignore_classes/handled.rb +0 -8
- data/features/fixtures/plain/app/ignore_classes/ignore_error.rb +0 -8
- data/features/fixtures/plain/app/ignore_classes/unhandled.rb +0 -4
- data/features/fixtures/plain/app/report_modification/add_tab.rb +0 -16
- data/features/fixtures/plain/app/report_modification/add_tab_existing.rb +0 -22
- data/features/fixtures/plain/app/report_modification/add_tab_override.rb +0 -19
- data/features/fixtures/plain/app/report_modification/ignore_report.rb +0 -9
- data/features/fixtures/plain/app/report_modification/initiators/handled_before_notify.rb +0 -10
- data/features/fixtures/plain/app/report_modification/initiators/handled_block.rb +0 -8
- data/features/fixtures/plain/app/report_modification/initiators/unhandled_before_notify.rb +0 -11
- data/features/fixtures/plain/app/report_modification/modify_api_key.rb +0 -9
- data/features/fixtures/plain/app/report_modification/modify_severity.rb +0 -9
- data/features/fixtures/plain/app/report_modification/remove_user_details.rb +0 -14
- data/features/fixtures/plain/app/report_modification/set_custom_user_details.rb +0 -16
- data/features/fixtures/plain/app/report_modification/set_user_details.rb +0 -13
- data/features/fixtures/plain/app/stack_frame_modification/initiators/handled_before_notify.rb +0 -29
- data/features/fixtures/plain/app/stack_frame_modification/initiators/handled_block.rb +0 -24
- data/features/fixtures/plain/app/stack_frame_modification/initiators/unhandled_before_notify.rb +0 -26
- data/features/fixtures/plain/app/stack_frame_modification/mark_frames_in_project.rb +0 -13
- data/features/fixtures/plain/app/stack_frame_modification/remove_stack_frame.rb +0 -9
- data/features/fixtures/plain/app/unhandled/bad_syntax.rb +0 -1
- data/features/fixtures/plain/app/unhandled/custom_error.rb +0 -9
- data/features/fixtures/plain/app/unhandled/interrupt.rb +0 -6
- data/features/fixtures/plain/app/unhandled/load_error.rb +0 -6
- data/features/fixtures/plain/app/unhandled/local_jump_error.rb +0 -10
- data/features/fixtures/plain/app/unhandled/name_error.rb +0 -6
- data/features/fixtures/plain/app/unhandled/no_method_error.rb +0 -6
- data/features/fixtures/plain/app/unhandled/runtime_error.rb +0 -6
- data/features/fixtures/plain/app/unhandled/syntax_error.rb +0 -6
- data/features/fixtures/plain/app/unhandled/system_call_error.rb +0 -6
- data/features/fixtures/plain/app/unhandled/system_exit.rb +0 -6
- data/features/fixtures/plain/json/delivery_fork.json +0 -4
- data/features/fixtures/plain/json/delivery_synchronous.json +0 -4
- data/features/fixtures/plain/json/delivery_threadpool.json +0 -4
- data/features/fixtures/plain/json/filters_default_metadata_filters.json +0 -9
- data/features/fixtures/rack1/.dockerignore +0 -1
- data/features/fixtures/rack1/Dockerfile +0 -13
- data/features/fixtures/rack1/Gemfile +0 -4
- data/features/fixtures/rack1/app.rb +0 -8
- data/features/fixtures/rack2/.dockerignore +0 -1
- data/features/fixtures/rack2/Dockerfile +0 -13
- data/features/fixtures/rack2/Gemfile +0 -4
- data/features/fixtures/rack2/app.rb +0 -8
- data/features/fixtures/rails3/.dockerignore +0 -1
- data/features/fixtures/rails3/Dockerfile +0 -15
- data/features/fixtures/rails3/app/.gitignore +0 -15
- data/features/fixtures/rails3/app/Gemfile +0 -17
- data/features/fixtures/rails3/app/Rakefile +0 -7
- data/features/fixtures/rails3/app/app/assets/images/rails.png +0 -0
- data/features/fixtures/rails3/app/app/assets/javascripts/application.js +0 -15
- data/features/fixtures/rails3/app/app/assets/stylesheets/application.css +0 -13
- data/features/fixtures/rails3/app/app/controllers/api_key_controller.rb +0 -20
- data/features/fixtures/rails3/app/app/controllers/app_type_controller.rb +0 -20
- data/features/fixtures/rails3/app/app/controllers/app_version_controller.rb +0 -25
- data/features/fixtures/rails3/app/app/controllers/application_controller.rb +0 -7
- data/features/fixtures/rails3/app/app/controllers/auto_notify_controller.rb +0 -31
- data/features/fixtures/rails3/app/app/controllers/before_notify_controller.rb +0 -44
- data/features/fixtures/rails3/app/app/controllers/breadcrumbs_controller.rb +0 -19
- data/features/fixtures/rails3/app/app/controllers/handled_controller.rb +0 -26
- data/features/fixtures/rails3/app/app/controllers/ignore_classes_controller.rb +0 -23
- data/features/fixtures/rails3/app/app/controllers/metadata_filters_controller.rb +0 -16
- data/features/fixtures/rails3/app/app/controllers/project_root_controller.rb +0 -25
- data/features/fixtures/rails3/app/app/controllers/release_stage_controller.rb +0 -20
- data/features/fixtures/rails3/app/app/controllers/send_code_controller.rb +0 -20
- data/features/fixtures/rails3/app/app/controllers/send_environment_controller.rb +0 -12
- data/features/fixtures/rails3/app/app/controllers/session_tracking_controller.rb +0 -24
- data/features/fixtures/rails3/app/app/controllers/unhandled_controller.rb +0 -11
- data/features/fixtures/rails3/app/app/controllers/warden_controller.rb +0 -30
- data/features/fixtures/rails3/app/app/helpers/application_helper.rb +0 -2
- data/features/fixtures/rails3/app/app/mailers/.gitkeep +0 -0
- data/features/fixtures/rails3/app/app/models/.gitkeep +0 -0
- data/features/fixtures/rails3/app/app/models/user.rb +0 -6
- data/features/fixtures/rails3/app/app/views/layouts/application.html.erb +0 -14
- data/features/fixtures/rails3/app/config.ru +0 -4
- data/features/fixtures/rails3/app/config/application.rb +0 -67
- data/features/fixtures/rails3/app/config/boot.rb +0 -6
- data/features/fixtures/rails3/app/config/database.yml +0 -31
- data/features/fixtures/rails3/app/config/environment.rb +0 -5
- data/features/fixtures/rails3/app/config/environments/development.rb +0 -37
- data/features/fixtures/rails3/app/config/environments/production.rb +0 -67
- data/features/fixtures/rails3/app/config/environments/rails_env.rb +0 -37
- data/features/fixtures/rails3/app/config/initializers/bugsnag.rb +0 -20
- data/features/fixtures/rails3/app/config/initializers/secret_token.rb +0 -7
- data/features/fixtures/rails3/app/config/initializers/session_store.rb +0 -8
- data/features/fixtures/rails3/app/config/initializers/warden.rb +0 -3
- data/features/fixtures/rails3/app/config/initializers/wrap_parameters.rb +0 -14
- data/features/fixtures/rails3/app/config/locales/en.yml +0 -5
- data/features/fixtures/rails3/app/config/routes.rb +0 -19
- data/features/fixtures/rails3/app/db/migrate/20180423142727_create_users.rb +0 -45
- data/features/fixtures/rails3/app/db/schema.rb +0 -37
- data/features/fixtures/rails3/app/db/seeds.rb +0 -7
- data/features/fixtures/rails3/app/lib/assets/.gitkeep +0 -0
- data/features/fixtures/rails3/app/lib/strategies/token_strategy.rb +0 -12
- data/features/fixtures/rails3/app/lib/tasks/.gitkeep +0 -0
- data/features/fixtures/rails3/app/log/.gitkeep +0 -0
- data/features/fixtures/rails3/app/public/404.html +0 -26
- data/features/fixtures/rails3/app/public/422.html +0 -26
- data/features/fixtures/rails3/app/public/500.html +0 -25
- data/features/fixtures/rails3/app/public/favicon.ico +0 -0
- data/features/fixtures/rails3/app/public/index.html +0 -241
- data/features/fixtures/rails3/app/public/robots.txt +0 -5
- data/features/fixtures/rails3/app/script/rails +0 -6
- data/features/fixtures/rails4/.dockerignore +0 -1
- data/features/fixtures/rails4/Dockerfile +0 -17
- data/features/fixtures/rails4/app/.gitignore +0 -16
- data/features/fixtures/rails4/app/Gemfile +0 -46
- data/features/fixtures/rails4/app/README.rdoc +0 -28
- data/features/fixtures/rails4/app/Rakefile +0 -6
- data/features/fixtures/rails4/app/app/assets/images/.keep +0 -0
- data/features/fixtures/rails4/app/app/assets/javascripts/application.js +0 -16
- data/features/fixtures/rails4/app/app/assets/stylesheets/application.css +0 -13
- data/features/fixtures/rails4/app/app/controllers/api_key_controller.rb +0 -20
- data/features/fixtures/rails4/app/app/controllers/app_type_controller.rb +0 -20
- data/features/fixtures/rails4/app/app/controllers/app_version_controller.rb +0 -25
- data/features/fixtures/rails4/app/app/controllers/application_controller.rb +0 -7
- data/features/fixtures/rails4/app/app/controllers/auto_notify_controller.rb +0 -31
- data/features/fixtures/rails4/app/app/controllers/before_notify_controller.rb +0 -44
- data/features/fixtures/rails4/app/app/controllers/breadcrumbs_controller.rb +0 -26
- data/features/fixtures/rails4/app/app/controllers/concerns/.keep +0 -0
- data/features/fixtures/rails4/app/app/controllers/devise_controller.rb +0 -32
- data/features/fixtures/rails4/app/app/controllers/handled_controller.rb +0 -26
- data/features/fixtures/rails4/app/app/controllers/ignore_classes_controller.rb +0 -23
- data/features/fixtures/rails4/app/app/controllers/metadata_filters_controller.rb +0 -16
- data/features/fixtures/rails4/app/app/controllers/mongo_controller.rb +0 -23
- data/features/fixtures/rails4/app/app/controllers/project_root_controller.rb +0 -25
- data/features/fixtures/rails4/app/app/controllers/release_stage_controller.rb +0 -20
- data/features/fixtures/rails4/app/app/controllers/send_code_controller.rb +0 -20
- data/features/fixtures/rails4/app/app/controllers/send_environment_controller.rb +0 -12
- data/features/fixtures/rails4/app/app/controllers/session_tracking_controller.rb +0 -24
- data/features/fixtures/rails4/app/app/controllers/unhandled_controller.rb +0 -11
- data/features/fixtures/rails4/app/app/helpers/application_helper.rb +0 -2
- data/features/fixtures/rails4/app/app/jobs/application_job.rb +0 -2
- data/features/fixtures/rails4/app/app/jobs/notify_job.rb +0 -5
- data/features/fixtures/rails4/app/app/mailers/.keep +0 -0
- data/features/fixtures/rails4/app/app/models/.keep +0 -0
- data/features/fixtures/rails4/app/app/models/concerns/.keep +0 -0
- data/features/fixtures/rails4/app/app/models/mongo_model.rb +0 -6
- data/features/fixtures/rails4/app/app/models/user.rb +0 -6
- data/features/fixtures/rails4/app/app/views/layouts/application.html.erb +0 -14
- data/features/fixtures/rails4/app/config.ru +0 -4
- data/features/fixtures/rails4/app/config/application.rb +0 -23
- data/features/fixtures/rails4/app/config/boot.rb +0 -4
- data/features/fixtures/rails4/app/config/database.yml +0 -31
- data/features/fixtures/rails4/app/config/environment.rb +0 -5
- data/features/fixtures/rails4/app/config/environments/development.rb +0 -31
- data/features/fixtures/rails4/app/config/environments/production.rb +0 -81
- data/features/fixtures/rails4/app/config/environments/rails_env.rb +0 -30
- data/features/fixtures/rails4/app/config/environments/test.rb +0 -31
- data/features/fixtures/rails4/app/config/initializers/backtrace_silencers.rb +0 -7
- data/features/fixtures/rails4/app/config/initializers/bugsnag.rb +0 -20
- data/features/fixtures/rails4/app/config/initializers/devise.rb +0 -283
- data/features/fixtures/rails4/app/config/initializers/filter_parameter_logging.rb +0 -5
- data/features/fixtures/rails4/app/config/initializers/inflections.rb +0 -16
- data/features/fixtures/rails4/app/config/initializers/mime_types.rb +0 -5
- data/features/fixtures/rails4/app/config/initializers/secret_token.rb +0 -12
- data/features/fixtures/rails4/app/config/initializers/session_store.rb +0 -3
- data/features/fixtures/rails4/app/config/initializers/wrap_parameters.rb +0 -14
- data/features/fixtures/rails4/app/config/locales/devise.en.yml +0 -64
- data/features/fixtures/rails4/app/config/locales/en.yml +0 -23
- data/features/fixtures/rails4/app/config/mongoid.yml +0 -22
- data/features/fixtures/rails4/app/config/routes.rb +0 -21
- data/features/fixtures/rails4/app/db/migrate/20180420160315_devise_create_users.rb +0 -47
- data/features/fixtures/rails4/app/db/seeds.rb +0 -7
- data/features/fixtures/rails4/app/lib/assets/.keep +0 -0
- data/features/fixtures/rails4/app/lib/tasks/.keep +0 -0
- data/features/fixtures/rails4/app/log/.keep +0 -0
- data/features/fixtures/rails4/app/public/404.html +0 -58
- data/features/fixtures/rails4/app/public/422.html +0 -58
- data/features/fixtures/rails4/app/public/500.html +0 -57
- data/features/fixtures/rails4/app/public/favicon.ico +0 -0
- data/features/fixtures/rails4/app/public/robots.txt +0 -5
- data/features/fixtures/rails4/app/test/controllers/.keep +0 -0
- data/features/fixtures/rails4/app/test/fixtures/.keep +0 -0
- data/features/fixtures/rails4/app/test/helpers/.keep +0 -0
- data/features/fixtures/rails4/app/test/integration/.keep +0 -0
- data/features/fixtures/rails4/app/test/mailers/.keep +0 -0
- data/features/fixtures/rails4/app/test/models/.keep +0 -0
- data/features/fixtures/rails4/app/test/test_helper.rb +0 -15
- data/features/fixtures/rails5/.dockerignore +0 -1
- data/features/fixtures/rails5/Dockerfile +0 -17
- data/features/fixtures/rails5/app/.gitignore +0 -21
- data/features/fixtures/rails5/app/Gemfile +0 -52
- data/features/fixtures/rails5/app/README.md +0 -24
- data/features/fixtures/rails5/app/Rakefile +0 -6
- data/features/fixtures/rails5/app/app/assets/config/manifest.js +0 -3
- data/features/fixtures/rails5/app/app/assets/images/.keep +0 -0
- data/features/fixtures/rails5/app/app/assets/javascripts/application.js +0 -16
- data/features/fixtures/rails5/app/app/assets/javascripts/cable.js +0 -13
- data/features/fixtures/rails5/app/app/assets/javascripts/channels/.keep +0 -0
- data/features/fixtures/rails5/app/app/assets/stylesheets/application.css +0 -15
- data/features/fixtures/rails5/app/app/channels/application_cable/channel.rb +0 -4
- data/features/fixtures/rails5/app/app/channels/application_cable/connection.rb +0 -4
- data/features/fixtures/rails5/app/app/controllers/api_key_controller.rb +0 -16
- data/features/fixtures/rails5/app/app/controllers/app_type_controller.rb +0 -16
- data/features/fixtures/rails5/app/app/controllers/app_version_controller.rb +0 -21
- data/features/fixtures/rails5/app/app/controllers/application_controller.rb +0 -7
- data/features/fixtures/rails5/app/app/controllers/auto_notify_controller.rb +0 -27
- data/features/fixtures/rails5/app/app/controllers/before_notify_controller.rb +0 -40
- data/features/fixtures/rails5/app/app/controllers/breadcrumbs_controller.rb +0 -24
- data/features/fixtures/rails5/app/app/controllers/clearance_controller.rb +0 -33
- data/features/fixtures/rails5/app/app/controllers/concerns/.keep +0 -0
- data/features/fixtures/rails5/app/app/controllers/handled_controller.rb +0 -22
- data/features/fixtures/rails5/app/app/controllers/ignore_classes_controller.rb +0 -19
- data/features/fixtures/rails5/app/app/controllers/metadata_filters_controller.rb +0 -12
- data/features/fixtures/rails5/app/app/controllers/mongo_controller.rb +0 -22
- data/features/fixtures/rails5/app/app/controllers/project_root_controller.rb +0 -21
- data/features/fixtures/rails5/app/app/controllers/release_stage_controller.rb +0 -16
- data/features/fixtures/rails5/app/app/controllers/send_code_controller.rb +0 -16
- data/features/fixtures/rails5/app/app/controllers/send_environment_controller.rb +0 -8
- data/features/fixtures/rails5/app/app/controllers/session_tracking_controller.rb +0 -20
- data/features/fixtures/rails5/app/app/controllers/unhandled_controller.rb +0 -7
- data/features/fixtures/rails5/app/app/helpers/application_helper.rb +0 -2
- data/features/fixtures/rails5/app/app/jobs/application_job.rb +0 -2
- data/features/fixtures/rails5/app/app/jobs/notify_job.rb +0 -5
- data/features/fixtures/rails5/app/app/mailers/application_mailer.rb +0 -4
- data/features/fixtures/rails5/app/app/models/application_record.rb +0 -3
- data/features/fixtures/rails5/app/app/models/concerns/.keep +0 -0
- data/features/fixtures/rails5/app/app/models/mongo_model.rb +0 -6
- data/features/fixtures/rails5/app/app/models/user.rb +0 -3
- data/features/fixtures/rails5/app/app/views/layouts/application.html.erb +0 -14
- data/features/fixtures/rails5/app/app/views/layouts/mailer.html.erb +0 -13
- data/features/fixtures/rails5/app/app/views/layouts/mailer.text.erb +0 -1
- data/features/fixtures/rails5/app/config.ru +0 -5
- data/features/fixtures/rails5/app/config/application.rb +0 -15
- data/features/fixtures/rails5/app/config/boot.rb +0 -3
- data/features/fixtures/rails5/app/config/cable.yml +0 -9
- data/features/fixtures/rails5/app/config/database.yml +0 -29
- data/features/fixtures/rails5/app/config/environment.rb +0 -5
- data/features/fixtures/rails5/app/config/environments/development.rb +0 -55
- data/features/fixtures/rails5/app/config/environments/production.rb +0 -87
- data/features/fixtures/rails5/app/config/environments/rails_env.rb +0 -55
- data/features/fixtures/rails5/app/config/environments/test.rb +0 -55
- data/features/fixtures/rails5/app/config/initializers/assets.rb +0 -11
- data/features/fixtures/rails5/app/config/initializers/backtrace_silencers.rb +0 -7
- data/features/fixtures/rails5/app/config/initializers/bugsnag.rb +0 -20
- data/features/fixtures/rails5/app/config/initializers/clearance.rb +0 -5
- data/features/fixtures/rails5/app/config/initializers/cookies_serializer.rb +0 -5
- data/features/fixtures/rails5/app/config/initializers/filter_parameter_logging.rb +0 -5
- data/features/fixtures/rails5/app/config/initializers/inflections.rb +0 -16
- data/features/fixtures/rails5/app/config/initializers/mime_types.rb +0 -4
- data/features/fixtures/rails5/app/config/initializers/new_framework_defaults.rb +0 -24
- data/features/fixtures/rails5/app/config/initializers/session_store.rb +0 -3
- data/features/fixtures/rails5/app/config/initializers/wrap_parameters.rb +0 -14
- data/features/fixtures/rails5/app/config/locales/devise.en.yml +0 -64
- data/features/fixtures/rails5/app/config/locales/en.yml +0 -23
- data/features/fixtures/rails5/app/config/mongoid.yml +0 -23
- data/features/fixtures/rails5/app/config/puma.rb +0 -47
- data/features/fixtures/rails5/app/config/routes.rb +0 -62
- data/features/fixtures/rails5/app/config/secrets.yml +0 -25
- data/features/fixtures/rails5/app/config/spring.rb +0 -6
- data/features/fixtures/rails5/app/db/migrate/20180426095545_create_users.rb +0 -17
- data/features/fixtures/rails5/app/db/schema.rb +0 -29
- data/features/fixtures/rails5/app/db/seeds.rb +0 -7
- data/features/fixtures/rails5/app/lib/assets/.keep +0 -0
- data/features/fixtures/rails5/app/lib/tasks/.keep +0 -0
- data/features/fixtures/rails5/app/log/.keep +0 -0
- data/features/fixtures/rails5/app/public/404.html +0 -67
- data/features/fixtures/rails5/app/public/422.html +0 -67
- data/features/fixtures/rails5/app/public/500.html +0 -66
- data/features/fixtures/rails5/app/public/apple-touch-icon-precomposed.png +0 -0
- data/features/fixtures/rails5/app/public/apple-touch-icon.png +0 -0
- data/features/fixtures/rails5/app/public/favicon.ico +0 -0
- data/features/fixtures/rails5/app/public/robots.txt +0 -5
- data/features/fixtures/rails5/app/test/controllers/.keep +0 -0
- data/features/fixtures/rails5/app/test/fixtures/.keep +0 -0
- data/features/fixtures/rails5/app/test/fixtures/files/.keep +0 -0
- data/features/fixtures/rails5/app/test/helpers/.keep +0 -0
- data/features/fixtures/rails5/app/test/integration/.keep +0 -0
- data/features/fixtures/rails5/app/test/mailers/.keep +0 -0
- data/features/fixtures/rails5/app/test/models/.keep +0 -0
- data/features/fixtures/rails5/app/test/test_helper.rb +0 -10
- data/features/fixtures/rails5/app/tmp/.keep +0 -0
- data/features/fixtures/rails6/.dockerignore +0 -1
- data/features/fixtures/rails6/Dockerfile +0 -26
- data/features/fixtures/rails6/app/.browserslistrc +0 -1
- data/features/fixtures/rails6/app/.gitignore +0 -35
- data/features/fixtures/rails6/app/.ruby-version +0 -1
- data/features/fixtures/rails6/app/Gemfile +0 -58
- data/features/fixtures/rails6/app/README.md +0 -24
- data/features/fixtures/rails6/app/Rakefile +0 -6
- data/features/fixtures/rails6/app/app/assets/config/manifest.js +0 -2
- data/features/fixtures/rails6/app/app/assets/images/.keep +0 -0
- data/features/fixtures/rails6/app/app/assets/stylesheets/application.css +0 -15
- data/features/fixtures/rails6/app/app/channels/application_cable/channel.rb +0 -4
- data/features/fixtures/rails6/app/app/channels/application_cable/connection.rb +0 -4
- data/features/fixtures/rails6/app/app/controllers/api_key_controller.rb +0 -16
- data/features/fixtures/rails6/app/app/controllers/app_type_controller.rb +0 -16
- data/features/fixtures/rails6/app/app/controllers/app_version_controller.rb +0 -21
- data/features/fixtures/rails6/app/app/controllers/application_controller.rb +0 -7
- data/features/fixtures/rails6/app/app/controllers/auto_notify_controller.rb +0 -27
- data/features/fixtures/rails6/app/app/controllers/before_notify_controller.rb +0 -40
- data/features/fixtures/rails6/app/app/controllers/breadcrumbs_controller.rb +0 -24
- data/features/fixtures/rails6/app/app/controllers/clearance_controller.rb +0 -33
- data/features/fixtures/rails6/app/app/controllers/concerns/.keep +0 -0
- data/features/fixtures/rails6/app/app/controllers/handled_controller.rb +0 -22
- data/features/fixtures/rails6/app/app/controllers/ignore_classes_controller.rb +0 -19
- data/features/fixtures/rails6/app/app/controllers/metadata_filters_controller.rb +0 -12
- data/features/fixtures/rails6/app/app/controllers/mongo_controller.rb +0 -22
- data/features/fixtures/rails6/app/app/controllers/project_root_controller.rb +0 -21
- data/features/fixtures/rails6/app/app/controllers/release_stage_controller.rb +0 -16
- data/features/fixtures/rails6/app/app/controllers/send_code_controller.rb +0 -16
- data/features/fixtures/rails6/app/app/controllers/send_environment_controller.rb +0 -8
- data/features/fixtures/rails6/app/app/controllers/session_tracking_controller.rb +0 -20
- data/features/fixtures/rails6/app/app/controllers/unhandled_controller.rb +0 -7
- data/features/fixtures/rails6/app/app/helpers/application_helper.rb +0 -2
- data/features/fixtures/rails6/app/app/javascript/channels/consumer.js +0 -6
- data/features/fixtures/rails6/app/app/javascript/channels/index.js +0 -5
- data/features/fixtures/rails6/app/app/javascript/packs/application.js +0 -9
- data/features/fixtures/rails6/app/app/jobs/application_job.rb +0 -7
- data/features/fixtures/rails6/app/app/jobs/notify_job.rb +0 -5
- data/features/fixtures/rails6/app/app/mailers/application_mailer.rb +0 -4
- data/features/fixtures/rails6/app/app/models/application_record.rb +0 -3
- data/features/fixtures/rails6/app/app/models/concerns/.keep +0 -0
- data/features/fixtures/rails6/app/app/models/mongo_model.rb +0 -6
- data/features/fixtures/rails6/app/app/models/user.rb +0 -3
- data/features/fixtures/rails6/app/app/views/layouts/application.html.erb +0 -15
- data/features/fixtures/rails6/app/app/views/layouts/mailer.html.erb +0 -13
- data/features/fixtures/rails6/app/app/views/layouts/mailer.text.erb +0 -1
- data/features/fixtures/rails6/app/babel.config.js +0 -70
- data/features/fixtures/rails6/app/config.ru +0 -5
- data/features/fixtures/rails6/app/config/application.rb +0 -19
- data/features/fixtures/rails6/app/config/boot.rb +0 -4
- data/features/fixtures/rails6/app/config/cable.yml +0 -13
- data/features/fixtures/rails6/app/config/credentials.yml.enc +0 -1
- data/features/fixtures/rails6/app/config/database.yml +0 -29
- data/features/fixtures/rails6/app/config/environment.rb +0 -5
- data/features/fixtures/rails6/app/config/environments/development.rb +0 -64
- data/features/fixtures/rails6/app/config/environments/production.rb +0 -113
- data/features/fixtures/rails6/app/config/environments/rails_env.rb +0 -56
- data/features/fixtures/rails6/app/config/environments/test.rb +0 -48
- data/features/fixtures/rails6/app/config/initializers/application_controller_renderer.rb +0 -8
- data/features/fixtures/rails6/app/config/initializers/assets.rb +0 -14
- data/features/fixtures/rails6/app/config/initializers/backtrace_silencers.rb +0 -7
- data/features/fixtures/rails6/app/config/initializers/bugsnag.rb +0 -20
- data/features/fixtures/rails6/app/config/initializers/content_security_policy.rb +0 -27
- data/features/fixtures/rails6/app/config/initializers/cookies_serializer.rb +0 -5
- data/features/fixtures/rails6/app/config/initializers/filter_parameter_logging.rb +0 -5
- data/features/fixtures/rails6/app/config/initializers/inflections.rb +0 -16
- data/features/fixtures/rails6/app/config/initializers/mime_types.rb +0 -4
- data/features/fixtures/rails6/app/config/initializers/wrap_parameters.rb +0 -14
- data/features/fixtures/rails6/app/config/locales/en.yml +0 -33
- data/features/fixtures/rails6/app/config/mongoid.yml +0 -23
- data/features/fixtures/rails6/app/config/puma.rb +0 -35
- data/features/fixtures/rails6/app/config/routes.rb +0 -62
- data/features/fixtures/rails6/app/config/secrets.yml +0 -25
- data/features/fixtures/rails6/app/config/spring.rb +0 -6
- data/features/fixtures/rails6/app/config/storage.yml +0 -34
- data/features/fixtures/rails6/app/config/webpack/development.js +0 -5
- data/features/fixtures/rails6/app/config/webpack/environment.js +0 -3
- data/features/fixtures/rails6/app/config/webpack/production.js +0 -5
- data/features/fixtures/rails6/app/config/webpack/rails_env.js +0 -5
- data/features/fixtures/rails6/app/config/webpack/test.js +0 -5
- data/features/fixtures/rails6/app/config/webpacker.yml +0 -121
- data/features/fixtures/rails6/app/db/migrate/20180426095545_create_users.rb +0 -17
- data/features/fixtures/rails6/app/db/schema.rb +0 -29
- data/features/fixtures/rails6/app/db/seeds.rb +0 -7
- data/features/fixtures/rails6/app/lib/assets/.keep +0 -0
- data/features/fixtures/rails6/app/lib/tasks/.keep +0 -0
- data/features/fixtures/rails6/app/log/.keep +0 -0
- data/features/fixtures/rails6/app/package.json +0 -15
- data/features/fixtures/rails6/app/postcss.config.js +0 -12
- data/features/fixtures/rails6/app/public/404.html +0 -67
- data/features/fixtures/rails6/app/public/422.html +0 -67
- data/features/fixtures/rails6/app/public/500.html +0 -66
- data/features/fixtures/rails6/app/public/apple-touch-icon-precomposed.png +0 -0
- data/features/fixtures/rails6/app/public/apple-touch-icon.png +0 -0
- data/features/fixtures/rails6/app/public/favicon.ico +0 -0
- data/features/fixtures/rails6/app/public/robots.txt +0 -1
- data/features/fixtures/rails6/app/storage/.keep +0 -0
- data/features/fixtures/rails6/app/test/application_system_test_case.rb +0 -5
- data/features/fixtures/rails6/app/test/channels/application_cable/connection_test.rb +0 -11
- data/features/fixtures/rails6/app/test/controllers/.keep +0 -0
- data/features/fixtures/rails6/app/test/fixtures/.keep +0 -0
- data/features/fixtures/rails6/app/test/fixtures/files/.keep +0 -0
- data/features/fixtures/rails6/app/test/helpers/.keep +0 -0
- data/features/fixtures/rails6/app/test/integration/.keep +0 -0
- data/features/fixtures/rails6/app/test/mailers/.keep +0 -0
- data/features/fixtures/rails6/app/test/models/.keep +0 -0
- data/features/fixtures/rails6/app/test/system/.keep +0 -0
- data/features/fixtures/rails6/app/test/test_helper.rb +0 -13
- data/features/fixtures/rails6/app/tmp/.keep +0 -0
- data/features/fixtures/rails6/app/yarn.lock +0 -6082
- data/features/fixtures/resque/.dockerignore +0 -1
- data/features/fixtures/resque/Dockerfile +0 -14
- data/features/fixtures/resque/Gemfile +0 -6
- data/features/fixtures/resque/Rakefile +0 -4
- data/features/fixtures/resque/app.rb +0 -12
- data/features/fixtures/sidekiq/.dockerignore +0 -2
- data/features/fixtures/sidekiq/Dockerfile +0 -17
- data/features/fixtures/sidekiq/app/Gemfile +0 -7
- data/features/fixtures/sidekiq/app/Rakefile.rb +0 -14
- data/features/fixtures/sidekiq/app/app.rb +0 -35
- data/features/fixtures/sidekiq/app/initializers/HandledError.rb +0 -3
- data/features/fixtures/sidekiq/app/initializers/UnhandledError.rb +0 -3
- data/features/fixtures/sidekiq/payloads/handled_metadata_ca_false.json +0 -11
- data/features/fixtures/sidekiq/payloads/handled_metadata_ca_true.json +0 -12
- data/features/fixtures/sidekiq/payloads/unhandled_metadata_ca_false.json +0 -11
- data/features/fixtures/sidekiq/payloads/unhandled_metadata_ca_true.json +0 -12
- data/features/fixtures/sinatra1/.dockerignore +0 -1
- data/features/fixtures/sinatra1/Dockerfile +0 -13
- data/features/fixtures/sinatra1/Gemfile +0 -4
- data/features/fixtures/sinatra1/app.rb +0 -9
- data/features/fixtures/sinatra2/.dockerignore +0 -1
- data/features/fixtures/sinatra2/Dockerfile +0 -13
- data/features/fixtures/sinatra2/Gemfile +0 -4
- data/features/fixtures/sinatra2/app.rb +0 -9
- data/features/plain_features/add_tab.feature +0 -49
- data/features/plain_features/app_type.feature +0 -8
- data/features/plain_features/app_version.feature +0 -8
- data/features/plain_features/auto_notify.feature +0 -7
- data/features/plain_features/delivery.feature +0 -20
- data/features/plain_features/exception_data.feature +0 -50
- data/features/plain_features/filters.feature +0 -14
- data/features/plain_features/handled_errors.feature +0 -42
- data/features/plain_features/ignore_classes.feature +0 -11
- data/features/plain_features/ignore_report.feature +0 -12
- data/features/plain_features/proxies.feature +0 -25
- data/features/plain_features/release_stages.feature +0 -20
- data/features/plain_features/report_api_key.feature +0 -14
- data/features/plain_features/report_severity.feature +0 -15
- data/features/plain_features/report_stack_frames.feature +0 -49
- data/features/plain_features/report_user.feature +0 -45
- data/features/plain_features/unhandled_errors.feature +0 -33
- data/features/rails_features/api_key.feature +0 -15
- data/features/rails_features/app_type.feature +0 -24
- data/features/rails_features/app_version.feature +0 -26
- data/features/rails_features/auto_capture_sessions.feature +0 -34
- data/features/rails_features/auto_notify.feature +0 -41
- data/features/rails_features/before_notify.feature +0 -44
- data/features/rails_features/breadcrumbs.feature +0 -43
- data/features/rails_features/handled.feature +0 -42
- data/features/rails_features/ignore_classes.feature +0 -14
- data/features/rails_features/meta_data_filters.feature +0 -14
- data/features/rails_features/mongo_breadcrumbs.feature +0 -26
- data/features/rails_features/project_root.feature +0 -35
- data/features/rails_features/release_stage.feature +0 -27
- data/features/rails_features/send_code.feature +0 -18
- data/features/rails_features/send_environment.feature +0 -13
- data/features/rails_features/unhandled.feature +0 -16
- data/features/rails_features/user_info.feature +0 -52
- data/features/sidekiq.feature +0 -30
- data/features/steps/ruby_notifier_steps.rb +0 -75
- data/features/support/env.rb +0 -23
- data/issue_template.md +0 -48
- data/spec/breadcrumbs/breadcrumb_spec.rb +0 -93
- data/spec/breadcrumbs/validator_spec.rb +0 -201
- data/spec/bugsnag_spec.rb +0 -366
- data/spec/cleaner_spec.rb +0 -244
- data/spec/configuration_spec.rb +0 -441
- data/spec/fixtures/apps/rails-initializer-config/Gemfile +0 -9
- data/spec/fixtures/apps/rails-initializer-config/config.ru +0 -16
- data/spec/fixtures/apps/rails-initializer-config/config/initializers/bugsnag.rb +0 -3
- data/spec/fixtures/apps/rails-invalid-initializer-config/Gemfile +0 -9
- data/spec/fixtures/apps/rails-invalid-initializer-config/config.ru +0 -16
- data/spec/fixtures/apps/rails-invalid-initializer-config/config/initializers/bugsnag.rb +0 -3
- data/spec/fixtures/apps/rails-no-config/Gemfile +0 -9
- data/spec/fixtures/apps/rails-no-config/config.ru +0 -16
- data/spec/fixtures/apps/scripts/Gemfile +0 -3
- data/spec/fixtures/apps/scripts/configure_invalid_key.rb +0 -5
- data/spec/fixtures/apps/scripts/configure_key.rb +0 -5
- data/spec/fixtures/apps/scripts/no_config.rb +0 -3
- data/spec/fixtures/crashes/end_of_file.rb +0 -9
- data/spec/fixtures/crashes/short_file.rb +0 -1
- data/spec/fixtures/crashes/start_of_file.rb +0 -9
- data/spec/fixtures/middleware/internal_info_setter.rb +0 -11
- data/spec/fixtures/middleware/public_info_setter.rb +0 -11
- data/spec/fixtures/tasks/Rakefile +0 -26
- data/spec/helper_spec.rb +0 -217
- data/spec/integration_spec.rb +0 -107
- data/spec/integrations/clearance_user_spec.rb +0 -38
- data/spec/integrations/logger_spec.rb +0 -134
- data/spec/integrations/mailman_spec.rb +0 -83
- data/spec/integrations/mongo_spec.rb +0 -262
- data/spec/integrations/que_spec.rb +0 -94
- data/spec/integrations/rack_spec.rb +0 -230
- data/spec/integrations/rails3_request_spec.rb +0 -67
- data/spec/integrations/rake_spec.rb +0 -71
- data/spec/integrations/resque_spec.rb +0 -99
- data/spec/integrations/shoryuken_spec.rb +0 -70
- data/spec/integrations/sidekiq_spec.rb +0 -137
- data/spec/integrations/warden_user_spec.rb +0 -41
- data/spec/middleware/exception_meta_data_spec.rb +0 -104
- data/spec/middleware_spec.rb +0 -254
- data/spec/middleware_stack_spec.rb +0 -151
- data/spec/report_spec.rb +0 -1282
- data/spec/session_tracker_spec.rb +0 -156
- data/spec/spec_helper.rb +0 -86
- data/spec/stacktrace_spec.rb +0 -129
- data/spec/utility/circular_buffer_spec.rb +0 -98
@@ -1,84 +0,0 @@
|
|
1
|
-
## Goal
|
2
|
-
|
3
|
-
<!-- What is the intent of this change?
|
4
|
-
e.g. "When initializing the Bugsnag client, it is currently difficult to (...)
|
5
|
-
this change simplifies the process by (...)"
|
6
|
-
|
7
|
-
"Improves the performance of data filtering"
|
8
|
-
|
9
|
-
"Adds additional test coverage to multi-threaded use of Configuration
|
10
|
-
objects"
|
11
|
-
-->
|
12
|
-
|
13
|
-
<!-- For new features, include design documentation:
|
14
|
-
|
15
|
-
## Design
|
16
|
-
|
17
|
-
Why was this approach to the goal used?
|
18
|
-
|
19
|
-
-->
|
20
|
-
|
21
|
-
## Changeset
|
22
|
-
|
23
|
-
<!-- What structures or properties or functions were:
|
24
|
-
|
25
|
-
### Added
|
26
|
-
|
27
|
-
### Removed
|
28
|
-
|
29
|
-
### Changed
|
30
|
-
|
31
|
-
-->
|
32
|
-
|
33
|
-
## Tests
|
34
|
-
|
35
|
-
<!-- How was this change tested? What manual and automated tests were
|
36
|
-
run/added? -->
|
37
|
-
|
38
|
-
## Discussion
|
39
|
-
|
40
|
-
### Alternative Approaches
|
41
|
-
|
42
|
-
<!-- What other approaches were considered or discussed? -->
|
43
|
-
|
44
|
-
### Outstanding Questions
|
45
|
-
|
46
|
-
<!-- Are there any parts of the design or the implementation which seem
|
47
|
-
less than ideal and that could require additional discussion?
|
48
|
-
List here: -->
|
49
|
-
|
50
|
-
### Linked issues
|
51
|
-
|
52
|
-
<!--
|
53
|
-
|
54
|
-
Fixes #
|
55
|
-
Related to #
|
56
|
-
|
57
|
-
-->
|
58
|
-
|
59
|
-
## Review
|
60
|
-
|
61
|
-
<!-- When submitting for review, consider the points for self-review and the
|
62
|
-
criteria which will be used for secondary review -->
|
63
|
-
|
64
|
-
For the submitter, initial self-review:
|
65
|
-
|
66
|
-
- [ ] Commented on code changes inline explain the reasoning behind the approach
|
67
|
-
- [ ] Reviewed the test cases added for completeness and possible points for discussion
|
68
|
-
- [ ] A changelog entry was added for the goal of this pull request
|
69
|
-
- [ ] Check the scope of the changeset - is everything in the diff required for the pull request?
|
70
|
-
- This pull request is ready for:
|
71
|
-
- [ ] Initial review of the intended approach, not yet feature complete
|
72
|
-
- [ ] Structural review of the classes, functions, and properties modified
|
73
|
-
- [ ] Final review
|
74
|
-
|
75
|
-
For the pull request reviewer(s), this changeset has been reviewed for:
|
76
|
-
|
77
|
-
- [ ] Consistency across platforms for structures or concepts added or modified
|
78
|
-
- [ ] Consistency between the changeset and the goal stated above
|
79
|
-
- [ ] Internal consistency with the rest of the library - is there any overlap between existing interfaces and any which have been added?
|
80
|
-
- [ ] Usage friction - is the proposed change in usage cumbersome or complicated?
|
81
|
-
- [ ] Performance and complexity - are there any cases of unexpected O(n^3) when iterating, recursing, flat mapping, etc?
|
82
|
-
- [ ] Concurrency concerns - if components are accessed asynchronously, what issues will arise
|
83
|
-
- [ ] Thoroughness of added tests and any missing edge cases
|
84
|
-
- [ ] Idiomatic use of the language
|
data/.gitignore
DELETED
@@ -1,55 +0,0 @@
|
|
1
|
-
# rcov generated
|
2
|
-
coverage
|
3
|
-
|
4
|
-
# rdoc generated
|
5
|
-
rdoc
|
6
|
-
|
7
|
-
# yard generated
|
8
|
-
doc
|
9
|
-
.yardoc
|
10
|
-
|
11
|
-
# bundler
|
12
|
-
.bundle
|
13
|
-
Gemfile.lock
|
14
|
-
|
15
|
-
# jeweler generated
|
16
|
-
pkg
|
17
|
-
*.gem
|
18
|
-
|
19
|
-
vendor
|
20
|
-
# Have editor/IDE/OS specific files you need to ignore? Consider using a global gitignore:
|
21
|
-
#
|
22
|
-
# * Create a file at ~/.gitignore
|
23
|
-
# * Include files you want ignored
|
24
|
-
# * Run: git config --global core.excludesfile ~/.gitignore
|
25
|
-
#
|
26
|
-
# After doing this, these files will be ignored in all your git projects,
|
27
|
-
# saving you from having to 'pollute' every project you touch with them
|
28
|
-
#
|
29
|
-
# Not sure what to needs to be ignored for particular editors/OSes? Here's some ideas to get you started. (Remember, remove the leading # of the line)
|
30
|
-
#
|
31
|
-
# For MacOS:
|
32
|
-
#
|
33
|
-
#.DS_Store
|
34
|
-
|
35
|
-
# For TextMate
|
36
|
-
#*.tmproj
|
37
|
-
#tmtags
|
38
|
-
|
39
|
-
# For emacs:
|
40
|
-
#*~
|
41
|
-
#\#*
|
42
|
-
#.\#*
|
43
|
-
|
44
|
-
# For vim:
|
45
|
-
#*.swp
|
46
|
-
|
47
|
-
# For redcar:
|
48
|
-
#.redcar
|
49
|
-
|
50
|
-
# For rubinius:
|
51
|
-
#*.rbc
|
52
|
-
bin
|
53
|
-
|
54
|
-
# For Bugsnag-Maze-Runner:
|
55
|
-
maze_output
|
data/.rdoc_options
DELETED
@@ -1,27 +0,0 @@
|
|
1
|
-
--- !ruby/object:RDoc::Options
|
2
|
-
encoding: UTF-8
|
3
|
-
static_path: []
|
4
|
-
rdoc_include:
|
5
|
-
- "lib/**/*.rb"
|
6
|
-
- "README.md"
|
7
|
-
- "CONTRIBUTING.md"
|
8
|
-
- "CHANGELOG.md"
|
9
|
-
charset: UTF-8
|
10
|
-
exclude:
|
11
|
-
format: hanna
|
12
|
-
hyperlink_all: false
|
13
|
-
line_numbers: false
|
14
|
-
locale:
|
15
|
-
locale_dir: locale
|
16
|
-
locale_name:
|
17
|
-
main_page:
|
18
|
-
markup: markdown
|
19
|
-
output: rdoc
|
20
|
-
output_decoration: true
|
21
|
-
page_dir:
|
22
|
-
show_hash: false
|
23
|
-
tab_width: 8
|
24
|
-
template_stylesheets: []
|
25
|
-
title: bugsnag-ruby API Documentation
|
26
|
-
visibility: :protected
|
27
|
-
webcvs:
|
data/.rspec
DELETED
data/.rubocop.yml
DELETED
data/.rubocop_todo.yml
DELETED
@@ -1,679 +0,0 @@
|
|
1
|
-
# This configuration was generated by
|
2
|
-
# `rubocop --auto-gen-config`
|
3
|
-
# on 2018-02-06 11:17:57 +0000 using RuboCop version 0.52.1.
|
4
|
-
# The point is for the user to remove these configuration records
|
5
|
-
# one by one as the offenses are removed from the code base.
|
6
|
-
# Note that changes in the inspected code, or installation of new
|
7
|
-
# versions of RuboCop, may require this file to be generated again.
|
8
|
-
|
9
|
-
# Offense count: 4
|
10
|
-
# Cop supports --auto-correct.
|
11
|
-
# Configuration parameters: EnforcedStyle, IndentOneStep, IndentationWidth.
|
12
|
-
# SupportedStyles: case, end
|
13
|
-
Layout/CaseIndentation:
|
14
|
-
Exclude:
|
15
|
-
- 'lib/bugsnag/cleaner.rb'
|
16
|
-
|
17
|
-
# Offense count: 3
|
18
|
-
# Cop supports --auto-correct.
|
19
|
-
Layout/EmptyLines:
|
20
|
-
Exclude:
|
21
|
-
- 'lib/bugsnag/helpers.rb'
|
22
|
-
- 'lib/bugsnag/integrations/mailman.rb'
|
23
|
-
- 'lib/bugsnag/stacktrace.rb'
|
24
|
-
|
25
|
-
# Offense count: 4
|
26
|
-
# Cop supports --auto-correct.
|
27
|
-
Layout/EmptyLinesAroundAccessModifier:
|
28
|
-
Exclude:
|
29
|
-
- 'lib/bugsnag/delivery.rb'
|
30
|
-
- 'lib/bugsnag/integrations/rails/controller_methods.rb'
|
31
|
-
- 'lib/bugsnag/middleware_stack.rb'
|
32
|
-
- 'lib/bugsnag/session_tracker.rb'
|
33
|
-
|
34
|
-
# Offense count: 1
|
35
|
-
# Cop supports --auto-correct.
|
36
|
-
# Configuration parameters: EnforcedStyle.
|
37
|
-
# SupportedStyles: empty_lines, no_empty_lines
|
38
|
-
Layout/EmptyLinesAroundBlockBody:
|
39
|
-
Exclude:
|
40
|
-
- 'lib/bugsnag/middleware/classify_error.rb'
|
41
|
-
|
42
|
-
# Offense count: 11
|
43
|
-
# Cop supports --auto-correct.
|
44
|
-
# Configuration parameters: EnforcedStyle.
|
45
|
-
# SupportedStyles: empty_lines, empty_lines_except_namespace, empty_lines_special, no_empty_lines
|
46
|
-
Layout/EmptyLinesAroundClassBody:
|
47
|
-
Exclude:
|
48
|
-
- 'lib/bugsnag/integrations/delayed_job.rb'
|
49
|
-
- 'lib/bugsnag/integrations/mailman.rb'
|
50
|
-
- 'lib/bugsnag/integrations/rack.rb'
|
51
|
-
- 'lib/bugsnag/integrations/railtie.rb'
|
52
|
-
- 'lib/bugsnag/integrations/rake.rb'
|
53
|
-
- 'lib/bugsnag/integrations/resque.rb'
|
54
|
-
- 'lib/bugsnag/integrations/shoryuken.rb'
|
55
|
-
- 'lib/bugsnag/integrations/sidekiq.rb'
|
56
|
-
- 'lib/bugsnag/middleware/suggestion_data.rb'
|
57
|
-
- 'lib/bugsnag/session_tracker.rb'
|
58
|
-
- 'lib/bugsnag/stacktrace.rb'
|
59
|
-
|
60
|
-
# Offense count: 1
|
61
|
-
# Cop supports --auto-correct.
|
62
|
-
Layout/EmptyLinesAroundExceptionHandlingKeywords:
|
63
|
-
Exclude:
|
64
|
-
- 'lib/bugsnag/integrations/rake.rb'
|
65
|
-
|
66
|
-
# Offense count: 1
|
67
|
-
# Cop supports --auto-correct.
|
68
|
-
# Configuration parameters: EnforcedStyle.
|
69
|
-
# SupportedStyles: empty_lines, empty_lines_except_namespace, empty_lines_special, no_empty_lines
|
70
|
-
Layout/EmptyLinesAroundModuleBody:
|
71
|
-
Exclude:
|
72
|
-
- 'lib/bugsnag/integrations/rails/controller_methods.rb'
|
73
|
-
|
74
|
-
# Offense count: 1
|
75
|
-
# Cop supports --auto-correct.
|
76
|
-
# Configuration parameters: EnforcedStyle, IndentationWidth.
|
77
|
-
# SupportedStyles: special_inside_parentheses, consistent, align_brackets
|
78
|
-
Layout/IndentArray:
|
79
|
-
Exclude:
|
80
|
-
- 'lib/bugsnag/middleware/classify_error.rb'
|
81
|
-
|
82
|
-
# Offense count: 12
|
83
|
-
# Cop supports --auto-correct.
|
84
|
-
# Configuration parameters: IndentationWidth.
|
85
|
-
# SupportedStyles: special_inside_parentheses, consistent, align_braces
|
86
|
-
Layout/IndentHash:
|
87
|
-
EnforcedStyle: consistent
|
88
|
-
|
89
|
-
# Offense count: 1
|
90
|
-
# Cop supports --auto-correct.
|
91
|
-
# Configuration parameters: EnforcedStyle.
|
92
|
-
# SupportedStyles: auto_detection, squiggly, active_support, powerpack, unindent
|
93
|
-
Layout/IndentHeredoc:
|
94
|
-
Exclude:
|
95
|
-
- 'lib/generators/bugsnag/bugsnag_generator.rb'
|
96
|
-
|
97
|
-
# Offense count: 1
|
98
|
-
# Cop supports --auto-correct.
|
99
|
-
# Configuration parameters: Width, IgnoredPatterns.
|
100
|
-
Layout/IndentationWidth:
|
101
|
-
Exclude:
|
102
|
-
- 'lib/bugsnag/cleaner.rb'
|
103
|
-
|
104
|
-
# Offense count: 2
|
105
|
-
# Cop supports --auto-correct.
|
106
|
-
Layout/MultilineBlockLayout:
|
107
|
-
Exclude:
|
108
|
-
- 'lib/bugsnag/middleware/classify_error.rb'
|
109
|
-
|
110
|
-
# Offense count: 3
|
111
|
-
# Cop supports --auto-correct.
|
112
|
-
# Configuration parameters: EnforcedStyle, IndentationWidth.
|
113
|
-
# SupportedStyles: aligned, indented
|
114
|
-
Layout/MultilineOperationIndentation:
|
115
|
-
Exclude:
|
116
|
-
- 'lib/bugsnag/middleware/clearance_user.rb'
|
117
|
-
|
118
|
-
# Offense count: 4
|
119
|
-
# Cop supports --auto-correct.
|
120
|
-
Layout/SpaceAfterComma:
|
121
|
-
Exclude:
|
122
|
-
- 'lib/bugsnag/cleaner.rb'
|
123
|
-
- 'lib/bugsnag/integrations/rack.rb'
|
124
|
-
- 'lib/bugsnag/middleware_stack.rb'
|
125
|
-
- 'lib/bugsnag/report.rb'
|
126
|
-
|
127
|
-
# Offense count: 5
|
128
|
-
# Cop supports --auto-correct.
|
129
|
-
# Configuration parameters: EnforcedStyle.
|
130
|
-
# SupportedStyles: space, no_space
|
131
|
-
Layout/SpaceAroundEqualsInParameterDefault:
|
132
|
-
Exclude:
|
133
|
-
- 'lib/bugsnag.rb'
|
134
|
-
- 'lib/bugsnag/delivery/synchronous.rb'
|
135
|
-
- 'lib/bugsnag/delivery/thread_queue.rb'
|
136
|
-
- 'lib/bugsnag/integrations/rake.rb'
|
137
|
-
- 'lib/bugsnag/report.rb'
|
138
|
-
|
139
|
-
# Offense count: 2
|
140
|
-
# Cop supports --auto-correct.
|
141
|
-
# Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces.
|
142
|
-
# SupportedStyles: space, no_space
|
143
|
-
# SupportedStylesForEmptyBraces: space, no_space
|
144
|
-
Layout/SpaceBeforeBlockBraces:
|
145
|
-
Exclude:
|
146
|
-
- 'lib/bugsnag/middleware/suggestion_data.rb'
|
147
|
-
- 'lib/bugsnag/middleware_stack.rb'
|
148
|
-
|
149
|
-
# Offense count: 23
|
150
|
-
# Cop supports --auto-correct.
|
151
|
-
# Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces, SpaceBeforeBlockParameters.
|
152
|
-
# SupportedStyles: space, no_space
|
153
|
-
# SupportedStylesForEmptyBraces: space, no_space
|
154
|
-
Layout/SpaceInsideBlockBraces:
|
155
|
-
Exclude:
|
156
|
-
- 'lib/bugsnag.rb'
|
157
|
-
- 'lib/bugsnag/cleaner.rb'
|
158
|
-
- 'lib/bugsnag/helpers.rb'
|
159
|
-
- 'lib/bugsnag/integrations/shoryuken.rb'
|
160
|
-
- 'lib/bugsnag/middleware/callbacks.rb'
|
161
|
-
- 'lib/bugsnag/middleware/rack_request.rb'
|
162
|
-
- 'lib/bugsnag/middleware/warden_user.rb'
|
163
|
-
- 'lib/bugsnag/middleware_stack.rb'
|
164
|
-
- 'lib/bugsnag/report.rb'
|
165
|
-
- 'lib/bugsnag/stacktrace.rb'
|
166
|
-
|
167
|
-
# Offense count: 22
|
168
|
-
# Cop supports --auto-correct.
|
169
|
-
# Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces.
|
170
|
-
# SupportedStyles: space, no_space, compact
|
171
|
-
# SupportedStylesForEmptyBraces: space, no_space
|
172
|
-
Layout/SpaceInsideHashLiteralBraces:
|
173
|
-
Exclude:
|
174
|
-
- 'lib/bugsnag.rb'
|
175
|
-
- 'lib/bugsnag/cleaner.rb'
|
176
|
-
- 'lib/bugsnag/integrations/resque.rb'
|
177
|
-
- 'lib/bugsnag/middleware/exception_meta_data.rb'
|
178
|
-
- 'lib/bugsnag/middleware/mailman.rb'
|
179
|
-
- 'lib/bugsnag/middleware/suggestion_data.rb'
|
180
|
-
- 'lib/bugsnag/middleware/warden_user.rb'
|
181
|
-
- 'lib/bugsnag/report.rb'
|
182
|
-
- 'lib/bugsnag/session_tracker.rb'
|
183
|
-
|
184
|
-
# Offense count: 2
|
185
|
-
# Cop supports --auto-correct.
|
186
|
-
Layout/SpaceInsideParens:
|
187
|
-
Exclude:
|
188
|
-
- 'lib/bugsnag/stacktrace.rb'
|
189
|
-
|
190
|
-
# Offense count: 4
|
191
|
-
# Cop supports --auto-correct.
|
192
|
-
# Configuration parameters: EnforcedStyle.
|
193
|
-
# SupportedStyles: final_newline, final_blank_line
|
194
|
-
Layout/TrailingBlankLines:
|
195
|
-
Exclude:
|
196
|
-
- 'lib/bugsnag/integrations/que.rb'
|
197
|
-
- 'lib/bugsnag/session_tracker.rb'
|
198
|
-
- 'lib/bugsnag/tasks.rb'
|
199
|
-
- 'lib/bugsnag/version.rb'
|
200
|
-
|
201
|
-
# Offense count: 2
|
202
|
-
Lint/AmbiguousBlockAssociation:
|
203
|
-
Exclude:
|
204
|
-
- 'lib/bugsnag/delivery/thread_queue.rb'
|
205
|
-
- 'lib/bugsnag/middleware/suggestion_data.rb'
|
206
|
-
|
207
|
-
# Offense count: 4
|
208
|
-
# Configuration parameters: AllowSafeAssignment.
|
209
|
-
Lint/AssignmentInCondition:
|
210
|
-
Exclude:
|
211
|
-
- 'lib/bugsnag/delivery/thread_queue.rb'
|
212
|
-
- 'lib/bugsnag/helpers.rb'
|
213
|
-
- 'lib/bugsnag/integrations/delayed_job.rb'
|
214
|
-
|
215
|
-
# Offense count: 2
|
216
|
-
Lint/DuplicateMethods:
|
217
|
-
Exclude:
|
218
|
-
- 'lib/bugsnag/configuration.rb'
|
219
|
-
|
220
|
-
# Offense count: 2
|
221
|
-
# Cop supports --auto-correct.
|
222
|
-
# Configuration parameters: EnforcedStyleAlignWith, AutoCorrect.
|
223
|
-
# SupportedStylesAlignWith: keyword, variable, start_of_line
|
224
|
-
Lint/EndAlignment:
|
225
|
-
Exclude:
|
226
|
-
- 'lib/bugsnag/cleaner.rb'
|
227
|
-
|
228
|
-
# Offense count: 2
|
229
|
-
Lint/HandleExceptions:
|
230
|
-
Exclude:
|
231
|
-
- 'lib/bugsnag.rb'
|
232
|
-
- 'lib/bugsnag/tasks/bugsnag.rake'
|
233
|
-
|
234
|
-
# Offense count: 10
|
235
|
-
Lint/IneffectiveAccessModifier:
|
236
|
-
Exclude:
|
237
|
-
- 'lib/bugsnag/helpers.rb'
|
238
|
-
|
239
|
-
# Offense count: 5
|
240
|
-
Lint/RescueException:
|
241
|
-
Exclude:
|
242
|
-
- 'lib/bugsnag/integrations/mailman.rb'
|
243
|
-
- 'lib/bugsnag/integrations/rack.rb'
|
244
|
-
- 'lib/bugsnag/integrations/rake.rb'
|
245
|
-
- 'lib/bugsnag/integrations/shoryuken.rb'
|
246
|
-
- 'lib/bugsnag/integrations/sidekiq.rb'
|
247
|
-
- 'lib/bugsnag/integrations/delayed_job.rb'
|
248
|
-
|
249
|
-
# Offense count: 6
|
250
|
-
# Cop supports --auto-correct.
|
251
|
-
# Configuration parameters: IgnoreEmptyBlocks, AllowUnusedKeywordArguments.
|
252
|
-
Lint/UnusedBlockArgument:
|
253
|
-
Exclude:
|
254
|
-
- 'lib/bugsnag/configuration.rb'
|
255
|
-
- 'lib/bugsnag/helpers.rb'
|
256
|
-
- 'lib/bugsnag/middleware_stack.rb'
|
257
|
-
- 'lib/bugsnag/report.rb'
|
258
|
-
|
259
|
-
# Offense count: 3
|
260
|
-
# Cop supports --auto-correct.
|
261
|
-
# Configuration parameters: AllowUnusedKeywordArguments, IgnoreEmptyMethods.
|
262
|
-
Lint/UnusedMethodArgument:
|
263
|
-
Exclude:
|
264
|
-
- 'lib/bugsnag.rb'
|
265
|
-
- 'lib/bugsnag/configuration.rb'
|
266
|
-
- 'lib/bugsnag/integrations/sidekiq.rb'
|
267
|
-
|
268
|
-
# Offense count: 1
|
269
|
-
# Configuration parameters: ContextCreatingMethods, MethodCreatingMethods.
|
270
|
-
Lint/UselessAccessModifier:
|
271
|
-
Exclude:
|
272
|
-
- 'lib/bugsnag/helpers.rb'
|
273
|
-
|
274
|
-
# Offense count: 25
|
275
|
-
Metrics/AbcSize:
|
276
|
-
Max: 86
|
277
|
-
|
278
|
-
# Offense count: 1
|
279
|
-
# Configuration parameters: CountComments, ExcludedMethods.
|
280
|
-
Metrics/BlockLength:
|
281
|
-
Max: 30
|
282
|
-
|
283
|
-
# Offense count: 2
|
284
|
-
# Configuration parameters: CountBlocks.
|
285
|
-
Metrics/BlockNesting:
|
286
|
-
Max: 4
|
287
|
-
|
288
|
-
# Offense count: 3
|
289
|
-
# Configuration parameters: CountComments.
|
290
|
-
Metrics/ClassLength:
|
291
|
-
Max: 149
|
292
|
-
Exclude:
|
293
|
-
- 'lib/bugsnag/report.rb'
|
294
|
-
- 'lib/bugsnag/configuration.rb'
|
295
|
-
|
296
|
-
# Offense count: 12
|
297
|
-
Metrics/CyclomaticComplexity:
|
298
|
-
Max: 19
|
299
|
-
|
300
|
-
# Offense count: 34
|
301
|
-
# Configuration parameters: CountComments.
|
302
|
-
Metrics/MethodLength:
|
303
|
-
Max: 55
|
304
|
-
|
305
|
-
# Offense count: 1
|
306
|
-
# Configuration parameters: CountComments.
|
307
|
-
Metrics/ModuleLength:
|
308
|
-
Max: 125
|
309
|
-
Exclude:
|
310
|
-
- 'lib/bugsnag/helpers.rb'
|
311
|
-
- 'lib/bugsnag.rb'
|
312
|
-
|
313
|
-
# Offense count: 11
|
314
|
-
Metrics/PerceivedComplexity:
|
315
|
-
Max: 21
|
316
|
-
|
317
|
-
# Offense count: 2
|
318
|
-
Naming/AccessorMethodName:
|
319
|
-
Exclude:
|
320
|
-
- 'lib/bugsnag/session_tracker.rb'
|
321
|
-
|
322
|
-
# Offense count: 1
|
323
|
-
# Configuration parameters: Blacklist.
|
324
|
-
# Blacklist: END, (?-mix:EO[A-Z]{1})
|
325
|
-
Naming/HeredocDelimiterNaming:
|
326
|
-
Exclude:
|
327
|
-
- 'lib/generators/bugsnag/bugsnag_generator.rb'
|
328
|
-
|
329
|
-
# Offense count: 1
|
330
|
-
# Configuration parameters: NamePrefix, NamePrefixBlacklist, NameWhitelist, MethodDefinitionMacros.
|
331
|
-
# NamePrefix: is_, has_, have_
|
332
|
-
# NamePrefixBlacklist: is_, has_, have_
|
333
|
-
# NameWhitelist: is_a?
|
334
|
-
# MethodDefinitionMacros: define_method, define_singleton_method
|
335
|
-
Naming/PredicateName:
|
336
|
-
Exclude:
|
337
|
-
- 'spec/**/*'
|
338
|
-
- 'lib/bugsnag/helpers.rb'
|
339
|
-
|
340
|
-
# Offense count: 5
|
341
|
-
# Cop supports --auto-correct.
|
342
|
-
# Configuration parameters: EnforcedStyle.
|
343
|
-
# SupportedStyles: prefer_alias, prefer_alias_method
|
344
|
-
Style/Alias:
|
345
|
-
Exclude:
|
346
|
-
- 'lib/bugsnag/configuration.rb'
|
347
|
-
- 'lib/bugsnag/integrations/rake.rb'
|
348
|
-
- 'lib/bugsnag/session_tracker.rb'
|
349
|
-
|
350
|
-
# Offense count: 2
|
351
|
-
# Cop supports --auto-correct.
|
352
|
-
# Configuration parameters: EnforcedStyle.
|
353
|
-
# SupportedStyles: always, conditionals
|
354
|
-
Style/AndOr:
|
355
|
-
Exclude:
|
356
|
-
- 'lib/bugsnag.rb'
|
357
|
-
- 'lib/bugsnag/helpers.rb'
|
358
|
-
|
359
|
-
# Offense count: 2
|
360
|
-
# Cop supports --auto-correct.
|
361
|
-
# Configuration parameters: EnforcedStyle, ProceduralMethods, FunctionalMethods, IgnoredMethods.
|
362
|
-
# SupportedStyles: line_count_based, semantic, braces_for_chaining
|
363
|
-
# ProceduralMethods: benchmark, bm, bmbm, create, each_with_object, measure, new, realtime, tap, with_object
|
364
|
-
# FunctionalMethods: let, let!, subject, watch
|
365
|
-
# IgnoredMethods: lambda, proc, it
|
366
|
-
Style/BlockDelimiters:
|
367
|
-
Exclude:
|
368
|
-
- 'lib/bugsnag/middleware/classify_error.rb'
|
369
|
-
|
370
|
-
# Offense count: 12
|
371
|
-
# Cop supports --auto-correct.
|
372
|
-
# Configuration parameters: EnforcedStyle.
|
373
|
-
# SupportedStyles: braces, no_braces, context_dependent
|
374
|
-
Style/BracesAroundHashParameters:
|
375
|
-
Exclude:
|
376
|
-
- 'lib/bugsnag/integrations/resque.rb'
|
377
|
-
- 'lib/bugsnag/integrations/shoryuken.rb'
|
378
|
-
- 'lib/bugsnag/integrations/sidekiq.rb'
|
379
|
-
- 'lib/bugsnag/middleware/mailman.rb'
|
380
|
-
- 'lib/bugsnag/middleware/rack_request.rb'
|
381
|
-
- 'lib/bugsnag/middleware/rails3_request.rb'
|
382
|
-
- 'lib/bugsnag/middleware/rake.rb'
|
383
|
-
- 'lib/bugsnag/middleware/suggestion_data.rb'
|
384
|
-
- 'lib/bugsnag/middleware/warden_user.rb'
|
385
|
-
|
386
|
-
# Offense count: 16
|
387
|
-
# Cop supports --auto-correct.
|
388
|
-
# Configuration parameters: AutoCorrect, EnforcedStyle.
|
389
|
-
# SupportedStyles: nested, compact
|
390
|
-
Style/ClassAndModuleChildren:
|
391
|
-
Enabled: false
|
392
|
-
|
393
|
-
# Offense count: 1
|
394
|
-
# Cop supports --auto-correct.
|
395
|
-
# Configuration parameters: EnforcedStyle.
|
396
|
-
# SupportedStyles: is_a?, kind_of?
|
397
|
-
Style/ClassCheck:
|
398
|
-
Exclude:
|
399
|
-
- 'lib/bugsnag/cleaner.rb'
|
400
|
-
|
401
|
-
# Offense count: 6
|
402
|
-
# Cop supports --auto-correct.
|
403
|
-
# Configuration parameters: EnforcedStyle, SingleLineConditionsOnly, IncludeTernaryExpressions.
|
404
|
-
# SupportedStyles: assign_to_condition, assign_inside_condition
|
405
|
-
Style/ConditionalAssignment:
|
406
|
-
Exclude:
|
407
|
-
- 'lib/bugsnag.rb'
|
408
|
-
- 'lib/bugsnag/cleaner.rb'
|
409
|
-
- 'lib/bugsnag/delivery/synchronous.rb'
|
410
|
-
- 'lib/bugsnag/middleware_stack.rb'
|
411
|
-
- 'lib/bugsnag/report.rb'
|
412
|
-
|
413
|
-
# Offense count: 38
|
414
|
-
Style/Documentation:
|
415
|
-
Enabled: false
|
416
|
-
|
417
|
-
# Offense count: 1
|
418
|
-
# Cop supports --auto-correct.
|
419
|
-
# Configuration parameters: EnforcedStyle.
|
420
|
-
# SupportedStyles: empty, nil, both
|
421
|
-
Style/EmptyElse:
|
422
|
-
Exclude:
|
423
|
-
- 'lib/bugsnag/stacktrace.rb'
|
424
|
-
|
425
|
-
# Offense count: 3
|
426
|
-
# Configuration parameters: MinBodyLength.
|
427
|
-
Style/GuardClause:
|
428
|
-
Exclude:
|
429
|
-
- 'lib/bugsnag.rb'
|
430
|
-
- 'lib/bugsnag/integrations/delayed_job.rb'
|
431
|
-
- 'lib/bugsnag/integrations/resque.rb'
|
432
|
-
|
433
|
-
# Offense count: 98
|
434
|
-
# Cop supports --auto-correct.
|
435
|
-
# Configuration parameters: EnforcedStyle, UseHashRocketsWithSymbolValues, PreferHashRocketsForNonAlnumEndingSymbols.
|
436
|
-
# SupportedStyles: ruby19, hash_rockets, no_mixed_keys, ruby19_no_mixed_keys
|
437
|
-
Style/HashSyntax:
|
438
|
-
Enabled: false
|
439
|
-
|
440
|
-
# Offense count: 1
|
441
|
-
Style/IfInsideElse:
|
442
|
-
Exclude:
|
443
|
-
- 'lib/bugsnag/session_tracker.rb'
|
444
|
-
|
445
|
-
# Offense count: 15
|
446
|
-
# Cop supports --auto-correct.
|
447
|
-
Style/IfUnlessModifier:
|
448
|
-
Exclude:
|
449
|
-
- 'lib/bugsnag/delivery/synchronous.rb'
|
450
|
-
- 'lib/bugsnag/integrations/delayed_job.rb'
|
451
|
-
- 'lib/bugsnag/integrations/mailman.rb'
|
452
|
-
- 'lib/bugsnag/integrations/rack.rb'
|
453
|
-
- 'lib/bugsnag/integrations/resque.rb'
|
454
|
-
- 'lib/bugsnag/middleware/callbacks.rb'
|
455
|
-
- 'lib/bugsnag/middleware/exception_meta_data.rb'
|
456
|
-
- 'lib/bugsnag/middleware/rack_request.rb'
|
457
|
-
- 'lib/bugsnag/session_tracker.rb'
|
458
|
-
- 'lib/bugsnag/stacktrace.rb'
|
459
|
-
|
460
|
-
# Offense count: 6
|
461
|
-
# Cop supports --auto-correct.
|
462
|
-
Style/MethodCallWithoutArgsParentheses:
|
463
|
-
Exclude:
|
464
|
-
- 'lib/bugsnag/delivery/synchronous.rb'
|
465
|
-
- 'lib/bugsnag/report.rb'
|
466
|
-
- 'lib/bugsnag/session_tracker.rb'
|
467
|
-
|
468
|
-
# Offense count: 1
|
469
|
-
Style/MethodMissing:
|
470
|
-
Exclude:
|
471
|
-
- 'lib/bugsnag/middleware_stack.rb'
|
472
|
-
|
473
|
-
# Offense count: 1
|
474
|
-
Style/MultilineBlockChain:
|
475
|
-
Exclude:
|
476
|
-
- 'lib/bugsnag/middleware/classify_error.rb'
|
477
|
-
|
478
|
-
# Offense count: 1
|
479
|
-
# Cop supports --auto-correct.
|
480
|
-
Style/MultilineIfModifier:
|
481
|
-
Exclude:
|
482
|
-
- 'lib/bugsnag/integrations/rails/controller_methods.rb'
|
483
|
-
|
484
|
-
# Offense count: 29
|
485
|
-
# Cop supports --auto-correct.
|
486
|
-
Style/MutableConstant:
|
487
|
-
Enabled: false
|
488
|
-
|
489
|
-
# Offense count: 4
|
490
|
-
# Cop supports --auto-correct.
|
491
|
-
# Configuration parameters: EnforcedStyle.
|
492
|
-
# SupportedStyles: both, prefix, postfix
|
493
|
-
Style/NegatedIf:
|
494
|
-
Exclude:
|
495
|
-
- 'lib/bugsnag.rb'
|
496
|
-
- 'lib/bugsnag/session_tracker.rb'
|
497
|
-
|
498
|
-
# Offense count: 2
|
499
|
-
# Cop supports --auto-correct.
|
500
|
-
# Configuration parameters: EnforcedStyle, MinBodyLength.
|
501
|
-
# SupportedStyles: skip_modifier_ifs, always
|
502
|
-
Style/Next:
|
503
|
-
Exclude:
|
504
|
-
- 'lib/bugsnag/middleware/classify_error.rb'
|
505
|
-
- 'lib/bugsnag/middleware/exception_meta_data.rb'
|
506
|
-
|
507
|
-
# Offense count: 1
|
508
|
-
# Cop supports --auto-correct.
|
509
|
-
# Configuration parameters: IncludeSemanticChanges.
|
510
|
-
Style/NonNilCheck:
|
511
|
-
Exclude:
|
512
|
-
- 'lib/bugsnag/report.rb'
|
513
|
-
|
514
|
-
# Offense count: 1
|
515
|
-
# Cop supports --auto-correct.
|
516
|
-
# Configuration parameters: Strict.
|
517
|
-
Style/NumericLiterals:
|
518
|
-
MinDigits: 7
|
519
|
-
|
520
|
-
# Offense count: 1
|
521
|
-
# Cop supports --auto-correct.
|
522
|
-
# Configuration parameters: AutoCorrect, EnforcedStyle.
|
523
|
-
# SupportedStyles: predicate, comparison
|
524
|
-
Style/NumericPredicate:
|
525
|
-
Exclude:
|
526
|
-
- 'spec/**/*'
|
527
|
-
- 'lib/bugsnag/session_tracker.rb'
|
528
|
-
|
529
|
-
# Offense count: 2
|
530
|
-
# Cop supports --auto-correct.
|
531
|
-
Style/ParallelAssignment:
|
532
|
-
Exclude:
|
533
|
-
- 'lib/bugsnag/stacktrace.rb'
|
534
|
-
|
535
|
-
# Offense count: 6
|
536
|
-
# Cop supports --auto-correct.
|
537
|
-
Style/PerlBackrefs:
|
538
|
-
Exclude:
|
539
|
-
- 'lib/bugsnag/stacktrace.rb'
|
540
|
-
|
541
|
-
# Offense count: 1
|
542
|
-
# Cop supports --auto-correct.
|
543
|
-
# Configuration parameters: EnforcedStyle.
|
544
|
-
# SupportedStyles: compact, exploded
|
545
|
-
Style/RaiseArgs:
|
546
|
-
Exclude:
|
547
|
-
- 'lib/bugsnag/tasks/bugsnag.rake'
|
548
|
-
|
549
|
-
# Offense count: 4
|
550
|
-
# Cop supports --auto-correct.
|
551
|
-
Style/RedundantBegin:
|
552
|
-
Exclude:
|
553
|
-
- 'lib/bugsnag/delivery/synchronous.rb'
|
554
|
-
- 'lib/bugsnag/integrations/mailman.rb'
|
555
|
-
- 'lib/bugsnag/integrations/shoryuken.rb'
|
556
|
-
- 'lib/bugsnag/integrations/sidekiq.rb'
|
557
|
-
|
558
|
-
# Offense count: 1
|
559
|
-
# Cop supports --auto-correct.
|
560
|
-
Style/RedundantException:
|
561
|
-
Exclude:
|
562
|
-
- 'lib/bugsnag/tasks/bugsnag.rake'
|
563
|
-
|
564
|
-
# Offense count: 11
|
565
|
-
# Cop supports --auto-correct.
|
566
|
-
Style/RedundantSelf:
|
567
|
-
Exclude:
|
568
|
-
- 'lib/bugsnag/configuration.rb'
|
569
|
-
- 'lib/bugsnag/integrations/railtie.rb'
|
570
|
-
|
571
|
-
# Offense count: 2
|
572
|
-
# Cop supports --auto-correct.
|
573
|
-
# Configuration parameters: EnforcedStyle, AllowInnerSlashes.
|
574
|
-
# SupportedStyles: slashes, percent_r, mixed
|
575
|
-
Style/RegexpLiteral:
|
576
|
-
Exclude:
|
577
|
-
- 'lib/bugsnag/stacktrace.rb'
|
578
|
-
|
579
|
-
# Offense count: 6
|
580
|
-
# Cop supports --auto-correct.
|
581
|
-
Style/RescueModifier:
|
582
|
-
Exclude:
|
583
|
-
- 'lib/bugsnag/cleaner.rb'
|
584
|
-
- 'lib/bugsnag/middleware/rack_request.rb'
|
585
|
-
- 'lib/bugsnag/middleware/rails3_request.rb'
|
586
|
-
- 'lib/bugsnag/middleware/warden_user.rb'
|
587
|
-
- 'lib/bugsnag/stacktrace.rb'
|
588
|
-
|
589
|
-
# Offense count: 5
|
590
|
-
# Cop supports --auto-correct.
|
591
|
-
# Configuration parameters: EnforcedStyle.
|
592
|
-
# SupportedStyles: implicit, explicit
|
593
|
-
Style/RescueStandardError:
|
594
|
-
Exclude:
|
595
|
-
- 'lib/bugsnag/integrations/que.rb'
|
596
|
-
- 'lib/bugsnag/integrations/railtie.rb'
|
597
|
-
- 'lib/bugsnag/stacktrace.rb'
|
598
|
-
- 'lib/bugsnag/tasks/bugsnag.rake'
|
599
|
-
|
600
|
-
# Offense count: 1
|
601
|
-
# Cop supports --auto-correct.
|
602
|
-
# Configuration parameters: AllowAsExpressionSeparator.
|
603
|
-
Style/Semicolon:
|
604
|
-
Exclude:
|
605
|
-
- 'lib/bugsnag/configuration.rb'
|
606
|
-
|
607
|
-
# Offense count: 3
|
608
|
-
# Cop supports --auto-correct.
|
609
|
-
# Configuration parameters: .
|
610
|
-
# SupportedStyles: use_perl_names, use_english_names
|
611
|
-
Style/SpecialGlobalVars:
|
612
|
-
EnforcedStyle: use_perl_names
|
613
|
-
|
614
|
-
# Offense count: 176
|
615
|
-
# Cop supports --auto-correct.
|
616
|
-
# Configuration parameters: EnforcedStyle, ConsistentQuotesInMultiline.
|
617
|
-
# SupportedStyles: single_quotes, double_quotes
|
618
|
-
Style/StringLiterals:
|
619
|
-
Enabled: false
|
620
|
-
|
621
|
-
# Offense count: 5
|
622
|
-
# Cop supports --auto-correct.
|
623
|
-
# Configuration parameters: MinSize.
|
624
|
-
# SupportedStyles: percent, brackets
|
625
|
-
Style/SymbolArray:
|
626
|
-
EnforcedStyle: brackets
|
627
|
-
|
628
|
-
# Offense count: 3
|
629
|
-
# Cop supports --auto-correct.
|
630
|
-
# Configuration parameters: IgnoredMethods.
|
631
|
-
# IgnoredMethods: respond_to, define_method
|
632
|
-
Style/SymbolProc:
|
633
|
-
Exclude:
|
634
|
-
- 'lib/bugsnag/middleware/classify_error.rb'
|
635
|
-
- 'lib/bugsnag/middleware/rack_request.rb'
|
636
|
-
- 'lib/bugsnag/middleware/suggestion_data.rb'
|
637
|
-
|
638
|
-
# Offense count: 1
|
639
|
-
# Cop supports --auto-correct.
|
640
|
-
# Configuration parameters: EnforcedStyle, AllowSafeAssignment.
|
641
|
-
# SupportedStyles: require_parentheses, require_no_parentheses, require_parentheses_when_complex
|
642
|
-
Style/TernaryParentheses:
|
643
|
-
Exclude:
|
644
|
-
- 'lib/bugsnag/report.rb'
|
645
|
-
|
646
|
-
# Offense count: 5
|
647
|
-
# Cop supports --auto-correct.
|
648
|
-
# Configuration parameters: EnforcedStyleForMultiline.
|
649
|
-
# SupportedStylesForMultiline: comma, consistent_comma, no_comma
|
650
|
-
Style/TrailingCommaInLiteral:
|
651
|
-
Exclude:
|
652
|
-
- 'lib/bugsnag/integrations/delayed_job.rb'
|
653
|
-
|
654
|
-
# Offense count: 2
|
655
|
-
# Cop supports --auto-correct.
|
656
|
-
# Configuration parameters: ExactNameMatch, AllowPredicates, AllowDSLWriters, IgnoreClassMethods, Whitelist.
|
657
|
-
# Whitelist: to_ary, to_a, to_c, to_enum, to_h, to_hash, to_i, to_int, to_io, to_open, to_path, to_proc, to_r, to_regexp, to_str, to_s, to_sym
|
658
|
-
Style/TrivialAccessors:
|
659
|
-
Exclude:
|
660
|
-
- 'lib/bugsnag/configuration.rb'
|
661
|
-
|
662
|
-
# Offense count: 1
|
663
|
-
# Cop supports --auto-correct.
|
664
|
-
# Configuration parameters: MinSize, WordRegex.
|
665
|
-
# SupportedStyles: percent, brackets
|
666
|
-
Style/WordArray:
|
667
|
-
EnforcedStyle: brackets
|
668
|
-
|
669
|
-
# Offense count: 3
|
670
|
-
# Cop supports --auto-correct.
|
671
|
-
Style/ZeroLengthPredicate:
|
672
|
-
Exclude:
|
673
|
-
- 'lib/bugsnag/session_tracker.rb'
|
674
|
-
|
675
|
-
# Offense count: 92
|
676
|
-
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
|
677
|
-
# URISchemes: http, https
|
678
|
-
Metrics/LineLength:
|
679
|
-
Max: 162
|