Marcus Efraimsson
492f5cac92
devenv: update sql dashboards
2018-08-17 14:26:28 +02:00
Marcus Efraimsson
d6ad1ced6d
when value in variable changes, identify which variable(s) to update
...
Given you have variables a, b, c, d where b depends on a, c depends on b, c, d depends on a.
When updating a only an update of b and d should be triggered since c depends on b
and c will be updated eventually when the update of b are finished.
2018-08-17 12:20:21 +02:00
Marcus Efraimsson
c76513119b
Merge pull request #12947 from pgiraud/patch-1
...
Doc - fix broken link
2018-08-17 11:21:04 +02:00
Patrick O'Carroll
190432296d
removed inverse btn styling and added bgColor to generic oauth and grafana.com login buttons, added styling so log in button uses dark theme inverse btn styling both for dark and light theme
2018-08-17 10:40:57 +02:00
Pierre GIRAUD
d06c8c0e68
Doc - fix title level
2018-08-17 10:29:45 +02:00
Pierre GIRAUD
ea704fcf9b
Update doc about repeating panels
...
There's no per-row contextual menu anymore
Instead there's a option
2018-08-17 10:29:45 +02:00
Pierre GIRAUD
04d50fb405
Doc - fix broken link
2018-08-17 10:00:17 +02:00
Leonard Gram
cc50cfd9d3
build: beta versions no longer tagged as latest.
...
Closes #12862
2018-08-16 14:03:49 +02:00
Leonard Gram
0ce8a6a69d
docs: cleanup.
2018-08-16 13:48:19 +02:00
Leonard Gram
d244b59cc1
docs: docker and restarts.
...
Closes #10784
2018-08-16 13:48:19 +02:00
Marcus Efraimsson
8af80b323a
Merge pull request #12909 from grafana/ds-user-agent
...
Set User-Agent header in datasource proxied requests
2018-08-15 16:59:29 +02:00
Leonard Gram
713fac8e78
build: duplicate docker run-script removed.
2018-08-15 10:32:39 +02:00
Marcus Efraimsson
13921902b5
Set User-Agent header in all proxied datasource requests
...
Header value will be Grafana/%version%, i.e. Grafana/5.3.0
2018-08-15 09:46:59 +02:00
Marcus Efraimsson
b8671b201e
Merge pull request #12879 from anwar6953/patch-1
...
Fix typo
2018-08-14 22:56:00 +02:00
Leonard Gram
6a8b1e14cc
docs: cloudwatch dimensions reference link.
2018-08-14 16:42:20 +02:00
Marcus Efraimsson
c5c518fd17
docs: remove message property in response from get alerts http api
...
Fixes #12524
2018-08-14 15:17:29 +02:00
Marcus Efraimsson
ad1cf6c2b8
changelog: add notes about closing #5623
...
[skip ci]
2018-08-14 14:55:07 +02:00
Marcus Efraimsson
d0d6f44dee
Merge pull request #11314 from BenoitKnecht/gitlab-integration
...
GitLab authentication backend
2018-08-14 14:50:49 +02:00
Leonard Gram
570d2fede3
build: cleanup
2018-08-14 14:48:26 +02:00
Marcus Efraimsson
aed89b49c0
should allow one default datasource per organisation using provisioning
2018-08-14 14:48:14 +02:00
Leonard Gram
e521e7b76d
build: fixes rpm verification.
2018-08-14 14:24:04 +02:00
Marcus Efraimsson
189de87619
docs: add grafana version note for gitlab oauth
2018-08-14 14:24:02 +02:00
Benoît Knecht
5a91e670d8
docs: gitlab: add note about more restrictive API scope
...
If `allowed_groups` is not used with GitLab authentication, the
*read_user* scope can be used instead of *api*.
2018-08-14 14:11:48 +02:00
Benoît Knecht
ce804e9981
social: gitlab_oauth: set user ID in case email changes
...
Set `BasicUserInfo.Id` in the value returned by
`SocialGitlab.UserInfo()`, in case the email address of the user changes
in GitLab. That way, the user association won't be lost in Grafana.
2018-08-14 14:11:48 +02:00
Benoît Knecht
47cb0c47fd
docs: document GitLab authentication backend
2018-08-14 14:11:48 +02:00
Benoît Knecht
7ec146df99
social: add GitLab authentication backend
...
GitLab could already be used as an authentication backend by properly
configuring `auth.generic_oauth`, but then there was no way to authorize
users based on their GitLab group membership.
This commit adds a `auth.gitlab` backend, similar to `auth.github`, with
an `allowed_groups` option that can be set to a list of groups whose
members should be allowed access to Grafana.
2018-08-14 14:11:48 +02:00
Leonard Gram
aefcb06ff8
build: verifies the rpm packages signatures.
...
Closes #12370
2018-08-14 13:45:20 +02:00
Marcus Efraimsson
332e59d314
changelog: add notes about closing #12224
...
[skip ci]
2018-08-14 13:42:18 +02:00
Marcus Efraimsson
660530a3a6
Merge pull request #12914 from dehrax/12224-final
...
Karma to Jest: rename and cleanup
2018-08-14 12:55:23 +02:00
Marcus Efraimsson
de25a4fe4e
docs: update
2018-08-14 12:40:07 +02:00
Torkel Ödegaard
a1ed3ae094
feat: add auto fit panels to shortcut modal, closes #12768
2018-08-14 12:26:08 +02:00
Marcus Efraimsson
3769df7119
changelog: add notes about closing #12680
...
[skip ci]
2018-08-14 12:16:46 +02:00
Marcus Efraimsson
74077be19e
Merge pull request #12680 from svenklemm/timebucket
...
[postgres] add timescaledb option to postgres datasource
2018-08-14 12:12:43 +02:00
Marcus Efraimsson
6225efa50c
docs: update postgres provisioning
2018-08-14 11:24:08 +02:00
Tobias Skarhed
86a2789541
Remove dependencies
2018-08-14 11:23:55 +02:00
Marcus Efraimsson
ddc83c2a72
Merge pull request #12897 from dehrax/12224-renderer
...
WIP Karma to Jest: heatmap renderer (refactor)
2018-08-14 11:16:48 +02:00
Marcus Efraimsson
77ee032e41
Merge pull request #12809 from dehrax/12224-share-modal-ctrl
...
Karma to Jest: share_modal_ctrl
2018-08-14 10:57:15 +02:00
Tobias Skarhed
a65589a5fb
Rename test files
2018-08-14 10:52:41 +02:00
Marcus Efraimsson
b70d594c10
changelog: add notes about closing #12598
...
[skip ci]
2018-08-14 10:35:34 +02:00
Sven Klemm
a96d97e347
add version disclaimer for TimescaleDB
2018-08-14 10:26:08 +02:00
Marcus Efraimsson
03aed21d4b
Merge pull request #12598 from kichristensen/TimeRangeVariables
...
Support timeFilter in query templating for InfluxDB
2018-08-14 10:24:21 +02:00
Sven Klemm
d33019ca67
document TimescaleDB datasource option
2018-08-14 10:22:57 +02:00
Sven Klemm
837388d13e
Use variable in newPostgresMacroEngine
2018-08-14 09:44:58 +02:00
Tobias Skarhed
e696dc4d5f
Remove Karma scripts and docs
2018-08-14 09:28:08 +02:00
Marcus Efraimsson
766d0bef17
changelog: add notes about closing #10705
...
[skip ci]
2018-08-14 09:19:37 +02:00
Torkel Ödegaard
4f704cec53
fix: ds_proxy test not initiating header
2018-08-14 09:18:23 +02:00
Marcus Efraimsson
8dbc75ceea
Merge pull request #12844 from grafana/10705_dash_links
...
Use uid when linking to dashboards internally in a dashboard
2018-08-14 09:16:43 +02:00
Sven Klemm
3955133f7e
Don't pass datasource to newPostgresMacroEngine
2018-08-14 09:15:24 +02:00
Tobias Skarhed
53bab1a84b
Remove tests and logs
2018-08-14 09:15:14 +02:00
Torkel Ödegaard
0fa47c5ef4
Update CHANGELOG.md
2018-08-14 08:55:27 +02:00