influxdb/mock
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
basic_auth.go test(http): add signin test 2018-09-27 15:44:47 -04:00
bucket_service.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
dashboard_service.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
dbrp_mapping.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
generators.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
lookup_service.go fix(influxdb): change resource to resource type 2019-01-15 12:57:57 -05:00
macro_service.go chore(mock): macro mock is a macro service again 2019-01-15 20:39:41 +01:00
nats.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
nats_test.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
onboarding_service.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
operation_log_service.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
org_service.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
paging.go add tests for paging 2018-12-09 22:49:10 +08:00
points_writer.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
proto.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
proxy_query_service.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
retention_service.go Initial Retention Service 2018-10-10 15:39:27 +01:00
scraper_service.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
secret_service.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
session_service.go feat(http): add renew session 2019-01-16 11:07:35 -05:00
source_service.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
storage_reads.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
task_service.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
telegraf_service.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
user_resource_mapping_service.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
view_service.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
write_service.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00