.. |
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
|
Worked on user administration page, a grafana server admin can now add and edit organization roles for any user, #2014
|
2015-05-19 11:47:14 +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 |
api.go
|
Api handler refactoring using the wrap and response func/type, fixed small issue in influxdb 0.9 response handling
|
2015-05-20 14:59:38 +02:00 |
apikey.go
|
Refactoring some api handlers to use the new Response return object
|
2015-05-18 21:23:40 +02:00 |
common.go
|
More refactoring of user http api, trying to reuse handlers for sign in user and admin operations
|
2015-05-18 19:06:19 +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
|
Worked on user administration page, a grafana server admin can now add and edit organization roles for any user, #2014
|
2015-05-19 11:47:14 +02:00 |
org.go
|
Worked on user administration page, a grafana server admin can now add and edit organization roles for any user, #2014
|
2015-05-19 11:47:14 +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
|
Api handler refactoring using the wrap and response func/type, fixed small issue in influxdb 0.9 response handling
|
2015-05-20 14:59:38 +02:00 |
user.go
|
Api handler refactoring using the wrap and response func/type, fixed small issue in influxdb 0.9 response handling
|
2015-05-20 14:59:38 +02:00 |