Leonard Gram
1bcaaccb96
docs: missing field added to example
...
Closes #15715
2019-03-01 16:07:34 +01:00
SamuelToh
6bfbdbe20b
11780: invalid reg value can cause unexpected behaviour
2019-03-01 20:34:40 +10:00
ryan
d3cbc5638c
Merge remote-tracking branch 'grafana/master' into alpha-text2
...
* grafana/master:
Explore: Enable click on name label
Bumping grafana ui version (#15669 )
Need this to be available for plugins
docs: 6.0 whats new
Updated latest.json with 6.0
Update CHANGELOG.md
docs: grafana 6.0 has been released.
moves social package to /login
moves tracing packge into /infra
Update CHANGELOG.md
changelog: adds notes for #14509 and #15179
graph: fixes click after scroll in series override menu
moves metric package to /infra
stackdriver: change reducer mapping for distribution metrics
stackdriver: fix for float64 bounds for distribution metrics
Fixed value dropdown not updating when it's current value updates, fixes #15566
2019-02-28 10:07:53 -08:00
Torkel Ödegaard
84b2c0447e
Fixed right side scrollbar margin on dashboard page
2019-02-28 08:29:18 -08:00
Johannes Schill
8d5ccc7831
fix: Return url when query dashboards by tag
2019-02-28 10:44:39 +01:00
Dominik Prokop
1478f38dd9
Merge pull request #15678 from grafana/davkal-fork/fix-14654
...
Explore: Enable click on name label
2019-02-27 01:01:50 +01:00
David Kaltschmidt
539333bb01
Explore: Enable click on name label
...
- click on the name label in a prometheus table was disabled
- it was disabled because every query used to have a metric which is no
longer true
- this change enables it
2019-02-26 14:21:46 -08:00
Peter Holmberg
8bdf2111c4
Bumping grafana ui version ( #15669 )
...
grafana/ui 6.0.1-alpha.0 release version bump
2019-02-26 20:51:52 +01:00
Ben Drucker
e7b630e633
Style and grammar fixes
2019-02-26 11:34:49 -08:00
Peter Holmberg
4521a3d419
Merge pull request #15668 from grafana/export-value-mapping-utils
...
Need this to be available for plugins
2019-02-26 09:49:39 -08:00
Peter Holmberg
1bffde57e3
Need this to be available for plugins
2019-02-26 09:22:21 -08:00
Leonard Gram
36788183d8
service: fix for disabled internal metrics.
...
Update of the internal metrics for Grafana was
disabled by mistake when refactoring the code.
Fixes #15651
2019-02-26 11:41:55 +01:00
Leonard Gram
c04395ce3a
docs: 6.0 whats new
2019-02-25 19:25:47 +01:00
Jon Ferreira
0bdca7957a
Toggle stack should trigger a render, not a refresh
2019-02-25 11:29:34 -05:00
Leonard Gram
3c3e06515e
Updated latest.json with 6.0
2019-02-25 17:09:49 +01:00
Leonard Gram
e1d27bd79a
Update CHANGELOG.md
2019-02-25 16:24:02 +01:00
Leonard Gram
cab90ef4f9
Merge pull request #15640 from xlson/docs-6.0-released
...
docs: grafana 6.0 has been released.
2019-02-25 16:19:13 +01:00
Carl Bergquist
369aa2d5dd
Merge pull request #15628 from bergquist/move_tracing_infra
...
moves tracing packge into /infra
2019-02-25 16:16:45 +01:00
Carl Bergquist
1aeec31495
Merge pull request #15630 from bergquist/moves_social_to_login
...
moves social package to /login
2019-02-25 16:16:20 +01:00
Leonard Gram
38a116d0f7
docs: grafana 6.0 has been released.
2019-02-25 15:45:35 +01:00
bergquist
60fef31748
moves social package to /login
...
ref #14679
2019-02-25 15:30:40 +01:00
bergquist
0c67194b45
moves tracing packge into /infra
2019-02-25 15:29:25 +01:00
Leonard Gram
26dcabc2dc
Update CHANGELOG.md
2019-02-25 13:00:18 +01:00
Leonard Gram
ccc97ed649
Merge pull request #15634 from grafana/15621-series-overrides
...
graph: fixes click after scroll in series override menu
2019-02-25 12:50:06 +01:00
Leonard Gram
5ff44bdbcf
Merge pull request #15616 from grafana/fixed-variable-dropdown-update
...
Fixed value dropdown not updating when it's current value updates
2019-02-25 09:39:28 +01:00
Daniel Lee
9efe7674d6
changelog: adds notes for #14509 and #15179
2019-02-25 02:46:05 +01:00
Carl Bergquist
0aa61c8e12
Merge pull request #15629 from bergquist/moves_metrics_to_infra
...
moves metric package to /infra
2019-02-25 02:44:09 +01:00
Daniel Lee
9240d850b4
Merge pull request #15623 from grafana/stackdriver-bounds
...
stackdriver: fix for float64 bounds for distribution metrics
2019-02-25 02:32:28 +01:00
Daniel Lee
3a6f49837d
Merge pull request #15624 from grafana/15179-reducers
...
stackdriver: change reducer mapping for distribution metrics
2019-02-25 02:30:08 +01:00
Daniel Lee
e76655df43
graph: fixes click after scroll in series override menu
...
Makes changes to dropdown-typeahead2 so that a css
class for the button can be passed in. Means it can
be used instead of dropdown-typeahead.
Switches to using dropdown-typeahead2 for series_overrides
directive and for the influxdb, mysql and postgres datasources
as it already contains a fix for this issue.
This commit also fixes the index property which
was set using an incorrectly spelled length property in the
series_overrides directive.
Closes #15621
2019-02-25 02:11:28 +01:00
bergquist
8a3a3cccc3
moves metric package to /infra
...
ref #14679
2019-02-24 21:12:51 +01:00
Daniel Lee
35fc0c5329
stackdriver: change reducer mapping for distribution metrics
...
- Distribution metrics are now mapped to more reducers
when the metric kind is cumulative.
- The witdth of the metrics dropdown is now much wider.
- Changed the text from Select Aggregation to Select Reducer
to line up with the UI in Stackdriver.
2019-02-24 17:44:15 +01:00
Daniel Lee
d1e249a803
stackdriver: fix for float64 bounds for distribution metrics
...
Adds support for explicit distribution metrics and float64 bounds
Fixes #14509
2019-02-24 17:37:26 +01:00
ryan
e5ce759167
update
2019-02-23 21:53:20 -08:00
Marcus Efraimsson
e6830b0681
Merge pull request #15240 from grafana/azure-monitor-docs
...
Azure Monitor docs
2019-02-23 11:14:35 +01:00
Marcus Efraimsson
3c911cf208
docs: link to azure monitor from what's new in v6.0
2019-02-23 11:05:11 +01:00
Torkel Ödegaard
f768808b6e
Fixed value dropdown not updating when it's current value updates, fixes #15566
2019-02-23 08:59:00 +01:00
Daniel Lee
31ae2813a7
docs: tweaks to AzureMonitor docs
2019-02-22 18:45:24 +01:00
Hugo Häggmark
8f62082482
Added feature toggle to defaults.ini and sample.ini after PR comments
2019-02-22 14:39:22 +01:00
Hugo Häggmark
769ad21e16
Moved variable to config struct after PR comments
2019-02-22 14:39:22 +01:00
Hugo Häggmark
9c9691f7af
Added feature toggle editors_can_own
2019-02-22 14:39:22 +01:00
Maddin-619
09cd173e92
updates all cols except created so user and password
...
of the database can be chaned to no user and password
2019-02-22 14:19:15 +01:00
Hugo Häggmark
dafcfd70a7
Fixed bug with getting teams for user
2019-02-22 14:07:18 +01:00
Valentin Agachi
425636ff70
Improve Loki logs render with ANSI colors ( #15558 )
...
* Improve Loki logs render with ANSI colors
* fixup! Improve Loki logs render with ANSI colors
* fixup! Improve Loki logs render with ANSI colors
* fixup! Improve Loki logs render with ANSI colors
2019-02-22 13:13:10 +01:00
Dominik Prokop
c4c150bd15
Merge pull request #15604 from grafana/grafanaui/version-bump
...
grafana/ui 6.0.0-alpha.0 release version bump
2019-02-22 11:53:23 +01:00
Dominik Prokop
34f6d9ab8e
grafana/ui 6.0.0-alpha.0 release version bump
2019-02-22 11:30:45 +01:00
Torkel Ödegaard
ed06f04899
Merge pull request #15570 from grafana/15563-plugin-text-mode
...
panel: defensive coding that fixes #15563
2019-02-22 09:00:41 +01:00
Dominik Prokop
f6f484ebea
Merge pull request #15589 from grafana/grafanaui/alpha-release
...
grafana/ui 1.0.0-alpha.0 release - package version bump
2019-02-22 08:58:00 +01:00
ijin08
05d5e796d7
removed color in color variables names
2019-02-22 08:33:07 +01:00
Marcus Efraimsson
d358088776
changelog: add notes about closing #15303
2019-02-22 00:29:46 +01:00