bugsnag 6.15.0 → 6.16.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (646) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +26 -0
  3. data/VERSION +1 -1
  4. data/bugsnag.gemspec +1 -1
  5. data/lib/bugsnag.rb +20 -10
  6. data/lib/bugsnag/configuration.rb +49 -1
  7. data/lib/bugsnag/delivery/thread_queue.rb +18 -3
  8. data/lib/bugsnag/integrations/delayed_job.rb +13 -1
  9. data/lib/bugsnag/integrations/mailman.rb +2 -1
  10. data/lib/bugsnag/integrations/que.rb +2 -1
  11. data/lib/bugsnag/integrations/rack.rb +3 -1
  12. data/lib/bugsnag/integrations/railtie.rb +17 -5
  13. data/lib/bugsnag/integrations/rake.rb +4 -2
  14. data/lib/bugsnag/integrations/resque.rb +2 -2
  15. data/lib/bugsnag/integrations/shoryuken.rb +2 -1
  16. data/lib/bugsnag/integrations/sidekiq.rb +1 -1
  17. data/lib/bugsnag/middleware/delayed_job.rb +1 -0
  18. metadata +2 -630
  19. data/.buildkite/pipeline.yml +0 -470
  20. data/.github/PULL_REQUEST_TEMPLATE.md +0 -84
  21. data/.gitignore +0 -55
  22. data/.rdoc_options +0 -27
  23. data/.rspec +0 -3
  24. data/.rubocop.yml +0 -57
  25. data/.rubocop_todo.yml +0 -1049
  26. data/CONTRIBUTING.md +0 -64
  27. data/Gemfile +0 -50
  28. data/Rakefile +0 -37
  29. data/TESTING.md +0 -81
  30. data/UPGRADING.md +0 -91
  31. data/docker-compose.yml +0 -46
  32. data/dockerfiles/Dockerfile.jruby-unit-tests +0 -13
  33. data/dockerfiles/Dockerfile.ruby-maze-runner +0 -26
  34. data/dockerfiles/Dockerfile.ruby-unit-tests +0 -12
  35. data/features/.gitignore +0 -1
  36. data/features/delayed_job.feature +0 -36
  37. data/features/fixtures/delayed_job/Dockerfile +0 -15
  38. data/features/fixtures/delayed_job/app/.gitignore +0 -21
  39. data/features/fixtures/delayed_job/app/Gemfile +0 -57
  40. data/features/fixtures/delayed_job/app/README.md +0 -24
  41. data/features/fixtures/delayed_job/app/Rakefile +0 -24
  42. data/features/fixtures/delayed_job/app/app/assets/config/manifest.js +0 -3
  43. data/features/fixtures/delayed_job/app/app/assets/images/.keep +0 -0
  44. data/features/fixtures/delayed_job/app/app/assets/javascripts/application.js +0 -16
  45. data/features/fixtures/delayed_job/app/app/assets/javascripts/cable.js +0 -13
  46. data/features/fixtures/delayed_job/app/app/assets/javascripts/channels/.keep +0 -0
  47. data/features/fixtures/delayed_job/app/app/assets/stylesheets/application.css +0 -15
  48. data/features/fixtures/delayed_job/app/app/channels/application_cable/channel.rb +0 -4
  49. data/features/fixtures/delayed_job/app/app/channels/application_cable/connection.rb +0 -4
  50. data/features/fixtures/delayed_job/app/app/controllers/application_controller.rb +0 -3
  51. data/features/fixtures/delayed_job/app/app/controllers/concerns/.keep +0 -0
  52. data/features/fixtures/delayed_job/app/app/helpers/application_helper.rb +0 -2
  53. data/features/fixtures/delayed_job/app/app/jobs/application_job.rb +0 -2
  54. data/features/fixtures/delayed_job/app/app/mailers/application_mailer.rb +0 -4
  55. data/features/fixtures/delayed_job/app/app/models/application_record.rb +0 -3
  56. data/features/fixtures/delayed_job/app/app/models/concerns/.keep +0 -0
  57. data/features/fixtures/delayed_job/app/app/models/test_model.rb +0 -10
  58. data/features/fixtures/delayed_job/app/app/views/layouts/application.html.erb +0 -14
  59. data/features/fixtures/delayed_job/app/app/views/layouts/mailer.html.erb +0 -13
  60. data/features/fixtures/delayed_job/app/app/views/layouts/mailer.text.erb +0 -1
  61. data/features/fixtures/delayed_job/app/config.ru +0 -5
  62. data/features/fixtures/delayed_job/app/config/application.rb +0 -15
  63. data/features/fixtures/delayed_job/app/config/boot.rb +0 -3
  64. data/features/fixtures/delayed_job/app/config/cable.yml +0 -9
  65. data/features/fixtures/delayed_job/app/config/database.yml +0 -25
  66. data/features/fixtures/delayed_job/app/config/environment.rb +0 -5
  67. data/features/fixtures/delayed_job/app/config/environments/development.rb +0 -54
  68. data/features/fixtures/delayed_job/app/config/environments/production.rb +0 -86
  69. data/features/fixtures/delayed_job/app/config/environments/test.rb +0 -42
  70. data/features/fixtures/delayed_job/app/config/initializers/application_controller_renderer.rb +0 -8
  71. data/features/fixtures/delayed_job/app/config/initializers/assets.rb +0 -11
  72. data/features/fixtures/delayed_job/app/config/initializers/backtrace_silencers.rb +0 -7
  73. data/features/fixtures/delayed_job/app/config/initializers/bugsnag.rb +0 -14
  74. data/features/fixtures/delayed_job/app/config/initializers/cookies_serializer.rb +0 -5
  75. data/features/fixtures/delayed_job/app/config/initializers/delayed_job.rb +0 -3
  76. data/features/fixtures/delayed_job/app/config/initializers/filter_parameter_logging.rb +0 -4
  77. data/features/fixtures/delayed_job/app/config/initializers/inflections.rb +0 -16
  78. data/features/fixtures/delayed_job/app/config/initializers/mime_types.rb +0 -4
  79. data/features/fixtures/delayed_job/app/config/initializers/new_framework_defaults.rb +0 -26
  80. data/features/fixtures/delayed_job/app/config/initializers/session_store.rb +0 -3
  81. data/features/fixtures/delayed_job/app/config/initializers/wrap_parameters.rb +0 -14
  82. data/features/fixtures/delayed_job/app/config/locales/en.yml +0 -23
  83. data/features/fixtures/delayed_job/app/config/puma.rb +0 -47
  84. data/features/fixtures/delayed_job/app/config/routes.rb +0 -3
  85. data/features/fixtures/delayed_job/app/config/secrets.yml +0 -22
  86. data/features/fixtures/delayed_job/app/config/spring.rb +0 -6
  87. data/features/fixtures/delayed_job/app/db/migrate/20181024232549_create_delayed_jobs.rb +0 -22
  88. data/features/fixtures/delayed_job/app/db/migrate/20181024232817_create_test_models.rb +0 -8
  89. data/features/fixtures/delayed_job/app/db/schema.rb +0 -30
  90. data/features/fixtures/delayed_job/app/db/seeds.rb +0 -7
  91. data/features/fixtures/delayed_job/app/lib/assets/.keep +0 -0
  92. data/features/fixtures/delayed_job/app/lib/tasks/.keep +0 -0
  93. data/features/fixtures/delayed_job/app/log/.keep +0 -0
  94. data/features/fixtures/delayed_job/app/public/404.html +0 -67
  95. data/features/fixtures/delayed_job/app/public/422.html +0 -67
  96. data/features/fixtures/delayed_job/app/public/500.html +0 -66
  97. data/features/fixtures/delayed_job/app/public/apple-touch-icon-precomposed.png +0 -0
  98. data/features/fixtures/delayed_job/app/public/apple-touch-icon.png +0 -0
  99. data/features/fixtures/delayed_job/app/public/favicon.ico +0 -0
  100. data/features/fixtures/delayed_job/app/public/robots.txt +0 -5
  101. data/features/fixtures/delayed_job/app/test/controllers/.keep +0 -0
  102. data/features/fixtures/delayed_job/app/test/fixtures/.keep +0 -0
  103. data/features/fixtures/delayed_job/app/test/fixtures/files/.keep +0 -0
  104. data/features/fixtures/delayed_job/app/test/fixtures/test_models.yml +0 -11
  105. data/features/fixtures/delayed_job/app/test/helpers/.keep +0 -0
  106. data/features/fixtures/delayed_job/app/test/integration/.keep +0 -0
  107. data/features/fixtures/delayed_job/app/test/mailers/.keep +0 -0
  108. data/features/fixtures/delayed_job/app/test/models/.keep +0 -0
  109. data/features/fixtures/delayed_job/app/test/models/test_model_test.rb +0 -7
  110. data/features/fixtures/delayed_job/app/test/test_helper.rb +0 -10
  111. data/features/fixtures/delayed_job/app/tmp/.keep +0 -0
  112. data/features/fixtures/docker-compose.yml +0 -303
  113. data/features/fixtures/expected_breadcrumbs/active_job.json +0 -9
  114. data/features/fixtures/expected_breadcrumbs/mongo_failed.json +0 -15
  115. data/features/fixtures/expected_breadcrumbs/mongo_filtered_request.json +0 -15
  116. data/features/fixtures/expected_breadcrumbs/mongo_filtered_result.json +0 -15
  117. data/features/fixtures/expected_breadcrumbs/mongo_success.json +0 -14
  118. data/features/fixtures/expected_breadcrumbs/request.json +0 -13
  119. data/features/fixtures/expected_breadcrumbs/sql_with_bindings.json +0 -12
  120. data/features/fixtures/expected_breadcrumbs/sql_without_bindings.json +0 -11
  121. data/features/fixtures/plain/.dockerignore +0 -2
  122. data/features/fixtures/plain/Dockerfile +0 -11
  123. data/features/fixtures/plain/app/Gemfile +0 -3
  124. data/features/fixtures/plain/app/app.rb +0 -38
  125. data/features/fixtures/plain/app/configuration/api_key.rb +0 -9
  126. data/features/fixtures/plain/app/configuration/proxy.rb +0 -14
  127. data/features/fixtures/plain/app/configuration/send_handled.rb +0 -7
  128. data/features/fixtures/plain/app/configuration/send_unhandled.rb +0 -9
  129. data/features/fixtures/plain/app/delivery/fork_threadpool.rb +0 -27
  130. data/features/fixtures/plain/app/delivery/synchronous.rb +0 -14
  131. data/features/fixtures/plain/app/delivery/threadpool.rb +0 -14
  132. data/features/fixtures/plain/app/exception_data/crash.rb +0 -34
  133. data/features/fixtures/plain/app/exception_data/handled_context.rb +0 -10
  134. data/features/fixtures/plain/app/exception_data/handled_hash.rb +0 -10
  135. data/features/fixtures/plain/app/exception_data/handled_meta_data.rb +0 -10
  136. data/features/fixtures/plain/app/exception_data/handled_user_id.rb +0 -10
  137. data/features/fixtures/plain/app/exception_data/unhandled_context.rb +0 -7
  138. data/features/fixtures/plain/app/exception_data/unhandled_hash.rb +0 -7
  139. data/features/fixtures/plain/app/exception_data/unhandled_meta_data.rb +0 -7
  140. data/features/fixtures/plain/app/exception_data/unhandled_user_id.rb +0 -7
  141. data/features/fixtures/plain/app/filters/additional_filters.rb +0 -11
  142. data/features/fixtures/plain/app/filters/default_filters.rb +0 -15
  143. data/features/fixtures/plain/app/handled/block_metadata.rb +0 -15
  144. data/features/fixtures/plain/app/handled/ignore_exception.rb +0 -12
  145. data/features/fixtures/plain/app/handled/notify_exception.rb +0 -9
  146. data/features/fixtures/plain/app/handled/notify_string.rb +0 -9
  147. data/features/fixtures/plain/app/ignore_classes/handled.rb +0 -8
  148. data/features/fixtures/plain/app/ignore_classes/ignore_error.rb +0 -8
  149. data/features/fixtures/plain/app/ignore_classes/unhandled.rb +0 -4
  150. data/features/fixtures/plain/app/report_modification/add_tab.rb +0 -16
  151. data/features/fixtures/plain/app/report_modification/add_tab_existing.rb +0 -22
  152. data/features/fixtures/plain/app/report_modification/add_tab_override.rb +0 -19
  153. data/features/fixtures/plain/app/report_modification/ignore_report.rb +0 -9
  154. data/features/fixtures/plain/app/report_modification/initiators/handled_before_notify.rb +0 -10
  155. data/features/fixtures/plain/app/report_modification/initiators/handled_block.rb +0 -8
  156. data/features/fixtures/plain/app/report_modification/initiators/handled_on_error.rb +0 -10
  157. data/features/fixtures/plain/app/report_modification/initiators/unhandled_before_notify.rb +0 -11
  158. data/features/fixtures/plain/app/report_modification/initiators/unhandled_on_error.rb +0 -11
  159. data/features/fixtures/plain/app/report_modification/modify_api_key.rb +0 -9
  160. data/features/fixtures/plain/app/report_modification/modify_severity.rb +0 -9
  161. data/features/fixtures/plain/app/report_modification/remove_user_details.rb +0 -14
  162. data/features/fixtures/plain/app/report_modification/set_custom_user_details.rb +0 -16
  163. data/features/fixtures/plain/app/report_modification/set_user_details.rb +0 -13
  164. data/features/fixtures/plain/app/stack_frame_modification/initiators/handled_before_notify.rb +0 -29
  165. data/features/fixtures/plain/app/stack_frame_modification/initiators/handled_block.rb +0 -24
  166. data/features/fixtures/plain/app/stack_frame_modification/initiators/handled_on_error.rb +0 -29
  167. data/features/fixtures/plain/app/stack_frame_modification/initiators/unhandled_before_notify.rb +0 -26
  168. data/features/fixtures/plain/app/stack_frame_modification/initiators/unhandled_on_error.rb +0 -26
  169. data/features/fixtures/plain/app/stack_frame_modification/mark_frames_in_project.rb +0 -13
  170. data/features/fixtures/plain/app/stack_frame_modification/remove_stack_frame.rb +0 -9
  171. data/features/fixtures/plain/app/unhandled/bad_syntax.rb +0 -1
  172. data/features/fixtures/plain/app/unhandled/custom_error.rb +0 -9
  173. data/features/fixtures/plain/app/unhandled/interrupt.rb +0 -6
  174. data/features/fixtures/plain/app/unhandled/load_error.rb +0 -6
  175. data/features/fixtures/plain/app/unhandled/local_jump_error.rb +0 -10
  176. data/features/fixtures/plain/app/unhandled/name_error.rb +0 -6
  177. data/features/fixtures/plain/app/unhandled/no_method_error.rb +0 -6
  178. data/features/fixtures/plain/app/unhandled/runtime_error.rb +0 -6
  179. data/features/fixtures/plain/app/unhandled/syntax_error.rb +0 -6
  180. data/features/fixtures/plain/app/unhandled/system_call_error.rb +0 -6
  181. data/features/fixtures/plain/app/unhandled/system_exit.rb +0 -6
  182. data/features/fixtures/plain/json/delivery_fork.json +0 -4
  183. data/features/fixtures/plain/json/delivery_synchronous.json +0 -4
  184. data/features/fixtures/plain/json/delivery_threadpool.json +0 -4
  185. data/features/fixtures/plain/json/filters_default_metadata_filters.json +0 -9
  186. data/features/fixtures/rack1/.dockerignore +0 -1
  187. data/features/fixtures/rack1/Dockerfile +0 -13
  188. data/features/fixtures/rack1/Gemfile +0 -4
  189. data/features/fixtures/rack1/app.rb +0 -8
  190. data/features/fixtures/rack2/.dockerignore +0 -1
  191. data/features/fixtures/rack2/Dockerfile +0 -13
  192. data/features/fixtures/rack2/Gemfile +0 -4
  193. data/features/fixtures/rack2/app.rb +0 -8
  194. data/features/fixtures/rails3/.dockerignore +0 -1
  195. data/features/fixtures/rails3/Dockerfile +0 -15
  196. data/features/fixtures/rails3/app/.gitignore +0 -15
  197. data/features/fixtures/rails3/app/Gemfile +0 -17
  198. data/features/fixtures/rails3/app/Rakefile +0 -7
  199. data/features/fixtures/rails3/app/app/assets/images/rails.png +0 -0
  200. data/features/fixtures/rails3/app/app/assets/javascripts/application.js +0 -15
  201. data/features/fixtures/rails3/app/app/assets/stylesheets/application.css +0 -13
  202. data/features/fixtures/rails3/app/app/controllers/api_key_controller.rb +0 -20
  203. data/features/fixtures/rails3/app/app/controllers/app_type_controller.rb +0 -20
  204. data/features/fixtures/rails3/app/app/controllers/app_version_controller.rb +0 -25
  205. data/features/fixtures/rails3/app/app/controllers/application_controller.rb +0 -7
  206. data/features/fixtures/rails3/app/app/controllers/auto_notify_controller.rb +0 -31
  207. data/features/fixtures/rails3/app/app/controllers/before_notify_controller.rb +0 -44
  208. data/features/fixtures/rails3/app/app/controllers/breadcrumbs_controller.rb +0 -19
  209. data/features/fixtures/rails3/app/app/controllers/handled_controller.rb +0 -26
  210. data/features/fixtures/rails3/app/app/controllers/ignore_classes_controller.rb +0 -23
  211. data/features/fixtures/rails3/app/app/controllers/metadata_filters_controller.rb +0 -16
  212. data/features/fixtures/rails3/app/app/controllers/project_root_controller.rb +0 -25
  213. data/features/fixtures/rails3/app/app/controllers/release_stage_controller.rb +0 -20
  214. data/features/fixtures/rails3/app/app/controllers/send_code_controller.rb +0 -20
  215. data/features/fixtures/rails3/app/app/controllers/send_environment_controller.rb +0 -12
  216. data/features/fixtures/rails3/app/app/controllers/session_tracking_controller.rb +0 -24
  217. data/features/fixtures/rails3/app/app/controllers/unhandled_controller.rb +0 -11
  218. data/features/fixtures/rails3/app/app/controllers/warden_controller.rb +0 -30
  219. data/features/fixtures/rails3/app/app/helpers/application_helper.rb +0 -2
  220. data/features/fixtures/rails3/app/app/mailers/.gitkeep +0 -0
  221. data/features/fixtures/rails3/app/app/models/.gitkeep +0 -0
  222. data/features/fixtures/rails3/app/app/models/user.rb +0 -6
  223. data/features/fixtures/rails3/app/app/views/layouts/application.html.erb +0 -14
  224. data/features/fixtures/rails3/app/config.ru +0 -4
  225. data/features/fixtures/rails3/app/config/application.rb +0 -67
  226. data/features/fixtures/rails3/app/config/boot.rb +0 -6
  227. data/features/fixtures/rails3/app/config/database.yml +0 -31
  228. data/features/fixtures/rails3/app/config/environment.rb +0 -5
  229. data/features/fixtures/rails3/app/config/environments/development.rb +0 -37
  230. data/features/fixtures/rails3/app/config/environments/production.rb +0 -67
  231. data/features/fixtures/rails3/app/config/environments/rails_env.rb +0 -37
  232. data/features/fixtures/rails3/app/config/initializers/bugsnag.rb +0 -29
  233. data/features/fixtures/rails3/app/config/initializers/secret_token.rb +0 -7
  234. data/features/fixtures/rails3/app/config/initializers/session_store.rb +0 -8
  235. data/features/fixtures/rails3/app/config/initializers/warden.rb +0 -3
  236. data/features/fixtures/rails3/app/config/initializers/wrap_parameters.rb +0 -14
  237. data/features/fixtures/rails3/app/config/locales/en.yml +0 -5
  238. data/features/fixtures/rails3/app/config/routes.rb +0 -19
  239. data/features/fixtures/rails3/app/db/migrate/20180423142727_create_users.rb +0 -45
  240. data/features/fixtures/rails3/app/db/schema.rb +0 -37
  241. data/features/fixtures/rails3/app/db/seeds.rb +0 -7
  242. data/features/fixtures/rails3/app/lib/assets/.gitkeep +0 -0
  243. data/features/fixtures/rails3/app/lib/strategies/token_strategy.rb +0 -12
  244. data/features/fixtures/rails3/app/lib/tasks/.gitkeep +0 -0
  245. data/features/fixtures/rails3/app/log/.gitkeep +0 -0
  246. data/features/fixtures/rails3/app/public/404.html +0 -26
  247. data/features/fixtures/rails3/app/public/422.html +0 -26
  248. data/features/fixtures/rails3/app/public/500.html +0 -25
  249. data/features/fixtures/rails3/app/public/favicon.ico +0 -0
  250. data/features/fixtures/rails3/app/public/index.html +0 -241
  251. data/features/fixtures/rails3/app/public/robots.txt +0 -5
  252. data/features/fixtures/rails3/app/script/rails +0 -6
  253. data/features/fixtures/rails4/.dockerignore +0 -1
  254. data/features/fixtures/rails4/Dockerfile +0 -17
  255. data/features/fixtures/rails4/app/.gitignore +0 -16
  256. data/features/fixtures/rails4/app/Gemfile +0 -46
  257. data/features/fixtures/rails4/app/README.rdoc +0 -28
  258. data/features/fixtures/rails4/app/Rakefile +0 -6
  259. data/features/fixtures/rails4/app/app/assets/images/.keep +0 -0
  260. data/features/fixtures/rails4/app/app/assets/javascripts/application.js +0 -16
  261. data/features/fixtures/rails4/app/app/assets/stylesheets/application.css +0 -13
  262. data/features/fixtures/rails4/app/app/controllers/api_key_controller.rb +0 -20
  263. data/features/fixtures/rails4/app/app/controllers/app_type_controller.rb +0 -20
  264. data/features/fixtures/rails4/app/app/controllers/app_version_controller.rb +0 -25
  265. data/features/fixtures/rails4/app/app/controllers/application_controller.rb +0 -7
  266. data/features/fixtures/rails4/app/app/controllers/auto_notify_controller.rb +0 -31
  267. data/features/fixtures/rails4/app/app/controllers/before_notify_controller.rb +0 -44
  268. data/features/fixtures/rails4/app/app/controllers/breadcrumbs_controller.rb +0 -26
  269. data/features/fixtures/rails4/app/app/controllers/concerns/.keep +0 -0
  270. data/features/fixtures/rails4/app/app/controllers/devise_controller.rb +0 -32
  271. data/features/fixtures/rails4/app/app/controllers/handled_controller.rb +0 -26
  272. data/features/fixtures/rails4/app/app/controllers/ignore_classes_controller.rb +0 -23
  273. data/features/fixtures/rails4/app/app/controllers/metadata_filters_controller.rb +0 -16
  274. data/features/fixtures/rails4/app/app/controllers/mongo_controller.rb +0 -23
  275. data/features/fixtures/rails4/app/app/controllers/project_root_controller.rb +0 -25
  276. data/features/fixtures/rails4/app/app/controllers/release_stage_controller.rb +0 -20
  277. data/features/fixtures/rails4/app/app/controllers/send_code_controller.rb +0 -20
  278. data/features/fixtures/rails4/app/app/controllers/send_environment_controller.rb +0 -12
  279. data/features/fixtures/rails4/app/app/controllers/session_tracking_controller.rb +0 -24
  280. data/features/fixtures/rails4/app/app/controllers/unhandled_controller.rb +0 -11
  281. data/features/fixtures/rails4/app/app/helpers/application_helper.rb +0 -2
  282. data/features/fixtures/rails4/app/app/jobs/application_job.rb +0 -2
  283. data/features/fixtures/rails4/app/app/jobs/notify_job.rb +0 -5
  284. data/features/fixtures/rails4/app/app/mailers/.keep +0 -0
  285. data/features/fixtures/rails4/app/app/models/.keep +0 -0
  286. data/features/fixtures/rails4/app/app/models/concerns/.keep +0 -0
  287. data/features/fixtures/rails4/app/app/models/mongo_model.rb +0 -6
  288. data/features/fixtures/rails4/app/app/models/user.rb +0 -6
  289. data/features/fixtures/rails4/app/app/views/layouts/application.html.erb +0 -14
  290. data/features/fixtures/rails4/app/config.ru +0 -4
  291. data/features/fixtures/rails4/app/config/application.rb +0 -23
  292. data/features/fixtures/rails4/app/config/boot.rb +0 -4
  293. data/features/fixtures/rails4/app/config/database.yml +0 -31
  294. data/features/fixtures/rails4/app/config/environment.rb +0 -5
  295. data/features/fixtures/rails4/app/config/environments/development.rb +0 -31
  296. data/features/fixtures/rails4/app/config/environments/production.rb +0 -81
  297. data/features/fixtures/rails4/app/config/environments/rails_env.rb +0 -30
  298. data/features/fixtures/rails4/app/config/environments/test.rb +0 -31
  299. data/features/fixtures/rails4/app/config/initializers/backtrace_silencers.rb +0 -7
  300. data/features/fixtures/rails4/app/config/initializers/bugsnag.rb +0 -29
  301. data/features/fixtures/rails4/app/config/initializers/devise.rb +0 -283
  302. data/features/fixtures/rails4/app/config/initializers/filter_parameter_logging.rb +0 -5
  303. data/features/fixtures/rails4/app/config/initializers/inflections.rb +0 -16
  304. data/features/fixtures/rails4/app/config/initializers/mime_types.rb +0 -5
  305. data/features/fixtures/rails4/app/config/initializers/secret_token.rb +0 -12
  306. data/features/fixtures/rails4/app/config/initializers/session_store.rb +0 -3
  307. data/features/fixtures/rails4/app/config/initializers/wrap_parameters.rb +0 -14
  308. data/features/fixtures/rails4/app/config/locales/devise.en.yml +0 -64
  309. data/features/fixtures/rails4/app/config/locales/en.yml +0 -23
  310. data/features/fixtures/rails4/app/config/mongoid.yml +0 -22
  311. data/features/fixtures/rails4/app/config/routes.rb +0 -21
  312. data/features/fixtures/rails4/app/db/migrate/20180420160315_devise_create_users.rb +0 -47
  313. data/features/fixtures/rails4/app/db/seeds.rb +0 -7
  314. data/features/fixtures/rails4/app/lib/assets/.keep +0 -0
  315. data/features/fixtures/rails4/app/lib/tasks/.keep +0 -0
  316. data/features/fixtures/rails4/app/log/.keep +0 -0
  317. data/features/fixtures/rails4/app/public/404.html +0 -58
  318. data/features/fixtures/rails4/app/public/422.html +0 -58
  319. data/features/fixtures/rails4/app/public/500.html +0 -57
  320. data/features/fixtures/rails4/app/public/favicon.ico +0 -0
  321. data/features/fixtures/rails4/app/public/robots.txt +0 -5
  322. data/features/fixtures/rails4/app/test/controllers/.keep +0 -0
  323. data/features/fixtures/rails4/app/test/fixtures/.keep +0 -0
  324. data/features/fixtures/rails4/app/test/helpers/.keep +0 -0
  325. data/features/fixtures/rails4/app/test/integration/.keep +0 -0
  326. data/features/fixtures/rails4/app/test/mailers/.keep +0 -0
  327. data/features/fixtures/rails4/app/test/models/.keep +0 -0
  328. data/features/fixtures/rails4/app/test/test_helper.rb +0 -15
  329. data/features/fixtures/rails5/.dockerignore +0 -1
  330. data/features/fixtures/rails5/Dockerfile +0 -17
  331. data/features/fixtures/rails5/app/.gitignore +0 -21
  332. data/features/fixtures/rails5/app/Gemfile +0 -52
  333. data/features/fixtures/rails5/app/README.md +0 -24
  334. data/features/fixtures/rails5/app/Rakefile +0 -6
  335. data/features/fixtures/rails5/app/app/assets/config/manifest.js +0 -3
  336. data/features/fixtures/rails5/app/app/assets/images/.keep +0 -0
  337. data/features/fixtures/rails5/app/app/assets/javascripts/application.js +0 -16
  338. data/features/fixtures/rails5/app/app/assets/javascripts/cable.js +0 -13
  339. data/features/fixtures/rails5/app/app/assets/javascripts/channels/.keep +0 -0
  340. data/features/fixtures/rails5/app/app/assets/stylesheets/application.css +0 -15
  341. data/features/fixtures/rails5/app/app/channels/application_cable/channel.rb +0 -4
  342. data/features/fixtures/rails5/app/app/channels/application_cable/connection.rb +0 -4
  343. data/features/fixtures/rails5/app/app/controllers/api_key_controller.rb +0 -16
  344. data/features/fixtures/rails5/app/app/controllers/app_type_controller.rb +0 -16
  345. data/features/fixtures/rails5/app/app/controllers/app_version_controller.rb +0 -21
  346. data/features/fixtures/rails5/app/app/controllers/application_controller.rb +0 -7
  347. data/features/fixtures/rails5/app/app/controllers/auto_notify_controller.rb +0 -27
  348. data/features/fixtures/rails5/app/app/controllers/before_notify_controller.rb +0 -40
  349. data/features/fixtures/rails5/app/app/controllers/breadcrumbs_controller.rb +0 -24
  350. data/features/fixtures/rails5/app/app/controllers/clearance_controller.rb +0 -33
  351. data/features/fixtures/rails5/app/app/controllers/concerns/.keep +0 -0
  352. data/features/fixtures/rails5/app/app/controllers/handled_controller.rb +0 -22
  353. data/features/fixtures/rails5/app/app/controllers/ignore_classes_controller.rb +0 -19
  354. data/features/fixtures/rails5/app/app/controllers/metadata_filters_controller.rb +0 -12
  355. data/features/fixtures/rails5/app/app/controllers/mongo_controller.rb +0 -22
  356. data/features/fixtures/rails5/app/app/controllers/project_root_controller.rb +0 -21
  357. data/features/fixtures/rails5/app/app/controllers/release_stage_controller.rb +0 -16
  358. data/features/fixtures/rails5/app/app/controllers/send_code_controller.rb +0 -16
  359. data/features/fixtures/rails5/app/app/controllers/send_environment_controller.rb +0 -8
  360. data/features/fixtures/rails5/app/app/controllers/session_tracking_controller.rb +0 -20
  361. data/features/fixtures/rails5/app/app/controllers/unhandled_controller.rb +0 -7
  362. data/features/fixtures/rails5/app/app/helpers/application_helper.rb +0 -2
  363. data/features/fixtures/rails5/app/app/jobs/application_job.rb +0 -2
  364. data/features/fixtures/rails5/app/app/jobs/notify_job.rb +0 -5
  365. data/features/fixtures/rails5/app/app/mailers/application_mailer.rb +0 -4
  366. data/features/fixtures/rails5/app/app/models/application_record.rb +0 -3
  367. data/features/fixtures/rails5/app/app/models/concerns/.keep +0 -0
  368. data/features/fixtures/rails5/app/app/models/mongo_model.rb +0 -6
  369. data/features/fixtures/rails5/app/app/models/user.rb +0 -3
  370. data/features/fixtures/rails5/app/app/views/layouts/application.html.erb +0 -14
  371. data/features/fixtures/rails5/app/app/views/layouts/mailer.html.erb +0 -13
  372. data/features/fixtures/rails5/app/app/views/layouts/mailer.text.erb +0 -1
  373. data/features/fixtures/rails5/app/config.ru +0 -5
  374. data/features/fixtures/rails5/app/config/application.rb +0 -15
  375. data/features/fixtures/rails5/app/config/boot.rb +0 -3
  376. data/features/fixtures/rails5/app/config/cable.yml +0 -9
  377. data/features/fixtures/rails5/app/config/database.yml +0 -29
  378. data/features/fixtures/rails5/app/config/environment.rb +0 -5
  379. data/features/fixtures/rails5/app/config/environments/development.rb +0 -55
  380. data/features/fixtures/rails5/app/config/environments/production.rb +0 -87
  381. data/features/fixtures/rails5/app/config/environments/rails_env.rb +0 -55
  382. data/features/fixtures/rails5/app/config/environments/test.rb +0 -55
  383. data/features/fixtures/rails5/app/config/initializers/assets.rb +0 -11
  384. data/features/fixtures/rails5/app/config/initializers/backtrace_silencers.rb +0 -7
  385. data/features/fixtures/rails5/app/config/initializers/bugsnag.rb +0 -29
  386. data/features/fixtures/rails5/app/config/initializers/clearance.rb +0 -5
  387. data/features/fixtures/rails5/app/config/initializers/cookies_serializer.rb +0 -5
  388. data/features/fixtures/rails5/app/config/initializers/filter_parameter_logging.rb +0 -5
  389. data/features/fixtures/rails5/app/config/initializers/inflections.rb +0 -16
  390. data/features/fixtures/rails5/app/config/initializers/mime_types.rb +0 -4
  391. data/features/fixtures/rails5/app/config/initializers/new_framework_defaults.rb +0 -24
  392. data/features/fixtures/rails5/app/config/initializers/session_store.rb +0 -3
  393. data/features/fixtures/rails5/app/config/initializers/wrap_parameters.rb +0 -14
  394. data/features/fixtures/rails5/app/config/locales/devise.en.yml +0 -64
  395. data/features/fixtures/rails5/app/config/locales/en.yml +0 -23
  396. data/features/fixtures/rails5/app/config/mongoid.yml +0 -23
  397. data/features/fixtures/rails5/app/config/puma.rb +0 -47
  398. data/features/fixtures/rails5/app/config/routes.rb +0 -62
  399. data/features/fixtures/rails5/app/config/secrets.yml +0 -25
  400. data/features/fixtures/rails5/app/config/spring.rb +0 -6
  401. data/features/fixtures/rails5/app/db/migrate/20180426095545_create_users.rb +0 -17
  402. data/features/fixtures/rails5/app/db/schema.rb +0 -29
  403. data/features/fixtures/rails5/app/db/seeds.rb +0 -7
  404. data/features/fixtures/rails5/app/lib/assets/.keep +0 -0
  405. data/features/fixtures/rails5/app/lib/tasks/.keep +0 -0
  406. data/features/fixtures/rails5/app/log/.keep +0 -0
  407. data/features/fixtures/rails5/app/public/404.html +0 -67
  408. data/features/fixtures/rails5/app/public/422.html +0 -67
  409. data/features/fixtures/rails5/app/public/500.html +0 -66
  410. data/features/fixtures/rails5/app/public/apple-touch-icon-precomposed.png +0 -0
  411. data/features/fixtures/rails5/app/public/apple-touch-icon.png +0 -0
  412. data/features/fixtures/rails5/app/public/favicon.ico +0 -0
  413. data/features/fixtures/rails5/app/public/robots.txt +0 -5
  414. data/features/fixtures/rails5/app/test/controllers/.keep +0 -0
  415. data/features/fixtures/rails5/app/test/fixtures/.keep +0 -0
  416. data/features/fixtures/rails5/app/test/fixtures/files/.keep +0 -0
  417. data/features/fixtures/rails5/app/test/helpers/.keep +0 -0
  418. data/features/fixtures/rails5/app/test/integration/.keep +0 -0
  419. data/features/fixtures/rails5/app/test/mailers/.keep +0 -0
  420. data/features/fixtures/rails5/app/test/models/.keep +0 -0
  421. data/features/fixtures/rails5/app/test/test_helper.rb +0 -10
  422. data/features/fixtures/rails5/app/tmp/.keep +0 -0
  423. data/features/fixtures/rails6/.dockerignore +0 -1
  424. data/features/fixtures/rails6/Dockerfile +0 -26
  425. data/features/fixtures/rails6/app/.browserslistrc +0 -1
  426. data/features/fixtures/rails6/app/.gitignore +0 -35
  427. data/features/fixtures/rails6/app/.ruby-version +0 -1
  428. data/features/fixtures/rails6/app/Gemfile +0 -58
  429. data/features/fixtures/rails6/app/README.md +0 -24
  430. data/features/fixtures/rails6/app/Rakefile +0 -6
  431. data/features/fixtures/rails6/app/app/assets/config/manifest.js +0 -2
  432. data/features/fixtures/rails6/app/app/assets/images/.keep +0 -0
  433. data/features/fixtures/rails6/app/app/assets/stylesheets/application.css +0 -15
  434. data/features/fixtures/rails6/app/app/channels/application_cable/channel.rb +0 -4
  435. data/features/fixtures/rails6/app/app/channels/application_cable/connection.rb +0 -4
  436. data/features/fixtures/rails6/app/app/controllers/api_key_controller.rb +0 -16
  437. data/features/fixtures/rails6/app/app/controllers/app_type_controller.rb +0 -16
  438. data/features/fixtures/rails6/app/app/controllers/app_version_controller.rb +0 -21
  439. data/features/fixtures/rails6/app/app/controllers/application_controller.rb +0 -7
  440. data/features/fixtures/rails6/app/app/controllers/auto_notify_controller.rb +0 -27
  441. data/features/fixtures/rails6/app/app/controllers/before_notify_controller.rb +0 -40
  442. data/features/fixtures/rails6/app/app/controllers/breadcrumbs_controller.rb +0 -24
  443. data/features/fixtures/rails6/app/app/controllers/clearance_controller.rb +0 -33
  444. data/features/fixtures/rails6/app/app/controllers/concerns/.keep +0 -0
  445. data/features/fixtures/rails6/app/app/controllers/handled_controller.rb +0 -22
  446. data/features/fixtures/rails6/app/app/controllers/ignore_classes_controller.rb +0 -19
  447. data/features/fixtures/rails6/app/app/controllers/metadata_filters_controller.rb +0 -12
  448. data/features/fixtures/rails6/app/app/controllers/mongo_controller.rb +0 -22
  449. data/features/fixtures/rails6/app/app/controllers/project_root_controller.rb +0 -21
  450. data/features/fixtures/rails6/app/app/controllers/release_stage_controller.rb +0 -16
  451. data/features/fixtures/rails6/app/app/controllers/send_code_controller.rb +0 -16
  452. data/features/fixtures/rails6/app/app/controllers/send_environment_controller.rb +0 -8
  453. data/features/fixtures/rails6/app/app/controllers/session_tracking_controller.rb +0 -20
  454. data/features/fixtures/rails6/app/app/controllers/unhandled_controller.rb +0 -7
  455. data/features/fixtures/rails6/app/app/helpers/application_helper.rb +0 -2
  456. data/features/fixtures/rails6/app/app/javascript/channels/consumer.js +0 -6
  457. data/features/fixtures/rails6/app/app/javascript/channels/index.js +0 -5
  458. data/features/fixtures/rails6/app/app/javascript/packs/application.js +0 -9
  459. data/features/fixtures/rails6/app/app/jobs/application_job.rb +0 -7
  460. data/features/fixtures/rails6/app/app/jobs/notify_job.rb +0 -5
  461. data/features/fixtures/rails6/app/app/mailers/application_mailer.rb +0 -4
  462. data/features/fixtures/rails6/app/app/models/application_record.rb +0 -3
  463. data/features/fixtures/rails6/app/app/models/concerns/.keep +0 -0
  464. data/features/fixtures/rails6/app/app/models/mongo_model.rb +0 -6
  465. data/features/fixtures/rails6/app/app/models/user.rb +0 -3
  466. data/features/fixtures/rails6/app/app/views/layouts/application.html.erb +0 -15
  467. data/features/fixtures/rails6/app/app/views/layouts/mailer.html.erb +0 -13
  468. data/features/fixtures/rails6/app/app/views/layouts/mailer.text.erb +0 -1
  469. data/features/fixtures/rails6/app/babel.config.js +0 -70
  470. data/features/fixtures/rails6/app/config.ru +0 -5
  471. data/features/fixtures/rails6/app/config/application.rb +0 -19
  472. data/features/fixtures/rails6/app/config/boot.rb +0 -4
  473. data/features/fixtures/rails6/app/config/cable.yml +0 -13
  474. data/features/fixtures/rails6/app/config/credentials.yml.enc +0 -1
  475. data/features/fixtures/rails6/app/config/database.yml +0 -29
  476. data/features/fixtures/rails6/app/config/environment.rb +0 -5
  477. data/features/fixtures/rails6/app/config/environments/development.rb +0 -64
  478. data/features/fixtures/rails6/app/config/environments/production.rb +0 -113
  479. data/features/fixtures/rails6/app/config/environments/rails_env.rb +0 -56
  480. data/features/fixtures/rails6/app/config/environments/test.rb +0 -48
  481. data/features/fixtures/rails6/app/config/initializers/application_controller_renderer.rb +0 -8
  482. data/features/fixtures/rails6/app/config/initializers/assets.rb +0 -14
  483. data/features/fixtures/rails6/app/config/initializers/backtrace_silencers.rb +0 -7
  484. data/features/fixtures/rails6/app/config/initializers/bugsnag.rb +0 -29
  485. data/features/fixtures/rails6/app/config/initializers/content_security_policy.rb +0 -27
  486. data/features/fixtures/rails6/app/config/initializers/cookies_serializer.rb +0 -5
  487. data/features/fixtures/rails6/app/config/initializers/filter_parameter_logging.rb +0 -5
  488. data/features/fixtures/rails6/app/config/initializers/inflections.rb +0 -16
  489. data/features/fixtures/rails6/app/config/initializers/mime_types.rb +0 -4
  490. data/features/fixtures/rails6/app/config/initializers/wrap_parameters.rb +0 -14
  491. data/features/fixtures/rails6/app/config/locales/en.yml +0 -33
  492. data/features/fixtures/rails6/app/config/mongoid.yml +0 -23
  493. data/features/fixtures/rails6/app/config/puma.rb +0 -35
  494. data/features/fixtures/rails6/app/config/routes.rb +0 -62
  495. data/features/fixtures/rails6/app/config/secrets.yml +0 -25
  496. data/features/fixtures/rails6/app/config/spring.rb +0 -6
  497. data/features/fixtures/rails6/app/config/storage.yml +0 -34
  498. data/features/fixtures/rails6/app/config/webpack/development.js +0 -5
  499. data/features/fixtures/rails6/app/config/webpack/environment.js +0 -3
  500. data/features/fixtures/rails6/app/config/webpack/production.js +0 -5
  501. data/features/fixtures/rails6/app/config/webpack/rails_env.js +0 -5
  502. data/features/fixtures/rails6/app/config/webpack/test.js +0 -5
  503. data/features/fixtures/rails6/app/config/webpacker.yml +0 -121
  504. data/features/fixtures/rails6/app/db/migrate/20180426095545_create_users.rb +0 -17
  505. data/features/fixtures/rails6/app/db/schema.rb +0 -29
  506. data/features/fixtures/rails6/app/db/seeds.rb +0 -7
  507. data/features/fixtures/rails6/app/lib/assets/.keep +0 -0
  508. data/features/fixtures/rails6/app/lib/tasks/.keep +0 -0
  509. data/features/fixtures/rails6/app/log/.keep +0 -0
  510. data/features/fixtures/rails6/app/package.json +0 -15
  511. data/features/fixtures/rails6/app/postcss.config.js +0 -12
  512. data/features/fixtures/rails6/app/public/404.html +0 -67
  513. data/features/fixtures/rails6/app/public/422.html +0 -67
  514. data/features/fixtures/rails6/app/public/500.html +0 -66
  515. data/features/fixtures/rails6/app/public/apple-touch-icon-precomposed.png +0 -0
  516. data/features/fixtures/rails6/app/public/apple-touch-icon.png +0 -0
  517. data/features/fixtures/rails6/app/public/favicon.ico +0 -0
  518. data/features/fixtures/rails6/app/public/robots.txt +0 -1
  519. data/features/fixtures/rails6/app/storage/.keep +0 -0
  520. data/features/fixtures/rails6/app/test/application_system_test_case.rb +0 -5
  521. data/features/fixtures/rails6/app/test/channels/application_cable/connection_test.rb +0 -11
  522. data/features/fixtures/rails6/app/test/controllers/.keep +0 -0
  523. data/features/fixtures/rails6/app/test/fixtures/.keep +0 -0
  524. data/features/fixtures/rails6/app/test/fixtures/files/.keep +0 -0
  525. data/features/fixtures/rails6/app/test/helpers/.keep +0 -0
  526. data/features/fixtures/rails6/app/test/integration/.keep +0 -0
  527. data/features/fixtures/rails6/app/test/mailers/.keep +0 -0
  528. data/features/fixtures/rails6/app/test/models/.keep +0 -0
  529. data/features/fixtures/rails6/app/test/system/.keep +0 -0
  530. data/features/fixtures/rails6/app/test/test_helper.rb +0 -13
  531. data/features/fixtures/rails6/app/tmp/.keep +0 -0
  532. data/features/fixtures/rails6/app/yarn.lock +0 -6082
  533. data/features/fixtures/resque/.dockerignore +0 -1
  534. data/features/fixtures/resque/Dockerfile +0 -14
  535. data/features/fixtures/resque/Gemfile +0 -6
  536. data/features/fixtures/resque/Rakefile +0 -4
  537. data/features/fixtures/resque/app.rb +0 -12
  538. data/features/fixtures/sidekiq/.dockerignore +0 -2
  539. data/features/fixtures/sidekiq/Dockerfile +0 -17
  540. data/features/fixtures/sidekiq/app/Gemfile +0 -7
  541. data/features/fixtures/sidekiq/app/Rakefile.rb +0 -14
  542. data/features/fixtures/sidekiq/app/app.rb +0 -35
  543. data/features/fixtures/sidekiq/app/initializers/HandledError.rb +0 -3
  544. data/features/fixtures/sidekiq/app/initializers/UnhandledError.rb +0 -3
  545. data/features/fixtures/sidekiq/payloads/handled_metadata_ca_false.json +0 -11
  546. data/features/fixtures/sidekiq/payloads/handled_metadata_ca_true.json +0 -12
  547. data/features/fixtures/sidekiq/payloads/unhandled_metadata_ca_false.json +0 -11
  548. data/features/fixtures/sidekiq/payloads/unhandled_metadata_ca_true.json +0 -12
  549. data/features/fixtures/sinatra1/.dockerignore +0 -1
  550. data/features/fixtures/sinatra1/Dockerfile +0 -13
  551. data/features/fixtures/sinatra1/Gemfile +0 -4
  552. data/features/fixtures/sinatra1/app.rb +0 -9
  553. data/features/fixtures/sinatra2/.dockerignore +0 -1
  554. data/features/fixtures/sinatra2/Dockerfile +0 -13
  555. data/features/fixtures/sinatra2/Gemfile +0 -4
  556. data/features/fixtures/sinatra2/app.rb +0 -9
  557. data/features/plain_features/add_tab.feature +0 -55
  558. data/features/plain_features/app_type.feature +0 -8
  559. data/features/plain_features/app_version.feature +0 -8
  560. data/features/plain_features/auto_notify.feature +0 -7
  561. data/features/plain_features/delivery.feature +0 -20
  562. data/features/plain_features/exception_data.feature +0 -50
  563. data/features/plain_features/filters.feature +0 -14
  564. data/features/plain_features/handled_errors.feature +0 -42
  565. data/features/plain_features/ignore_classes.feature +0 -11
  566. data/features/plain_features/ignore_report.feature +0 -14
  567. data/features/plain_features/proxies.feature +0 -25
  568. data/features/plain_features/release_stages.feature +0 -20
  569. data/features/plain_features/report_api_key.feature +0 -16
  570. data/features/plain_features/report_severity.feature +0 -17
  571. data/features/plain_features/report_stack_frames.feature +0 -53
  572. data/features/plain_features/report_user.feature +0 -51
  573. data/features/plain_features/unhandled_errors.feature +0 -33
  574. data/features/rails_features/api_key.feature +0 -15
  575. data/features/rails_features/app_type.feature +0 -24
  576. data/features/rails_features/app_version.feature +0 -26
  577. data/features/rails_features/auto_capture_sessions.feature +0 -34
  578. data/features/rails_features/auto_notify.feature +0 -41
  579. data/features/rails_features/before_notify.feature +0 -44
  580. data/features/rails_features/breadcrumbs.feature +0 -43
  581. data/features/rails_features/handled.feature +0 -42
  582. data/features/rails_features/ignore_classes.feature +0 -14
  583. data/features/rails_features/meta_data_filters.feature +0 -16
  584. data/features/rails_features/mongo_breadcrumbs.feature +0 -26
  585. data/features/rails_features/on_error.feature +0 -29
  586. data/features/rails_features/project_root.feature +0 -35
  587. data/features/rails_features/release_stage.feature +0 -27
  588. data/features/rails_features/send_code.feature +0 -18
  589. data/features/rails_features/send_environment.feature +0 -13
  590. data/features/rails_features/unhandled.feature +0 -16
  591. data/features/rails_features/user_info.feature +0 -52
  592. data/features/sidekiq.feature +0 -30
  593. data/features/steps/ruby_notifier_steps.rb +0 -75
  594. data/features/support/env.rb +0 -23
  595. data/issue_template.md +0 -48
  596. data/spec/breadcrumbs/breadcrumb_spec.rb +0 -93
  597. data/spec/breadcrumbs/validator_spec.rb +0 -176
  598. data/spec/bugsnag_spec.rb +0 -366
  599. data/spec/cleaner_spec.rb +0 -350
  600. data/spec/code_extractor_spec.rb +0 -129
  601. data/spec/configuration_spec.rb +0 -445
  602. data/spec/fixtures/apps/rails-initializer-config/Gemfile +0 -9
  603. data/spec/fixtures/apps/rails-initializer-config/config.ru +0 -16
  604. data/spec/fixtures/apps/rails-initializer-config/config/initializers/bugsnag.rb +0 -3
  605. data/spec/fixtures/apps/rails-invalid-initializer-config/Gemfile +0 -9
  606. data/spec/fixtures/apps/rails-invalid-initializer-config/config.ru +0 -16
  607. data/spec/fixtures/apps/rails-invalid-initializer-config/config/initializers/bugsnag.rb +0 -3
  608. data/spec/fixtures/apps/rails-no-config/Gemfile +0 -9
  609. data/spec/fixtures/apps/rails-no-config/config.ru +0 -16
  610. data/spec/fixtures/apps/scripts/Gemfile +0 -3
  611. data/spec/fixtures/apps/scripts/configure_invalid_key.rb +0 -5
  612. data/spec/fixtures/apps/scripts/configure_key.rb +0 -5
  613. data/spec/fixtures/apps/scripts/no_config.rb +0 -3
  614. data/spec/fixtures/crashes/end_of_file.rb +0 -9
  615. data/spec/fixtures/crashes/file1.rb +0 -29
  616. data/spec/fixtures/crashes/file2.rb +0 -25
  617. data/spec/fixtures/crashes/file_with_long_lines.rb +0 -7
  618. data/spec/fixtures/crashes/functions.rb +0 -29
  619. data/spec/fixtures/crashes/short_file.rb +0 -3
  620. data/spec/fixtures/crashes/start_of_file.rb +0 -9
  621. data/spec/fixtures/middleware/internal_info_setter.rb +0 -11
  622. data/spec/fixtures/middleware/public_info_setter.rb +0 -11
  623. data/spec/fixtures/tasks/Rakefile +0 -26
  624. data/spec/helper_spec.rb +0 -131
  625. data/spec/integration_spec.rb +0 -107
  626. data/spec/integrations/clearance_user_spec.rb +0 -38
  627. data/spec/integrations/logger_spec.rb +0 -134
  628. data/spec/integrations/mailman_spec.rb +0 -83
  629. data/spec/integrations/mongo_spec.rb +0 -262
  630. data/spec/integrations/que_spec.rb +0 -94
  631. data/spec/integrations/rack_spec.rb +0 -232
  632. data/spec/integrations/rails3_request_spec.rb +0 -67
  633. data/spec/integrations/rake_spec.rb +0 -71
  634. data/spec/integrations/resque_spec.rb +0 -99
  635. data/spec/integrations/shoryuken_spec.rb +0 -70
  636. data/spec/integrations/sidekiq_spec.rb +0 -137
  637. data/spec/integrations/warden_user_spec.rb +0 -41
  638. data/spec/middleware/exception_meta_data_spec.rb +0 -104
  639. data/spec/middleware_spec.rb +0 -254
  640. data/spec/middleware_stack_spec.rb +0 -151
  641. data/spec/on_error_spec.rb +0 -332
  642. data/spec/report_spec.rb +0 -1583
  643. data/spec/session_tracker_spec.rb +0 -156
  644. data/spec/spec_helper.rb +0 -99
  645. data/spec/stacktrace_spec.rb +0 -443
  646. data/spec/utility/circular_buffer_spec.rb +0 -98
