kay delaney
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
Torkel Ödegaard
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
kay delaney
1391575853
Chore: Removes some unneeded console logging and changes logs to errors ( #26235 )
2020-07-10 15:07:04 +01:00
Torkel Ödegaard
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
kay delaney
68d6da77da
Chore: Update Slate to 0.47.8 ( #19197 )
...
* Chore: Update Slate to 0.47.8
Closes #17430
2019-09-23 12:26:05 +01:00
Dominik Prokop
503dccb771
Revert "Chore: Update Slate to 0.47.8 ( #18412 )" ( #19167 )
...
This reverts commit 601853fc84
.
2019-09-17 13:21:50 +02:00
kay delaney
601853fc84
Chore: Update Slate to 0.47.8 ( #18412 )
...
* Chore: Update Slate to 0.47.8
Closes #17430
* Add slate and immutable to grafana-ui deps
* Fixes some small regressions introduced
* Fix suggestions for multiple query fields
* Pin upgraded dependencies
* Prettier fix
* Remove original slate-react dependency
* Fix tiny-invariant dep
* (Temporarily) comments out source maps for grafana-ui
2019-09-17 13:16:24 +02:00
Tobias Skarhed
e1cec1069c
noImplicitAny: 1670 errors ( #18035 )
...
* Sub 2000 errors
* Down to 1670 errors
* Minor fixes
2019-07-11 17:05:45 +02:00
Ryan McKinley
ccc3d88cee
Refactor: move dom utils to @grafana/ui ( #17976 )
2019-07-08 10:02:16 -07:00
Ryan McKinley
8f5df80161
Chore: Removes custom debounce utility in favor of lodash/debounce ( #17977 )
2019-07-08 15:20:29 +01:00
Tobias Skarhed
baed5d7bd9
noImplicitAny: Azure Monitor ( #17966 )
2019-07-06 07:01:22 +02:00
Dominik Prokop
0a66d8afc7
Merge branch 'master' into cli/watch-sass-var
2019-02-12 17:20:14 +01:00
Alexander Zobnin
e4446f0340
azuremonitor: improve autocomplete UX
2019-02-06 13:52:35 +03:00
Alexander Zobnin
181b4f9e80
azuremonitor: improve autocomplete experence
2019-02-05 14:39:24 +03:00
Alexander Zobnin
4b5bfd3da5
azuremonitor: more autocomplete suggestions for built-in functions
2019-02-05 14:01:06 +03:00
Alexander Zobnin
99ff8e68ff
azuremonitor: fix where suggestions
2019-02-04 19:23:29 +03:00
Alexander Zobnin
dd8ca70151
azuremonitor: use kusto editor for App Insights
2019-02-04 18:51:56 +03:00
Alexander Zobnin
ad821cf629
azuremonitor: where clause autocomplete
2019-02-04 14:11:49 +03:00
Alexander Zobnin
df9ecc6816
azuremonitor: don't go back to dashboard if escape pressed in the editor
2019-02-04 14:11:49 +03:00
Alexander Zobnin
0c3657da7e
azuremonitor: suggest tables initially
2019-02-04 14:11:49 +03:00
Alexander Zobnin
f2d2712a95
azuremonitor: add more builtin functions and operators
2019-02-04 14:11:49 +03:00
Alexander Zobnin
a1609a8d53
azuremonitor: remove wrong completions
2019-01-29 16:03:30 +03:00
Alexander Zobnin
fefb2c2ba2
Azure Monitor: replace monaco by slate with initial Kusto syntax
2019-01-29 14:19:31 +03:00