discourse/plugins/discourse-data-explorer
Jarek Radosz e372355fd0
DEV: Clean up scope resolution operators in plugins (#34979)
Co-authored-by: Loïc Guitaut <loic@discourse.org>
2025-09-30 14:36:34 +02:00
..
app DEV: Clean up scope resolution operators in plugins (#34979) 2025-09-30 14:36:34 +02:00
assets DEV: Replace Ember's deprecated mapBy with standard .map (#34963) 2025-09-26 12:59:35 -03:00
config Update translations (#34976) 2025-09-25 16:05:27 +02:00
db/migrate
lib DEV: Clean up scope resolution operators in plugins (#34979) 2025-09-30 14:36:34 +02:00
spec DEV: Clean up scope resolution operators in plugins (#34979) 2025-09-30 14:36:34 +02:00
test/javascripts FEATURE: Add run query param to group data explorer reports (#34673) 2025-09-02 14:52:29 +08:00
plugin.rb DEV: new API endpoint for data explorer query running (#34561) 2025-08-27 15:52:08 +10:00
README.md

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