discourse/plugins/discourse-data-explorer/spec
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
..
automation DEV: Update rubocop-discourse to 3.13 and autofix issues (#35073) 2025-10-06 16:11:01 +02:00
fabricators
integration DEV: new API endpoint for data explorer query running (#34561) 2025-08-27 15:52:08 +10:00
jobs/scheduled
lib DEV: Update rubocop-discourse to 3.13 and autofix issues (#35073) 2025-10-06 16:11:01 +02:00
models
requests DEV: Improve validity checking of JSON param values. (#35401) 2025-10-15 14:31:12 +11:00
system DEV: Update rubocop-discourse to 3.13 and autofix issues (#35073) 2025-10-06 16:11:01 +02:00
tasks
data_explorer_spec.rb
guardian_spec.rb
report_generator_spec.rb DEV: Update rubocop-discourse to 3.13 and autofix issues (#35073) 2025-10-06 16:11:01 +02:00
result_format_converter_spec.rb
result_to_markdown_spec.rb