discourse-data-explorer/lib
锦心 b063db4ba4
FIX: Use with_deleted only in topic and post (#308)
We used `with_deleted` incorrectly in the code. This method does not exist
on `User`, `Badge`, and `Group`. This will cause an error when entering a
numeric id in these three parameter input, forcing the user to enter the
name/username of these inputs.

See https://github.com/discourse/discourse-data-explorer/pull/307#issuecomment-2291017256
2024-08-15 20:01:53 +08:00
..
discourse_data_explorer FIX: Use with_deleted only in topic and post (#308) 2024-08-15 20:01:53 +08:00
tasks DEV: Update plugin to match latest guidelines (#229) 2023-03-22 23:29:08 +02:00
report_generator.rb FEATURE: Add ability to skip sending the PM if there are no results (#286) 2024-04-18 21:40:28 +08:00
result_to_markdown.rb FIX: Scheduled PM with Data Explorer Results not sending PM (#250) 2023-07-04 14:18:56 +08:00