influxdb/testing
Chris Goller a5f508de77
fix(kv): push down org ID to skip in delete URM (#16841)
* fix(kv): push down org ID to skip in delete URM

* fix(kv): use database key rather than resource id

We are trying to skip deletes that would remove keys
that have already been deleted.  This is a rather
extreme approach and I believe we should think about how
to fix user-resource-mappings.

Co-authored-by:  Lyon Hill <lyondhill@gmail.com>
Signed-off-by: Chris Goller <goller@gmail.com>

Co-authored-by: George <me@georgemac.com>
Co-authored-by: Lyon Hill <lyondhill@gmail.com>
2020-02-12 14:33:57 -06:00
..
auth.go feat(kv): Index Authorizations by User ID (#16818) 2020-02-11 17:34:20 +00:00
bucket_service.go feat(influxdb): prevent users from rename system buckets 2019-10-30 12:53:43 -07:00
checks.go chore(kv): add new/update checks to kv store base and index store 2020-01-06 16:18:01 -08:00
dashboards.go feat(http): add audit log 2019-05-16 10:57:28 -04:00
dbrp_mapping.go fix(inmem): fix dbrp not found 2019-07-03 15:54:57 -04:00
document.go chore: Remove several instances of WithLogger (#15996) 2019-12-04 15:10:23 -08:00
id.go fix(influxdb): change resource to resource type 2019-01-15 12:57:57 -05:00
keyvalue_log.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
kv.go feat(kv): add cursor option skip first item (#16758) 2020-02-06 12:18:47 -07:00
label_service.go feat(kv): makes label names unique across kv impls 2019-10-31 11:30:36 -05:00
notification_endpoint.go chore(kv): refactor kv.Entity to provide interface for PK and unique keys 2020-01-02 08:05:45 -08:00
notification_rule.go fix(kv): fix patching panics 2020-02-05 11:12:03 -05:00
onboarding.go chore: refactor password service to provide userID instead of name 2019-11-20 09:16:31 -08:00
organization_service.go fix(http): improve error handling and response to api consumer for org service 2020-02-04 09:43:51 -08:00
passwords.go chore: refactor password service to provide userID instead of name 2019-11-20 09:16:31 -08:00
scraper_target.go feat(influxdb): add scraper filter 2019-04-25 11:33:34 -04:00
secret.go feat(http): add secret service 2020-02-07 15:54:28 -05:00
session.go Fix typos in miscellaneous packages 2019-04-17 13:30:22 -07:00
source.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
telegraf.go feat(http): add functionality to retrieve/store telegraf config as toml (#16132) 2019-12-20 14:20:13 -07:00
user_resource_mapping_service.go fix(kv): delete authorization from correct index bucket (#16835) 2020-02-12 18:36:45 +00:00
user_service.go fix(kv): push down org ID to skip in delete URM (#16841) 2020-02-12 14:33:57 -06:00
util.go chore(http): refactor http layer to be able to encode/decode influxdb.ID's safely 2019-12-13 09:46:01 -08:00
variable.go fix(kv): remove normalizing of variables names to downcase 2020-01-07 09:36:40 -08:00