| .. |
|
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
|
Worked on playlist update for Grafana 2.0, added dashboard search to playliststart view, #1460
|
2015-02-13 08:47:44 +01:00 |
|
admin_users.go
|
Added server metrics
|
2015-03-22 15:14:00 -04:00 |
|
api.go
|
Refactoring search to support more than just db dashboards
|
2015-05-13 10:45:53 +02: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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
dataproxy_test.go
|
Fixed dataproxy test
|
2015-02-28 12:34:51 +01: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
|
Security: New config option to disable the use of gravatar for profile images, Closes #1891
|
2015-05-01 08:40:13 +02:00 |
|
login.go
|
Backend auth: remember cookie is needed for oauth logins as well
|
2015-04-15 13:38:38 +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 |
|
metrics.go
|
Changed go package path
|
2015-02-05 10:37:13 +01:00 |
|
org.go
|
Added check for allow_user_org_create, updated admin docs
|
2015-03-30 10:12:24 +02: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 |
|
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
|
Moved dashboard theme option from the dashboard to a persisted user setting, #1458
|
2015-02-28 14:30:08 +01:00 |