Commit Graph

34742 Commits (354c385ee775af30b1b0b817d8e21e72fa8730bb)

Author SHA1 Message Date
Daniel Moran 3abd65a1a1
fix(tsm1): fix data race and validation in cache ring (#20797)
Co-authored-by: Yun Zhao <zhaoyun2316@gmail.com>
2021-02-24 16:28:30 -05:00
Sean Brickley 4e956a289a
chore(ui): Upgrade flux-lsp-browser to v0.5.33 (#20800) 2021-02-24 15:48:14 -05:00
Daniel Moran 1e50418535
refactor: reduce duplication in setup logic (#20794) 2021-02-22 17:01:26 -05:00
Daniel Moran 58ae51d2d0
feat(cmd/influx): support reading GZIP data in `influx write` (#20763)
Co-authored-by: davidby-influx <dbyrne@influxdata.com>
2021-02-19 12:31:09 -05:00
Daniel Moran f7516e31fe
fix(tsm1): mark tombstone stats as loaded to enable caching (#20782) 2021-02-19 11:11:51 -05:00
Daniel Moran efd766d60f
fix(tsm1): fix data race when accessing tombstone stats (#20773) 2021-02-18 20:23:57 -05:00
Timmy Luong 084abc3040 chore: update CHANGELOG 2021-02-17 10:48:22 -08:00
Timmy Luong b6275bff9e feat: udpate MosaicViewProperties 2021-02-17 10:48:22 -08:00
Daniel Moran 6515a79413
fix: update doc links to point at new site (#20754) 2021-02-16 12:37:56 -05:00
Arnav Aggarwal afbe31dddc
feat(cmd/influx): add command to find and retry failed task runs (#20307)
Co-authored-by: Brett Buddin <brett@buddin.org>
Co-authored-by: Daniel Moran <danxmoran@gmail.com>
2021-02-11 13:25:40 -05:00
Daniel Moran 727a7b58c1
test: replace influxlogger with zaptest logger (#20589) 2021-02-11 10:12:39 -05:00
Daniel Moran 07e62e1cfd
build: remove quay login before grace and litmus tests (#20746) 2021-02-10 15:44:38 -05:00
Daniel Moran 39fd3587c9
chore: delete outdated DEVELOPMENT.md (#20747)
CONTRIBUTING.md has all the updated info
2021-02-10 15:27:20 -05:00
Tristan Su 1a00f2f123
fix(tsm): should not check write-ahead-log size against default size (#20585)
it should check against the local saved SegmentSize instead of the
default const DefaultSegmentSize.
2021-02-10 10:32:53 -05:00
Tristan Su c9965e56ca
fix(tsi): close series id iterator after merging (#19936)
This use-after-free bug may lead to segfault. The iterators that have
reference to the underlying index files were closed too early while
the bitmaps were still used afterwards. If a compaction occurs
concurrently and removes the index files, it would result in accessing
unmap'd memory address.
2021-02-10 10:13:07 -05:00
Jakub Bednář 262cdbaec2
feat(clientLibs): add Swift library to UI (#20621)
Signed-off-by: Jakub Bednar <jakub.bednar@gmail.com>
Co-authored-by: Russ Savage <russ@influxdata.com>
2021-02-09 14:58:13 -05:00
Pavel Závora fae5c2ccf0
Merge pull request #20705 from influxdata/fix/swagger_dbrps_type
fix(http/swagger): repair DBRPs type to match implementation
2021-02-09 17:47:54 +01:00
Pavel Zavora 7fadc6cd81 chore: update changelog 2021-02-09 16:58:17 +01:00
Pavel Závora 94eb99285d
Merge branch 'master' into fix/swagger_dbrps_type 2021-02-09 16:05:46 +01:00
Daniel Moran ef79d3da04
build: clean up e2e code (#20728) 2021-02-08 17:42:59 -05:00
Daniel Moran 9a0339f397
chore: update CHANGELOG to reflect final status of 2.0.4 (#20717) 2021-02-08 17:28:27 -05:00
Sean Brickley 5030c12197
build(ui): Upgrade flux-lsp-browser to v0.5.32 (#20726) 2021-02-08 17:13:57 -05:00
Sean Brickley 6d5a51a56b
build(flux): update flux to v0.105.1 (#20724) 2021-02-08 15:28:56 -05:00
Pavel Zavora f1299a49b9 fix(http/swagger): repair DBRPs type to match implementation 2021-02-08 15:21:57 +01:00
jl 034280e819 refactor: update window logic to use interval package 2021-02-05 12:15:53 -08:00
Daniel Moran 1ad8f8d23d
fix(kit/cli): fix loading config from directories with '.' in the name (#20702) 2021-02-05 10:56:12 -05:00
Daniel Moran b01db56738
build: update naming conventions for nightly builds to prefer hyphens (#20699) 2021-02-05 10:04:24 -05:00
Sam Arnold 85dff5d20a
docs: OSX always needs pkg-config (#20298) 2021-02-05 09:09:34 -05:00
Daniel Moran a3fa943a0a
refactor(cmd/influx): clean up existing tests for `influx write` (#20666) 2021-02-04 14:24:45 -05:00
Daniel Moran 1e58293837
build: fix test-result collection for grace_nighty job (#20590) 2021-02-04 12:44:53 -05:00
Paul Hummer 3ee98cc0b4
Merge pull request #20693 from influxdata/flux-staging/v0.105.0
build(flux): update flux to v0.105.0
2021-02-03 17:24:57 -07:00
Faith Chikwekwe 0fd66b16be build(flux): update flux to v0.105.0 2021-02-03 15:27:40 -08:00
Sean Brickley 91d7516795
chore(ui): Upgrade flux-lsp-browser to v0.5.31 (#20680) 2021-02-02 18:16:52 -05:00
Daniel Moran 2920b55e19
fix(http): fix passing of bucket ID by write-handler client (#20679) 2021-02-02 17:34:40 -05:00
Sean Brickley a0d962cc23 chore(flux): Upgrade Flux to v0.104.0 2021-02-02 16:35:33 -05:00
Daniel Moran 9566892022
fix(cmd/influx): allow for creating users without initial passwords in `influx user create` (#20657) 2021-02-02 11:53:24 -05:00
Daniel Moran 5ce5814382
chore: update CHANGELOG (#20670) 2021-02-02 10:59:55 -05:00
Daniel Moran 591866beb7
fix(write): drop empty lines from write batches (#20669) 2021-02-02 10:20:59 -05:00
Jonathan A. Sternberg 719c8495f2
feat(fluxtest): add support for testing/expect planner rules (#20662) 2021-02-01 15:53:05 -06:00
Sean Brickley 09917799c2 chore(ui): Upgrade flux-lsp-browser to v0.5.30 2021-02-01 15:39:04 -05:00
Sam Arnold d5aa73651c
Merge pull request #20651 from lesam/add-goimports-2
chore: add goimports
2021-01-29 14:53:55 -05:00
Sam Arnold 781fa0e846 chore: add goimports 2021-01-29 14:06:52 -05:00
Jonathan A. Sternberg 06020b2a49
feat(query/stdlib): promote schema and fill optimizations from feature flags (#20634) 2021-01-29 09:48:02 -06:00
Daniel Moran 58a782ad47
fix(packaging): don't overwrite existing config on package install (#20625) 2021-01-28 17:13:16 -08:00
Daniel Moran 552646d81c
fix(cmd/influx): improve logging consistency in `influxd upgrade` (#20640) 2021-01-28 10:42:07 -08:00
Russ Savage 7f65b71657
feat(ui): update data sources page with latest telegraf plugins (#20604)
Co-authored-by: Dan Moran <dmoran@influxdata.com>
2021-01-26 15:44:47 -08:00
Scott Anderson d312c406f5
chore(flux): renamed v1 package to schema (#20495)
Co-authored-by: Russ Savage <russorat@users.noreply.github.com>
2021-01-25 14:54:45 -08:00
Daniel Moran a668a9ed0a
feat(cmd/influxd): add `influxd inspect export-lp` command to export LP (#20467) 2021-01-25 14:28:36 -08:00
Sean Brickley 652f5c9f4c chore(lsp): Upgrade flux-lsp-browser to v0.5.29 2021-01-25 16:53:22 -05:00
Daniel Moran 3be8e498b4
fix(cmd/influx): respect --skip-verify in `influx query` (#20578) 2021-01-25 11:15:51 -08:00