influxdb/query/promql
Adrian Thurston 30ad7281aa
refactor: replace builtin package with fluxinit/static () ()
A static initialization is not desirable in the main binaries, as it forces all
paths of code to init, but it is still useful in tests. It allows static
intialization to be performed once for all tests and eliminates the need to
always add the FluxInit call. Added a fluxinit/static package that calls
fluxinit.FluxInit() to replace the builtin package. This hides the nature of
the initialization and makes it clear that it is mandatory initialization code
getting called.
2020-11-05 16:54:28 -08:00
..
internal/promqltests refactor: replace builtin package with fluxinit/static () () 2020-11-05 16:54:28 -08:00
Makefile chore(Makefile): add target to check generated files are accurate 2018-12-18 12:54:17 -07:00
gen.go refactor: modify tooling to take advantage of go run 2018-10-15 11:01:27 -05:00
promql.go fix(promql): synch generated code 2019-06-03 17:47:59 +02:00
promql.peg fix(promql): synch generated code 2019-06-03 17:47:59 +02:00
query.go Ensure error strings not capitalised ST1005 2018-11-30 10:54:24 +00:00
query_test.go feat: upgrade Flux to v0.83.2 () 2020-09-16 17:59:15 -07:00
types.go feat: upgrade Flux to v0.83.2 () 2020-09-16 17:59:15 -07:00
unicode.go refactor: Migrate query package to influxdata/flux repository 2018-09-06 11:13:48 -07:00