influxdb/kv
Michael Desa 2687b7fd61
feat(influxdb): add support for templates
feat(influxdb): add generic store for documents

feat(influxdb): support authorizations in document store

feat(influxdb): support orgs in user resource mapping

feat(influxdb): add read-only included field on documents

feat(influxdb): add labels support to documents service

fix(influxdb): rename data field to content on documents

feat(influxdb): add with org id options for document store

feat(http): add templates swagger

feat(influxdb): add documentation to document options

doc(kv): add documentation for kv document store

test(kv): pull document tests in to the testing package

fix(http): fix swagger specification of templates endpoints
2019-03-06 13:18:31 -08:00
..
auth.go feat(kv): implemented key/value store with end-to-end integration tests 2019-02-19 17:47:19 -06:00
auth_test.go feat(kv): implemented key/value store with end-to-end integration tests 2019-02-19 17:47:19 -06:00
bucket.go fix(testing): update bucket update uniqueness 2019-03-06 10:17:56 -05:00
bucket_test.go feat(kv): implemented key/value store with end-to-end integration tests 2019-02-19 17:47:19 -06: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 Merge pull request #12102 from zhulongcheng/empty-op-log 2019-02-25 11:49:01 -06:00
dashboard_test.go feat(kv): implemented key/value store with end-to-end integration tests 2019-02-19 17:47:19 -06:00
document.go feat(influxdb): add support for templates 2019-03-06 13:18:31 -08:00
document_test.go feat(influxdb): add support for templates 2019-03-06 13:18:31 -08:00
kv_test.go feat(kv): implemented key/value store with end-to-end integration tests 2019-02-19 17:47:19 -06:00
kvlog.go feat(kv): implemented key/value store with end-to-end integration tests 2019-02-19 17:47:19 -06:00
kvlog_test.go feat(kv): implemented key/value store with end-to-end integration tests 2019-02-19 17:47:19 -06:00
label.go feat(influxdb): add support for templates 2019-03-06 13:18:31 -08:00
label_test.go feat(kv): implemented key/value store with end-to-end integration tests 2019-02-19 17:47:19 -06: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 feat(kv): implemented key/value store with end-to-end integration tests 2019-02-19 17:47:19 -06:00
onboarding.go feat(kv): implemented key/value store with end-to-end integration tests 2019-02-19 17:47:19 -06:00
onboarding_test.go feat(kv): implemented key/value store with end-to-end integration tests 2019-02-19 17:47:19 -06:00
org.go Merge pull request #12102 from zhulongcheng/empty-op-log 2019-02-25 11:49:01 -06:00
org_test.go feat(kv): implemented key/value store with end-to-end integration tests 2019-02-19 17:47:19 -06:00
passwords.go feat(kv): implemented key/value store with end-to-end integration tests 2019-02-19 17:47:19 -06:00
passwords_test.go feat(kv): implemented key/value store with end-to-end integration tests 2019-02-19 17:47:19 -06:00
scrapers.go feat(kv): implemented key/value store with end-to-end integration tests 2019-02-19 17:47:19 -06:00
scrapers_test.go feat(kv): implemented key/value store with end-to-end integration tests 2019-02-19 17:47:19 -06:00
secret.go feat(kv): implemented key/value store with end-to-end integration tests 2019-02-19 17:47:19 -06:00
secret_test.go feat(kv): implemented key/value store with end-to-end integration tests 2019-02-19 17:47:19 -06:00
service.go feat(influxdb): add support for templates 2019-03-06 13:18:31 -08:00
session.go feat(kv): implemented key/value store with end-to-end integration tests 2019-02-19 17:47:19 -06:00
session_test.go feat(kv): implemented key/value store with end-to-end integration tests 2019-02-19 17:47:19 -06:00
source.go feat(kv): implemented key/value store with end-to-end integration tests 2019-02-19 17:47:19 -06:00
source_test.go feat(kv): implemented key/value store with end-to-end integration tests 2019-02-19 17:47:19 -06:00
store.go feat(kv): implemented key/value store with end-to-end integration tests 2019-02-19 17:47:19 -06:00
telegraf.go feat(kv): implemented key/value store with end-to-end integration tests 2019-02-19 17:47:19 -06:00
telegraf_test.go feat(kv): implemented key/value store with end-to-end integration tests 2019-02-19 17:47:19 -06:00
unique.go feat(kv): implemented key/value store with end-to-end integration tests 2019-02-19 17:47:19 -06:00
urm.go feat(kv): make user owner of org/dashboard on create 2019-02-22 14:04:01 -05:00
urm_test.go feat(kv): implemented key/value store with end-to-end integration tests 2019-02-19 17:47:19 -06:00
user.go fix(http): return an empty list of operation logs if not found 2019-02-22 14:18:13 +08:00
user_test.go feat(kv): implemented key/value store with end-to-end integration tests 2019-02-19 17:47:19 -06:00
variable.go feat(kv): implemented key/value store with end-to-end integration tests 2019-02-19 17:47:19 -06:00
variable_test.go feat(kv): implemented key/value store with end-to-end integration tests 2019-02-19 17:47:19 -06:00