0fae3579e8
Chore: improve some types ( #95728 )
...
* fix some typings
* fix some more
* more type fixes
* fix some graphite types
* few influx fixes
2024-11-05 09:57:30 +00:00
79a86b9e6a
Chore: Improve typings ( #93180 )
...
* fix some any's/type assertions
* fix some more any/type assertions
2024-09-11 09:30:33 +01:00
0823672fce
Influxdb: Re-introduce backend migration feature toggle ( #64829 )
...
* Revert "Influxdb: Remove backend migration feature toggle (#61308 )"
This reverts commit 67c02f66
* Put feature toggle back
2023-03-15 18:12:16 +01:00
67c02f660a
Influxdb: Remove backend migration feature toggle ( #61308 )
...
* Remove influxdbBackendMigration feature toggle
* Remove code blocks related to influxdbBackendMigration feature toggle
* Fix annotations
* Remove commented lines
* Fix unit tests
2023-01-17 15:11:26 +01:00
fb00a11b5f
rename table_model.ts => TableModel.ts ( #51659 )
...
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2022-08-03 10:33:13 +00:00
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
4f4620188c
influxdb: alias: fix corner case ( #41562 )
2021-11-11 14:38:54 +01:00
24db1efa9d
influxdb: influxql: fix table-format data processing with renamed time field ( #41052 )
2021-10-29 15:49:45 +02:00
b254e4eb31
influxdb: influxql: fix dataframe column-names ( #37195 )
2021-07-26 12:08:02 +02:00
815f9a7557
InfluxDB: InfluxQL: adds tags to timeseries data ( #36702 )
...
* influxdb: influxql: return tags in timeseries
* influxdb: influxql: added tests
2021-07-14 16:06:53 +02:00
bad048b7ba
Performance: Standardize lodash imports to use destructured members ( #33040 )
...
* Performance: Standardize lodash imports to use destructured members
Changes lodash imports of the form `import x from 'lodash/x'` to
`import { x } from 'lodash'` to reduce bundle size.
* Remove unnecessary _ import from Graph component
* Enforce lodash import style
* Fix remaining lodash imports
2021-04-21 09:38:00 +02:00
50e5342379
InfluxDB: Support region annotations ( #31526 )
2021-03-15 17:29:11 +01:00
1d689888b0
Prettier: Upgrade to 2 ( #30387 )
...
* Updated package json but not updated source files
* Update eslint plugin
* updated files
2021-01-20 07:59:48 +01:00
fd44c01675
Chore: Fix typescript strict null fixes now at 298 ( #26125 )
...
* Chore: Fix typescript strict null errors
* Added new limit
* Fixed ts issue
* fixed tests
* trying to fix type inference
* Fixing more ts errors
* Revert tsconfig option
* Fix
* Fixed code
* More fixes
* fix tests
* Updated snapshot
* Chore: More ts strict null fixes
* More fixes in some really messed up azure config components
* More fixes, current count: 441
* 419
* More fixes
* Fixed invalid initial state in explore
* Fixing tests
* Fixed tests
* Explore fix
* More fixes
* Progress
* Sub 300
* Fixed incorrect type
* removed unused import
2020-07-08 11:05:20 +02:00
fda9b1f089
InfluxDB: add executedQueryString metadata for InfluxQL ( #25786 )
2020-06-24 13:52:46 -07:00
3f15170914
Refactor: move some files to @grafana/data ( #17952 )
...
* moving to data WIP
* more refactoring
* add missing test
* mock full path
* remove sinon from grafana-ui
2019-07-06 08:05:53 +02:00
418dba4b21
noImplicitAnys: Fix InfluxDB type issues #17937 )
2019-07-05 07:52:23 +02:00
7eabc282e9
Chore: Adds typings to lodash ( #16590 )
2019-04-15 12:11:52 +02:00
77b3da3e8b
refactor(data models): Renamed TableData to SeriesData ( #16185 )
2019-03-25 14:46:16 +01:00
a9cc8a8992
update table data model
2019-03-20 09:45:19 -07:00
67f5bb2c4e
fix for influxdb annotation issue that caused text to be shown twice, fixes #13553
2018-10-08 09:19:48 +02:00
19b7ad61dd
Changed functions to arrow functions for only-arrow-functions rule.
2018-09-04 14:27:03 +02:00
552a61b6ae
changed var to let in 50 files ( #13075 )
2018-08-30 09:03:11 +02:00
a702603e7b
changed var to const 2 ( #13068 )
...
* changed var to const
* fixed typo created in last commit
* added or empty object to options in prometheus/datasource
2018-08-29 14:27:29 +02:00
e3dbef755a
influxdb: Check before assuming first column to be 'time'
...
When running queries like 'SHOW [...] CARDINALITY' introduced with
InfluxDB 1.4 there is only a single column 'count'. However, the data
source always assumed 'time' which threw an error because the code
couldn't find a non-time column to display.
This change actually checks this assumption and thereby fixes displaying
the result in a Singlestat in Table mode (closes #11476 ).
2018-04-05 20:53:22 +02:00
3a1f52d8a2
prettier: ran on all files again, sorry. now settings are defined in package.json
2017-12-21 08:39:31 +01:00
85879a7014
prettier: change to single quoting
2017-12-20 12:33:33 +01:00
fadfc665e4
tech: ran pretttier on all typescript files
2017-12-19 16:06:54 +01:00
59cebca4b2
converted influx-series to TS, converted test to jest
2017-11-20 14:31:51 +01:00