Sean Brickley
652f5c9f4c
chore(lsp): Upgrade flux-lsp-browser to v0.5.29
2021-01-25 16:53:22 -05:00
Daniel Moran
3be8e498b4
fix(cmd/influx): respect --skip-verify in `influx query` ( #20578 )
2021-01-25 11:15:51 -08:00
Daniel Moran
ebd37c8b9a
fix(kv): log migration events at debug level to avoid spam ( #20572 )
2021-01-25 10:34:59 -08:00
Jonathan A. Sternberg
f6669f7512
feat(internal/cmd): add internal command for influxdb flux test harness ( #20508 )
...
The internal command can be used to execute flux tests using the same
internals as the `flux test` command, but it will invoke these tests
against a test influxdb instance that is launched in-process.
2021-01-25 10:31:23 -06:00
Daniel Moran
10fcc2bf1d
fix(influxql): set correct Content-Type on v1 query responses ( #20565 )
2021-01-22 07:31:52 -08:00
Adrian Thurston
52da4020f8
chore(flux): update Flux to v0.101.0 ( #20554 )
2021-01-21 12:30:51 -08:00
Daniel Moran
e77c4670d6
feat(cmd/influxd): add `nats-max-payload-bytes` config option to influxd ( #20564 )
2021-01-20 12:44:43 -08:00
Daniel Moran
d8a4b4d6cb
feat(cmd/influxd): add `nats-port` config option to influxd server ( #20561 )
2021-01-20 10:53:56 -08:00
Sean Brickley
a15c04173c
chore(ui): Update flux-lsp-browser to v0.5.28
2021-01-19 17:55:25 -05:00
Daniel Moran
c62d3f2d8d
fix(cmd/influxd): prevent panic on upgrade with V1 users and no V1 conf ( #20548 )
2021-01-19 13:26:44 -08:00
Daniel Moran
e970aae778
feat(cmd/influxd): add `print-config` subcommand to support automation ( #20524 )
2021-01-19 12:34:12 -08:00
Daniel Moran
1d3fa70928
fix(influxql): Prevent extra output row from GROUP BY crossing DST boundary ( #20539 )
...
Co-authored-by: davidby-influx <dbyrne@influxdata.com>
2021-01-19 08:33:24 -08:00
Daniel Moran
743aef4a98
fix(tsdb): allow backups during snapshotting, and don't leak tmp files ( #20527 )
...
Co-authored-by: davidby-influx <dbyrne@influxdata.com>
2021-01-18 19:02:26 -08:00
Daniel Moran
4239d037d6
fix(kit/cli): fix loading of .yml config files ( #20522 )
2021-01-15 17:04:20 -08:00
Daniel Moran
fdc0fdb92b
feat(cmd/influxd): add --overwrite-existing-v2 flag to influxd upgrade ( #20473 )
2021-01-15 08:20:48 -08:00
Palakp41
c797cc17ec
Merge pull request #20513 from influxdata/update-changelog-geo
...
chore: Update changelog to include geo widget changes
2021-01-13 12:11:29 -08:00
Palak Bhojani
a08ab7d41f
chore: Update changelog to include geo widget changes
2021-01-13 11:24:51 -08:00
Palakp41
0e077f4c65
Merge pull request #19811 from dubsky/feat/geo-widget-backend
...
feat(geo-widget): backend storage implementation for geo widget
2021-01-13 10:59:27 -08:00
Daniel Moran
7827a118a6
Merge branch 'master' into feat/geo-widget-backend
2021-01-13 10:29:19 -08:00
Daniel Moran
f78bb33ba9
build: add guards against using secrets in forked PR builds ( #20506 )
2021-01-13 09:39:05 -08:00
Ivan Kudibal
f8452d515d
Merge branch 'master' into feat/geo-widget-backend
2021-01-13 18:17:04 +01:00
Daniel Moran
78af2e7317
fix(kit/cli): don't ignore failures to mark CLI options as required ( #20490 )
2021-01-13 07:25:16 -08:00
Daniel Moran
e1d8401160
build: adjust emulator setup and ordering for Docker cross-build ( #20503 )
...
* Reduce cache usage across job types (I saw weird errors about files missing from paths in the GOCACHE)
* Split our Dockerfile into multiple stages, with all `RUN` commands in the 1st stage
* Uninstall any system-provided emulators before installing the recommended `binfmt` QEMU
* Move our Docker setup to the front of the cross-build steps
* Build the 1st stage of our Docker immediately after setting up the cross-builder, to fail fast on any issues
2021-01-12 10:41:13 -08:00
dubsky
ba33d29b82
Merge branch 'master' into feat/geo-widget-backend
2021-01-12 08:18:48 +01:00
Daniel Moran
9493afb46e
build: rewrite our CI/CD pipeline to make ARM64 docker build work ( #20484 )
2021-01-11 15:01:09 -08:00
Sean Brickley
c28b5f94e7
chore(ui): Upgrade flux-lsp-browser to v0.5.27
2021-01-11 17:01:40 -05:00
Daniel Moran
1fa321d85c
fix: inject more specific error message for bolt on shared FS ( #20489 )
2021-01-11 13:08:47 -08:00
Ivan Kudibal
4e60fdfe29
Merge branch 'master' into feat/geo-widget-backend
2021-01-11 20:09:22 +01:00
Paul Hummer
1bae673063
Merge pull request #20488 from influxdata/flux-staging/v0.100.1
...
build(flux): update Flux to v0.100.1
2021-01-11 10:58:44 -07:00
Paul Hummer
275952aac4
build(flux): update Flux to v0.100.1
2021-01-11 09:01:41 -07:00
dubsky
a22b4e11ec
Merge branch 'master' into feat/geo-widget-backend
2021-01-08 15:16:43 +01:00
Paul Hummer
e377407304
Merge pull request #20469 from influxdata/flux-staging/v0.100.0
...
build(flux): update Flux to v0.100.0
2021-01-07 12:31:23 -07:00
Paul Hummer
bc5f37f6ae
build(flux): update Flux to v0.100.0
2021-01-07 12:02:10 -07:00
Daniel Moran
c708eea118
fix(dbrp): improve DBRP API validation errors ( #20409 )
2021-01-07 09:08:06 -08:00
Daniel Moran
defac1b9d1
build: fix goreleaser setup and release jobs ( #20465 )
2021-01-07 08:06:12 -08:00
Daniel Moran
30306e5b10
fix(cmd/influxd): improve `influxd upgrade` logging, and require manual confirmation of data copy ( #20440 )
2021-01-07 07:34:48 -08:00
Daniel Moran
52692ba7d4
build: extend goreleaser to produce multi-arch docker builds ( #20449 )
2021-01-06 16:33:44 -08:00
Daniel Moran
d05a79d13d
fix: ignore a harmless error to avoid a confusing log message ( #20448 )
2021-01-06 08:00:51 -08:00
Daniel Moran
79d349d543
build: fix cache key used by godeps job ( #20451 )
2021-01-05 15:53:49 -08:00
Daniel Moran
c4c29ec08f
chore: remove references to chronograf ( #20392 )
2021-01-05 07:46:58 -08:00
Daniel Moran
1494840fb9
fix(http): don't return 500 errors for partial writes ( #20442 )
2021-01-05 07:06:25 -08:00
Daniel Moran
ab87c23be6
build(ui): fix report generation & collection for JS tests ( #20414 )
2020-12-23 13:10:06 -08:00
Daniel Moran
6b4bde68fa
test: bump & add timeouts in executor tests to avoid flaky failures ( #20413 )
2020-12-23 11:55:45 -08:00
Daniel Moran
7f3f562b67
test: bump timeouts and retry counts to try fixing flaky test failures. ( #20412 )
2020-12-23 11:12:11 -08:00
Daniel Moran
9aefa6f868
fix(tsdb): never use an inmem index ( #20313 )
...
And fix the logging setup for the TSDB storage engine
2020-12-23 07:46:57 -08:00
Daniel Moran
9b8c81c49c
build: clean up our CircleCI configs ( #20397 )
...
* Delete unused configs
* Delete unused test steps
* Reorder our main config file to start with top-level pipelines, and to group conceptually-related jobs
* Introduce new jobs to pull dependencies, to reduce duplicated work across test/lint/build steps
* Rename our caches to bust our current huge sizes
* Use unique names for caches per-step, to avoid conflicts
* Fix result collection for JS tests
2020-12-22 12:38:30 -08:00
dubsky
fb8def2df2
Merge branch 'master' into feat/geo-widget-backend
2020-12-22 12:59:03 +01:00
Daniel Moran
ade300839e
refactor: simplify how we set the top-level influxd logger ( #20374 )
2020-12-22 12:16:50 +01:00
Daniel Moran
c67ecc4641
fix: don't duplicate text in task errors ( #20380 )
2020-12-22 12:16:50 +01:00
Daniel Moran
a9e0e5a624
fix(cmd/influx): improve CLI error returned on org-not-found ( #20387 )
2020-12-22 12:16:50 +01:00