Ryan McKinley
f963033d2a
Upgrades: Patch updates to yarn lock ( #16215 )
2019-03-26 08:49:09 +01:00
Ryan McKinley
6bec36ea04
Fix: DatasourceApi query response typing fix ( #16214 )
2019-03-26 08:45:15 +01:00
Marcus Efraimsson
6b8e3122f8
chore(influx): no point of reading response when bad status ( #16212 )
...
There's no point in reading the body response without using
the result so removing it.
Fixes #9199
Ref #16207
2019-03-26 12:10:24 +07:00
Daniel Lee
fda7e686f3
Merge pull request #15205 from seanlaff/12556-oauth-pass-thru
...
Add oauth pass-thru option for datasources
2019-03-25 21:52:20 +01:00
Andrej Ocenas
516b7ce845
docs(dev): Update docs about devenv dir ( #16208 )
...
* Update readmes
* Fix devenv dasboard query
* Update devenv readme
* Add link to devenv from docs
2019-03-25 21:14:24 +01:00
Marcus Efraimsson
6c9b9b360a
fix(dashboard): time regions spanning across midnight ( #16201 )
...
Fixes #14590
2019-03-25 23:51:10 +07:00
Ramon Carvalho Maciel
d791a6211d
fix(InfluxDB): Reads body and close request body even for error status codes ( #16207 )
2019-03-25 17:42:26 +01:00
Ryan McKinley
941b770c46
chore: more TableData to SeriesData renaming ( #16206 )
2019-03-25 17:30:53 +01:00
Torkel Ödegaard
dbc2f2761a
fix(panels/graph): Default option name for spaceLength was accidentally changed ( #16205 )
2019-03-25 17:12:39 +01:00
Dominik Prokop
9655eeda18
fix(explore): only show split close button when split is active ( #16203 )
2019-03-25 16:44:09 +01:00
Torkel Ödegaard
8ef1c75aa1
fix(react2angular): Fixed react to angular wrapper watching function expressions causing infinte digest loop, fixes #16194 ( #16196 )
2019-03-25 16:29:09 +01:00
Torkel Ödegaard
7c81f4dfd8
fix(Alerting): Fixed alert rules with eval in day units, fixes #16174 ( #16182 )
2019-03-25 16:27:58 +01:00
Peter Holmberg
8a396acdb4
fix(panel/table): Fix for white text on white background when value is null
2019-03-25 16:21:07 +01:00
Peter Holmberg
4898502e4e
refactor(grafana/ui): Replace <input />with Input component from grafana/ui ( #16085 )
...
* replace with Input component from grafana/ui
* removing placeholder classname
* change import
* fix import
2019-03-25 15:53:05 +01:00
Steven Sheehy
dd388ed578
fix(loki): Hide empty labels column
...
Signed-off-by: Steven Sheehy <ssheehy@firescope.com>
2019-03-25 15:23:54 +01:00
Leonard Gram
8dfa1f4c12
build: fixes publishing version.
2019-03-25 15:01:45 +01:00
Ryan McKinley
77b3da3e8b
refactor(data models): Renamed TableData to SeriesData ( #16185 )
2019-03-25 14:46:16 +01:00
Daniel Lee
c7d108264d
Merge pull request #16137 from mtanda/cloudwatch_update_metrics_list
...
update cloudwatch metrics/dimensions list
2019-03-25 14:42:15 +01:00
Andrej Ocenas
a978e28e7c
chore(core/utils): Add typings to datemath.ts ( #16195 )
...
* Add typings
* Remove explicit cast
2019-03-25 14:32:55 +01:00
Ryan McKinley
e5c8375ec2
only call onPanelMigration when the version actually changes ( #16186 )
...
* set the plugin version if there is a migration handler
* only call panel migration if the version changes
* set the version after change also
* avoid NPE... check that we have options
* destroy is based on the previous panel type, not the next one
* Panels: Minor refactoring on panel plugin version code, #16186
2019-03-25 14:10:23 +01:00
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