discourse/plugins/discourse-data-explorer
2026-06-12 16:19:30 +02:00
..
admin/assets/javascripts/admin UX: improve data explorer SQL editor for small screens (#40343) 2026-05-27 13:39:17 -04:00
app FEATURE: Customisable Reports section on the new admin dashboard (#40264) 2026-05-25 13:55:25 +03:00
assets UX: improve data explorer SQL editor for small screens (#40343) 2026-05-27 13:39:17 -04:00
config I18N: Update translations (#40822) 2026-06-12 16:19:30 +02:00
db/migrate DEV: Check & resolve sequence issues during db:check_structure_dump (#40118) 2026-05-18 15:23:41 +01:00
lib FIX: Prevent hidden Data Explorer queries leaking via bookmarks (#40327) 2026-05-27 17:25:30 +10:00
spec UX: Admin dashboard > refactor manage reports modal (#40329) 2026-05-27 12:49:02 +02:00
test/javascripts UI: Update manual data explorer query page (step 3/n) (#40190) 2026-05-21 01:24:30 +08:00
package.json DEV: Add a script for generating external types in discourse-types (#37095) 2026-03-09 20:37:43 +01:00
plugin.rb DEV: Scaffold backend for the new admin dashboard Reports section (#40017) 2026-05-20 09:53:26 +03:00
README.md
tsconfig.json DEV: Add a script for generating external types in discourse-types (#37095) 2026-03-09 20:37:43 +01:00

Data Explorer Plugin

This plugin allows admins to run SQL queries against the live Discourse database, including parameterized queries and formatting for several common column types.

For more information, please see: https://meta.discourse.org/t/data-explorer-plugin/32566