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
Patrick O'Carroll
e6ea8f7e0b
added guide for logging in to grafana for the first and how to add a datasource
2018-08-14 13:21:52 +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
Sven Klemm
15c8ef6c95
Merge branch 'master' into postgres-query-builder
2018-08-14 12:51:03 +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
Torkel Ödegaard
7e0482e78d
Fix for Graphite function parameter quoting ( #12907 )
...
* fix: graphite function parameters should never be quoted for boolean, node, int and float types, fixes #11927
* Update gfunc.ts
2018-08-14 08:52:51 +02:00
Torkel Ödegaard
e37931b79d
Update CHANGELOG.md
2018-08-14 08:52:30 +02:00
Marcus Efraimsson
36e808834d
don't render hidden columns in table panel ( #12911 )
2018-08-14 08:50:22 +02:00
Torkel Ödegaard
277a696fa5
fix: added missing ini default keys, fixes #12800 ( #12912 )
2018-08-14 08:49:56 +02:00
Sven Klemm
3552a4cb86
refactor timescaledb handling in MacroEngine
2018-08-14 08:47:33 +02:00
Torkel Ödegaard
2459b177f9
change: Set User-Agent to Grafana/%Version% Proxied-DS-Request %DS-Type% in all proxied ds requests
2018-08-13 18:09:01 +02:00
Tobias Skarhed
fa6d25af72
Remove comment
2018-08-13 16:36:22 +02:00
Tobias Skarhed
be7b663369
Cleanup
2018-08-13 16:36:22 +02:00
Tobias Skarhed
38422ce8a4
All tests passing
2018-08-13 16:36:22 +02:00
Tobias Skarhed
35694a76ef
Class to function. Half tests passing
2018-08-13 16:36:22 +02:00
Tobias Skarhed
739bee0207
Karma to Jest: graph (refactor) ( #12860 )
...
* Begin conversion
* Test setup started
* Begin rewrite of graph
* Rewrite as class
* Some tests passing
* Fix binding errors
* Half tests passing
* Call buildFlotPairs. More tests passing
* All tests passing
* Remove test test
* Remove Karma test
* Make methods out of event functions
* Rename GraphElement
2018-08-13 16:08:01 +02:00
Torkel Ödegaard
c521f51780
tech: removed js related stuff now that 99% is typescript ( #12905 )
2018-08-13 15:56:11 +02:00
Tobias Skarhed
472b880939
Add React container
2018-08-13 15:51:58 +02:00
Marcus Efraimsson
9031866caa
changelog: add notes about closing #12805
...
[skip ci]
2018-08-13 15:51:19 +02:00
Marcus Efraimsson
4cebf38ff2
Merge pull request #12807 from nyxi/master
...
Support client certificates for LDAP servers
2018-08-13 15:48:39 +02:00
Marcus Efraimsson
39669e5002
fix redirect to panel when using an outdated dashboard slug ( #12901 )
2018-08-13 15:41:15 +02:00
David
1c185ef8d8
Add commit to external stylesheet url ( #12902 )
...
- currently only the release is used as a fingerprint which produces
caching issues for all lastest master builds
- also add build commit to url fingerprint
- make bra also watch go html template files
2018-08-13 15:40:52 +02:00
Torkel Ödegaard
b0f3ca16d9
Update CHANGELOG.md
2018-08-13 15:40:37 +02:00
Marcus Efraimsson
b8a1385c77
build: increase frontend tests timeout without no output
2018-08-13 15:40:07 +02:00
Torkel Ödegaard
f2b1fabd5c
fix: Alerting rendering timeout was 30 seconds, same as alert rule eval timeout, this should be much lower so the rendering timeout does not timeout the rule context, fixes #12151 ( #12903 )
2018-08-13 15:38:28 +02:00
Marcus Efraimsson
fd032c1111
changelog: add notes about closing #12476
...
[skip ci]
2018-08-13 15:18:33 +02:00
Marcus Efraimsson
d110343e53
Merge pull request #12838 from grafana/12476-show-teams-on-profile
...
show teams on profile
2018-08-13 15:16:04 +02:00