influxdb/kv
Jonathan A. Sternberg 469c5849c4
Merge branch 'master' into feat/use-algo-w
2020-04-03 09:30:04 -05:00
..
auth.go feat: export transactions to support importing kv as a library 2020-03-20 11:59:11 -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 fix(kv): remove URM and Authorizations by UserID Index (#16852) 2020-02-13 15:27:57 +00:00
backup.go feat(storage): implement backup and restore (#16504) 2020-01-21 14:22:45 -08:00
bucket.go feat: export transactions to support importing kv as a library 2020-03-20 11:59:11 -07:00
bucket_test.go chore(kv): drop duplicative tests 2019-12-30 16:27:36 -08:00
check.go refactor(task): tasks will now use the flux language service (#17104) 2020-03-05 14:36:58 -06:00
check_test.go refactor(task): tasks will now use the flux language service (#17104) 2020-03-05 14:36:58 -06: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(http): refactor document service and fix auth 2020-03-09 20:32:31 +01:00
document_options.go fix(http): refactor document service and fix auth 2020-03-09 20:32:31 +01:00
document_test.go chore(kv): drop duplicative tests 2019-12-30 16:27:36 -08:00
duplicate_read_test.go feat(tenant): add duplicate read service 2020-03-25 12:06:28 +01:00
encode.go fix: add validation for existing resource for index store base 2020-03-20 10:15:02 -07:00
index.go fix(kv): update index to use new bucket.GetBatch (#17544) 2020-04-02 13:12:35 +01:00
index_test.go fix(kv): update index to use new bucket.GetBatch (#17544) 2020-04-02 13:12:35 +01: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
migration.go feat(kv): support for migrations (#17145) 2020-03-18 12:23:51 +00:00
migration_private_test.go feat(kv): support for migrations (#17145) 2020-03-18 12:23:51 +00:00
migration_test.go feat(kv): support for migrations (#17145) 2020-03-18 12:23:51 +00: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): fix patching panics 2020-02-05 11:12:03 -05:00
notification_rule_test.go refactor(task): tasks will now use the flux language service (#17104) 2020-03-05 14:36:58 -06:00
onboarding.go refactor: fixes typo in OnboardInitialUser method 2020-03-20 10:48:20 -07:00
onboarding_test.go refactor: fixes typo in OnboardInitialUser method 2020-03-20 10:48:20 -07:00
org.go feat: export transactions to support importing kv as a library 2020-03-20 11:59:11 -07: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 Merge branch 'master' into feat/use-algo-w 2020-04-03 09:30:04 -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(kv): add support for batch getting keys on bucket interface (#17531) 2020-04-01 17:51:35 +01:00
store_base.go fix: add validation for existing resource for index store base 2020-03-20 10:15:02 -07: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: add validation for existing resource for index store base 2020-03-20 10:15:02 -07:00
store_index_test.go fix: add validation for existing resource for index store base 2020-03-20 10:15:02 -07:00
task.go Merge branch 'master' into feat/use-algo-w 2020-03-06 16:46:49 -06: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 Merge branch 'master' into feat/use-algo-w 2020-03-06 16:46:49 -06: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
tenant_test.go test: add tests for tenant service 2020-03-19 11:34:15 +01:00
unique.go fix(kv): remove extraneous function calls 2019-09-08 02:53:46 -05:00
urm.go fix(kv): make index walk use cursor instead of get (#17501) 2020-03-31 17:26:21 +01: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 feat(kv): add user resource mapping by user index (#17349) 2020-03-20 11:03:00 +00:00
user.go feat: export transactions to support importing kv as a library 2020-03-20 11:59:11 -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