Dane Strandboge
|
82d1123e78
|
build: upgrade to Go 1.18.1 (#23252)
|
2022-04-13 15:24:27 -05:00 |
Daniel Moran
|
91d59d9588
|
fix(upgrade): ensure query config written by `influxd upgrade` is valid (#21321)
* test: refactor upgrade test to cover the config upgrade
* fix: ensure upgraded query config is valid
|
2021-04-28 15:41:44 -04:00 |
Daniel Moran
|
25738db42c
|
feat(http): allow for disabling pprof (#20827)
And translate pprof-enabled config during upgrade
|
2021-03-04 09:28:03 -05: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
|
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
|
632e8f11ed
|
fix(cmd/influxd): don't validate unused paths in `upgrade` (#20052)
|
2020-11-17 00:38:53 -05:00 |
Daniel Moran
|
b643482c45
|
fix(upgrade): use 10 instead of MaxInt when rewriting query-concurrency (#19959)
|
2020-11-09 19:00:30 -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
|
040f5b208a
|
fix: replace 0 with MaxInt when upgrading query-concurrency (#19930)
|
2020-11-09 12:01:09 -05: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 |
Ales Pour
|
6a43939546
|
fix: proper default 2.x config filename
|
2020-10-20 08:03:34 -07:00 |
Ales Pour
|
2b828c5b8c
|
fix: fallback to user's home
|
2020-10-19 12:35:58 -07:00 |
Ales Pour
|
1e4650913d
|
feat(upgrade): upgrade config file
|
2020-10-02 12:01:35 -07:00 |