Skip to content

Conversation

@jenshenny
Copy link
Member

@jenshenny jenshenny commented Nov 7, 2025

This PR adds blazer to the admin to better query data. This would make it easier verify assumptions in the data (eg. removing unconfirmed users #6088).

To access: go to /admin/blazer

Flows to poke around:

  • Create a new query (and view data from blazer tables)
  • Create a new dashboard
  • Create a check
Screenshot 2025-11-06 at 11 47 13 PM

New tables (generated by bin/rails generate blazer:install)

blazer_queries: saved queries
blazer_audits: record of queries that have been run
blazer_dashboards: can create a dashboard that would show different queries
blazer_dashboard_queries: join table for queries and dashboards
blazer_checks: Can create checks to check invalid data and would notify on a recurring basis (is not setup)

Follow ups

@codecov
Copy link

codecov bot commented Nov 7, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.24%. Comparing base (8fa3e3d) to head (b2c75c1).
⚠️ Report is 3 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #6091   +/-   ##
=======================================
  Coverage   97.24%   97.24%           
=======================================
  Files         476      476           
  Lines        9785     9785           
=======================================
  Hits         9515     9515           
  Misses        270      270           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jenshenny jenshenny marked this pull request as ready for review November 9, 2025 22:43
@jenshenny jenshenny merged commit c32f583 into master Nov 10, 2025
21 checks passed
@jenshenny jenshenny deleted the add-blazer branch November 10, 2025 15:38
@github-project-automation github-project-automation bot moved this from Ready to Merged in RubyGems.org Pull Requests Nov 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

2 participants