Commit Graph

2811 Commits (e0543e6e3ada0a8efced9d1eef06d9c07cec0c71)

Author SHA1 Message Date
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
Daniel Moran d8e7de93cc
fix: check write permission in legacy write path (#19980) 2020-11-10 18:41:50 -05:00
alespour 2982701d01
fix(upgrade): add log-level CLI option (#19967)
Co-authored-by: Daniel Moran <danxmoran@gmail.com>
2020-11-10 17:23:29 -05:00
alespour c4eb6290f0
fix(upgrade): check for existing 2.x CLI configs file during upgrade (#19969)
Co-authored-by: Daniel Moran <danxmoran@gmail.com>
2020-11-10 16:42:51 -05:00
alespour 63974e8fe7
fix(upgrade): remove obsolete unused option (influx-command-path) (#19972) 2020-11-10 15:37:38 -05:00
Stuart Carnie 6b27a5bff3 chore: Update CHANGELOG.md 2020-11-10 11:53:34 +11:00
Daniel Moran 3317ea0644
fix: enable write-only users to pass auth checks in the V1 API (#19945) 2020-11-09 18:10:35 -05:00
alespour 07e009c616
fix(upgrade): create CLI configs (#19937)
Co-authored-by: docmerlin (j. Emrys Landivar) <landivar@gmail.com>
Co-authored-by: Daniel Moran <danxmoran@gmail.com>
2020-11-09 17:43:28 -05:00
Daniel Moran b4aa582750
fix(upgrade): use db/rp naming convention when upgrading DBs (#19952) 2020-11-09 17:19:04 -05:00
Stuart Carnie 4d7830c8e9 chore: Update CHANGELOG.md 2020-11-09 15:22:05 -05:00
Daniel Moran ee390ddfd3
fix: parsing of retention policy CLI args in `influx setup` and `influxd upgrade` (#19928) 2020-11-06 17:50:32 -05:00
Daniel Moran a89041b182
fix(cmd/influxd/upgrade): delete references to 'security script' in upgrade command (#19924) 2020-11-06 15:32:38 -05:00
Gershon Shif 0ae3df0f27
chore: update CHANGELOG for rc4 (#19913) 2020-11-05 17:27:37 -08:00
Russ Savage 6266dead45 chore: update changelog 2020-11-05 10:30:47 -08:00
Dan Moran a24df83de9 chore: update CHANGELOG 2020-11-03 12:37:50 -05:00
Stuart Carnie ef1ddae6c9 chore: Update CHANGELOG.md 2020-11-02 18:00:22 -07:00
Stuart Carnie 755221516c chore: Update CHANGELOG.md 2020-11-02 08:28:22 -07:00
Christopher M. Wolff 5a60488729
fix: make tagKeys and tagValues work for edge cases involving _field (#19856) 2020-10-30 10:37:08 -07:00
Gershon Shif f46a3bd91e
chore: Update CHANGELOG for rc3 (#19857) 2020-10-29 14:38:23 -07:00
Gershon Shif 79c0b9bc4a
chore: CHANGELOG updates for v2.0.0-rc.2 (#19795) 2020-10-21 15:33:03 -07:00
Greg 9ab10c8b6c
feat(cli): provide means to remove stack without confirmation (#19740) 2020-10-14 13:35:58 -06:00