discourse-data-explorer/spec
锦心 41dfa217ca
FIX: Wrong type in category_id param input (#304)
* FIX: Wrong type in category_id param input

We will dasherize category_id. The dasherize function accepts a string,
but we don't type-check it, so the default null may be passed in. This
will cause a type error and crash the front-end.
2024-08-05 20:11:16 +08:00
..
automation DEV: Rename `Jobs::DiscourseAutomationTracker` -> `Jobs::DiscourseAutomation::Tracker` (#289) 2024-05-06 23:12:48 +03:00
fabricators FEATURE: Allow data explorer query result to be sent as recurring PM (#233) 2023-03-24 16:38:42 +08:00
integration DEV: Fix new Rubocop offenses (#282) 2024-02-29 18:15:57 +01:00
jobs/scheduled DEV: Update linting (#267) 2023-12-01 16:47:54 +01:00
lib DEV: Fix new Rubocop offenses (#282) 2024-02-29 18:15:57 +01:00
requests DEV: Fix new Rubocop offenses (#282) 2024-02-29 18:15:57 +01:00
system FIX: Wrong type in category_id param input (#304) 2024-08-05 20:11:16 +08:00
tasks DEV: Update plugin to match latest guidelines (#229) 2023-03-22 23:29:08 +02:00
data_explorer_spec.rb DEV: Fix new Rubocop offenses (#282) 2024-02-29 18:15:57 +01:00
guardian_spec.rb DEV: Fix new Rubocop offenses (#282) 2024-02-29 18:15:57 +01:00
report_generator_spec.rb FIX: send single report PM to groups (#284) 2024-03-27 17:40:26 +08:00
result_to_markdown_spec.rb DEV: Fix new Rubocop offenses (#282) 2024-02-29 18:15:57 +01:00