..
address.go
feat(organization): added update org address to http api and to org details settings view, closes #2672
2015-09-08 14:22:44 +02:00
alert_notifications.go
tech(notifications): splitt into 3 queries
2016-09-06 08:43:15 +02:00
alert_test.go
feat(alerting): add alert message to slack integration
2016-08-12 10:12:04 +02:00
alert.go
tech(alerting): remove unused property
2017-01-03 08:11:17 +01:00
apikey.go
HTTP API: grafana /render calls nows with api keys, Fixes #1649
2015-04-08 08:59:12 +02:00
dashboard_snapshot.go
refactor(backend): refactoring management of go routines in backend
2016-09-28 21:06:00 +02:00
dashboards_test.go
refactor(): refactoring json usage
2016-03-12 00:13:06 +01:00
dashboards.go
[5443] Check if title is empty before save a new dashboard
2016-11-29 12:25:20 +02:00
datasource_cache_test.go
Use cache for http.client in tsdb package. ( #6833 )
2016-12-07 11:10:42 +01:00
datasource_cache.go
Use cache for http.client in tsdb package. ( #6833 )
2016-12-07 11:10:42 +01:00
datasource.go
(feat) support datasource delete by name api
2017-02-10 23:30:14 +09:00
helpflags.go
ux(getting started): progress on getting started panel and persited help flag states, #6466
2016-11-09 10:41:39 +01:00
home_dashboard.go
Worked on home dashboard
2015-02-03 15:04:35 +01:00
models.go
support logging in with grafana.net credentials
2016-09-19 16:48:07 -04:00
notifications.go
(feature) add LINE notify to notifier
2017-01-19 17:26:53 +09:00
org_user.go
fix(plugins): only add app nav link if it has any pages/dashboards with role matching current user, fixes #4784
2016-04-25 14:00:49 +02:00
org.go
feat(organization): added update org address to http api and to org details settings view, closes #2672
2015-09-08 14:22:44 +02:00
playlist.go
fix(playlist): fixed sorting issue with playlist playback, fixes #5467
2016-09-22 10:06:03 +02:00
plugin_settings.go
refactor(securejsondata): extract to class
2016-11-24 13:22:25 +01:00
preferences.go
feat(preferences): theme and home dashbord settings now work work on profile and org settings page
2016-04-02 13:54:06 -07:00
quotas.go
move toMap function to be a method on the quota structs
2015-09-15 17:18:26 +08: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
server.go
refactor(main): refactoring main grafana server / startup code
2016-09-30 08:36:20 +02:00
star.go
Added isStarred to search result hit, very inefficient loading right now but can be cached later on
2015-02-05 09:49:00 +01:00
stats.go
feat(stats): add alerts to global admin stats
2016-11-11 14:04:38 +01:00
streams.go
mergefix(): fixed issue with master merge
2017-01-31 09:00:36 +01:00
temp_user.go
feat(signup): progress on new sign up and email verification flow, #2353
2015-08-28 15:14:24 +02:00
user.go
admin: adds paging to global user list
2017-02-13 12:59:36 +01:00