discourse/plugins/discourse-data-explorer/app
Gary Pendergast 68ce9699c4
DEV: Allow query parameters to be sent without JSON-encoding them. (#35314)
The Data Explorer plugin has historically only ever accepted query
parameters as a JSON-encoded string. This behaviour has existed since
the plugin was first created 10 years ago (44bbc78160716dba0d3d456364b975156f8dd50d).

This change doesn't alter how the plugin UI behaves, it simply allows
query parameters to be submitted as a JSON object _or_ as a JSON-encoded
string, rather than requiring that it must be JSON encoded. This allows
developers who call this API directly to work in a more familiar
pattern.
2025-10-13 14:12:29 +11:00
..
controllers/discourse_data_explorer DEV: Allow query parameters to be sent without JSON-encoding them. (#35314) 2025-10-13 14:12:29 +11:00
jobs/scheduled
models/discourse_data_explorer DEV: Clean up scope resolution operators in plugins (#34979) 2025-09-30 14:36:34 +02:00
serializers/discourse_data_explorer DEV: Clean up scope resolution operators in plugins (#34979) 2025-09-30 14:36:34 +02:00