Paul Hummer
2708835ef3
Merge pull request #20269 from influxdata/flux-staging/v0.98.0
...
build(flux): update Flux to v0.98.0
2020-12-07 09:56:11 -07:00
Paul Hummer
1f99399d45
build(flux): update Flux to v0.98.0
2020-12-07 09:08:01 -07:00
Sam Arnold
992791177a
Merge pull request #20225 from lesam/fix-readme-ubuntu
...
docs: add clarity to source build instructions
2020-12-03 11:35:22 -04:00
Sam Arnold
029759a4a2
docs: add clarity to source build instructions
...
Especially on Ubuntu, where additional configuration is needed to pick up
the correct `yarn` package.
Collapse the build docs originally in the README with the older docs
in CONTRIBUING.md .
Increase required version to 1.15 - I had tests fail to compile on 1.13
and 1.15 was recommended in the PR comments.
2020-12-03 11:25:59 -04:00
Ben Johnson
e8c0eb168f
Merge pull request #20236 from influxdata/dwp
2020-12-02 15:17:45 -07:00
Ben Johnson
7dafc2cf34
feat(tsdb): Implement delete with predicate.
2020-12-02 14:55:02 -07:00
Adrian Thurston
e0543e6e3a
fix: various improvements to setup command ( #20155 )
...
When checking for existing configs, check the length of the array after
parsing. There could be an empty config file present.
If --name was specified then use that as the configuration name, regardless of
whether or not there are existing configs.
Allow a 0 (infinite) retention to be specified with --retention when in
interactive mode.
Co-authored-by: Dan Moran <dmoran@influxdata.com>
2020-12-02 10:39:56 -05:00
Daniel Moran
1329a22099
chore: update CHANGELOG ( #20219 )
2020-12-01 12:53:20 -05:00
Paul Hummer
9074f0c55f
Merge pull request #20218 from influxdata/flux-staging/v0.97.0
...
build(flux): update Flux to v0.97.0
2020-12-01 10:23:51 -07:00
Paul Hummer
de3674bf8d
Merge remote-tracking branch 'upstream/master' into flux-staging/v0.97.0
2020-12-01 09:42:18 -07:00
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