influxdb/inmem
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
..
auth_service.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
auth_test.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
basic_auth.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
basic_auth_test.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
bucket_service.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
dbrp_mapping_service.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
dbrp_mapping_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_service.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(testing): test macro by org 2019-01-15 20:39:41 +01:00
macro_test.go feat(inmem): filter macros by organization ID 2019-01-15 20:39:41 +01:00
onboarding.go fix(influxdb): add org id to permissions 2019-01-11 12:23:28 -05:00
onboarding_test.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
organization_service.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 chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
service.go Labels v2 (#11198) 2019-01-18 11:03:36 -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_resource_mapping_service.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_service.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 chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
view_test.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00