This website requires JavaScript.
Explore
Help
Sign In
public
/
grafana
Watch
1
Star
0
Fork
0
You've already forked grafana
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
d758729633db0b91b31ffe4aae2ef8b51253328d
grafana
/
pkg
/
models
T
History
Torkel Ödegaard
49a0ea53c7
Merge branch 'develop' of github.com:grafana/grafana into dashboard_snapshot_poc
...
Conflicts: src/app/features/dashboard/partials/shareDashboard.html
2015-03-22 22:04:13 -04: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_snapshot.go
more work on dashboard snapshots
2015-03-21 08:53:16 -04:00
dashboard_test.go
dashboard load/save work and began work on register
2014-08-22 15:32:42 +02:00
dashboards.go
Fixed small issue when using 'Save As', dashboard version was not reset
2015-03-19 10:32:47 -04:00
datasource.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
home_dashboard.go
Worked on home dashboard
2015-02-03 15:04:35 +01:00
models.go
more work on dashboard snapshots
2015-03-21 08:53:16 -04:00
org_user.go
Big Backend Refatoring: Renamed Account -> Org
2015-02-23 20:07:49 +01:00
org.go
Big Backend Refatoring: Renamed Account -> Org
2015-02-23 20:07:49 +01:00
search.go
Big Backend Refatoring: Renamed Account -> Org
2015-02-23 20:07:49 +01: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
Added server metrics
2015-03-22 15:14:00 -04:00
user.go
Moved dashboard theme option from the dashboard to a persisted user setting,
#1458
2015-02-28 14:30:08 +01:00