grafana/pkg/services/sqlstore
Alexander Zobnin c4eca530ce
Fix active LDAP sync (#25321)
* LDAP: sync only users with 'ldap' module as a most recent auth module

* LDAP: tests for searching ldap users
2020-06-03 16:28:13 +03:00
..
migrations Search: Replace search implementation (#23855) 2020-04-27 14:16:03 +02:00
migrator Provisioning: Allows specifying uid for datasource and use that in derived fields (#23585) 2020-04-20 15:48:38 +02:00
permissions Refactor search (#23550) 2020-04-20 16:20:45 +02:00
searchstore Search: Support multiple order filters (#24230) 2020-05-06 11:42:52 +02:00
sqlutil move database-specific code into dialects (#11884) 2018-05-10 16:54:21 +02:00
alert_notification_test.go AlertNotifications: Translate notifications IDs to UIDs in Rule builder (#19882) 2020-03-18 15:00:56 +02:00
alert_notification.go AlertNotifications: Translate notifications IDs to UIDs in Rule builder (#19882) 2020-03-18 15:00:56 +02:00
alert_test.go chore: avoid aliasing imports in services (#22499) 2020-02-29 13:35:15 +01:00
alert.go chore: avoid aliasing imports in services (#22499) 2020-02-29 13:35:15 +01:00
annotation_test.go Annotations: use a single row to represent a region (#17673) 2019-08-16 10:49:30 +02:00
annotation.go Annotations: Change indices and rewrites annotation find query to improve database query performance (#21915) 2020-02-05 16:52:41 +01:00
apikey_test.go Fix misspell issues (#23905) 2020-04-29 21:37:21 +02:00
apikey.go API: Optionally list expired keys (#20468) 2019-11-20 13:14:57 +02:00
dashboard_acl_test.go chore: avoid aliasing imports in services (#22499) 2020-02-29 13:35:15 +01:00
dashboard_acl.go chore: avoid aliasing imports in services (#22499) 2020-02-29 13:35:15 +01:00
dashboard_folder_test.go pkg/services: Check errors (#19712) 2019-10-22 14:08:18 +02:00
dashboard_provisioning_test.go Provisioning: Show file path of provisioning file in save/delete dialogs (#16706) 2019-04-30 13:32:18 +02:00
dashboard_provisioning.go Provisioning: Show file path of provisioning file in save/delete dialogs (#16706) 2019-04-30 13:32:18 +02:00
dashboard_service_integration_test.go Allow saving of provisioned dashboards (#19820) 2019-10-31 14:27:31 +01:00
dashboard_snapshot_test.go chore: avoid aliasing imports in services (#22499) 2020-02-29 13:35:15 +01:00
dashboard_snapshot.go chore: avoid aliasing imports in services (#22499) 2020-02-29 13:35:15 +01:00
dashboard_test.go Search: Support multiple order filters (#24230) 2020-05-06 11:42:52 +02:00
dashboard_version_test.go delete old dashboard versions in multiple batches (#23348) 2020-04-06 11:44:14 -04:00
dashboard_version.go delete old dashboard versions in multiple batches (#23348) 2020-04-06 11:44:14 -04:00
dashboard.go Search: Support multiple order filters (#24230) 2020-05-06 11:42:52 +02:00
datasource_test.go Provisioning: Allows specifying uid for datasource and use that in derived fields (#23585) 2020-04-20 15:48:38 +02:00
datasource.go Provisioning: Allows specifying uid for datasource and use that in derived fields (#23585) 2020-04-20 15:48:38 +02:00
health.go chore: avoid aliasing imports in services (#22499) 2020-02-29 13:35:15 +01:00
logger.go Chore: Update the xorm dependency (#22376) 2020-04-01 15:57:21 +02:00
login_attempt_test.go chore: avoid aliasing imports in services (#22499) 2020-02-29 13:35:15 +01:00
login_attempt.go chore: avoid aliasing imports in services (#22499) 2020-02-29 13:35:15 +01:00
org_test.go chore: avoid aliasing imports in services (#22499) 2020-02-29 13:35:15 +01:00
org_users.go chore: avoid aliasing imports in services (#22499) 2020-02-29 13:35:15 +01:00
org.go Allow API to assign new user to a specific organization (#21775) 2020-04-15 12:11:45 +03:00
playlist_test.go chore: avoid aliasing imports in services (#22499) 2020-02-29 13:35:15 +01:00
playlist.go chore: avoid aliasing imports in services (#22499) 2020-02-29 13:35:15 +01:00
plugin_setting.go chore: avoid aliasing imports in services (#22499) 2020-02-29 13:35:15 +01:00
preferences_test.go pkg/services: Check errors (#19712) 2019-10-22 14:08:18 +02:00
preferences.go chore: avoid aliasing imports in services (#22499) 2020-02-29 13:35:15 +01:00
quota_test.go Chore: Fix various spelling errors in back-end code (#25241) 2020-06-01 17:11:25 +02:00
quota.go chore: avoid aliasing imports in services (#22499) 2020-02-29 13:35:15 +01:00
session.go Chore: Update the xorm dependency (#22376) 2020-04-01 15:57:21 +02:00
sql_test_data.go chore: avoid aliasing imports in services (#22499) 2020-02-29 13:35:15 +01:00
sqlbuilder_test.go Perf: Fix slow dashboards ACL query (#17427) 2019-06-05 10:55:50 +02:00
sqlbuilder.go chore: avoid aliasing imports in services (#22499) 2020-02-29 13:35:15 +01:00
sqlstore_test.go pkg/services: Check errors (#19712) 2019-10-22 14:08:18 +02:00
sqlstore.go Orgs: Add future deprecation notice (#24502) 2020-05-14 12:16:26 +02:00
sqlstore.goconvey feat(invite): small progress 2015-07-17 14:42:49 +02:00
star.go chore: avoid aliasing imports in services (#22499) 2020-02-29 13:35:15 +01:00
stars_test.go chore: avoid aliasing imports in services (#22499) 2020-02-29 13:35:15 +01:00
stats_test.go Core: add active users stat (#22563) 2020-03-05 12:34:44 +01:00
stats.go Core: add active users stat (#22563) 2020-03-05 12:34:44 +01:00
tables.go Began work on real sql schema definitions, and migration engine 2015-01-17 21:40:22 +01:00
tags_test.go Alerting: Add tags to alert rules (#10989) 2019-06-06 13:29:30 +02:00
tags.go Alerting: Add tags to alert rules (#10989) 2019-06-06 13:29:30 +02:00
team_test.go pkg/services: Check errors (#19712) 2019-10-22 14:08:18 +02:00
team.go UserTableView: Show user name in table view (#18108) 2019-11-21 12:44:46 +02:00
temp_user_test.go chore: avoid aliasing imports in services (#22499) 2020-02-29 13:35:15 +01:00
temp_user.go chore: avoid aliasing imports in services (#22499) 2020-02-29 13:35:15 +01:00
tls_mysql.go add support for periodically reloading mysql client certs (#14892) 2019-05-16 13:45:22 +02:00
transactions_test.go Upgrade golangci-lint and fixes some linting errors. (#22909) 2020-03-23 13:37:53 +01:00
transactions.go Chore: Update the xorm dependency (#22376) 2020-04-01 15:57:21 +02:00
user_auth_test.go chore: avoid aliasing imports in services (#22499) 2020-02-29 13:35:15 +01:00
user_auth.go OAuth: Fix for wrong user token updated on OAuth refresh in DS proxy (#17541) 2019-06-12 13:47:38 +02:00
user_test.go Fix active LDAP sync (#25321) 2020-06-03 16:28:13 +03:00
user.go Fix active LDAP sync (#25321) 2020-06-03 16:28:13 +03:00