influxdb/services/storage
davidby-influx ce40acb298
feat: partial /v2/api/buckets support: create, delete, list, retrieve, update (#23284)
Partially implements the /v2/api/buckets
POST for create a bucket
DELETE for deleting a bucket
GET for listing buckets
GET for retrieving one bucket
PATCH for modifying a bucket

See here for API details:
https://docs.influxdata.com/influxdb/cloud/api/#tag/Buckets
2022-04-21 16:36:19 -07:00
..
context.go feat(flux): Optional query parameter to limit Flux query to single node 2018-11-21 15:51:52 -07:00
gen.go build: upgrade protobuf library (#22606) 2021-10-15 11:42:47 -05:00
predicate_influxql.go fix(storage): Update predicate key mapping to match 2.x behavior 2019-04-05 12:14:20 -07:00
predicate_test.go build: upgrade protobuf library (#22606) 2021-10-15 11:42:47 -05:00
series_cursor.go fix(services/storage): multi measurement queries return all applicable series (#19592) (#20934) 2021-03-12 16:34:14 -05:00
series_cursor_test.go Upgrade flux to the latest version and remove the platform dependency 2019-04-04 10:55:09 -05:00
source.pb.go build: upgrade protobuf library (#22606) 2021-10-15 11:42:47 -05:00
source.proto build: upgrade protobuf library (#22606) 2021-10-15 11:42:47 -05:00
store.go feat: partial /v2/api/buckets support: create, delete, list, retrieve, update (#23284) 2022-04-21 16:36:19 -07:00