Torkel Ödegaard
16f30664f5
Merge branch 'collapseable-panel-option-groups'
2019-02-01 15:39:47 +01:00
Torkel Ödegaard
59dfe794f5
updated snapshot
2019-02-01 15:39:20 +01:00
Torkel Ödegaard
3a5f03c772
Merge pull request #15191 from bergquist/samesite_for_cookies
...
introduce samesite setting for login cookie
2019-02-01 15:37:43 +01:00
Torkel Ödegaard
3f1fd6c6f2
Merge pull request #15193 from w4tsn/patch-1
...
Clearify the Run from master instructions
2019-02-01 15:37:04 +01:00
Torkel Ödegaard
116e70740c
Merge pull request #15012 from grafana/loki-query-editor
...
WIP: Loki query editor for dashboard panels
2019-02-01 15:33:23 +01:00
Peter Holmberg
7d958080c1
Adding pointer to colorpicker
2019-02-01 15:31:42 +01:00
Dominik Prokop
1a0b21b8d1
Minor post review changes
2019-02-01 15:27:02 +01:00
Torkel Ödegaard
24ccfb9ccc
More style tweaks to panel option group add button
2019-02-01 15:23:32 +01:00
Torkel Ödegaard
3be1deea44
Made some style tweaks
2019-02-01 15:19:18 +01:00
Peter Holmberg
4b03e7c31f
setting margin on label
2019-02-01 15:03:19 +01:00
Dominik Prokop
3c358e406e
Make runQueries action independent from datasource loading
2019-02-01 14:56:54 +01:00
Peter Holmberg
609129c039
fixing test
2019-02-01 14:23:03 +01:00
Peter Holmberg
025d37e9a2
add button in header
2019-02-01 14:19:53 +01:00
Torkel Ödegaard
d1d5bbf697
Merge pull request #15188 from grafana/fix/table-data-to-component
...
React panel table data fix
2019-02-01 13:57:26 +01:00
Torkel Ödegaard
2a4b10a5c8
minor fix
2019-02-01 13:40:46 +01:00
Torkel Ödegaard
740e1a0540
Made really good progress on loki support in dashboards
2019-02-01 13:30:15 +01:00
Dominik Prokop
2ddccb4a21
Temporarily run queries independently from UI state of explore panels
2019-02-01 12:57:09 +01:00
Alexander Wellbrock
ab1ae1b2a7
Clearify the Run from master instructions
...
Especially for new developers to the go and yarn ecosystems this readme part is quite confusing.
2019-02-01 12:51:40 +01:00
Dominik Prokop
6ab9355146
Restoring explore panels state from URL
2019-02-01 12:33:15 +01:00
bergquist
a6bd2c73a0
introduce samesite setting for login cookie
...
ref #15067
2019-02-01 11:47:21 +01:00
Torkel Ödegaard
6e0b873739
Merge branch 'master' into loki-query-editor
2019-02-01 11:17:22 +01:00
Peter Holmberg
57596462a4
sending paneldata to component, gauge can handle table data
2019-02-01 10:53:58 +01:00
bergquist
a1b3986532
always delete session cookie even if db delete fails
2019-02-01 09:59:53 +01:00
Torkel Ödegaard
68ae17e4a4
Merge pull request #15155 from grafana/solo-panel-rewrite
...
New react container route for solo panels
2019-02-01 09:55:00 +01:00
Torkel Ödegaard
3d78cb4f8c
Merge pull request #15158 from grafana/hugoh/redux-poc
...
WIP: Reducing boilerplate code for Redux
2019-02-01 09:41:40 +01:00
Torkel Ödegaard
82f0388af6
Merge pull request #15183 from grafana/dashboard-row-fixes
...
Fixed dashboard row title not updating when variable changed
2019-02-01 08:19:15 +01:00
Torkel Ödegaard
aeaac7480b
New solo panel route working in all scenarios I can test
2019-02-01 08:15:21 +01:00
Torkel Ödegaard
c4f55fecbe
Merge branch 'master' into solo-panel-rewrite
2019-02-01 07:09:45 +01:00
Hugo Häggmark
efec897fd4
Removed unused factory and fixed index based mapper lookup
2019-02-01 06:52:25 +01:00
Torkel Ödegaard
ac0140d596
Fixed dashboard row title not updating when variable changed, fixes #15133
2019-02-01 06:38:59 +01:00
Torkel Ödegaard
e54689a964
Removed comment from panel editor
2019-02-01 06:20:54 +01:00
Marcus Efraimsson
bd83078025
signout user if /api/login/ping returns 401 unauthorized
2019-02-01 01:22:56 +01:00
Marcus Efraimsson
dd5a8275f1
must return json response from /api/login/ping
...
Even though http error 401 was returned, the result was still a http 200
2019-02-01 01:21:23 +01:00
bergquist
91bd908e03
adds more tests signing out session
2019-01-31 22:24:04 +01:00
ryan
5739ad3cfc
Merge remote-tracking branch 'grafana/master'
...
* grafana/master: (835 commits)
changes some info logging to debug
add missing ngInject annotation
typing data
changelog: adds note about closing #10780
Do not render time region line or fill if colors not provided
Fixed row options html template location, fixes #15157
creating table data type
build: enterprise release co project.
Moved dashboard state components to state folder
Moved time_srv to services folder, this should not belong to dashboard feature but it is too dependant on dashboard to move it out now, needs a bigger refactoring to isolate from dashboard
Moved a few things around
Updated what's new article
Update CHANGELOG.md
Update CHANGELOG.md
Replace usages of kbn.valueFormats with ui/getValueFormat
Fix anchor
Added download links to docs
Updated docs
Updated version again
Updated version and made some changes to changelog and what's new article
...
2019-01-31 12:56:07 -08:00
bergquist
11c4967bdc
changes some info logging to debug
2019-01-31 21:51:14 +01:00
Dominik Prokop
f9bab9585a
wip
2019-01-31 19:38:49 +01:00
Marcus Efraimsson
0442a86400
tailing grafana logs and temporaily using an older build
2019-01-31 19:22:25 +01:00
Torkel Ödegaard
1e0de188b0
Merge pull request #15172 from grafana/15171_fix
...
add missing ngInject annotation
2019-01-31 18:38:05 +01:00
Marcus Efraimsson
c7b5fca885
add missing ngInject annotation
2019-01-31 16:45:32 +01:00
bergquist
88ca54eba9
renames signout function
2019-01-31 16:26:36 +01:00
bergquist
43ac79685a
delete auth token on signout
2019-01-31 16:13:35 +01:00
Torkel Ödegaard
59dc91ada3
Merge pull request #15163 from grafana/table-data-support
...
Table data support
2019-01-31 14:45:03 +01:00
Peter Holmberg
ed0f5b71c7
Merge branch 'master' into table-data-support
2019-01-31 14:16:06 +01:00
Peter Holmberg
7def403018
typing data
2019-01-31 13:59:25 +01:00
bergquist
53331772ef
changelog: adds note about closing #10780
2019-01-31 13:43:04 +01:00
Torkel Ödegaard
06a9c7bacc
Merge pull request #15160 from grafana/fix/time-region-missing-colors
...
Do not render time region line or fill if colors not provided
2019-01-31 13:23:12 +01:00
Dominik Prokop
a2cba6685c
Do not render time region line or fill if colors not provided
2019-01-31 12:20:55 +01:00
Torkel Ödegaard
6c1f8a9cfe
Merge pull request #15159 from grafana/row-options-fix
...
Fixed row options html template location,
2019-01-31 12:13:35 +01:00
Torkel Ödegaard
a43c00ce70
Fixed row options html template location, fixes #15157
2019-01-31 11:37:34 +01:00