influxdb/kv
Johnny Steenbergen 481ee1653d fix: add validation for existing resource for index store base
issue was that all checks were being made excdept for the initial check
in the entity store. fix added with tests here to validate.
2020-03-20 10:15:02 -07:00
..
auth.go fix(kv): remove URM and Authorizations by UserID Index (#16852) 2020-02-13 15:27:57 +00: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 fix(buckets): prevent returning system buckets to unauthorized users (#17117) 2020-03-11 13:06:08 -04: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(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
encode.go fix: add validation for existing resource for index store base 2020-03-20 10:15:02 -07:00
index.go feat(kv): support for migrations (#17145) 2020-03-18 12:23:51 +00:00
index_test.go feat(kv): index utility type (#16910) 2020-03-11 14:42:29 +00: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 fix: enable skipped tests for notification rules and fixup issue in tag matcher 2020-01-02 07:16:03 -08:00
onboarding.go refactor: rename Generate to OnboardInitialUser 2020-03-18 15:35:26 -07:00
onboarding_test.go refactor: rename Generate to OnboardInitialUser 2020-03-18 15:35:26 -07:00
org.go fix: allow authorized label service to be called indirectly (#17111) 2020-03-11 10:58:39 -06: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(kv): add user resource mapping by user index (#17349) 2020-03-20 11:03:00 +00: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): index utility type (#16910) 2020-03-11 14:42:29 +00: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 refactor(task/backend): move the task/backend constants to the global package (#17133) 2020-03-06 16:19:32 -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 refactor(task/backend): move the task/backend constants to the global package (#17133) 2020-03-06 16:19:32 -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 feat(kv): add user resource mapping by user index (#17349) 2020-03-20 11:03:00 +00: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 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