rails_error_dashboard 0.3.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +30 -1
- data/app/controllers/rails_error_dashboard/errors_controller.rb +51 -0
- data/app/views/layouts/rails_error_dashboard.html.erb +12 -0
- data/app/views/rails_error_dashboard/errors/_request_context.html.erb +18 -7
- data/app/views/rails_error_dashboard/errors/database_health_summary.html.erb +450 -0
- data/app/views/rails_error_dashboard/errors/job_health_summary.html.erb +152 -0
- data/config/routes.rb +2 -0
- data/lib/rails_error_dashboard/queries/database_health_summary.rb +82 -0
- data/lib/rails_error_dashboard/queries/job_health_summary.rb +101 -0
- data/lib/rails_error_dashboard/services/database_health_inspector.rb +168 -0
- data/lib/rails_error_dashboard/services/rspec_generator.rb +145 -0
- data/lib/rails_error_dashboard/version.rb +1 -1
- data/lib/rails_error_dashboard.rb +4 -0
- metadata +8 -2
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rails_error_dashboard
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Anjan Jagirdar
|
|
@@ -288,8 +288,10 @@ files:
|
|
|
288
288
|
- app/views/rails_error_dashboard/errors/analytics.html.erb
|
|
289
289
|
- app/views/rails_error_dashboard/errors/cache_health_summary.html.erb
|
|
290
290
|
- app/views/rails_error_dashboard/errors/correlation.html.erb
|
|
291
|
+
- app/views/rails_error_dashboard/errors/database_health_summary.html.erb
|
|
291
292
|
- app/views/rails_error_dashboard/errors/deprecations.html.erb
|
|
292
293
|
- app/views/rails_error_dashboard/errors/index.html.erb
|
|
294
|
+
- app/views/rails_error_dashboard/errors/job_health_summary.html.erb
|
|
293
295
|
- app/views/rails_error_dashboard/errors/n_plus_one_summary.html.erb
|
|
294
296
|
- app/views/rails_error_dashboard/errors/overview.html.erb
|
|
295
297
|
- app/views/rails_error_dashboard/errors/platform_comparison.html.erb
|
|
@@ -368,11 +370,13 @@ files:
|
|
|
368
370
|
- lib/rails_error_dashboard/queries/co_occurring_errors.rb
|
|
369
371
|
- lib/rails_error_dashboard/queries/critical_alerts.rb
|
|
370
372
|
- lib/rails_error_dashboard/queries/dashboard_stats.rb
|
|
373
|
+
- lib/rails_error_dashboard/queries/database_health_summary.rb
|
|
371
374
|
- lib/rails_error_dashboard/queries/deprecation_warnings.rb
|
|
372
375
|
- lib/rails_error_dashboard/queries/error_cascades.rb
|
|
373
376
|
- lib/rails_error_dashboard/queries/error_correlation.rb
|
|
374
377
|
- lib/rails_error_dashboard/queries/errors_list.rb
|
|
375
378
|
- lib/rails_error_dashboard/queries/filter_options.rb
|
|
379
|
+
- lib/rails_error_dashboard/queries/job_health_summary.rb
|
|
376
380
|
- lib/rails_error_dashboard/queries/mttr_stats.rb
|
|
377
381
|
- lib/rails_error_dashboard/queries/n_plus_one_summary.rb
|
|
378
382
|
- lib/rails_error_dashboard/queries/platform_comparison.rb
|
|
@@ -389,6 +393,7 @@ files:
|
|
|
389
393
|
- lib/rails_error_dashboard/services/cascade_detector.rb
|
|
390
394
|
- lib/rails_error_dashboard/services/cause_chain_extractor.rb
|
|
391
395
|
- lib/rails_error_dashboard/services/curl_generator.rb
|
|
396
|
+
- lib/rails_error_dashboard/services/database_health_inspector.rb
|
|
392
397
|
- lib/rails_error_dashboard/services/discord_payload_builder.rb
|
|
393
398
|
- lib/rails_error_dashboard/services/environment_snapshot.rb
|
|
394
399
|
- lib/rails_error_dashboard/services/error_broadcaster.rb
|
|
@@ -406,6 +411,7 @@ files:
|
|
|
406
411
|
- lib/rails_error_dashboard/services/pearson_correlation.rb
|
|
407
412
|
- lib/rails_error_dashboard/services/platform_detector.rb
|
|
408
413
|
- lib/rails_error_dashboard/services/priority_score_calculator.rb
|
|
414
|
+
- lib/rails_error_dashboard/services/rspec_generator.rb
|
|
409
415
|
- lib/rails_error_dashboard/services/sensitive_data_filter.rb
|
|
410
416
|
- lib/rails_error_dashboard/services/severity_classifier.rb
|
|
411
417
|
- lib/rails_error_dashboard/services/similarity_calculator.rb
|
|
@@ -430,7 +436,7 @@ metadata:
|
|
|
430
436
|
bug_tracker_uri: https://github.com/AnjanJ/rails_error_dashboard/issues
|
|
431
437
|
funding_uri: https://buymeacoffee.com/anjanj
|
|
432
438
|
post_install_message: "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\n
|
|
433
|
-
\ Rails Error Dashboard v0.3.
|
|
439
|
+
\ Rails Error Dashboard v0.3.1\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\n\n\U0001F195
|
|
434
440
|
First time? Quick start:\n rails generate rails_error_dashboard:install\n rails
|
|
435
441
|
db:migrate\n # Add to config/routes.rb:\n mount RailsErrorDashboard::Engine
|
|
436
442
|
=> '/error_dashboard'\n\n\U0001F504 Upgrading from v0.1.x?\n rails db:migrate\n
|