Commit Graph

99 Commits (0392fde34edc22e660cdae33474d4ac9dcafe40c)

Author SHA1 Message Date
bergquist 16fa631ea0 tech(tests): remove unused code that breaks gorename 10 years ago
Torkel Ödegaard bf1ea560e9 feat(logging): error logging improvements 10 years ago
Torkel Ödegaard 086b59483e feat(loggin): disable logging by default so unit tests are not full of logging 10 years ago
bergquist b17298c97c test(alerting): remove unused code to enable gorename 10 years ago
Torkel Ödegaard 65aad44464 feat(logging): added uname to context logger 10 years ago
Torkel Ödegaard a02cf5beb7 feat(logging): added loging filters 10 years ago
Torkel Ödegaard 3dc7706c45 feat(loggin): improved http request panic handling 10 years ago
Torkel Ödegaard 9741af2031 feat(logging): progress on new logging #4590 10 years ago
Torkel Ödegaard 22778e6efd feat(logging): a lot of progress on moving to new logging lib, #4590 10 years ago
Torkel Ödegaard eee49a4995 feat(instrumentation): added meter, histogram and new timer, timer now send p25, p75, p90, p99 percentiles in 1000 sample exp decaying sample 10 years ago
Torkel Ödegaard 3065d10931 feat(timing): timing is now working with graphite and influxdb 10 years ago
Torkel Ödegaard 1283461b89 fix(gzip): add plugin proxy to gzip exclusion, fixes #5237 10 years ago
Dmitry Smirnov 3fd6ae597d minor spelling corrections 10 years ago
Torkel Ödegaard 2cf0dc2cb2 fix(gofmt): fixed non formated go file 10 years ago
Torkel Ödegaard bdb67d4909 fix(build): fixed dependency and build issue 10 years ago
bergquist 4fe72ebf69 feat(macaron): upgrades macaron version 10 years ago
Torkel Ödegaard ad94f99d57 refactor(apps): more WIP work on apps 10 years ago
Torkel Ödegaard eacc46da6d feat(plugins): WIP on new apps concept 10 years ago
Piotr Popieluch e29e3416db router logger did not show username in /render calls because cookies are 10 years ago
Daniel Low d7f3869959 gofmt 10 years ago
Daniel Low ed16914715 Add memcache as session provider 10 years ago
Piotr Popieluch 207c1a20ee router logger, log username taken from cookie 10 years ago
Piotr Popieluch 579bc1c2c8 Add more info in route logging 10 years ago
Torkel Ödegaard e873574e8c fix(logging): fixed so that router_logging = true actually logs all http requests, fixes #2902 10 years ago
Torkel Ödegaard 9fc91b7aa1 fixed gofmt issue 10 years ago
Torkel Ödegaard 5e949b0564 fix(quota): fixed failing quota unit tests 10 years ago
woodsaj 1ad10914ce add quota middleware unittests 10 years ago
woodsaj 6488324cf1 enhance quota support. 10 years ago
woodsaj 852f9bd277 refactor quota settings 10 years ago
woodsaj 76e9ebde36 always return after errors. 10 years ago
woodsaj 0688050552 add quota middleware to enforce quotas. issue #321 10 years ago
Torkel Ödegaard fdcb4473af fix(api auth): return 401 for authentication errors and 403 for access denied errors, fixes #2693 10 years ago
Torkel Ödegaard 7072af7c14 fix(auth proxy): Fix for server side rendering of panel when using auth proxy, fixes #2568 11 years ago
Torkel Ödegaard ae0f8c77d1 Auth: You can now authenicate against api with username / password using basic auth, Closes #2218 11 years ago
Donn Pebe df33cbc8c5 Fix wrong metrics counter 11 years ago
Torkel Ödegaard 66e60357dc Set email when creating user from auth_proxy header, Fixes #2156 11 years ago
Torkel Ödegaard 34539c0c13 Enforce domain, host header validation against domain setting, Refactoring of PR #1866, Closes #1732 11 years ago
Torkel Ödegaard 38fc85d619 Final tweaks to auth proxy feature 11 years ago
Torkel Ödegaard be589d81c7 Auth: Support for user authentication via reverse proxy header (like X-Authenticated-User, or X-WEBAUTH-USER), Closes #1921 11 years ago
Torkel Ödegaard ba883d25fe More middleware unit tests cover all current auth mechanisms 11 years ago
Torkel Ödegaard f416e2d1ac More middleware unit test, starting to look really good 11 years ago
Torkel Ödegaard cb8110cd48 Refactoring, worked on middleware unit tests, and began thinking about api unit tests, #1921 11 years ago
Torkel Ödegaard d1e9b6d6ae Began work on auth_proxy feature (#1932), and began work on testing http api, and auth middleware 11 years ago
Emil Thelin 2d7c7871b0 Fixes broken test 11 years ago
Emil Thelin 9fd3ef2687 Enforce domain 11 years ago
Torkel Ödegaard 059db533d5 HTTP API: grafana /render calls nows with api keys, Fixes #1649 11 years ago
Torkel Ödegaard c07d48d930 A big refactoring for how sessions are handled, Api calls that authenticate with api key will no longer create a new session 11 years ago
Torkel Ödegaard 646298f5c5 Handle errors when loading dashboard with template variables that query data sources that cannot be found 11 years ago
Torkel Ödegaard 1f330d7753 Basic auth: Fixed issue when using basic auth proxy infront of Grafana, Fixes #1673 11 years ago
Torkel Ödegaard c3fa68ade8 Data source proxy: Fixed issue with Gzip enabled and data source proxy, Fixes #1675 11 years ago