Reiner Gerecke and Marcus Efraimsson
928f9516de
docs: explain correct access control model of GCS buckets ( #16792 )
2019-04-28 11:49:36 +02:00
Marcus Efraimsson
f4a8240d0d
docs: fix upgrade instructions
2019-04-23 16:53:28 +02:00
Oleg Gaidarenko and GitHub
db584b3d28
Chore: remove session storage references ( #16445 )
...
* Chore: remove session storage references
* Small refactoring of the settings module
* Update docs - remove references for the session storage
* Update config files (sample and default configs)
* Add tests for warning during the config load on defined storage cache
* Remove all references to session storage
* Remove macaron session dependency
* Remove leftovers
* Fix: address review comments
* Fix: remove old deps
* Fix: add skipStaticRootValidation = true to tests
* Fix: improve the docs and warning message
As per discussion in here - https://github.com/grafana/grafana/pull/16445/files#r273026255
* Chore: make linter happy
Fixes #16148
Ref #16114
2019-04-22 18:58:24 +03:00
Torkel Ödegaard
d4bb92a3c5
Docs: minor docs update for old urls
2019-04-15 14:13:03 +02:00
Andrej Ocenas and GitHub
66f6e16916
Security: Store datasource passwords encrypted in secureJsonData ( #16175 )
...
* Store passwords in secureJsonData
* Revert unnecessary refactors
* Fix for nil jsonSecureData value
* Remove copied encryption code from migration
* Fix wrong field reference
* Remove migration and provisioning changes
* Use password getters in datasource proxy
* Refactor password handling in datasource configs
* Add provisioning warnings
* Update documentation
* Remove migration command, moved to separate PR
* Remove unused code
* Set the upgrade version
* Remove unused code
* Remove double reference
2019-04-15 11:11:17 +02:00
Dennis Hoppe and Carl Bergquist
15383510c8
Use package libfontconfig1, instead of libfontconfig ( #16548 )
2019-04-15 08:20:42 +02:00
Ryan McKinley and Torkel Ödegaard
3c21a121eb
Plugins: Unifying alpha state & options for all plugins ( #16530 )
...
* app pages
* app pages
* workign example
* started alpha support
* remove app stuff
* show warning on alpha/beta panels
* put app back on plugin file
* fix go
* add enum for PluginType and PluginIncludeType
* Refactoring and moving settings to plugins section
fixes #16529
2019-04-12 13:46:42 +02:00
Pedro Gomes and Torkel Ödegaard
6e54a7ae05
Docs: Suggest add-apt-repository to install APT repos ( #16333 )
...
* Suggest add-apt-repository to install APT repos
* typo
2019-04-02 07:02:58 +02:00
Zzy and Marcus Efraimsson
1b84a924a3
Alerting: Makes timeouts and retries configurable ( #16259 )
...
Adds new alert settings for configuring timeouts and retries named
evaluation_timeout_seconds, notification_timeout_seconds
and max_attempts.
Closes #16240
2019-03-29 12:58:37 +07:00
Dennis Hoppe and Torkel Ödegaard
749c76f2a1
Docs: Fix rpm dependencies example ( #16272 )
...
The current version of Grafana requires the package ```urw-fonts```.
2019-03-28 10:12:22 +01:00
Hugo Häggmark and Leonard Gram
b9cf09a296
docs: First take on describing feature toggle
2019-03-19 14:01:11 +01:00
Andrej Ocenas
697a87b7b2
Add check so that header is not sent for anonymous users
2019-03-14 16:33:21 +01:00
Andrej Ocenas
6587a967eb
Update config docs
2019-03-14 16:33:20 +01:00
Carl Bergquist and GitHub
291ffcb75b
Merge pull request #15457 from bergquist/distributed_cache
...
Distributed cache
2019-03-14 16:16:39 +01:00
Torkel Ödegaard
06f7a49a61
Refactoring / fixing password hint PR #15868
2019-03-11 13:33:57 +01:00
bergquist
085b631099
add docs about remote cache settings
2019-03-11 10:49:56 +01:00
Shaffer John and GitHub
272b561958
Update upgrading.md for wrong spell
2019-03-07 11:09:17 +08:00
Bruno
b488892f5f
Added enable_gzip documentation ( #15322 )
2019-02-17 17:38:56 -03:00
Marcus Efraimsson
88fbe3adca
docs: fix header
2019-02-15 11:27:21 +01:00
bergquist
191f9c8407
whats new: rename security section
2019-02-14 19:42:39 +01:00
bergquist
7f7cc85ef0
docs: adds note about new login cookie name
2019-02-14 13:24:41 +01:00
Marcus Efraimsson
1bd9573f8e
docs: add upgrade notes for v6.0
2019-02-13 19:53:55 +01:00
Marcus Efraimsson and GitHub
c71904e326
Merge pull request #15239 from grafana/auth_token_middleware_refactor
...
Auth token package and middleware refactoring
2019-02-07 14:24:23 +01:00
Marcus Efraimsson
80d0943d9d
document login, short-lived tokens and secure cookie configurations
2019-02-05 21:10:56 +01:00
Daniel Lee
139fb65fa9
docs: fixes #14940
2019-02-05 12:36:12 +01:00
Torkel Ödegaard
05a976fdb1
added docs entry for check_for_updates config flag, fixes ##14940
2019-01-23 18:24:57 +01:00
Torkel Ödegaard
f0e61af8e0
Fixed issues with the sanitizie input in text panels, added docs, renamed config option
2019-01-22 11:56:35 +01:00
Leonard Gram
023e496108
docs: rpm/deb beta repo.
2019-01-08 16:49:29 +01:00
Leonard Gram
dd6f606cda
docs: updated debian and centos repo.
2019-01-04 16:36:32 +01:00
bergquist
74124ec8ed
makes cache mode configurable
...
this makes the cache mode in the sqlite connection
string configurable. the default also changed from
shared to private to solve #107272 but allow the user
to use shared if performance is more important.
ref #10727
2018-12-27 10:48:11 +01:00
Bob Shannon
dcc48860b8
Fix formatting and remove enabled toggle
2018-11-14 17:37:32 -05:00
Bob Shannon
362b3740ed
Add basic authentication support to metrics endpoint
2018-11-14 16:27:41 -05:00
Marcus Efraimsson
ead6a051df
docs: update debian installation instructions
2018-10-22 18:31:31 +02:00
Leonard Gram
cd96ef3590
docs: installing custom plugins in docker.
...
[skip ci]
2018-10-17 14:34:40 +02:00
Daniel Lee and GitHub
8b5d03096d
Merge pull request #13587 from grafana/nikoalch-patch-4
...
Update mac.md
2018-10-10 13:35:19 +02:00
Daniel Lee and GitHub
7bbd303c23
Merge pull request #13586 from grafana/nikoalch-patch-3
...
Update windows.md
2018-10-10 11:54:52 +02:00
Daniel Lee and GitHub
7c2efbac0d
Merge pull request #13585 from grafana/nikoalch-patch-2
...
Update rpm.md
2018-10-10 11:54:20 +02:00
Daniel Lee and GitHub
bbd5e19a34
Merge pull request #13584 from grafana/nikoalch-patch-1
...
Update debian.md
2018-10-10 08:34:33 +02:00
dadosch and GitHub
2500fe27f1
Fix "appropriate"-typo
2018-10-02 19:20:48 +00:00
dadosch and GitHub
b138ae9d4c
Update configuration doc to include socket@server
...
`protocol=socket` and `socket=` path in [server]
fixes https://github.com/grafana/grafana/issues/8701
2018-10-02 18:59:55 +00:00
Torkel Ödegaard
cb96c6d942
Changed setting to be an alerting setting
2018-09-25 12:17:04 +02:00
Carl Bergquist and GitHub
3c0b1ef581
Merge pull request #13170 from bergquist/alerting_default_setting
...
make default values for alerting configurable
2018-09-06 13:26:42 +02:00
Torkel Ödegaard
e364119774
docs: minor fixes
2018-09-06 13:21:11 +02:00
Torkel Ödegaard
320947359c
Merge branch '12886-docs-authentication-section'
2018-09-06 13:16:17 +02:00
Torkel Ödegaard
d6f9ebab63
docs: Updated auth docs
2018-09-06 13:15:36 +02:00
Torkel Ödegaard
a25b594506
docs: updated
2018-09-06 12:13:23 +02:00
bergquist
1e33a3780f
spelling errors
2018-09-06 11:51:24 +02:00
bergquist
3ce89cad71
make default values for alerting configurable
2018-09-06 11:26:14 +02:00
Leonard Gram
500a4b5f35
docs: default paths in the docker container.
2018-09-05 16:46:22 +02:00
Marcus Efraimsson
db2264c554
docs: v5.2 upgrade notice, ref #13084
2018-09-03 15:12:17 +02:00