| .. |
|
migrations
|
Drops unique index orgid_slug from dashboards.
|
2018-01-31 10:26:06 +01:00 |
|
migrator
|
WIP: Protect against brute force (frequent) login attempts (#10031)
|
2018-01-26 10:41:41 +01:00 |
|
sqlutil
|
WIP: Protect against brute force (frequent) login attempts (#10031)
|
2018-01-26 10:41:41 +01:00 |
|
alert.go
|
style: minor code style changes
|
2018-01-23 22:28:47 +01:00 |
|
alert_notification.go
|
tech: avoid using deprecated functions
|
2018-01-23 22:30:45 +01:00 |
|
alert_notification_test.go
|
…
|
|
|
alert_test.go
|
refactoring dashoard folder guardian
|
2017-06-17 18:24:38 -04:00 |
|
annotation.go
|
fix: alert list panel now works correctly after adding manual annotation on dashboard, fixes #9951
|
2017-11-21 11:28:17 +01:00 |
|
annotation_test.go
|
fix: alert list panel now works correctly after adding manual annotation on dashboard, fixes #9951
|
2017-11-21 11:28:17 +01:00 |
|
apikey.go
|
refactor: sqlstore inTransaction consolidated to one version, fixes #8376
|
2017-05-23 10:56:23 +02:00 |
|
apikey_test.go
|
…
|
|
|
dashboard.go
|
Merge pull request #10694 from grafana/7883_backend
|
2018-02-01 09:35:00 +01:00 |
|
dashboard_acl.go
|
dashfolder: fix for sqlite test
|
2018-01-24 11:43:08 +01:00 |
|
dashboard_acl_test.go
|
refactor: format files by gofmt
|
2017-12-11 19:46:05 +03:00 |
|
dashboard_folder_test.go
|
ensure dashboard title is unique in folder
|
2018-01-31 14:18:54 +01:00 |
|
dashboard_snapshot.go
|
snapshots: improve snapshot listing performance, #9314 (#9477)
|
2017-10-10 14:25:19 +02:00 |
|
dashboard_snapshot_test.go
|
…
|
|
|
dashboard_test.go
|
retry uid generation
|
2018-01-31 17:29:17 +01:00 |
|
dashboard_version.go
|
Merge branch 'master' into develop
|
2017-11-17 15:49:17 +01:00 |
|
dashboard_version_test.go
|
removes uniqnes check on slug when saving dashboards
|
2018-01-31 10:29:52 +01:00 |
|
datasource.go
|
datasource as cfg: support globbing
|
2017-11-15 14:30:32 +01:00 |
|
datasource_test.go
|
Merge branch 'master' into develop
|
2017-11-17 15:49:17 +01:00 |
|
health.go
|
feat: added api health endpoint that does not require auth and never creates sessions, returns db status as well. #3302
|
2017-04-25 17:17:45 +02:00 |
|
logger.go
|
dasboard_history: security fix, added orgId filter to dashboard version lookup
|
2017-06-07 14:21:40 +02:00 |
|
login_attempt.go
|
WIP: Protect against brute force (frequent) login attempts (#10031)
|
2018-01-26 10:41:41 +01:00 |
|
login_attempt_test.go
|
WIP: Protect against brute force (frequent) login attempts (#10031)
|
2018-01-26 10:41:41 +01:00 |
|
org.go
|
refactor: sqlstore inTransaction consolidated to one version, fixes #8376
|
2017-05-23 10:56:23 +02:00 |
|
org_test.go
|
acl fixes
|
2017-06-22 17:10:43 -04:00 |
|
org_users.go
|
refactor: rename User Groups to Teams
|
2017-12-08 18:25:45 +03:00 |
|
playlist.go
|
style: minor code style changes
|
2018-01-23 22:28:47 +01:00 |
|
playlist_test.go
|
…
|
|
|
plugin_setting.go
|
refactor: sqlstore inTransaction consolidated to one version, fixes #8376
|
2017-05-23 10:56:23 +02:00 |
|
preferences.go
|
refactor: sqlstore inTransaction consolidated to one version, fixes #8376
|
2017-05-23 10:56:23 +02:00 |
|
quota.go
|
refactor: sqlstore inTransaction consolidated to one version, fixes #8376
|
2017-05-23 10:56:23 +02:00 |
|
quota_test.go
|
…
|
|
|
search_builder.go
|
dashboards: add url property to dashboard meta and search api responses
|
2018-01-30 23:18:34 +01:00 |
|
search_builder_test.go
|
search: refactor search sql into a builder class
|
2017-11-17 00:16:33 +01:00 |
|
shared.go
|
refactor: sqlstore inTransaction consolidated to one version, fixes #8376
|
2017-05-23 10:56:23 +02:00 |
|
sql_test_data.go
|
refactor: sqlstore inTransaction consolidated to one version, fixes #8376
|
2017-05-23 10:56:23 +02:00 |
|
sqlstore.go
|
dashboards as cfg: wire up dashboard repo
|
2017-12-07 15:27:01 +01:00 |
|
sqlstore.goconvey
|
…
|
|
|
star.go
|
refactor: sqlstore inTransaction consolidated to one version, fixes #8376
|
2017-05-23 10:56:23 +02:00 |
|
stars_test.go
|
…
|
|
|
stats.go
|
stats: send amount of stars as stats
|
2018-01-23 22:51:05 +01:00 |
|
tables.go
|
…
|
|
|
team.go
|
Add avatar to team and team members page (#10305)
|
2017-12-20 21:20:12 +01:00 |
|
team_test.go
|
Add avatar to team and team members page (#10305)
|
2017-12-20 21:20:12 +01:00 |
|
temp_user.go
|
signup: fix email sent logic for tempuser
|
2017-06-30 20:21:08 +02:00 |
|
temp_user_test.go
|
signup: fix email sent logic for tempuser
|
2017-06-30 20:21:08 +02:00 |
|
tls_mysql.go
|
generalized database connection cert support and added to postgres
|
2016-11-22 15:29:22 -08:00 |
|
user.go
|
refactor: rename User Groups to Teams
|
2017-12-08 18:25:45 +03:00 |
|
user_test.go
|
acl fixes
|
2017-06-22 17:10:43 -04:00 |