Commit Graph

35233 Commits (8ed55e72b85b0807c97d3d1d7d12e9f07c9737e9)

Author SHA1 Message Date
Jonathan A. Sternberg f94783e016
build(flux): update flux to master and change renamed structs (#22281) 2021-08-26 10:07:02 -05:00
Daniel Moran 5aa91f0524
refactor: delete unused FileSet methods, clean up some errors (#22309) 2021-08-26 10:48:59 -04:00
Daniel Moran fdcb87069c
refactor: make remote HTTP connection / validation internal (#22300) 2021-08-25 13:13:18 -04:00
William Baker 227ff3c58a
chore: update `CHANGELOG` to reflect 2.0.8 release (#22280)
* chore: update `CHANGELOG` to reflect 2.0.8 release
2021-08-24 14:18:13 -06:00
mcfarlm3 337169f1fd
chore: added unit test coverage to inspect build-tsi 2.x command (#22262)
* chore: add test coverage for inspect build-tsi command

* refactor: moved repeated code into separate functions

* refactor: minor variable naming change

* refactor: added manifest check for index files and made minor flag naming changes to build-tsi

* fix: changed check from NotNil to NotZero
2021-08-24 12:46:02 -07:00
mcfarlm3 115822aeda
refactor: small changes to usage and flag naming for consistency (#22292) 2021-08-24 12:45:20 -07:00
Daniel Moran b37ad79e20
feat: add logging and metrics middlewares to replications API (#22291) 2021-08-24 14:56:56 -04:00
Daniel Moran 11c97470a5
fix: add created_at and updated_at columns to replications table (#22293) 2021-08-24 14:56:47 -04:00
Daniel Moran 641c02f9a8
feat: add APIs for management of replication streams (#22287) 2021-08-24 14:19:03 -04:00
Daniel Moran 409256c748
feat: add SQL migration for replication metadata (#22288) 2021-08-24 13:19:27 -04:00
William Baker 46ade4d94a
fix: auth requests use org and user names if present (#22272)
* fix: auth requests use org and user names if present

* chore: update CHANGELOG
2021-08-23 09:47:12 -06:00
William Baker 467040a072
feat(annotations): add logging and metrics to annotations service (#22271) 2021-08-20 14:28:37 -06:00
Daniel Moran aee9f817d8
test: add `aggregate-drop` case to iot perf-tests (#22263) 2021-08-20 11:42:13 -04:00
Jonathan A. Sternberg 0dd56ec8e1
build(flux): update flux to v0.126.0 (#22267) 2021-08-19 15:58:54 -05:00
William Baker e6c82b455e
feat(notebooks): add logging and metrics to notebooks service (#22266) 2021-08-19 13:22:52 -06:00
Daniel Moran 69988ae68d
feat: add logging and metrics middlewares to remotes API (#22258) 2021-08-18 17:51:40 -04:00
Daniel Moran 585ff40968
fix: migrate all-access tokens to grant notebook/annotation permissions (#22257) 2021-08-18 16:20:22 -04:00
Daniel Moran 4af5c7bf61
feat: implement metadata management for remote connections (#22254) 2021-08-18 15:25:40 -04:00
William Baker 0649113c6e
build: use alterate names for IoT query types (#22244)
* build: use alterate names for IoT query types
2021-08-18 09:57:24 -06:00
davidby-influx 9923d2e8d5
fix: avoid compaction queue stats flutter (#22235)
When the compaction planner runs, if it cannot acquire
a lock on the files it plans to compact, it returns a
nil list of compaction groups. This, in turn, sets the
engine statistics for compactions queues to zero,
which is incorrect. Instead, use the length of pending
files which would have been returned.

closes https://github.com/influxdata/influxdb/issues/22138

(cherry picked from commit 7d3efe1e9e)

closes https://github.com/influxdata/influxdb/issues/22141
2021-08-17 14:03:54 -07:00
Rafael Silva 991ff02ea7
fix(task): inactive task runs when updated (#22211) 2021-08-17 13:44:17 -06:00
Daniel Moran 2237d02828
feat: add SQL migration for remote connection metadata (#22237) 2021-08-17 15:21:16 -04:00
Daniel Moran 5c7c6c2702
feat: add APIs for management of remote InfluxDB connections (#22219) 2021-08-17 15:15:05 -04:00
Daniel Moran bfc54e1ed4
build: delete duplicate jobs for grace/litmus, update nightly workflow (#22220) 2021-08-17 15:06:38 -04:00
Cody Shepherd 63bfe86afd
fix: influxdb-server packages should depend on curl (#22228)
* fix: influxdb2 packages should depend on curl

* chore: update changelog
2021-08-17 11:34:01 -07:00
William Baker de9855d073
build: dont run `pkg_run_test` on forks (#22232) 2021-08-17 12:28:48 -06:00
Cody Shepherd 4ba5550a5d
chore: pin base Debian image in Docker builds (#22222) 2021-08-17 09:43:10 -07:00
William Baker 2bf5f8ef3e
build: add multi measurement query benchmarks (#22217)
* build: add multi measurement query benchmarks

* chore: add comment for default match of query interval
2021-08-17 10:35:05 -06:00
William Baker d677fa1eeb
build: add perf tests for group-window-transpose (#22199)
* build: add perf tests for group-window-transpose
2021-08-13 14:38:58 -06:00
Daniel Moran 72de805106
refactor: use updated API in restore service (#22198) 2021-08-13 16:15:18 -04:00
Dane Strandboge 1f5f927d74
build: add perf test for sorted-pivot (#22192) 2021-08-13 14:07:58 -05:00
Daniel Moran 85c38bb77a
feat(replication): add feature flag for replication-stream backend (#22196) 2021-08-13 10:55:43 -04:00
Daniel Moran 891e7d4782
feat: port durable queue from InfluxDB enterprise (#22187) 2021-08-12 17:59:11 -04:00
Cody Shepherd 8e5a0705a3
fix: systemd service -- handle 40x and block indefinitely (#22174)
* fix: systemd service -- handle 40x and block indefinitely

* chore: update changelog

* chore: add pkg_run_test to CI

* chore: fix curl syntax for auth setup in pkg_run_test
2021-08-12 12:45:29 -07:00
Daniel Moran 07d897d2f2
fix: switch flux formatter to one that preserves comments (#22186) 2021-08-12 14:17:18 -04:00
mcfarlm3 a160a1d47c
chore: add unit test coverage to inspect report-tsi command (#22153)
* chore: add unit test coverage to inspect report-tsi command

* chore: add additional test cases and data for inspect report-tsi command

* refactor: made small changes based on code review

* chore: added line protocol files for tsi test data

Co-authored-by: Michelle McFarland <michellemcfarland@Michelles-MacBook-Pro.local>
2021-08-12 08:55:42 -07:00
William Baker 9e8f47a472
build: don't include host tag on perf test results (#22183)
* build: dont report host for perf tests
2021-08-12 09:48:44 -06:00
Dane Strandboge d044c585ac
build: add perf test for aggregate-keep (#22175) 2021-08-11 16:53:23 -05:00
William Baker 7c8a5ab68f
build: add perf test for filtered queries (#22159)
* build: add perf test for filtered queries

* chore: run only on master
2021-08-11 14:22:21 -06:00
Bucky Schwarz de1bd90f3f
chore: remove annotations and rangeAnnotations flags (#22146) 2021-08-11 11:48:23 -07:00
Paul Hummer 3b4a1e1873
build(flux): update flux to v0.125.0 (#22158) 2021-08-11 09:59:54 -06:00
William Baker 53d2d7c3ef
build: add perf test for fast query (#22148)
* build: add fast iot query perf test
2021-08-10 15:38:08 -06:00
Dane Strandboge c2f6705008
chore: remove some flaky checks from `dump_tsm_test` (#22144)
* comment out and link to issue #22145
2021-08-10 14:43:52 -05:00
Greg 7aaba338b2
feat: add route to return platform known resources (#22135) 2021-08-10 09:18:06 -06:00
Daniel Moran 43f5aefe6c
build: include query-format in EC2 perftest instance names (#22134) 2021-08-09 15:42:27 -04:00
Dane Strandboge c960e11dc7
chore: fix dump_tsm test failing (#22130)
* chore: fix dump_tsm test missing flag
* chore: flush written data with multiple tested keys
2021-08-09 14:24:06 -05:00
Daniel Moran b4170a9d34
build: parallelize flux and influxql perf tests (#22118) 2021-08-09 14:07:01 -04:00
Daniel Moran 34d73cfd88
build: remove file_tag from perf-test telegraf config (#22122) 2021-08-09 14:05:11 -04:00
Daniel Moran 817fae2a9a
build: replace general perf tests with aggregate tests, refactor script (#22068) 2021-08-09 10:23:06 -04:00
Daniel Moran 22c6b78c62
build: fix generation when vendoring dependencies (#22089) 2021-08-06 15:06:36 -04:00