Commit Graph

3682 Commits (72af8a70440761a470a9804fea5b367b0aff953c)

Author SHA1 Message Date
Torkel Ödegaard df71fe33fd refactor: refactoring notification service to use new service registry hooks 7 years ago
Carl Bergquist 28f7b6dad1 Enable Grafana extensions at build time. (#11752) 7 years ago
David Kaltschmidt 1e6e89121c Settings to enable Explore UI 7 years ago
David Kaltschmidt f1220fd2a4 Explore WIP 7 years ago
Mario Trangoni 97fd66db2e pkg: fix deadcode issues 7 years ago
Marcus Efraimsson 1452634a2a
mssql: fix value columns conversion to float when using timeseries query 7 years ago
Marcus Efraimsson cf43007531
postgres: fix value columns conversion to float when using timeseries query 7 years ago
Marcus Efraimsson 346577b664
mysql: fix value columns conversion to float when using timeseries query 7 years ago
Marcus Efraimsson 76bd2aea44
sql datasource: extract common logic for converting value column to float 7 years ago
Mario Trangoni b02a860e66 pkg/components: fix ineffassign issues 7 years ago
Mario Trangoni 15f11effa0 pkg/cmd: fix ineffassign issues 7 years ago
Mario Trangoni bc570bb140 pkg/log: fix ineffassign issues 7 years ago
Mario Trangoni 6eb00000fe pkg/services: fix ineffassign issues 7 years ago
Marcus Efraimsson d14ac54af6
db: fix failing user auth tests for postgres 7 years ago
Marcus Efraimsson d86ed679b1
return inherited property for permissions 7 years ago
Mario Trangoni 556219b192 pkg/tsdb: fix ineffassign isues 7 years ago
bergquist 03a9650c57 cli: adds os and arch headers 7 years ago
Mario Trangoni 33ae8d35ea comment unused struct fields 7 years ago
Mario Trangoni c1742df9ac remove unused variables detected by varcheck 7 years ago
bergquist dbf61355b3 style: code simplifications 7 years ago
Dan Cech 3fedcb1e4b
cleanup, make sure users are always synced with ldap 7 years ago
Dan Cech 33760b5c3b
make sure user's default org is kept up to date 7 years ago
Dan Cech 00e74990ed
remove old comment 7 years ago
Dan Cech 857830d981
org role sync tests 7 years ago
Dan Cech 52503d9cb5
refactor authproxy & ldap integration, address comments 7 years ago
Dan Cech c8a0c1e6b8
pass DN in ldap test 7 years ago
Dan Cech daeba40b3b
tests for user auth module 7 years ago
Dan Cech 59f83ca5d8
fix ldap test 7 years ago
Dan Cech e53e039b1b
restructure GetUserByAuthInfo 7 years ago
Dan Cech c4168c2396
error handling 7 years ago
Dan Cech 65847da1df
use Result in GetAuthInfoQuery 7 years ago
Dan Cech d837be91ec
switch to passing ReqContext as a property 7 years ago
Dan Cech e53315dce8
cleanup 7 years ago
Dan Cech a1b1d2fe80
switch to Result 7 years ago
Dan Cech d5dd1c9bca
update auth proxy 7 years ago
Dan Cech 23f163e8cf
fixes 7 years ago
Dan Cech d2eab2ff4c
fix tests 7 years ago
Dan Cech 1c5afa731f
shared library for managing external user accounts 7 years ago
Dan Cech e07de80b75 Fix issues with metric reporting (#11518) 7 years ago
Sven Klemm 5dc36afe71 calculate datetime for timeFrom and timeTo macro in go 7 years ago
Karsten Weiss ed46efa081 Use sort.Strings() (gosimple) 7 years ago
Karsten Weiss 25bb0b5569 Remove unused return value assignment (gosimple) 7 years ago
Karsten Weiss de084e5891 Remove unnecessary fmt.Sprintf() calls (gosimple) 7 years ago
Karsten Weiss 5d95601720 Merge variable declaration with assignment (gosimple) 7 years ago
Karsten Weiss 4d6386e97b Use fmt.Errorf() (gosimple) 7 years ago
Karsten Weiss 4d87cb03c5 Simplify make() (gosimple) 7 years ago
Karsten Weiss cb3b9f8b66 Use raw strings to avoid double escapes (gosimple) 7 years ago
Karsten Weiss da5654ad04 Simplify if expression (gosimple) 7 years ago
Karsten Weiss f61e69ce75 Simplify comparison to bool constant (gosimple) 7 years ago
Karsten Weiss be2d635078 Simplify error returns (gosimple) 7 years ago