influxdb/bolt
Jade McGough 8a1d7ba1ba
Labels v2 (#11198)
* WIP first-class endpoint for labels

* WIP

* WIP

* add all the boilerplate

* fix boltdb

* fix http label test

* fix test

* WIP

* fix test failures

* reenable all tests

* add failing test for label mappings

* add label mapping bolt bucket

* implement resource -> label mapping fn

* add inmem label mapping

* delete label mappings

* remove unused stuff

* add missing functions

* add POST endpoint for labels

* add GET route for label

* delete label endpoint

* add label patch endpoint

* remove commented code

* add label service to api handler

* update comment

* add FindLabelByID test

* use platform.Error

* change path name

* formatting

* remove label patch from swagger

* avoid potential orphaned mapping bug

* guard against creating label mappings from nonexistent labels

* update swagger

* update swagger

* update swagger

* fix swagger indentation

* update swagger
2019-01-18 11:03:36 -08:00
..
authorization.go fix(influxdb): add org id to permissions 2019-01-11 12:23:28 -05:00
authorization_test.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
basic_auth_service.go fix(http): convert user errors 2018-12-11 20:11:26 -05:00
basic_auth_service_test.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
bbolt.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
bbolt_test.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
bucket.go Labels v2 (#11198) 2019-01-18 11:03:36 -08:00
bucket_test.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
dashboard.go Labels v2 (#11198) 2019-01-18 11:03:36 -08:00
dashboard_test.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
keyvalue_log.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
keyvalue_log_test.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
kv.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
kv_test.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
label.go Labels v2 (#11198) 2019-01-18 11:03:36 -08:00
label_test.go Labels v2 (#11198) 2019-01-18 11:03:36 -08:00
lookup_service.go fix(influxdb): change resource to resource type 2019-01-15 12:57:57 -05:00
lookup_service_test.go fix(influxdb): change resource to resource type 2019-01-15 12:57:57 -05:00
macro.go chore(bolt): use platform.Error within ReplaceMacro and DeleteMacro methods 2019-01-15 20:39:41 +01:00
macro_test.go feat(bolt): org index for filtering macros 2019-01-15 20:39:41 +01:00
onboarding.go fix(influxdb): change resource to resource type 2019-01-15 12:57:57 -05:00
onboarding_test.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
organization.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
organization_test.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
scraper.go add(gather): add writer interface 2019-01-11 13:09:18 -05:00
scraper_test.go add(gather): add writer interface 2019-01-11 13:09:18 -05:00
secret.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
secret_test.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
session.go feat(influxdb): add authorization for user actions 2019-01-17 16:05:24 -05:00
session_test.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
source.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
source_test.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
telegraf.go fix(influxdb): change resource to resource type 2019-01-15 12:57:57 -05:00
telegraf_test.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
user.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
user_resource_mapping.go fix(influxdb): change resource to resource type 2019-01-15 12:57:57 -05:00
user_resource_mapping_test.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
user_test.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
view.go fix(influxdb): change resource to resource type 2019-01-15 12:57:57 -05:00
view_test.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00