Dustin Hooten
e0443e6fa3
Add unit tests for react-app ( #6234 )
...
* Add MetricFormat unit tests
Signed-off-by: Dustin Hooten <dhooten@splunk.com>
* Add App unit tests; Add debug script
Signed-off-by: Dustin Hooten <dhooten@splunk.com>
* Add Checkbox unit tests
Signed-off-by: Dustin Hooten <dhooten@splunk.com>
* Add SeriesName unit tests
Signed-off-by: Dustin Hooten <dhooten@splunk.com>
* Add QueryStatsView unit test
Signed-off-by: Dustin Hooten <dhooten@splunk.com>
* Add Legend unit tests
Signed-off-by: Dustin Hooten <dhooten@splunk.com>
* Remove unused utils/func
Signed-off-by: Dustin Hooten <dhooten@splunk.com>
* Add utils/urlParams unit test
Signed-off-by: Dustin Hooten <dhooten@splunk.com>
* Add utils/timeFormat unit test
Signed-off-by: Dustin Hooten <dhooten@splunk.com>
* Add ExpressionInput unit tests
Signed-off-by: Dustin Hooten <dhooten@splunk.com>
* Add GraphControls unit test
Signed-off-by: Dustin Hooten <dhooten@splunk.com>
* Add TimeInput unit test
Signed-off-by: Dustin Hooten <dhooten@splunk.com>
* Add DataTable unit test
Signed-off-by: Dustin Hooten <dhooten@splunk.com>
* Add SanitizeHTML unit test
Signed-off-by: Dustin Hooten <dhooten@splunk.com>
* Add Graph unit test
Signed-off-by: Dustin Hooten <dhooten@splunk.com>
* Extract utils/html
Signed-off-by: Dustin Hooten <dhooten@splunk.com>
* Add PanelList unit test
Signed-off-by: Dustin Hooten <dhooten@splunk.com>
* Add Panel unit test
Signed-off-by: Dustin Hooten <dhooten@splunk.com>
* Add react-ui test coverage report to CI
Signed-off-by: Dustin Hooten <dhooten@splunk.com>
2019-10-28 18:09:48 +01:00
Boyko
dab87ca281
split autocomplete dropdown in to groups ( #6211 )
...
* split autocomplete dropdown in to groups
Signed-off-by: blalov <boyko.lalov@tick42.com>
* fix autocomplete flickering
Signed-off-by: blalov <boyko.lalov@tick42.com>
* fix expression input issue.
Signed-off-by: blalov <boyko.lalov@tick42.com>
* select autocomplete item issue fix
Signed-off-by: blalov <boyko.lalov@tick42.com>
* remove metric group abstraction
Signed-off-by: blalov <boyko.lalov@tick42.com>
2019-10-26 19:50:22 +02:00
Ritesh Shrivastav
0f91ff4540
React UI: Sanitize HTML string to allow only supported elements ( #6165 )
...
* Add component to sanitize html
Signed-off-by: Ritesh Shrivastav <ritesh.conf@gmail.com>
* Use SanitizeHTML component to allow only supported elements
Signed-off-by: Ritesh Shrivastav <ritesh.conf@gmail.com>
* Add allowedTags props in SanitizeHTML component
Signed-off-by: Ritesh Shrivastav <ritesh.conf@gmail.com>
2019-10-17 20:52:24 +02:00