Commit Graph

93 Commits (27ea268f808d2c47fee1623aec085a5be3286153)

Author SHA1 Message Date
Arve Knudsen 3d3a7cbba8
Chore: Fix staticcheck issues (#28860) 5 years ago
kay delaney c4c5b2dc61
CloudWatch Logs queue and websocket support (#28176) 5 years ago
Arve Knudsen 077eab1b24
Chore: Use net.JoinHostPort (#28421) 5 years ago
Emil Hessman 13e67660f5
API: Query database from /api/health endpoint (#28349) 5 years ago
Arve Knudsen 89d10c706a
Plugins: Compose filesystem paths with filepath.Join (#28375) 5 years ago
Pete Davids 65940c7726
Dashboard: Allow shortlink generation (#27409) 5 years ago
Sofia Papagiannaki 4acbcd7053
AlertingNG: POC of evaluator under feature flag. (#27922) 5 years ago
Arve Knudsen a078e40238
Settings: Rename constants/variables to follow Go naming standards (#28002) 5 years ago
Carl Bergquist a28a2fba51
healthchecks should work regardless domain (#27981) 5 years ago
Ryan McKinley 8a5fc00330
Live: broadcast events when dashboard is saved (#27583) 5 years ago
Ryan McKinley 93a01eb1d9
Live: improved channel state (#27672) 5 years ago
Carl Bergquist 6dc73a6712
add /healthz endpoint (#27536) 5 years ago
Arve Knudsen d53fe64913
Server: Support custom TCP listener (#27066) 5 years ago
Arve Knudsen a2fbffe48a
Server: Add health check route (#26999) 5 years ago
Ryan McKinley 339138d61a
Live: include a streaming event manager (#26537) 5 years ago
Agnès Toulet 1ba95183f6
HTTPServer: add possibility to use additional middlewares (#26514) 5 years ago
Emil Tullstedt 80e9546cec
Settings: Add setting for hiding version number for anonymous users (#24919) 5 years ago
Emil Tullstedt 55c306eb6d
Refactor search (#23550) 5 years ago
huanggze 69c5efcf00
Cleanup: move interface ProvisioningService into provisioning package (#23061) 5 years ago
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