.. |
dtos
|
Trying to get dashboard loading and dashboard meta flags like canSave, canStar more managable
|
2015-05-13 09:58:45 +02:00 |
static
|
Added custom cache control headers for static content
|
2015-03-23 18:28:59 -04:00 |
admin_settings.go
|
whitespace update per gofmt
|
2015-05-15 13:25:41 -07:00 |
admin_users.go
|
Added server metrics
|
2015-03-22 15:14:00 -04:00 |
api_test.go
|
Refactoring, worked on middleware unit tests, and began thinking about api unit tests, #1921
|
2015-05-01 16:23:36 +02:00 |
api.go
|
refactorin api code for user routes, preparation for admin improvements, #2014
|
2015-05-18 17:52:23 +02:00 |
apikey.go
|
New implementation for API Keys that only stores hashed api keys, and the client key is base64 decoded json web token with the unhashed key, Closes #1440
|
2015-02-26 17:23:28 +01:00 |
common.go
|
refactorin api code for user routes, preparation for admin improvements, #2014
|
2015-05-18 17:52:23 +02:00 |
dashboard_snapshot.go
|
Trying to get dashboard loading and dashboard meta flags like canSave, canStar more managable
|
2015-05-13 09:58:45 +02:00 |
dashboard.go
|
Major refactorings around searching, moved to seperate package, trying to move stuff out of models package, extend search support searching different types of entities and different types of dashboards, #960
|
2015-05-13 13:36:24 +02:00 |
dataproxy_test.go
|
Fixed dataproxy test
|
2015-02-28 12:34:51 +01:00 |
dataproxy.go
|
Templating: Dashboard will now wait to load until all template variables that have refresh on load set or are initialized via url to be fully loaded and so all variables are in valid state before panels start issuing metric requests. Closes #1255
|
2015-03-14 15:29:41 -04:00 |
datasources.go
|
Added basic auth to data source edit/create, add support for basic auth in data source proxy code, Closes #1510
|
2015-03-02 09:58:35 +01:00 |
frontendsettings.go
|
Updating docs
|
2015-03-27 14:23:23 +01:00 |
index.go
|
refactorin api code for user routes, preparation for admin improvements, #2014
|
2015-05-18 17:52:23 +02:00 |
login_oauth.go
|
Added message alerts when login failed due to github team membership or email domain requirement, #1731, #1660
|
2015-04-29 10:08:01 +02:00 |
login.go
|
Backend auth: remember cookie is needed for oauth logins as well
|
2015-04-15 13:38:38 +02:00 |
metrics.go
|
Changed go package path
|
2015-02-05 10:37:13 +01:00 |
org_users.go
|
Organization: You can now update the organization user role directly (without removing and readding the organization user). Closes #1899
|
2015-05-01 09:48:07 +02:00 |
org.go
|
Added check for allow_user_org_create, updated admin docs
|
2015-03-30 10:12:24 +02:00 |
render.go
|
HTTP API: grafana /render calls nows with api keys, Fixes #1649
|
2015-04-08 08:59:12 +02:00 |
search.go
|
Major refactorings around searching, moved to seperate package, trying to move stuff out of models package, extend search support searching different types of entities and different types of dashboards, #960
|
2015-05-13 13:36:24 +02:00 |
signup.go
|
Added server metrics
|
2015-03-22 15:14:00 -04:00 |
stars.go
|
Trying to get dashboard loading and dashboard meta flags like canSave, canStar more managable
|
2015-05-13 09:58:45 +02:00 |
user.go
|
refactorin api code for user routes, preparation for admin improvements, #2014
|
2015-05-18 17:52:23 +02:00 |