grafana/public/app/core/utils
Marcus Efraimsson fe20dde5db
Explore: Use SeriesData format for loki/logs (#16793)
This is the first step moving towards Explore supporting logs for 
more datasources than Loki. In the first step we move all the log 
processing from Loki into Explore.
- Make explore convert logs result returned from datasources to SeriesData, 
if needed, and for now convert SeriesData to LogsModel.
- Loki datasource query now returns SeriesData and all
processing have been moved into explore instead.
- Removed key from LogRowModel and use log row indexes as 
the unique key instead.
- Removed id from LogsModel since it looks like it's not in use.
- Introduced a new class FieldCache which is convenient to use when
looking up multiple fields and/or field types and series values.

Closes #16287
2019-04-30 18:21:22 +02:00
..
acl.ts wip: dashboard permissions to redux 2018-09-13 16:00:02 +02:00
CancelablePromise.ts Add util for handling promise cancelation to avoid setting state on unmounted components 2019-01-29 12:10:03 +01:00
colors.ts Moved colorpicker to ui/components 2019-01-11 07:03:12 +01:00
ConfigProvider.tsx Merge branch 'master' into gauge-multi-series 2019-02-11 11:45:02 +01:00
connectWithReduxStore.tsx extract store from configurestore 2018-11-05 16:54:48 +01:00
css_loader.ts Changed functions to arrow functions for only-arrow-functions rule. (#13131) 2018-09-05 07:47:30 +02:00
dag.test.ts make sure to add all variable nodes to dag before linking variables 2018-10-12 14:15:44 +02:00
dag.ts make sure to add all variable nodes to dag before linking variables 2018-10-12 14:15:44 +02:00
datemath.ts Explore & Dashboard: New Refresh picker (#16505) 2019-04-16 09:15:23 +02:00
emitter.ts Panels: Added more tests for change panel plugin 2019-03-24 16:39:55 +01:00
errors.test.ts utils: show string errors. Fixes #15782 2019-03-05 09:32:02 +01:00
errors.ts utils: show string errors. Fixes #15782 2019-03-05 09:32:02 +01:00
explore.test.ts Explore & Dashboard: New Refresh picker (#16505) 2019-04-16 09:15:23 +02:00
explore.ts Explore: Use SeriesData format for loki/logs (#16793) 2019-04-30 18:21:22 +02:00
factors.ts Use factors for max repeated panels per row 2019-01-09 11:17:48 +01:00
file_export.ts Don't mutate seriesList parameter in mergeSeriesByTime (#15619) 2019-03-04 09:56:47 +01:00
flatten.ts Changed functions to arrow functions for only-arrow-functions rule. 2018-09-04 17:02:32 +02:00
kbn.ts reuse deprecationWarning 2019-03-10 10:37:44 -07:00
location_util.ts Fixed lots of loading flow issues and updated solo route page 2019-02-04 18:24:56 +01:00
model_utils.ts changed var to const (#13061) 2018-08-29 14:26:50 +02:00
outline.ts Changed functions to arrow functions for only-arrow-functions rule. 2018-09-04 17:02:32 +02:00
query.test.ts test 2019-03-18 11:21:40 +01:00
query.ts rename to char 2019-03-18 11:17:58 +01:00
rangeutil.ts Explore & Dashboard: New Refresh picker (#16505) 2019-04-16 09:15:23 +02:00
react2angular.ts Update types and themes usage in components 2019-02-05 17:04:48 +01:00
reselect.ts Chore: Adds typings to lodash (#16590) 2019-04-15 12:11:52 +02:00
scrollbar.ts Prettier had not been running as a precommit hook for some time so had to run in on all files again 2019-02-13 11:14:53 +01:00
sort_by_keys.ts changed var to const (#13061) 2018-08-29 14:26:50 +02:00
tags.ts changed var to let in 50 files (#13075) 2018-08-30 09:03:11 +02:00
text.test.ts Feature: Case insensitive Loki search (#15948) 2019-03-28 15:58:19 +01:00
text.ts Feature: Case insensitive Loki search (#15948) 2019-03-28 15:58:19 +01:00
ticks.ts Heatmap: Fixed auto decimals when bucket name is not number but contains dots, fixes #13019 (#16609) 2019-04-16 10:39:12 +02:00
url.ts Prettier had not been running as a precommit hook for some time so had to run in on all files again 2019-02-13 11:14:53 +01:00
version.ts Fix SemVersion.isGtOrEq 2019-02-06 19:59:28 +03:00