discourse/plugins/discourse-data-explorer
Gary Pendergast e0cb29ed4c
DEV: Improve validity checking of JSON param values. (#35401)
The validity checking for parameter values being passed in expects them
all to be strings, then casts them to their appropriate type after
confirming that they're valid.

Rather than bypassing these checks, it's safer to convert the values to
strings, then continue with the existing validity checks.
2025-10-15 14:31:12 +11:00
..
app DEV: Allow query parameters to be sent without JSON-encoding them. (#35314) 2025-10-13 14:12:29 +11:00
assets DEV: Load chartjs via npm/webpack (#35249) 2025-10-07 21:20:10 +01:00
config Update translations (#34976) 2025-09-25 16:05:27 +02:00
db/migrate
lib DEV: Improve validity checking of JSON param values. (#35401) 2025-10-15 14:31:12 +11:00
spec DEV: Improve validity checking of JSON param values. (#35401) 2025-10-15 14:31:12 +11: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