0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-11 02:59:07 +08:00
discourse/plugins/discourse-data-explorer
2026-05-26 15:25:51 +02:00
..
admin/assets/javascripts/admin UI: AI mode on DE edit page (step 4/n) (#40174) 2026-05-21 22:18:05 +08:00
app FEATURE: Customisable Reports section on the new admin dashboard (#40264) 2026-05-25 13:55:25 +03:00
assets FEATURE: Customisable Reports section on the new admin dashboard (#40264) 2026-05-25 13:55:25 +03:00
config I18N: Update translations (#40300) 2026-05-26 15:25:51 +02:00
db/migrate DEV: Check & resolve sequence issues during db:check_structure_dump (#40118) 2026-05-18 15:23:41 +01:00
lib FEATURE: Customisable Reports section on the new admin dashboard (#40264) 2026-05-25 13:55:25 +03:00
spec FEATURE: Customisable Reports section on the new admin dashboard (#40264) 2026-05-25 13:55:25 +03: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