discourse-data-explorer/spec
Martin Brennan 8d19a33250
FIX: Optionally linkify URL columns server-side (#330)
Followup da1c99ec2d

We already had the functionality to convert results like
this:

```
|blah_url|
|--------|
|3,https://test.com|
```

To a link clientside, so in the UI it looks like this:

```
<a href="https://test.com">3</a>
```

With the addition of the recurring report to post automation,
and the existing report to PM automation, we also need to be
able to do this server-side, so reports don't come out malformed
if they have these type of count + URL columns.
2024-10-14 16:33:13 +10:00
..
automation FIX: Optionally linkify URL columns server-side (#330) 2024-10-14 16:33:13 +10:00
fabricators FEATURE: Add script to post report results in a topic regularly (#328) 2024-10-10 16:09:09 +10: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
models DEV: Fix spec regressions caused by test-prof change (#326) 2024-09-08 21:22:27 +02:00
requests DEV: Fix new Rubocop offenses (#282) 2024-02-29 18:15:57 +01:00
system UX: Use GroupChooser in `group_id` param input (#315) 2024-08-22 17:46:12 +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 FEATURE: Add script to post report results in a topic regularly (#328) 2024-10-10 16:09:09 +10:00
result_format_converter_spec.rb FEATURE: Allows CSV file result to be attached in automated PMs (#318) 2024-08-27 11:41:12 +08:00
result_to_markdown_spec.rb DEV: Fix new Rubocop offenses (#282) 2024-02-29 18:15:57 +01:00