Commit Graph

34647 Commits (7b2e1228691790b4e2f9e4b53f1a474a10eb428b)

Author SHA1 Message Date
Brett Buddin 49f7ef5f46
fix(dbrp): Don't use record ID removing orgID index. (#20203) 2020-12-01 11:36:54 -05:00
Paul Hummer 0cf6a97865 build(flux): update Flux to v0.97.0 2020-12-01 09:19:21 -07: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
Gershon Shif ead9e17747
chore(build): add grace test runs to daily PR checks (#20210) 2020-11-30 14:46:18 -08: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 4235c12d64
refactor(cmd/influxd): parse log-level CLI opts directly to correct type (#20196) 2020-11-30 13:59:06 -05:00
Daniel Moran 81a671894d
refactor(cmd/influxd): separate CLI parsing from core launcher (#20109) 2020-11-30 09:38:27 -05:00
dubsky b8356bdf90 feat(geo-widget): pkger support added 2020-11-25 19:14:16 +01: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 bbb008acd3 refactor: use explicit int64s for remaining query CLI args 2020-11-24 13:36:27 -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
Dan Moran 4540645276 fix: limit query concurrency quota to an int32 to avoid panic 2020-11-24 13:36:27 -05:00
Dan Moran a952dff92d feat(kit/cli): add support for int32 and int64 CLI flags 2020-11-24 13:36:27 -05:00
Sean Brickley affb64c888 build: Upgrade to flux-lsp-browser v0.5.24 2020-11-24 12:26:53 -05:00
Gershon Shif 4e44331b26
chore(build): build job is now using golang version 1.15 (#20159) 2020-11-23 16:31:11 -08:00
Stuart Carnie dfbe114ead fix: PR Feedback – ensure keys cannot contain / 2020-11-24 10:28:00 +11:00
Stuart Carnie 389118c100 chore: Update CHANGELOG.md 2020-11-24 10:28:00 +11:00
Stuart Carnie 6e7a6313d7 fix: Add a ByOrgID index to DBRP
This commit adds a new index and migration to the DBRP service for
retrieving all database and retention policy mappings for a single
organization.

This change was required to resolve an invalid assumption of the DBRP
service, which relied on a prefix match of the byOrgAndDatabase kv.Index
when performing search operations by organization ID only.

Closes #20096
2020-11-24 10:28:00 +11:00
Stuart Carnie 78977eb3c8 fix: Ensure Index.Walk fetches matching foreign keys only
This commit modifies the behaviour of the indexWalk function to ensure
it parses the key parts and matches the foreign key exactly.

Closes #20096
2020-11-24 10:28:00 +11:00
J. Emrys Landivar aa0defe0e7
Merge pull request #20151 from influxdata/dm-debug-log-no-body-19978
fix(http): don't log bodies of V1 write requests
2020-11-23 14:45:02 -06:00
Dan Moran 00a91ad22f chore: update CHANGELOG 2020-11-23 14:51:37 -05:00
Dan Moran 2799ebcfea fix(http): don't log bodies of V1 write requests 2020-11-23 14:48:20 -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
Paul Hummer ffcfe8287d
Merge pull request #20143 from influxdata/flux-staging/v0.96.0
build(flux): update Flux to v0.96.0
2020-11-23 09:24:45 -07:00
Paul Hummer 37e6203c3c build(flux): update Flux to v0.96.0 2020-11-23 08:43:10 -07:00
Daniel Moran cfca0cc85f
feat(cmd/influx): allow for setting v1 passwords via CLI args (#20123) 2020-11-20 15:09:23 -05:00
Gershon Shif f8f789c541
chore: use influxdb2 name for packaging (#20111) 2020-11-19 15:39:40 -08:00
Daniel Moran fdbc808ba5
chore: bring CHANGELOG up to date after 2.0.2 release. (#20103) 2020-11-19 17:32:44 -05:00
Gershon Shif 668db04335
chore: update goreleaser nightly builds to be inline with daily/release builds (#20094) 2020-11-18 15:17:49 -08:00
Andrew Lamb 371e18a7a1
Merge pull request #20066 from influxdata/alamb/update-comment
fix: update comment about ReadWindowAggregate semantics
2020-11-18 14:52:23 -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) 4626ea1a0c fix(api): make the dbrp api match the swagger spec
The swagger spec is the source of truth for the API, and the DBRP api
was divergent from this spec.  This change should make it meet the spec.
2020-11-18 11:47:23 -06:00
Dan Moran 4541ab936f chore: adjust help text based on PR feedback 2020-11-18 10:54:19 -05:00
Stuart Carnie d5becff970 fix: UX improvements and bug fixes to dbrp commands
Closes #20085
2020-11-18 10:54:19 -05:00
J. Emrys Landivar d93560fdc8
Merge pull request #20083 from influxdata/larger-pagesize
fix(api): raise API pagesizes
2020-11-17 20:08:43 -06:00
docmerlin (j. Emrys Landivar) 4b99125224 test: modify tests for changes in influxdb.DefaultPageSize 2020-11-17 19:48:52 -06:00
docmerlin (j. Emrys Landivar) 408ab354ef test: fix TestVariableService_handleGetVariables for changes in DefaultPageSize 2020-11-17 19:29:35 -06:00
docmerlin (j. Emrys Landivar) 6eec397ea3 chore: update changelog 2020-11-17 17:06:29 -06:00
docmerlin (j. Emrys Landivar) f06b5d6de4 fix: raise API pagesizes
Currently, in the API, pagination is not working; to mitigate this, we
can drastically increase the page size.
2020-11-17 16:51:19 -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 bec12ab1b4 fix: Continue reading until itrs is empty, even for nil cursors
Closes #20035
2020-11-17 12:06:33 -05:00
Stuart Carnie 35227ca887 chore: Add unit test to replicate issue #20035 2020-11-17 12:06:33 -05:00