Daniel Moran
c99eaee5ec
fix: ensure init.d-style install sees our default environment variables ( #20349 )
2020-12-15 18:15:00 -08:00
Daniel Moran
a16f2a0dee
fix: adjust post-install logic to only display upgrade notice when needed ( #20348 )
2020-12-15 15:12:23 -08:00
Daniel Moran
37ffc4bde9
fix: add upgrade helper script to nfpms manifest ( #20339 )
2020-12-15 13:09:05 -08:00
Daniel Moran
08009d1d3e
chore: update CHANGELOG to reflect final diff from 2.0.3 ( #20331 )
2020-12-14 16:33:51 -08:00
Phillip Steinbachs
279bf1bf13
Merge pull request #20305 from influxdata/ps-v2-pkging
...
fix: Improve v2 packaging
2020-12-14 15:07:24 -08:00
Phillip Steinbachs
e67de69382
fix: Improve v2 packaging
2020-12-14 14:41:48 -08:00
Phillip Steinbachs
be1e7a429b
fix: Improve v2 packaging
2020-12-14 14:41:48 -08:00
Phillip Steinbachs
e7e90e20ec
fix: Improve v2 packaging
2020-12-14 14:41:48 -08:00
Phillip Steinbachs
f896a49ec5
fix: Improve v2 packaging
2020-12-14 14:41:48 -08:00
Phillip Steinbachs
b07b96cf32
fix: Improve v2 packaging
2020-12-14 14:41:48 -08:00
Sean Brickley
d4c2cc5819
build(ui): upgrade flux-lsp-browser to v0.5.26
2020-12-14 16:04:13 -05:00
Paul Hummer
1410919c2c
Merge pull request #20322 from influxdata/flux-staging/v0.99.0
...
build(flux): update Flux to v0.99.0
2020-12-14 08:55:10 -07:00
Paul Hummer
c0bf14cb24
build(flux): update Flux to v0.99.0
2020-12-14 08:07:45 -07:00
Daniel Moran
ccbaf4e883
build: add ARM64 support to release ( #20260 )
...
* Create Dockerfile for running build & release in CI
* Update CircleCI config to use new Docker image
* Update goreleaser to add a linux ARM64 release
2020-12-10 13:03:45 -05:00
Gershon Shif
eb0b411b97
chore(build): update nightly docker image name to influxdb2 ( #20300 )
2020-12-09 17:54:17 -08:00
Daniel Moran
074cd24a60
fix: detect non-amd64 arch and set noasm tag ( #20290 )
2020-12-09 11:52:59 -05:00
Daniel Moran
1058a8e3f1
fix(upgrade): add DB URL to log message at end up upgrade ( #20274 )
2020-12-08 11:12:31 -05:00
Sean Brickley
46d23cb7c8
build(ui): Upgrade flux-lsp-browser to v0.5.25
2020-12-07 16:22:21 -05:00
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
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