Isaac Janzen
85c88c5d80
DEV: Better handling of no results ( #205 )
...
When there were no query results it would throw an error due to `this.resultCount` always passing as it is in the format of
```
"INTEGER - results returned"
```
so we need to grab the first index of the string and check if the integer is great than 0
2022-12-20 16:55:11 -06:00
Isaac Janzen
4c70cfa100
Upgrade `query-result` to Octane ( #204 )
...
* Upgrade query-result to Octane
2022-12-20 12:09:37 -06:00
Isaac Janzen
bd602b02a0
Add test for category result ( #200 )
2022-12-15 11:35:18 -06:00
Isaac Janzen
479d51faf0
Add followup test for displaying post in query results ( #198 )
2022-12-14 12:09:25 -06:00
Jarek Radosz
07e009e862
DEV: Update linting setup and fix issues ( #179 )
2022-06-17 15:01:34 +02:00
Jarek Radosz
86cda5f213
DEV: Lose the es6 suffix ( #165 )
2022-03-05 17:21:01 +01:00
David Taylor
2a17f49f66
DEV: Bump eslint-config-discourse and correct violations
2022-01-26 14:44:10 +00:00
Bianca Nenciu
c6dd79c805
FIX: Do not stringify null parameters ( #151 )
...
Sometimes the query page did not load if one of the query was null
because it called null.toString() and raised an exception.
2022-01-17 13:45:40 +02:00
Jarek Radosz
545fb426f3
DEV: Make frontend tests work with ember-cli ( #144 )
2021-09-22 11:13:32 +02:00
Guhyoun Nam
286b5b5fe7
FEATURE: Add Data Explorer Params to the URL on run ( #128 )
...
Co-authored-by: Mark VanLandingham <markvanlan@gmail.com>
2021-09-14 10:10:16 -05:00
Joffrey JAFFEUX
ee3c6f4e2d
DEV: this class is no longer present in chart js 3.x ( #132 )
2021-08-23 11:04:40 +02:00
Jarek Radosz
cf2735162a
DEV: Fix template linting issues ( #124 )
...
* Update test
* Remove the empty line in table
2021-07-05 23:15:57 +02:00
Andrei Prigorshnev
cd232589e5
Add an acceptance test for the query list page ( #110 )
2021-04-15 11:23:09 +04:00
Andrew Prigorshnev
4f33c22344
FEATURE: Add a graph report to query results ( #93 )
2021-02-18 12:06:22 +01:00
Andrew Prigorshnev
9d86b8b653
FIX: Show badge names in query results ( #92 )
...
* FIX: Show badge names in query results
2021-02-12 10:01:16 +01:00
David Taylor
640fbbcdf5
Remove the empty js test file, to avoid confusion
2017-07-22 14:31:22 +01:00
Kane York
9956b9833e
Add topic,category,group,reltime rendering
2015-09-21 14:43:23 -07:00
Kane York
6a61f694ee
Fix float type checks
2015-07-15 12:23:56 -07:00