@@ -1,42 +0,0 @@
1
- Rails.application.configure do
2
- # Settings specified here will take precedence over those in config/application.rb.
3
-
4
- # The test environment is used exclusively to run your application's
5
- # test suite. You never need to work with it otherwise. Remember that
6
- # your test database is "scratch space" for the test suite and is wiped
7
- # and recreated between test runs. Don't rely on the data there!
8
- config.cache_classes = true
9
-
10
- # Do not eager load code on boot. This avoids loading your whole application
11
- # just for the purpose of running a single test. If you are using a tool that
12
- # preloads Rails for running tests, you may have to set it to true.
13
- config.eager_load = false
14
-
15
- # Configure public file server for tests with Cache-Control for performance.
16
- config.public_file_server.enabled = true
17
- config.public_file_server.headers = {
18
- 'Cache-Control' => 'public, max-age=3600'
19
- }
20
-
21
- # Show full error reports and disable caching.
22
- config.consider_all_requests_local = true
23
- config.action_controller.perform_caching = false
24
-
25
- # Raise exceptions instead of rendering exception templates.
26
- config.action_dispatch.show_exceptions = false
27
-
28
- # Disable request forgery protection in test environment.
29
- config.action_controller.allow_forgery_protection = false
30
- config.action_mailer.perform_caching = false
31
-
32
- # Tell Action Mailer not to deliver emails to the real world.
33
- # The :test delivery method accumulates sent emails in the
34
- # ActionMailer::Base.deliveries array.
35
- config.action_mailer.delivery_method = :test
36
-
37
- # Print deprecation notices to the stderr.
38
- config.active_support.deprecation = :stderr
39
-
40
- # Raises error for missing translations
41
- # config.action_view.raise_on_missing_translations = true
42
- end
@@ -1,8 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- # ActiveSupport::Reloader.to_prepare do
4
- # ApplicationController.renderer.defaults.merge!(
5
- # http_host: 'example.org',
6
- # https: false
7
- # )
8
- # end
@@ -1,11 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- # Version of your assets, change this if you want to expire all your assets.
4
- Rails.application.config.assets.version = '1.0'
5
-
6
- # Add additional assets to the asset load path
7
- # Rails.application.config.assets.paths << Emoji.images_path
8
-
9
- # Precompile additional assets.
10
- # application.js, application.css, and all non-JS/CSS in app/assets folder are already added.
11
- # Rails.application.config.assets.precompile += %w( search.js )
@@ -1,7 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- # You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces.
4
- # Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ }
5
-
6
- # You can also remove all the silencers if you're trying to debug a problem that might stem from framework code.
7
- # Rails.backtrace_cleaner.remove_silencers!
@@ -1,14 +0,0 @@
1
- Bugsnag.configure do |config|
2
- config.api_key = ENV["BUGSNAG_API_KEY"] || ENV["BUGSNAG_API_KEY"]
3
- config.endpoint = ENV["BUGSNAG_ENDPOINT"] || ENV["BUGSNAG_ENDPOINT"]
4
- config.session_endpoint = ENV["BUGSNAG_ENDPOINT"] || ENV["BUGSNAG_ENDPOINT"]
5
- config.app_type = ENV["BUGSNAG_APP_TYPE"] if ENV.include? "BUGSNAG_APP_TYPE"
6
- config.app_version = ENV["BUGSNAG_APP_VERSION"] if ENV.include? "BUGSNAG_APP_VERSION"
7
- config.auto_notify = ENV["BUGSNAG_AUTO_NOTIFY"] != "false"
8
- config.project_root = ENV["BUGSNAG_PROJECT_ROOT"] if ENV.include? "BUGSNAG_PROJECT_ROOT"
9
- config.ignore_classes << lambda { |ex| ex.class.to_s == ENV["BUGSNAG_IGNORE_CLASS"] } if ENV.include? "BUGSNAG_IGNORE_CLASS"
10
- config.auto_capture_sessions = ENV["BUGSNAG_AUTO_CAPTURE_SESSIONS"] == "true"
11
- config.release_stage = ENV["BUGSNAG_RELEASE_STAGE"] if ENV.include? "BUGSNAG_RELEASE_STAGE"
12
- config.send_code = ENV["BUGSNAG_SEND_CODE"] != "false"
13
- config.send_environment = ENV["BUGSNAG_SEND_ENVIRONMENT"] == "true"
14
- end
@@ -1,5 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- # Specify a serializer for the signed and encrypted cookie jars.
4
- # Valid options are :json, :marshal, and :hybrid.
5
- Rails.application.config.action_dispatch.cookies_serializer = :json
@@ -1,3 +0,0 @@
1
- require 'delayed_job'
2
-
3
- Delayed::Worker.max_attempts = 1
@@ -1,4 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- # Configure sensitive parameters which will be filtered from the log file.
4
- Rails.application.config.filter_parameters += [:password]
@@ -1,16 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- # Add new inflection rules using the following format. Inflections
4
- # are locale specific, and you may define rules for as many different
5
- # locales as you wish. All of these examples are active by default:
6
- # ActiveSupport::Inflector.inflections(:en) do |inflect|
7
- # inflect.plural /^(ox)$/i, '\1en'
8
- # inflect.singular /^(ox)en/i, '\1'
9
- # inflect.irregular 'person', 'people'
10
- # inflect.uncountable %w( fish sheep )
11
- # end
12
-
13
- # These inflection rules are supported but not enabled by default:
14
- # ActiveSupport::Inflector.inflections(:en) do |inflect|
15
- # inflect.acronym 'RESTful'
16
- # end
@@ -1,4 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- # Add new mime types for use in respond_to blocks:
4
- # Mime::Type.register "text/richtext", :rtf
@@ -1,26 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
- #
3
- # This file contains migration options to ease your Rails 5.0 upgrade.
4
- #
5
- # Read the Guide for Upgrading Ruby on Rails for more info on each option.
6
-
7
- Rails.application.config.action_controller.raise_on_unfiltered_parameters = true
8
-
9
- # Enable per-form CSRF tokens. Previous versions had false.
10
- Rails.application.config.action_controller.per_form_csrf_tokens = true
11
-
12
- # Enable origin-checking CSRF mitigation. Previous versions had false.
13
- Rails.application.config.action_controller.forgery_protection_origin_check = true
14
-
15
- # Make Ruby 2.4 preserve the timezone of the receiver when calling `to_time`.
16
- # Previous versions had false.
17
- ActiveSupport.to_time_preserves_timezone = true
18
-
19
- # Require `belongs_to` associations by default. Previous versions had false.
20
- Rails.application.config.active_record.belongs_to_required_by_default = true
21
-
22
- # Do not halt callback chains when a callback returns false. Previous versions had true.
23
- ActiveSupport.halt_callback_chains_on_return_false = false
24
-
25
- # Configure SSL options to enable HSTS with subdomains. Previous versions had false.
26
- Rails.application.config.ssl_options = { hsts: { subdomains: true } }
@@ -1,3 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- Rails.application.config.session_store :cookie_store, key: '_app_session'
@@ -1,14 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- # This file contains settings for ActionController::ParamsWrapper which
4
- # is enabled by default.
5
-
6
- # Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array.
7
- ActiveSupport.on_load(:action_controller) do
8
- wrap_parameters format: [:json]
9
- end
10
-
11
- # To enable root element in JSON for ActiveRecord objects.
12
- # ActiveSupport.on_load(:active_record) do
13
- # self.include_root_in_json = true
14
- # end
@@ -1,23 +0,0 @@
1
- # Files in the config/locales directory are used for internationalization
2
- # and are automatically loaded by Rails. If you want to use locales other
3
- # than English, add the necessary files in this directory.
4
- #
5
- # To use the locales, use `I18n.t`:
6
- #
7
- # I18n.t 'hello'
8
- #
9
- # In views, this is aliased to just `t`:
10
- #
11
- # <%= t('hello') %>
12
- #
13
- # To use a different locale, set it with `I18n.locale`:
14
- #
15
- # I18n.locale = :es
16
- #
17
- # This would use the information in config/locales/es.yml.
18
- #
19
- # To learn more, please read the Rails Internationalization guide
20
- # available at http://guides.rubyonrails.org/i18n.html.
21
-
22
- en:
23
- hello: "Hello world"
@@ -1,47 +0,0 @@
1
- # Puma can serve each request in a thread from an internal thread pool.
2
- # The `threads` method setting takes two numbers a minimum and maximum.
3
- # Any libraries that use thread pools should be configured to match
4
- # the maximum value specified for Puma. Default is set to 5 threads for minimum
5
- # and maximum, this matches the default thread size of Active Record.
6
- #
7
- threads_count = ENV.fetch("RAILS_MAX_THREADS") { 5 }.to_i
8
- threads threads_count, threads_count
9
-
10
- # Specifies the `port` that Puma will listen on to receive requests, default is 3000.
11
- #
12
- port ENV.fetch("PORT") { 3000 }
13
-
14
- # Specifies the `environment` that Puma will run in.
15
- #
16
- environment ENV.fetch("RAILS_ENV") { "development" }
17
-
18
- # Specifies the number of `workers` to boot in clustered mode.
19
- # Workers are forked webserver processes. If using threads and workers together
20
- # the concurrency of the application would be max `threads` * `workers`.
21
- # Workers do not work on JRuby or Windows (both of which do not support
22
- # processes).
23
- #
24
- # workers ENV.fetch("WEB_CONCURRENCY") { 2 }
25
-
26
- # Use the `preload_app!` method when specifying a `workers` number.
27
- # This directive tells Puma to first boot the application and load code
28
- # before forking the application. This takes advantage of Copy On Write
29
- # process behavior so workers use less memory. If you use this option
30
- # you need to make sure to reconnect any threads in the `on_worker_boot`
31
- # block.
32
- #
33
- # preload_app!
34
-
35
- # The code in the `on_worker_boot` will be called if you are using
36
- # clustered mode by specifying a number of `workers`. After each worker
37
- # process is booted this block will be run, if you are using `preload_app!`
38
- # option you will want to use this block to reconnect to any threads
39
- # or connections that may have been created at application boot, Ruby
40
- # cannot share connections between processes.
41
- #
42
- # on_worker_boot do
43
- # ActiveRecord::Base.establish_connection if defined?(ActiveRecord)
44
- # end
45
-
46
- # Allow puma to be restarted by `rails restart` command.
47
- plugin :tmp_restart
@@ -1,3 +0,0 @@
1
- Rails.application.routes.draw do
2
- # For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
3
- end
@@ -1,22 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- # Your secret key is used for verifying the integrity of signed cookies.
4
- # If you change this key, all old signed cookies will become invalid!
5
-
6
- # Make sure the secret is at least 30 characters and all random,
7
- # no regular words or you'll be exposed to dictionary attacks.
8
- # You can use `rails secret` to generate a secure secret key.
9
-
10
- # Make sure the secrets in this file are kept private
11
- # if you're sharing your code publicly.
12
-
13
- development:
14
- secret_key_base: 5bbdeedb5f00f9af930e144daef68828cbed84586a9e59880c0865e1759974a1b16f8f568d59da1e6d2891e40c06c9cdda35a897ab9e87048388b661c1b861d3
15
-
16
- test:
17
- secret_key_base: 124f3db03c0ca01dc5e19e50e7993b7305dd05841a62c5c54886204f30679a96e514ce9aae9ef17b291510efc87de8d207f7511931e4f80b5f6e06160a74ef6e
18
-
19
- # Do not keep production secrets in the repository,
20
- # instead read values from the environment.
21
- production:
22
- secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
@@ -1,6 +0,0 @@
1
- %w(
2
- .ruby-version
3
- .rbenv-vars
4
- tmp/restart.txt
5
- tmp/caching-dev.txt
6
- ).each { |path| Spring.watch(path) }
@@ -1,22 +0,0 @@
1
- class CreateDelayedJobs < ActiveRecord::Migration[5.0]
2
- def self.up
3
- create_table :delayed_jobs, force: true do |table|
4
- table.integer :priority, default: 0, null: false # Allows some jobs to jump to the front of the queue
5
- table.integer :attempts, default: 0, null: false # Provides for retries, but still fail eventually.
6
- table.text :handler, null: false # YAML-encoded string of the object that will do work
7
- table.text :last_error # reason for last failure (See Note below)
8
- table.datetime :run_at # When to run. Could be Time.zone.now for immediately, or sometime in the future.
9
- table.datetime :locked_at # Set when a client is working on this object
10
- table.datetime :failed_at # Set when all retries have failed (actually, by default, the record is deleted instead)
11
- table.string :locked_by # Who is working on this object (if locked)
12
- table.string :queue # The name of the queue this job is in
13
- table.timestamps null: true
14
- end
15
-
16
- add_index :delayed_jobs, [:priority, :run_at], name: "delayed_jobs_priority"
17
- end
18
-
19
- def self.down
20
- drop_table :delayed_jobs
21
- end
22
- end
@@ -1,8 +0,0 @@
1
- class CreateTestModels < ActiveRecord::Migration[5.0]
2
- def change
3
- create_table :test_models do |t|
4
-
5
- t.timestamps
6
- end
7
- end
8
- end
@@ -1,30 +0,0 @@
1
- # This file is auto-generated from the current state of the database. Instead
2
- # of editing this file, please use the migrations feature of Active Record to
3
- # incrementally modify your database, and then regenerate this schema definition.
4
- #
5
- # Note that this schema.rb definition is the authoritative source for your
6
- # database schema. If you need to create the application database on another
7
- # system, you should be using db:schema:load, not running all the migrations
8
- # from scratch. The latter is a flawed and unsustainable approach (the more migrations
9
- # you'll amass, the slower it'll run and the greater likelihood for issues).
10
- #
11
- # It's strongly recommended that you check this file into your version control system.
12
-
13
- ActiveRecord::Schema.define(version: 20181024232549) do
14
-
15
- create_table "delayed_jobs", force: :cascade do |t|
16
- t.integer "priority", default: 0, null: false
17
- t.integer "attempts", default: 0, null: false
18
- t.text "handler", null: false
19
- t.text "last_error"
20
- t.datetime "run_at"
21
- t.datetime "locked_at"
22
- t.datetime "failed_at"
23
- t.string "locked_by"
24
- t.string "queue"
25
- t.datetime "created_at"
26
- t.datetime "updated_at"
27
- t.index ["priority", "run_at"], name: "delayed_jobs_priority"
28
- end
29
-
30
- end
@@ -1,7 +0,0 @@
1
- # This file should contain all the record creation needed to seed the database with its default values.
2
- # The data can then be loaded with the rails db:seed command (or created alongside the database with db:setup).
3
- #
4
- # Examples:
5
- #
6
- # movies = Movie.create([{ name: 'Star Wars' }, { name: 'Lord of the Rings' }])
7
- # Character.create(name: 'Luke', movie: movies.first)
@@ -1,67 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title>The page you were looking for doesn't exist (404)</title>
5
- <meta name="viewport" content="width=device-width,initial-scale=1">
6
- <style>
7
- .rails-default-error-page {
8
- background-color: #EFEFEF;
9
- color: #2E2F30;
10
- text-align: center;
11
- font-family: arial, sans-serif;
12
- margin: 0;
13
- }
14
-
15
- .rails-default-error-page div.dialog {
16
- width: 95%;
17
- max-width: 33em;
18
- margin: 4em auto 0;
19
- }
20
-
21
- .rails-default-error-page div.dialog > div {
22
- border: 1px solid #CCC;
23
- border-right-color: #999;
24
- border-left-color: #999;
25
- border-bottom-color: #BBB;
26
- border-top: #B00100 solid 4px;
27
- border-top-left-radius: 9px;
28
- border-top-right-radius: 9px;
29
- background-color: white;
30
- padding: 7px 12% 0;
31
- box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
32
- }
33
-
34
- .rails-default-error-page h1 {
35
- font-size: 100%;
36
- color: #730E15;
37
- line-height: 1.5em;
38
- }
39
-
40
- .rails-default-error-page div.dialog > p {
41
- margin: 0 0 1em;
42
- padding: 1em;
43
- background-color: #F7F7F7;
44
- border: 1px solid #CCC;
45
- border-right-color: #999;
46
- border-left-color: #999;
47
- border-bottom-color: #999;
48
- border-bottom-left-radius: 4px;
49
- border-bottom-right-radius: 4px;
50
- border-top-color: #DADADA;
51
- color: #666;
52
- box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
53
- }
54
- </style>
55
- </head>
56
-
57
- <body class="rails-default-error-page">
58
- <!-- This file lives in public/404.html -->
59
- <div class="dialog">
60
- <div>
61
- <h1>The page you were looking for doesn't exist.</h1>
62
- <p>You may have mistyped the address or the page may have moved.</p>
63
- </div>
64
- <p>If you are the application owner check the logs for more information.</p>
65
- </div>
66
- </body>
67
- </html>
@@ -1,67 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title>The change you wanted was rejected (422)</title>
5
- <meta name="viewport" content="width=device-width,initial-scale=1">
6
- <style>
7
- .rails-default-error-page {
8
- background-color: #EFEFEF;
9
- color: #2E2F30;
10
- text-align: center;
11
- font-family: arial, sans-serif;
12
- margin: 0;
13
- }
14
-
15
- .rails-default-error-page div.dialog {
16
- width: 95%;
17
- max-width: 33em;
18
- margin: 4em auto 0;
19
- }
20
-
21
- .rails-default-error-page div.dialog > div {
22
- border: 1px solid #CCC;
23
- border-right-color: #999;
24
- border-left-color: #999;
25
- border-bottom-color: #BBB;
26
- border-top: #B00100 solid 4px;
27
- border-top-left-radius: 9px;
28
- border-top-right-radius: 9px;
29
- background-color: white;
30
- padding: 7px 12% 0;
31
- box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
32
- }
33
-
34
- .rails-default-error-page h1 {
35
- font-size: 100%;
36
- color: #730E15;
37
- line-height: 1.5em;
38
- }
39
-
40
- .rails-default-error-page div.dialog > p {
41
- margin: 0 0 1em;
42
- padding: 1em;
43
- background-color: #F7F7F7;
44
- border: 1px solid #CCC;
45
- border-right-color: #999;
46
- border-left-color: #999;
47
- border-bottom-color: #999;
48
- border-bottom-left-radius: 4px;
49
- border-bottom-right-radius: 4px;
50
- border-top-color: #DADADA;
51
- color: #666;
52
- box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
53
- }
54
- </style>
55
- </head>
56
-
57
- <body class="rails-default-error-page">
58
- <!-- This file lives in public/422.html -->
59
- <div class="dialog">
60
- <div>
61
- <h1>The change you wanted was rejected.</h1>
62
- <p>Maybe you tried to change something you didn't have access to.</p>
63
- </div>
64
- <p>If you are the application owner check the logs for more information.</p>
65
- </div>
66
- </body>
67
- </html>