Nathaniel Cook
ed01f5a16f
build(flux): update to Flux v0.43.1
2019-09-05 14:22:56 -06:00
Mark Rushakoff
91864a3afa
chore: upgrade editorconfig-checker
...
This avoids a module error in Go 1.13 from a poorly tagged transitive
test dependency that looks like:
gopkg.in/stretchr/testify.v1/assert: go.mod has non-....v1 module path
"github.com/stretchr/testify" at revision v1.4.0
2019-09-05 08:55:49 -07:00
Mark Rushakoff
c2f847299c
ci: use latest staticcheck
...
We were still referring to megacheck in tools.go; this confused
dependent projects also using staticcheck.
2019-09-04 16:34:45 -07:00
Nathaniel Cook
4cd136721c
build(flux): update to Flux v0.43.0
2019-09-04 13:01:08 -06:00
Nathaniel Cook
454003841a
build(flux): upgrade to Flux v0.42.0
...
Skips a test that requires special dependencies to pass.
2019-08-30 13:02:30 -06:00
Nathaniel Cook
3e16be7c14
build(flux): update to Flux v0.41.0
2019-08-26 16:46:17 -06:00
Nathaniel Cook
dfc28335ea
refactor(query/dependencies): update to new Flux dependencies defaults
2019-08-26 16:46:17 -06:00
Jonathan A. Sternberg
c7bbfbe293
refactor(notification): rename alerts package to monitor in flux ( #14788 )
2019-08-26 16:46:17 -06:00
Adam
fcfdd2b1ef
build(flux): update to latest flux master
2019-08-26 16:46:17 -06:00
Adam
945b68b8fd
fix(query): finish refactoring the repl and inject the secret service as a dependency
2019-08-26 16:46:17 -06:00
Adam
a91a8df501
build(flux): get latest flux
2019-08-26 16:46:17 -06:00
Nathaniel Cook
3c314a999c
build(flux): update to Flux v0.40.2
2019-08-22 13:11:13 -06:00
docmerlin (j. Emrys Landivar)
19fe098888
chore(ci): update go-tools
2019-08-22 10:55:05 -05:00
Nathaniel Cook
cfebb3b5a0
build(flux): update to Flux v0.40.1
2019-08-21 09:59:01 -06:00
Nathaniel Cook
402068cdac
build(flux): update to Flux v0.40.0
2019-08-21 09:59:01 -06:00
Nathaniel Cook
1b8ab3c2f2
fix(query): remove http.to and update test cases that used it
2019-08-21 09:59:01 -06:00
Christopher M. Wolff
c61646d0f4
feat(query/stdlib): add an experimental "to" function ( #14664 )
2019-08-21 09:59:01 -06:00
Nathaniel Cook
cd2bfb9b22
refactor(query/stdlib): update tests for new Flux test name conventions ( #14669 )
2019-08-21 09:59:01 -06:00
Christopher Wolff
92bb511982
chore: update to latest Flux
2019-08-21 09:59:01 -06:00
Nathaniel Cook
25d6de0ba8
build(flux): update Flux to v0.39.0
2019-08-13 13:54:34 -06:00
Lorenzo Affetti
bf4cddac15
chore: update Flux to v0.38.0
2019-08-06 12:48:04 +02:00
Christopher Wolff
3855ad9f33
chore: update Flux to v0.37.2
2019-07-24 12:57:37 -07:00
Christopher Wolff
63c0f40548
fix(query): use auth-wrapped org and bucket services for query
2019-07-19 20:02:53 -06:00
Nathaniel Cook
54ea9d94dd
chore(flux): update flux to v0.36.2
2019-07-12 11:15:58 -06:00
Nathaniel Cook
e59c72b245
fix(tests): update e2e tests for new flux executetest methods
2019-07-12 11:15:58 -06:00
Nathaniel Cook
c524953af1
chore: update flux to v0.36.1
2019-07-12 11:15:58 -06:00
Lorenzo Affetti
fc21859f41
chore: update Flux to v0.35.1
2019-07-03 18:34:55 +02:00
Nathaniel Cook
11a4b911b0
fix(query/influxql): use explicit mergeKey parameter
2019-07-03 09:48:31 -06:00
Adam
4faf2a24de
chore: update Flux to v0.34.2
2019-06-27 13:28:52 -04:00
Jonathan A. Sternberg
2c32826b72
deps: upgrade to flux v0.34.1 ( #14206 )
2019-06-26 11:31:45 -05:00
Jonathan A. Sternberg
9d91ac7a2c
deps: upgrade to flux v0.34.0 ( #14205 )
...
https://github.com/influxdata/flux/releases/tag/v0.34.0
2019-06-26 10:14:50 -05:00
Chris Goller
14e7daa6e4
fix client tracing propagation from doubly recording ( #14204 )
...
Closes #14203
* chore(vendor): update to opentracing 1.1.0
* fix(http): finish client span
* fix(http): remove extra span injection
2019-06-26 00:48:15 -05:00
Adam
1d84bf6516
fix(stdlib/testing): skip flaky test regexp_replaceAllString
2019-06-18 16:25:59 -04:00
Christopher Wolff
67236ea887
refactor(http): make http.Query use FluxCompiler when query is passed as text
2019-06-18 11:45:17 -07:00
Christopher Wolff
8800e40eef
chore: update Flux to v0.32.1
2019-06-10 10:54:55 -07:00
Jonathan A. Sternberg
c446421445
chore(flux): update to Flux v0.32.0
2019-06-06 11:26:44 -05:00
Jonathan A. Sternberg
65dabb0774
Merge branch 'master' into flux-staging
2019-06-06 11:22:04 -05:00
Giacomo Tirabassi
fd4d593e21
updated vault dependencies to own module ( #14045 )
2019-06-03 15:41:02 +02:00
Christopher Wolff
e19bcf235c
chore: update go.mod to point at latest flux master
2019-05-30 16:29:31 -07:00
Jonathan A. Sternberg
c560e27e1d
chore(flux): update to Flux v0.31.1 ( #14015 )
2019-05-29 15:48:23 -05:00
Mark Rushakoff
f904c92b5a
chore: add go directive to go.mod
...
As of golang/go#31960 , go1.13 (or tip) will always add the go directive
to go.mod. Add it now as go 1.12 so that we don't have churn later as
people start using 1.13, before we're ready to officially switch to
building influxdb with 1.13.
2019-05-29 09:09:32 -07:00
Jonathan A. Sternberg
ebdbc394fc
chore(flux): update to Flux v0.31.0 ( #14002 )
...
* refactor(storage/reads): update the table implementation for the interface change (#13994 )
* chore(flux): update to Flux v0.31.0
2019-05-28 17:24:26 -05:00
Nathaniel Cook
faa5fddf7b
Merge branch 'master' into flux-staging
2019-05-15 10:12:14 -06:00
Nathaniel Cook
bbf7a771c9
chore(flux): update to Flux v0.29.0
2019-05-15 10:03:48 -06:00
Robert-André Mauchin
5079314ab5
chore(dep): update kin-openapi to v0.2.0
...
The API slightly changed: LoadSwaggerFromYAMLData is now replaced
by LoadSwaggerFromData.
See: https://github.com/getkin/kin-openapi/pull/67
Signed-off-by: Robert-André Mauchin <zebob.m@gmail.com>
2019-05-15 00:23:32 +02:00
Adam
ae25f0c448
Merge remote-tracking branch 'origin/master' into flux-staging
2019-05-09 15:29:00 -04:00
Jacob Marble
aa5c77409d
backport: Fix open/close race in SeriesFile ( #13837 )
2019-05-08 11:39:24 -07:00
jlapacik
ccdd83422d
dep: update flux
2019-05-07 09:59:58 -07:00
Nathaniel Cook
7047172568
chore(dep): update to Flux v0.28.3
2019-05-01 09:45:53 -06:00
Jonathan A. Sternberg
9961969ff8
deps: update Flux to v0.28.2
2019-04-26 16:03:06 -05:00