discourse-data-explorer/spec
锦心 1d991c6192
FIX: fix double validation (#314)
The old float validation had several bugs. It will recognize strings
like "a1.2" and "3.4b" as valid doubles, but will not recognize integers
like "1234" as doubles. Also, since an empty string is not falsy in Ruby,
it will recognize "Inf" as -Infinity.

This commit fixes these issues
2024-08-21 15:39:56 +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 double validation (#314) 2024-08-21 15:39:56 +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