..
auth.go
fix(kv): Add push down predicate hint to filter by keys and values
2019-11-22 10:55:01 -07:00
auth_private_test.go
fix(kv): Add push down predicate hint to filter by keys and values
2019-11-22 10:55:01 -07:00
auth_test.go
chore(kv): drop duplicative tests
2019-12-30 16:27:36 -08:00
backup.go
feat(storage): implement backup and restore ( #16504 )
2020-01-21 14:22:45 -08:00
bucket.go
feat: resource log
2020-01-23 13:04:06 -05:00
bucket_test.go
chore(kv): drop duplicative tests
2019-12-30 16:27:36 -08:00
check.go
Merge pull request #16457 from influxdata/zs-improveErrorMessage16447
2020-01-10 08:17:00 -07:00
check_test.go
chore(kv): drop duplicative tests
2019-12-30 16:27:36 -08:00
cursor.go
feat(platform): add generic kv store
2018-12-18 16:08:48 -05:00
cursor_test.go
chore: rename imports from platform to influxdb
2019-01-09 20:51:47 -08:00
dashboard.go
fix(kv): Update dashboard collection to use new forward cursor ( #16626 )
2020-01-22 11:01:09 -07:00
dashboard_test.go
chore(kv): drop duplicative tests
2019-12-30 16:27:36 -08:00
document.go
fix(kv): Update documents in kv to use new forward cursor ( #16635 )
2020-01-23 08:46:23 -07:00
document_test.go
chore(kv): drop duplicative tests
2019-12-30 16:27:36 -08:00
encode.go
chore(kv): refactor kv.Entity to provide interface for PK and unique keys
2020-01-02 08:05:45 -08:00
kv_test.go
chore: Remove several instances of WithLogger ( #15996 )
2019-12-04 15:10:23 -08:00
kvlog.go
fix(kv): update kvlog to use the new forward cursor ( #16634 )
2020-01-23 08:46:09 -07:00
kvlog_test.go
chore(kv): drop duplicative tests
2019-12-30 16:27:36 -08:00
label.go
fix(kv): update label collection to use new forward cursor ( #16636 )
2020-01-23 08:46:40 -07:00
label_test.go
chore(kv): drop duplicative tests
2019-12-30 16:27:36 -08:00
lookup_service.go
feat(kv): implemented key/value store with end-to-end integration tests
2019-02-19 17:47:19 -06:00
lookup_service_test.go
chore(kv): drop duplicative tests
2019-12-30 16:27:36 -08:00
notification_endpoint.go
chore(kv): add new/update checks to kv store base and index store
2020-01-06 16:18:01 -08:00
notification_endpoint_test.go
chore(kv): refactor new unique by store up into reusable store that composes into uniq by store
2019-12-30 16:44:57 -08:00
notification_rule.go
fix(kv): update notification rules to use the new forward cursor ( #16637 )
2020-01-23 08:46:53 -07:00
notification_rule_test.go
fix: enable skipped tests for notification rules and fixup issue in tag matcher
2020-01-02 07:16:03 -08:00
onboarding.go
chore: refactor password service to provide userID instead of name
2019-11-20 09:16:31 -08:00
onboarding_test.go
chore(kv): drop duplicative tests
2019-12-30 16:27:36 -08:00
org.go
feat: resource log
2020-01-23 13:04:06 -05:00
org_test.go
chore(kv): drop duplicative tests
2019-12-30 16:27:36 -08:00
passwords.go
chore: refactor password service to provide userID instead of name
2019-11-20 09:16:31 -08:00
passwords_test.go
chore(kv): drop duplicative tests
2019-12-30 16:27:36 -08:00
scrapers.go
fix(kv): Update scrapers to use new forward cursor ( #16647 )
2020-01-24 13:35:47 -07:00
scrapers_test.go
chore(kv): drop duplicative tests
2019-12-30 16:27:36 -08:00
secret.go
fix(kv): update kv secrets to use new forward cursor ( #16648 )
2020-01-24 09:24:20 -07:00
secret_test.go
chore(kv): drop duplicative tests
2019-12-30 16:27:36 -08:00
service.go
feat: resource log
2020-01-23 13:04:06 -05:00
service_test.go
feat(storage): implement backup and restore ( #16504 )
2020-01-21 14:22:45 -08:00
session.go
feat(task): impersonate user on task execution ( #14675 )
2019-08-15 18:31:52 -06:00
session_test.go
chore(kv): drop duplicative tests
2019-12-30 16:27:36 -08:00
source.go
fix(kv): update kv source to use the new forward cursor ( #16659 )
2020-01-24 09:46:01 -07:00
source_test.go
chore(kv): drop duplicative tests
2019-12-30 16:27:36 -08:00
store.go
feat(storage): implement backup and restore ( #16504 )
2020-01-21 14:22:45 -08:00
store_base.go
fix(kv): fix issue with cursor not closing inside TX
2020-01-09 11:31:43 -08:00
store_base_test.go
fix(kv): fix issue with cursor not closing inside TX
2020-01-09 11:31:43 -08:00
store_index.go
fix(kv): fix issue with cursor not closing inside TX
2020-01-09 11:31:43 -08:00
store_index_test.go
fix(kv): fix issue with cursor not closing inside TX
2020-01-09 11:31:43 -08:00
task.go
fix(kv): update tasks kv to use forward cursor ( #16670 )
2020-02-03 08:49:51 -07:00
task_private_test.go
feat(kv): Add unit tests for expected behavior of taskMatchFn
2019-11-01 14:48:50 -07:00
task_test.go
refactor(tasks): remove dead scheduler code ( #16252 )
2020-01-02 11:41:21 -08:00
telegraf.go
feat: report telegraf plugin usage metrics ( #16378 )
2020-02-04 08:24:58 -07:00
telegraf_test.go
chore(kv): drop duplicative tests
2019-12-30 16:27:36 -08:00
unique.go
fix(kv): remove extraneous function calls
2019-09-08 02:53:46 -05:00
urm.go
chore: Remove several instances of WithLogger ( #15996 )
2019-12-04 15:10:23 -08:00
urm_private_test.go
fix(kv): Add push down predicate hint to filter by keys and values
2019-11-22 10:55:01 -07:00
urm_test.go
chore(kv): drop duplicative tests
2019-12-30 16:27:36 -08:00
user.go
fix(kv): update user and variables to use forward cursor ( #16671 )
2020-02-03 08:50:06 -07:00
user_test.go
chore(kv): drop duplicative tests
2019-12-30 16:27:36 -08:00
variable.go
fix(kv): update user and variables to use forward cursor ( #16671 )
2020-02-03 08:50:06 -07:00
variable_test.go
chore(kv): refactor variable service to use the new uniqByNameStore type
2019-12-30 16:44:57 -08:00