discourse-data-explorer/spec
锦心 6bf3ac7426
FIX: Fix `user_id` validation (#312)
Validation of `user_id` parameter will throw a 500 error because
`User.find_by_username_or_email` does not throw
`ActiveRecord::RecordNotFound`, but silently returns `nil`.
This results in a `NoMethodError` in `object.id` on the next line
2024-08-21 12:03:29 +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 FIX: Fix `user_id` validation (#312) 2024-08-21 12:03:29 +08:00
requests DEV: Fix new Rubocop offenses (#282) 2024-02-29 18:15:57 +01:00
system UX: Rewrite param-input using FormKit (#307) 2024-08-20 09:42:50 +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