influxdb/cmd
Adrian Thurston 37ef9d2791
fix: use fluxinit package to init flux library instead of builtin ()
* fix: use fluxinit package to init flux library instead of builtin

The builtin package performs costly initialization work in the go init()
function, which causes the work to be performed for all paths of the main
executables that need it, including help screens. This patch uses the fluxinit
package, which requires a call to do the costly work. It allows help screens
and other code paths to execute quickly.

* fix: need to draw in the influxdb-specific standard library in fluxinit
2020-11-03 13:07:41 -08:00
..
chronograf-migrator chore(query): use dbrp v2 service in flux influx.v1 dependencies () 2020-08-12 11:08:25 +01:00
influx chore: Use new authorization client 2020-11-02 08:28:22 -07:00
influx_inspect chore(influxdb): Placate the linter. 2020-08-27 15:46:32 -04:00
influxd fix: use fluxinit package to init flux library instead of builtin () 2020-11-03 13:07:41 -08:00
internal feat(upgrade): upgrade command basic skeleton 2020-10-01 08:06:42 -07:00
telemetryd refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00