influxdb/storage
Stuart Carnie 869068de69
fix(reads): Ensure storage resources are cleaned
Move variable declarations outside the for loops and use nil
to test for resource ownership. defer function tests for nil and
will close resource.
2018-10-31 11:04:47 -07:00
..
reads fix(reads): Ensure storage resources are cleaned 2018-10-31 11:04:47 -07:00
readservice (feat/query): implement a buckets() source function that retrieves all buckets and retention policy information for the active organization. (#1045) 2018-10-17 10:21:39 -04:00
config.go Schedule retention enforcer from within engine 2018-10-10 15:45:26 +01:00
engine.go Merge pull request #1170 from zhulongcheng/rm-index 2018-10-30 11:10:54 +00:00
engine_test.go chore: refactor reads service and make it consumable externally 2018-10-09 09:51:13 -06:00
metrics.go Integrate Retention metrics 2018-10-10 15:40:08 +01:00
points_writer.go Integrate WAL into engine 2018-10-05 12:44:27 +01:00
retention.go fix(storage/retention): change from string to platform.ID 2018-10-11 09:54:19 -05:00
retention_test.go fix(storage/retention): change from string to platform.ID 2018-10-11 09:54:19 -05:00
series_cursor.go chore(fmt): update formating with make fmt 2018-10-30 07:40:28 -05:00