discourse/plugins/discourse-data-explorer
Jarek Radosz 8baf4d5d4c
DEV: Enable Style/RedundantSelf rubocop rule (#40098)
(to be enabled in the shared config)
2026-05-19 19:27:45 +02:00
..
admin/assets/javascripts/admin UI: Allow users to write sql in DE /new page (step 2/n) (#40166) 2026-05-19 23:09:37 +08:00
app DEV: Enable Style/RedundantSelf rubocop rule (#40098) 2026-05-19 19:27:45 +02:00
assets UI: Allow users to write sql in DE /new page (step 2/n) (#40166) 2026-05-19 23:09:37 +08:00
config UI: Move AI vs manual toggle to top of page (step 1/n) (#40161) 2026-05-19 18:34:18 +08:00
db/migrate DEV: Check & resolve sequence issues during db:check_structure_dump (#40118) 2026-05-18 15:23:41 +01:00
lib DEV: Enable Style/RedundantSelf rubocop rule (#40098) 2026-05-19 19:27:45 +02:00
spec UI: Allow users to write sql in DE /new page (step 2/n) (#40166) 2026-05-19 23:09:37 +08:00
test/javascripts UI: Allow users to write sql in DE /new page (step 2/n) (#40166) 2026-05-19 23:09:37 +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: Enable Style/RedundantBegin rubocop rule (#40096) 2026-05-19 18:44:54 +02: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