Commit Graph

74 Commits (0870ccea7d3fbbf91cd9ce68d560ce782eac5d79)

Author SHA1 Message Date
Carl Bergquist ebc9549cbc
Add support for sending health check to datasource plugins. (#22771) 5 years ago
Marcus Efraimsson d0a80c59f3
Rendering: Store render key in remote cache (#22031) 5 years ago
Adrian Coveney 39e0ce305b
Reorder cipher suites for better security (#22101) 5 years ago
Marcus Efraimsson 0390b5601e
Backend plugins: Implement support for resources (#21805) 5 years ago
Guangzhe Huang 71792d698b Cleanup: use the local variable (#20767) 6 years ago
Arve Knudsen 3c7cfbebe8
Server: Defer wg.Done call to ensure it's called (#20700) 6 years ago
Arve Knudsen 29d27fbaf0
Server: Clean up startup logic/error checking (#20679) 6 years ago
Arve Knudsen 82f4fc2783
Fail when server is unable to bind port (#20409) 6 years ago
Leonard Gram 992b4b8adf
Licensing service (#19903) 6 years ago
Jon Gyllenswärd a45ce36566
Allow saving of provisioned dashboards (#19820) 6 years ago
Oleg Utkin de5038441f API: Fix logging of dynamic listening port (#19644) 6 years ago
Arve Knudsen 0a2d5e16dd
pkg/api: Check errors (#19657) 6 years ago
kay delaney fb0cec5591
Backend: Adds support for HTTP/2 (#18358) 6 years ago
Oleg Gaidarenko 09eb9a45ce
Metrics: add LDAP active sync summary metric (#18079) 6 years ago
Oleg Gaidarenko 1b1d951495 LDAP: refactoring (#17479) 6 years ago
Carl Bergquist 6809d2bb29
codestyle: moves cache to infra (#17519) 6 years ago
Mario Trangoni ab4e1526b3 Codestyle: Fix some goconst issues (#17530) 6 years ago
Abhilash Gnan 04d473b3e5 HTTP Server: Serve Grafana with a custom URL path prefix (#17048) 6 years ago
zhulongcheng 2fff8f77dc move log package to /infra (#17023) 6 years ago
Marcus Efraimsson f778c1d971
Security: Responses from backend should not be cached (#16848) 6 years ago
Andrej Ocenas eb82a75668
Provisioning: Show file path of provisioning file in save/delete dialogs (#16706) 6 years ago
Andrej Ocenas 42b745a098
Provisioning: Add API endpoint to reload provisioning configs (#16579) 6 years ago
Oleg Gaidarenko 67cbc7d4cf
Chore: use remote cache instead of session storage (#16114) 6 years ago
bergquist e163aadfe4 use authtoken for session quota restrictions 6 years ago
Marcus Efraimsson 8678620730
move UserToken and UserTokenService to models package 6 years ago
Marcus Efraimsson d53e64a32c
move auth token middleware/hooks to middleware package 6 years ago
bergquist 9ae306e417 use defer to make sure we always release session data 6 years ago
bergquist 5998646da5 restrict session usage to auth_proxy 6 years ago
Marcus Efraimsson 4096449aec
extract auth token interface and remove auth token from context 6 years ago
bergquist aba6148c43 login users based on token cookie 6 years ago
Marcus Efraimsson 8764fb5aa6
inject login/logout hooks 6 years ago
Bob Shannon 16ff8a182b Re-organize packages and add basic auth test 7 years ago
Bob Shannon dcc48860b8 Fix formatting and remove enabled toggle 7 years ago
Bob Shannon 362b3740ed Add basic authentication support to metrics endpoint 7 years ago
Marcus Efraimsson cfb061ddab
refactor datasource caching 7 years ago
Torkel Ödegaard 8c9939df72 Adds backend hooks service so extensions can modify index data 7 years ago
Torkel Ödegaard 565edc1ed3 added setting top hide plugins in alpha state 7 years ago
bergquist bff350166e disabling internal metrics disables /metric endpoint 7 years ago
Torkel Ödegaard 10e86eda69
fix: #12461 introduced issues with route registration ordering, adding plugin static routes before plugins package had been initiated (#12474) 7 years ago
Carl Bergquist 861af4cb97 Improve extensions build. (#12461) 7 years ago
bergquist dbfafa1cb5 routing: allows routes to be added to existing groups 7 years ago
Torkel Ödegaard 80d694d205
Backend image rendering as plugin (#11966) 7 years ago
Thibaut Patel bdb736a9ee http_server: All files in public/build have now a huge max-age (#11536) 7 years ago
Torkel Ödegaard 23655315b8 fix: fixed race condition between http.Server ListenAndServe & Shutdown, now service crash during startup correctly closes http server every time 7 years ago
Torkel Ödegaard d04ad835e2 refactoring: lots of refactoring around server shutdown flows, making sure process is terminated when background service has crashed 7 years ago
Torkel Ödegaard 053c2039bb refactor: provisioning service refactoring 7 years ago
Torkel Ödegaard 13e015fe3f fix: improved handling of http server shutdown 7 years ago
Torkel Ödegaard fa7d7ed5df
Initial Baby Step to refactoring settings from global vars to instance (#11777) 7 years ago
Carl Bergquist 28f7b6dad1 Enable Grafana extensions at build time. (#11752) 7 years ago
Karsten Weiss 4d87cb03c5 Simplify make() (gosimple) 7 years ago