0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-08 17:53:55 +08:00
discourse/plugins/discourse-data-explorer
2026-07-31 22:01:41 +01:00
..
admin/assets/javascripts/admin UI: Add the DE search table hiding mechanism back per before (#41278) 2026-06-30 13:48:33 +08:00
app SECURITY: Group report details expose raw Data Explorer SQL to non-admin group members (#40919) 2026-06-16 13:46:19 -05:00
assets UI: Add the DE search table hiding mechanism back per before (#41278) 2026-06-30 13:48:33 +08:00
config I18N: Update translations (#42015) 2026-07-28 16:55:42 +02:00
db/migrate DEV: Check & resolve sequence issues during db:check_structure_dump (#40118) 2026-05-18 15:23:41 +01:00
lib SECURITY: Strip SQL comments and use non-recursive parameter interpolation in Data Explorer [backport 2026.6] 2026-07-31 22:01:41 +01:00
spec SECURITY: Strip SQL comments and use non-recursive parameter interpolation in Data Explorer [backport 2026.6] 2026-07-31 22:01:41 +01:00
test/javascripts UI: Add the DE search table hiding mechanism back per before (#41278) 2026-06-30 13:48:33 +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: Switch DE agent to use tools for structure and accuracy (#40315) 2026-06-03 22:08:44 +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