Dominik Prokop
a8c50ed6ba
feat(explore): make it possible to close left pane of split view ( #16155 )
...
* feat(explore): make it possible to close left pane of split view
* Use action's type prop instead of enum
2019-03-25 12:49:15 +01:00
Dominik Prokop
c2e9daad1e
feat(Explore): make sure Loki labels are up to date ( #16131 )
...
* Migrated loki syntax and labels logic to useLokiSyntax hook
* Enable loki labels refresh after specified interval has passed
* Enable periodic loki labels refresh when labels selector is opened
* Fix prettier
* Add react-hooks-testing-library and disable lib check on typecheck
* Add tests for loki syntax/label hooks
* Move tsc's skipLibCheck option to tsconfig for webpack to pick it up
* Set log labels refresh marker variable when log labels fetch start
* Fix prettier issues
* Fix type on activeOption in useLokiLabel hook
* Typo fixes and types in useLokiSyntax hook test fixes
* Make sure effect's setState is not performed on unmounted component
* Extract logic for checking if is component mounted to a separate hook
2019-03-25 12:08:28 +01:00
Leonard Gram
cf7a5b552b
build: makes sure grafana.version is available when deploying.
2019-03-25 11:40:56 +01:00
Hugo Häggmark
d563505dd3
fix: added missing event to function signature
...
Fixes : #16055
2019-03-25 11:23:59 +01:00
Torkel Ödegaard
e578e8d2dc
Merge pull request #16189 from grafana/hugoh/explore-graphite-url-not-working
...
Added target as isMetric property
2019-03-25 10:54:22 +01:00
Leonard Gram
f0c6a480cd
build: refactoring
2019-03-25 09:48:45 +01:00
Leonard Gram
768c7b6f4a
build: updated build container with support for rpi1.
2019-03-25 09:48:45 +01:00
Leonard Gram
ff977331f4
build: support for publishing armv6.
2019-03-25 09:48:45 +01:00
Leonard Gram
6e802dc94d
build: builds armv6 with rpi1 compat gcc.
2019-03-25 09:48:45 +01:00
Hugo Häggmark
b42dec7353
fix: added target and datasource as isMetric property
...
Fixes : #15862
2019-03-25 09:08:17 +01:00
Torkel Ödegaard
35965e0efd
Merge pull request #16184 from grafana/remove-implicit-anys-progress
...
chore: Removed implicit anys in react container and test helpers
2019-03-25 07:50:00 +01:00
Torkel Ödegaard
e3d33e6c4a
chore: Removed implicit anys in react container and test helpers
2019-03-24 20:27:12 +01:00
Torkel Ödegaard
090b3f6c6d
Merge pull request #16166 from ryantxu/drop-panel-plugin-setters
...
Refactor ReactPanelPlugin change hooks -> handler & add panel version to json
2019-03-24 19:07:06 +01:00
Torkel Ödegaard
7b97565550
Merge branch 'master' into drop-panel-plugin-setters
2019-03-24 18:37:14 +01:00
Torkel Ödegaard
f4f5eeeb18
Pamels: Options are always there
2019-03-24 18:34:43 +01:00
Torkel Ödegaard
e03c7bf1a3
Panels: Support angular -> react migration via PanelMigrationHandler
2019-03-24 17:11:00 +01:00
Torkel Ödegaard
20fec4d261
Panels: Added more tests for change panel plugin
2019-03-24 16:39:55 +01:00
Torkel Ödegaard
0d55141a2d
Panels: Refactoring how panel plugins sets hooks and components, #16166
2019-03-24 15:56:32 +01:00
Marcus Efraimsson
24ad47aa64
Merge pull request #16179 from paulfantom/patch-1
...
clarify notifications API docs
2019-03-24 18:22:25 +07:00
Paweł Krupa
2a207d6970
clarify notifications API docs
2019-03-24 11:49:20 +01:00
Torkel Ödegaard
292f54ba37
Merge branch 'drop-panel-plugin-setters' of https://github.com/ryantxu/grafana into ryantxu-drop-panel-plugin-setters
2019-03-24 07:54:07 +01:00
Torkel Ödegaard
5572323581
Merge pull request #16173 from ryantxu/no-process-timeseries
...
remove TimeSeriesStats and processTimeSeries
2019-03-24 07:43:06 +01:00
ryan
e48767a14a
remove processTimeSeries
2019-03-23 13:18:00 -07:00
ryan
d6ae76c8a3
merge master
2019-03-23 13:13:09 -07:00
ryan
009cd086aa
merge master
2019-03-23 13:07:46 -07:00
Torkel Ödegaard
5d1450dee1
Merge branch 'master' into no-process-timeseries
2019-03-23 17:59:20 +01:00
Torkel Ödegaard
4db914578c
Merge pull request #16171 from ryantxu/pie-display
...
use displayValue in pie chart
2019-03-23 17:57:05 +01:00
Torkel Ödegaard
0d62d1b47f
Merge pull request #16172 from ryantxu/rename-stat-to-show
...
rename stat to show in UI
2019-03-23 17:56:04 +01:00
Torkel Ödegaard
fa81ba8ffc
Merge pull request #16165 from ryantxu/rename-float-test
...
renamed floatPairs.test.ts
2019-03-23 07:24:21 +01:00
ryan
65476d4044
don't use process timeseries
2019-03-22 15:40:17 -07:00
ryan
56e1528c0e
rename stat to show in UI
2019-03-22 15:23:51 -07:00
ryan
2e079659f8
use display value in pie chart
2019-03-22 15:16:04 -07:00
ryan
6da2f132c7
keep plugin versions
2019-03-22 13:45:09 -07:00
ryan
82be27a42a
remove panel plugin setters
2019-03-22 13:12:35 -07:00
ryan
47b3fc5e63
renamed float to flot
2019-03-22 12:48:16 -07:00
Torkel Ödegaard
0f0f76b602
Merge pull request #15938 from ryantxu/table-reducer
...
Calculate stats on TableData
2019-03-22 20:44:05 +01:00
ryan
f9fb1210e9
prevOptions should be optional
2019-03-22 10:55:31 -07:00
ryan
d8595e9f4e
moved migration hook to its own function
2019-03-22 10:22:25 -07:00
Torkel Ödegaard
a6c2a8c3cc
Merge branch 'master' into table-reducer
2019-03-22 15:55:21 +01:00
Torkel Ödegaard
beba9676f6
Minor refactoring of stats picker / shared singlestat code
2019-03-22 15:25:33 +01:00
Hugo Häggmark
eedbc485dd
Makes it possible to navigate back/forward with browser buttons in Explore ( #16150 )
...
Make it possible to navigate back/forward with browser buttons in Explore
2019-03-22 15:24:30 +01:00
Torkel Ödegaard
bfc54b6424
Merge pull request #16134 from grafana/auto-decimals-graph-panels
...
Auto decimals react singlestat panels
2019-03-22 14:57:15 +01:00
Torkel Ödegaard
dba64a4e88
Moved DisplayValueOptions type back, #16134
2019-03-22 14:33:17 +01:00
Torkel Ödegaard
7cae6d5271
Merge pull request #16149 from grafana/graphite-variable-quoting
...
Graphite: fixed variable quoting when variable value is nummeric
2019-03-22 13:39:48 +01:00
Torkel Ödegaard
0ece3abbd0
Merge pull request #16152 from grafana/mtanda-prometheus_annotation_deduplication
...
Prometheus: Dedup annotations events with same timestamp
2019-03-22 13:38:47 +01:00
Torkel Ödegaard
e0ecbc4c68
Merge branch 'table-reducer' of https://github.com/ryantxu/grafana into ryantxu-table-reducer
2019-03-22 13:36:49 +01:00
Peter Holmberg
5a5aed10a1
adding check for decimals
2019-03-22 13:35:40 +01:00
Peter Holmberg
94d129e479
add one more test
2019-03-22 13:07:39 +01:00
Torkel Ödegaard
10d46bb61c
Merge pull request #16144 from markelog/license-2
...
Link license corrections
2019-03-22 13:00:22 +01:00
Torkel Ödegaard
732ea8eea5
Graphite: fixed variable quoting when variable value is nummeric, fixes #2078
2019-03-22 12:57:07 +01:00