influxdb/pkger
Johnny Steenbergen 51f1b73738 feat(pkger): speed up application of pkg with a touch of concurrency
governs the concurrency with a simple semaphore. Defaults to 5
concurrent reqs, anything greater, could put a lot of pressure
on the system as a whole (especially OSS/bolt store).
2019-12-06 18:15:35 -08:00
..
testdata feat(pkger): speed up application of pkg with a touch of concurrency 2019-12-06 18:15:35 -08:00
clone_resource.go feat(pkger): pkger to use updated dashboard params (#16142) 2019-12-06 11:13:06 -06:00
doc.go chore(pkger): fixing up the pkger parse error to respect the initial Error call 2019-11-21 17:37:14 -08:00
models.go feat(ui): added date/time format for graphs (#16148) 2019-12-06 12:03:55 -08:00
models_test.go fix(pkger): cleanup leftover bits from telegraf and label mapping misses 2019-12-06 08:51:32 -08:00
parser.go feat(pkger): add support for notification endpoints to parser 2019-12-06 10:40:11 -08:00
parser_test.go feat(pkger): speed up application of pkg with a touch of concurrency 2019-12-06 18:15:35 -08:00
service.go feat(pkger): speed up application of pkg with a touch of concurrency 2019-12-06 18:15:35 -08:00
service_test.go feat(pkger): speed up application of pkg with a touch of concurrency 2019-12-06 18:15:35 -08:00