Commit Graph

2831 Commits (78af2e7317ac23cc0ffe97b643a9f2772302db34)

Author SHA1 Message Date
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 1fa321d85c
fix: inject more specific error message for bolt on shared FS (#20489) 2021-01-11 13:08:47 -08:00
Daniel Moran c708eea118
fix(dbrp): improve DBRP API validation errors (#20409) 2021-01-07 09:08:06 -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 1494840fb9
fix(http): don't return 500 errors for partial writes (#20442) 2021-01-05 07:06:25 -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 1b48c32b43
fix: don't duplicate text in task errors (#20380) 2020-12-21 10:21:26 -08:00
Daniel Moran 68f4df204f
fix(cmd/influx): improve CLI error returned on org-not-found (#20387) 2020-12-21 08:44:50 -08:00
Daniel Moran 6ed1922681
fix: don't use a finished context for graceful shutdown (#20355) 2020-12-16 18:56:21 -08:00
Greg 0a28e7be99
fix(cli): don't overwrite stack name/desc on stack update (#20362) 2020-12-16 18:09:22 -07:00
Daniel Moran b5bbc503a0
fix(onboarding): don't ignore failures to set initial password (#20317) 2020-12-16 06:43:43 -08:00
Daniel Moran c99eaee5ec
fix: ensure init.d-style install sees our default environment variables (#20349) 2020-12-15 18:15:00 -08:00
Daniel Moran a16f2a0dee
fix: adjust post-install logic to only display upgrade notice when needed (#20348) 2020-12-15 15:12:23 -08:00
Daniel Moran 37ffc4bde9
fix: add upgrade helper script to nfpms manifest (#20339) 2020-12-15 13:09:05 -08:00
Daniel Moran 08009d1d3e
chore: update CHANGELOG to reflect final diff from 2.0.3 (#20331) 2020-12-14 16:33:51 -08:00
Phillip Steinbachs be1e7a429b fix: Improve v2 packaging 2020-12-14 14:41:48 -08:00
Phillip Steinbachs f896a49ec5 fix: Improve v2 packaging 2020-12-14 14:41:48 -08:00
Daniel Moran ccbaf4e883
build: add ARM64 support to release (#20260)
* Create Dockerfile for running build & release in CI
* Update CircleCI config to use new Docker image
* Update goreleaser to add a linux ARM64 release
2020-12-10 13:03:45 -05:00
Ben Johnson 7dafc2cf34 feat(tsdb): Implement delete with predicate. 2020-12-02 14:55:02 -07:00
Adrian Thurston e0543e6e3a
fix: various improvements to setup command (#20155)
When checking for existing configs, check the length of the array after
parsing. There could be an empty config file present.

If --name was specified then use that as the configuration name, regardless of
whether or not there are existing configs.

Allow a 0 (infinite) retention to be specified with --retention when in
interactive mode.


Co-authored-by: Dan Moran <dmoran@influxdata.com>
2020-12-02 10:39:56 -05:00
Daniel Moran 1329a22099
chore: update CHANGELOG (#20219) 2020-12-01 12:53:20 -05:00
Daniel Moran 5fa60878d9
feat(cmd/influx): add hints to ID-related errors in DBRP CLI commands (#20204) 2020-12-01 10:52:54 -05:00
Daniel Moran 5b29ef7060
fix(v1): optimize shard lookup in groups containing only one shard (#20201)
Co-authored-by: Yun Zhao <zhaoyun2316@gmail.com>
2020-11-30 15:16:03 -05:00
Daniel Moran bac5515a0a
fix(kv): add KV migration to repair DBRP mappings broken by schema change (#20168) 2020-11-25 12:49:45 -05:00
Dan Moran 295d89ba22 fix: limit query queue size to an int32 to avoid panic 2020-11-24 13:36:27 -05:00
Dan Moran d026281652 chore: update CHANGELOG 2020-11-24 13:36:27 -05:00
Stuart Carnie 389118c100 chore: Update CHANGELOG.md 2020-11-24 10:28:00 +11:00
Dan Moran 00a91ad22f chore: update CHANGELOG 2020-11-23 14:51:37 -05:00
Tristan Su cae14176aa
fix(models): grow tag index buffer if needed (#20137) 2020-11-23 14:06:12 -05:00
Daniel Moran 89764adabd
feat(cmd/influxd): use a better default for upgraded V2 config, and allow users to override it (#20110) 2020-11-23 13:05:48 -05:00
Daniel Moran cfca0cc85f
feat(cmd/influx): allow for setting v1 passwords via CLI args (#20123) 2020-11-20 15:09:23 -05:00
Daniel Moran fdbc808ba5
chore: bring CHANGELOG up to date after 2.0.2 release. (#20103) 2020-11-19 17:32:44 -05:00
Daniel Moran bd60f3d288
fix: revert changes to API page-sizes (#20093) 2020-11-18 13:33:49 -05:00
J. Emrys Landivar 1788b47c39
Merge pull request #20091 from influxdata/DBRPmatchswagger
fix(api): make the dbrp api match the swagger spec
2020-11-18 12:32:42 -06:00
docmerlin (j. Emrys Landivar) 2b6ff95637 chore: update changelog 2020-11-18 11:48:09 -06:00
docmerlin (j. Emrys Landivar) 6eec397ea3 chore: update changelog 2020-11-17 17:06:29 -06:00
Daniel Moran 71f8de3b98
fix(http/legacy): filter on Default=true when no RP given in V1 write (#20074) 2020-11-17 16:04:50 -05:00
Daniel Moran 1e324b6a63
fix(cmd/influxd): remove internal subcommands of `upgrade` from help text (#20076) 2020-11-17 15:37:43 -05:00
J. Emrys Landivar 478d25e774
feat(cmd/influx): Add DBRP cli commands as `influx v1 dbrp` (#20067)
Co-authored-by: Dan Moran <dmoran@influxdata.com>
2020-11-17 15:14:55 -05:00
Cole Mackenzie 6303937b93 fix: Allow self signed certificates to ScraperTarget (#20047)
Co-authored-by: Daniel Moran <danxmoran@gmail.com>
2020-11-17 13:35:41 -05:00
Stuart Carnie 502ee78b40 chore: Update CHANGELOG.md 2020-11-17 12:06:33 -05:00
Stuart Carnie 51d0523918 chore: Update CHANGELOG.md 2020-11-17 09:17:28 +11:00
Daniel Moran b732f3663c
feat(cmd/influxd): export 1.x continuous queries as part of upgrade (#20039) 2020-11-16 16:37:47 -05:00
Daniel Moran 693d153195
feat(cmd/influxd): warn if auth wasn't enabled and users were upgraded (#20036) 2020-11-16 09:05:40 -05:00
Daniel Moran 4efb8515b8
fix(cmd/influxd): validate all input paths to `upgrade` up-front (#20012) 2020-11-13 09:25:57 -05:00
Daniel Moran 518098e4f3
fix(cmd/influxd): suggest running with -h on error instead of printing usage (#19995) 2020-11-11 16:37:36 -05:00
Ben Johnson b5f127597a fix: Use --skip-verify flag for backup/restore CLI command.
This commit passes the `--skip-verify` flag to the underlying HTTP
client in for the `BackupService` & `RestoreService`.
2020-11-11 12:54:22 -07:00
Daniel Moran 15b9531273
fix: correct various typos (#19987)
Co-authored-by: kumakichi <xyesan@gmail.com>
2020-11-11 13:54:21 -05:00
Daniel Moran b9fc93eb85
chore: sync CHANGELOG from 2.0.1 (#19988) 2020-11-11 12:16:45 -05:00