discourse/plugins/discourse-data-explorer
Jarek Radosz 506c233c78
DEV: Don't use fab! for non-ActiveRecord model objects (#39272)
should fix a flake or two (`fab!` was making guardian state leak between
specs)
2026-04-15 00:52:34 +02:00
..
admin/assets/javascripts/admin UX: Show graph by default and compact (#39123) 2026-04-07 14:45:49 +08:00
app FEATURE: Cache data explorer responses by query and param for quick results (#39118) 2026-04-07 11:57:33 +08:00
assets UX: Result controls for data explorer (#39147) 2026-04-08 16:20:39 +08:00
config I18N: Update translations (#39112) 2026-04-08 12:04:11 +02:00
db/migrate DEV: Tidy plugin API key scope resource names (#38640) 2026-03-17 13:03:42 +11:00
lib FEATURE: Cache data explorer responses by query and param for quick results (#39118) 2026-04-07 11:57:33 +08:00
spec DEV: Don't use fab! for non-ActiveRecord model objects (#39272) 2026-04-15 00:52:34 +02:00
test/javascripts UX: Result controls for data explorer (#39147) 2026-04-08 16:20:39 +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: Add the ability to register an AI module for data explorer (#38891) 2026-04-03 13:59:06 +08: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