Sven Grossmann
b05cc2d651
Transformations: Fix extractFields
throwing Error if one value is undefined or null ( #71070 )
...
* fix extract fields with null values
* rename test
* check for null values
* revert changes
* improve position
2023-07-10 09:49:56 +02:00
Ryan McKinley
50cb4f8998
FieldValues: Use simple array in transformations and grafana/data ( #66702 )
...
Co-authored-by: Leon Sorokin <leeoniya@gmail.com>
2023-04-17 14:02:51 -07:00
Niklas
3debfd0ca7
Transformations: Extract JSON Paths ( #59400 )
...
* Added new extractJSONPath transformer
Co-authored-by: Galen <galen.kistler@grafana.com>
2023-01-18 06:59:20 -06:00
Torkel Ödegaard
bd90a6e1be
Transformations: Add context parameter to transformDataFrame and operators ( #60694 )
...
* Transformations: Add context parameter to transformDataFrame and operators
* Remove unused queries prop
* Fixed test
* Fixed test
2023-01-05 17:34:09 +01:00
Ward Bekker
eab806620c
Prevent exception when panel has multiple queries ( #49368 )
...
This fixes the issues that when a panel has multiple queries this throws an exception if source is not part of the current frame
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
2022-05-25 09:13:43 +02:00
Josh Hunt
3c6e0e8ef8
Chore: ESlint import order ( #44959 )
...
* Add and configure eslint-plugin-import
* Fix the lint:ts npm command
* Autofix + prettier all the files
* Manually fix remaining files
* Move jquery code in jest-setup to external file to safely reorder imports
* Resolve issue caused by circular dependencies within Prometheus
* Update .betterer.results
* Fix missing // @ts-ignore
* ignore iconBundle.ts
* Fix missing // @ts-ignore
2022-04-22 14:33:13 +01:00
Ryan McKinley
bbddab0294
Chore: refactor core transformer folder structure ( #45497 )
2022-02-17 08:12:38 -08:00