vlastahajek
8763bb1af9
feat(upgrade): upgrade databases
2020-10-08 09:39:30 -07:00
Greg
8243eb8a03
fix(cli): workaround for cloud api to return a single telegraf config if specified ( #19695 )
2020-10-06 12:55:49 -06:00
Greg
fcb70c26d5
fix: add ability to define bucket to write to with a BucketFilter ( #19658 )
2020-10-05 15:05:49 -06:00
Pavel Závora
a8c7254281
Merge pull request #19660 from influxdata/19335/rate_limit
...
feat(cmd/influx/write): allow to limit write rate
2020-10-05 17:01:15 +02:00
Ales Pour
1e4650913d
feat(upgrade): upgrade config file
2020-10-02 12:01:35 -07:00
Pavel Zavora
f8ffcb8a65
feat(cmd/influx/write): specify --rate-limit as COUNT(B|kB|MB)/TIME(s|sec|m|min)
2020-10-02 05:07:37 +02:00
Pavel Zavora
b2a51593b3
feat(cmd/influx/write): allow to limit write rate
2020-10-02 02:31:49 +02:00
vlastahajek
999660ae2e
feat(upgrade): upgrade command basic skeleton
2020-10-01 08:06:42 -07:00
Greg
8fea0cdda6
fix(cli): don't accept short passwords in setup ( #19593 )
2020-09-29 16:28:10 -06:00
Stuart Carnie
1e5ed47a61
fix: Increase the default default line length to 16MB and add option
2020-09-29 13:44:18 -07:00
Stuart Carnie
78d0262217
fix: Remove incorrect implementation of delete APIs and disable HTTP API
...
This commit removes incorrect implementations of the `DeleteBucket`
and `DeleteBucketRangePredicate` APIs from the storage package,
which remained after the transition to the tsdb 1.x storage engine.
Secondly, this PR utilizes the `ENotImplemented` error code to inform
users which call the `/api/v2/delete`
2020-09-24 11:11:46 -07:00
greg linton
724de9d0d1
chore: fix typo in cli flag
2020-09-22 11:49:26 -06:00
greg linton
13cb2927bb
Merge branch 'master' into feat/18733
2020-09-21 17:21:06 -06:00
Stuart Carnie
46db75d9a9
fix: ShardGroupDuration is updated for retention period updates
...
Fixes #19518
2020-09-18 07:31:48 -07:00
Christopher M. Wolff
e7cbbaa722
feat: upgrade Flux to v0.83.2 ( #19569 )
2020-09-16 17:59:15 -07:00
Gershon Shif
af0c328095
chore(packaging): build rpm and deb packages ( #19567 )
...
- Update CIrcleCI configuration to start release process on an RC build
- Update .goreleaser.yml:
- Start building armel and armhf binaries and rpm and debian packages.
- Generate sha256 checksum file.
- launcher.go: do not use `max` module to escape integeroverflow problem for armel and armhf builds
- Start using `v0.142.0` of goreleaser
- Added pre and post install/uninstall scripts for rpm amd deb packages
2020-09-16 12:36:44 -07:00
greg linton
6dc785e894
chore: address feedback
2020-09-15 09:33:44 -06:00
Russ Savage
7c76efd6ea
fix(cli): update annotation order to match UI ( #19503 )
2020-09-14 10:18:29 -07:00
Pavel Zavora
0718c9a53f
chore(cmd/influx/write): update option description
2020-09-12 11:13:27 +02:00
Pavel Zavora
90a3a7c8d8
feat(cmd/influx/write): add --errors-file option #18742
2020-09-12 11:13:27 +02:00
greg linton
53b325c7d0
Merge branch 'master' into feat/18733
2020-09-11 14:23:24 -06:00
greg linton
0eb53e0e0b
chore: revert notificationEndpoints to be name unique
2020-09-10 17:55:22 -06:00
Stuart Carnie
6f0cf049ca
feat: Port shard precreation service from InfluxDB 1.x
...
Provides new configuration parameters:
```
--storage-shard-precreator-advance-period
--storage-shard-precreator-check-interval
```
Closes #19520
2020-09-09 13:34:22 -07:00
Stuart Carnie
e265f60b55
fix: Improvements in response to PR feedback
...
* Pass context.Context to Service.Open
* Remove redundant comments
* Bind to retention.Config configuration to be consistent with 1.x
2020-09-09 10:32:06 -07:00
Stuart Carnie
7c2be6e780
feat: Port 1.x retention policy enforcement service
...
Configuration of the check interval is available via
```
--storage-retention-check-interval
```
Closes #19309
2020-09-09 10:32:06 -07:00
Stuart Carnie
feb2596f3a
feat: Expose a subset of InfluxQL coordinator tuning options
...
Closes #19507
2020-09-05 09:44:34 -07:00
Stuart Carnie
111f39c8b1
feat: Add TSM 1.x storage options as flags
...
Closes #19505
2020-09-04 15:56:57 -07:00
Stuart Carnie
4266eb5935
chore: Remove page-fault-rate flag, which is not available
2020-09-04 15:56:57 -07:00
Stuart Carnie
4b5ac0871d
Merge pull request #19494 from influxdata/port-change
...
feat: Changing the default port from 9999 to 8086
2020-09-04 11:58:41 -07:00
Stuart Carnie
7964f86ffc
fix: switch port to 8086
...
fix(readme): update the port and setup
2020-09-03 14:40:29 -07:00
Stuart Carnie
0f1b7fdafb
feat: Create initial stubs for influxd upgrade command
...
Includes some example sub commands for dumping v1 and v2 metadata
* `influxd upgrade v1-dump-meta`
* `influxd upgrade v2-dump-meta`
Closes #19495
2020-09-03 14:23:51 -07:00
Stuart Carnie
b3138d2ead
fix: Ensure TemporaryEngine returns new inner TSDB store
2020-09-01 10:50:44 -07:00
Stuart Carnie
a7239c007e
fix: separate flag to always permit initial user setup
...
This is not required for e2e tests
2020-08-31 16:38:54 -07:00
Stuart Carnie
a607ac30b9
chore: Re-enable `TemporaryEngine` via `--e2e-testing`
2020-08-31 13:50:20 -07:00
greg linton
4e1bc7ceb2
feat(pkger): add ability to export dashboards by name
2020-08-27 15:32:04 -06:00
Brett Buddin
b917d8d9b0
chore(influxdb): Placate the linter.
2020-08-27 15:46:32 -04:00
Brett Buddin
09b0258ab4
chore(master): Merge branch 'master' into sgc/tsm1
2020-08-27 14:43:50 -04:00
Greg
80b85162e0
feat(cli): add option to dump the raw flux response from query ( #19433 )
2020-08-26 12:12:17 -06:00
Stuart Carnie
dee8977d2c
chore: move v2/v1/tsdb → v2/tsdb
2020-08-26 10:46:47 -07:00
Yiqun (Ethan) Zhang
6f805cbc2b
feat: flux query profiler ( #19359 )
2020-08-25 18:00:02 -05:00
Stuart Carnie
06fac044e5
fix(storage): Implement SeriesCardinality, which is per-bucket
...
Fixed unit tests
2020-08-25 14:52:00 -07:00
Stuart Carnie
7ec178f54c
feat(influxd): Perform checks to determine if prior version exists
...
Closes #19408
2020-08-24 15:40:25 -07:00
Stuart Carnie
cfd089b77a
revert(storage): Revert changes from 1501351
...
Reverted 1501351623
2020-08-24 10:08:46 -07:00
Stuart Carnie
6474c8c9fa
Merge remote-tracking branch 'origin/master' into sgc/tsm1
...
# Conflicts:
# storage/engine.go
# storage/engine_test.go
# storage/wal/wal_test.go
# tsdb/tsm1/engine_delete_prefix.go
# tsdb/tsm1/engine_delete_prefix_test.go
# tsdb/tsm1/engine_test.go
# v1/tsdb/engine/tsm1/wal.go
2020-08-24 09:56:18 -07:00
Ben Johnson
1501351623
feat(influxql): Implement DELETE & DROP MEASUREMENT
2020-08-21 13:32:47 -06:00
Stuart Carnie
c01a62d5d4
chore(task): Remove unused code
2020-08-20 16:59:26 -07:00
Stuart Carnie
f46e36b6ac
Merge remote-tracking branch 'origin/master' into sgc/tsm1
2020-08-17 09:27:00 -07:00
Stuart Carnie
80428fe2a9
fix(influx): httpClient global is cached, resulting in flaky tests
2020-08-14 15:10:24 -07:00
Johnny Steenbergen
c0b593ec7d
feat(influx): add active-config flag to override config on single command call
...
closes : #19318
2020-08-14 13:33:14 -07:00
Stuart Carnie
b3734695c5
Merge remote-tracking branch 'origin/master' into sgc/tsm1
2020-08-14 12:37:41 -07:00