influxdb/pkg
Johnny Steenbergen a6e768dc7c chore: refactor notication endpoints to make a service out of notification endpoints
this is a blocker for anyone who hits the endpoint services internally. They
had to know that they need to also know of hte secret service then do all that
put/delete alongside the operation. This makes that unified inside the store tx.

one other thing this does is make obvious the dependencies that
notification services has. In this case it is the secrets service it
depends on.
2019-12-17 10:49:06 -08:00
..
binaryutil Initial import pkg package 2018-10-01 12:03:20 +01:00
bloom chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
bytesutil chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
data/gen feat(gen): Add Copy(tsdb.<type>Array) method to Values 2019-08-16 10:33:41 -07:00
encoding/simple8b Fix typos in miscellaneous packages 2019-04-17 13:30:22 -07:00
escape chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
estimator Fix typos in miscellaneous packages 2019-04-17 13:30:22 -07:00
fs test(fs_test): update readability of fs API tests 2019-07-25 10:09:52 -07:00
httpc feat(httpc): extend httpc Client with JSON shorthand methods 2019-12-12 07:44:31 -08:00
jsonparser chore(vendor): Add jsonparser dependency for filter predicates 2019-11-22 10:34:20 -07:00
lifecycle tsi1: partition close deadlock 2019-04-22 09:06:32 -06:00
limiter fix(storage): guard against compaction burst throughput limit (#14985) (#15101) 2019-09-11 07:46:33 -07:00
metrics chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
mmap chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
pointer Fix typos in miscellaneous packages 2019-04-17 13:30:22 -07:00
pool chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
rhh perf(storage): memoize hashmap prom labels 2019-08-13 11:28:51 +01:00
slices chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
snowflake Initial import pkg package 2018-10-01 12:03:20 +01:00
testing/assert chore(gen): Add ingen generator data structures to platform for reuse 2018-12-11 17:45:57 -07:00
testttp chore: refactor notication endpoints to make a service out of notification endpoints 2019-12-17 10:49:06 -08:00