grafana/public/app/core/specs
Martin Packman 6046c8b4ca Make table sorting stable when null values exist (#12362)
Currently if a null appears in a table column, for instance in data
returned by postgres, sorting on that gives an arbitrary order. This
is due to null being neither greater or less than any string, which
makes the sort unstable.

Change the table sort function to compare on nullness first. Note
this is a slight behaviour change for numbers, which would otherwise
treat null and 0 as equivalent.

Signed-off-by: Martin Packman <gzlist@googlemail.com>
2018-07-02 11:14:41 -07:00
..
__snapshots__ test: added first react snapshot test 2017-10-22 12:48:20 +02:00
backend_srv_specs.ts prettier: ran on all files again, sorry. now settings are defined in package.json 2017-12-21 08:39:31 +01:00
ColorPalette.jest.tsx fix: fixed tslint validation error 2017-10-22 14:56:20 +02:00
datemath.jest.ts prettier: ran on all files again, sorry. now settings are defined in package.json 2017-12-21 08:39:31 +01:00
emitter.jest.ts prettier: change to single quoting 2017-12-20 12:33:33 +01:00
file_export.jest.ts Sqlstore refactor (#11908) 2018-05-18 11:10:10 +02:00
flatten.jest.ts prettier: change to single quoting 2017-12-20 12:33:33 +01:00
kbn.jest.ts singlestat: render time of last point based on dashboard timezone (#11425) 2018-05-08 15:59:29 +02:00
location_util.jest.ts fix for dashboard/folder url's when having a sub path in root_url config 2018-02-01 16:30:48 +01:00
manage_dashboards.jest.ts dashboards: render correct link for folder when searching for dashboards (#10763) 2018-02-05 13:23:24 +01:00
org_switcher.jest.ts org-switcher: should redirect to home page (#10782) 2018-02-06 10:02:28 +01:00
PasswordStrength.jest.tsx test: added first react snapshot test 2017-10-22 12:48:20 +02:00
rangeutil.jest.ts prettier: ran on all files again, sorry. now settings are defined in package.json 2017-12-21 08:39:31 +01:00
search_results.jest.ts prettier: change to single quoting 2017-12-20 12:33:33 +01:00
search_srv.jest.ts dashboards: render correct link for folder when searching for dashboards (#10763) 2018-02-05 13:23:24 +01:00
search.jest.ts new dashboard is now hidden from viewer, fixes #10815 (#10854) 2018-02-12 17:11:41 +01:00
store.jest.ts prettier: change to single quoting 2017-12-20 12:33:33 +01:00
table_model.jest.ts Make table sorting stable when null values exist (#12362) 2018-07-02 11:14:41 -07:00
ticks.jest.ts graph: fix legend decimals precision calculation 2018-06-07 16:02:44 +03:00
time_series.jest.ts Fix bar width issue in aligned prometheus queries (#12483) 2018-07-02 11:04:36 -07:00
value_select_dropdown.jest.ts Karma to Jest: value_select_dropdown (#12435) 2018-06-28 03:10:36 -07:00