3
0
mirror of https://github.com/grafana/grafana.git synced 2025-02-25 18:55:37 -06:00
grafana/packages/grafana-data
Erik Sundell 64d600f971
Cloudwatch: Move deep link creation to the backend ()
* get meta data from dataframe meta

* gmdMeta is not used anymore

* wip: move deep link creation to backend

* Refactor backend. Remove not used front end code

* Unit test deep links. Remove not used frontend tests

* remove reference to gmdmeta

* fix goimports error

* fixed after pr feedback

* more changes according to pr feedback

* fix lint issue

* fix bad math expression check and fix bad test

* Decrease nesting

* put link on first data field only
2021-01-13 15:30:09 +01:00
..
src Cloudwatch: Move deep link creation to the backend () 2021-01-13 15:30:09 +01:00
typings/jest Tests: Adds expects for observables () 2020-11-18 15:18:55 +01:00
.eslintrc Chore: MEGA - Make Eslint Great Again 💅 () 2020-08-11 17:52:44 +02:00
api-extractor.json Docs: adding API reference documentation support for the packages libraries. () 2020-02-25 13:59:11 +01:00
CHANGELOG.md Packages: Use lerna for release orchestration () 2019-07-09 09:43:53 -07:00
index.js Chore: MEGA - Make Eslint Great Again 💅 () 2020-08-11 17:52:44 +02:00
package.json Chore: bump rollup across all packages () 2021-01-12 16:51:09 +01:00
README.md Changelog and Readme: Update packages to beta and add Select breaking change () 2020-05-14 11:58:26 +02:00
rollup.config.ts Chore: bump rollup across all packages () 2021-01-12 16:51:09 +01:00
tsconfig.build.json TSLint → ESLint () 2020-02-08 02:40:04 +01:00
tsconfig.json Tests: Adds expects for observables () 2020-11-18 15:18:55 +01:00

Grafana Data Library

@grafana/data is currently in BETA.

This package holds the root data types and functions used within Grafana.