Jonathan A. Sternberg
3139b0424a
Merge pull request #16583 from influxdata/flux-staging/v0.59.x
...
build(flux): update Flux to v0.59.4
2020-01-21 12:28:37 -06:00
Jonathan A. Sternberg
0ec9a8b6b8
build(flux): update Flux to v0.59.4
2020-01-21 11:27:06 -06:00
Lyon Hill
6aba0395ae
fix: uuid security ( #16554 )
...
Update to remove dependency on insecure version of uuid library
https://snyk.io/vuln/SNYK-GOLANG-GITHUBCOMSATORIGOUUID-72488
2020-01-21 11:26:48 -06:00
Faith Chikwekwe
2f6c6791b9
build(flux): update Flux to v0.59.3
2020-01-21 11:26:46 -06:00
George
4f14ceabab
feat(kv): add support for prefixed cursor search ( #16545 )
...
* feat(kv): add support for prefixed cursor search
* chore(kv): ensure kv store implementation return seek missing prefix error in tests
* chore(kv): update changelog
2020-01-21 12:52:30 +00:00
Edd Robinson
aa8b12f2aa
Merge pull request #16600 from influxdata/er-tsm-block-fix
...
fix(storage): ensure all block data returned
2020-01-21 11:28:26 +00:00
Stuart Carnie
13a248a4fb
fix(tsm1): Add multiple unit tests to verify correctness
...
This commit adds numerous tests for ascending and descending cursors
that generate merged blocks across multiple files, which exceed the
default fixed buffer size used by the array cursors (MaxPointsPerBlock).
Tests cover two scenarios
1. Each file has one block and the block from the second file is
entirely contained within the first block of the first file.
When merging, the new block is 1200 values, which exceeds the
MaxPointsPerBlock.
2. Each file has multiple blocks, and the blocks have a mixture of
values which interleave and overwrite.
2020-01-19 22:53:58 -07:00
Edd Robinson
91551302f9
fix(storage): ensure all block data returned
...
This commit prevents multiple blocks for the same series key having
values truncated when they are being read into an empty buffer.
The current cursor reader code has an optimisation that incorrectly
assumes the incoming array will be limited to 1,000 values (the maximum
block size), but arrays can contain values from multiple matching
blocks.
2020-01-19 22:03:20 +00:00
Zoe Steinkamp
06d3fd46c1
Merge pull request #16596 from influxdata/zs-clearlabels16528
...
fix(popover): Fixing the labels clearing old search
2020-01-17 15:51:23 -07:00
Zoe Steinkamp
cb909af0dd
fix(popover): Fixing the labels clearing old search
2020-01-17 15:27:54 -07:00
Alex Boatwright
6611aae63f
fix: enabling prettier ( #16593 )
2020-01-17 13:41:15 -08:00
Alex Boatwright
46884c6d72
fix: export should grab the dashboard ( #16592 )
2020-01-17 12:27:20 -08:00
Alex Boatwright
bd87a131a2
fix: check status when deleting ( #16590 )
2020-01-17 12:27:01 -08:00
docmerlin (j. Emrys Landivar)
faa87485bd
fix(tasks): use LatestCompleted if LatestScheduled is behind
2020-01-17 13:15:13 -06:00
Russ Savage
d9fc759de2
chore(readme): add slack community link ( #16494 )
2020-01-17 10:42:03 -08:00
Alex Boatwright
28815a160a
fix: keep libraries up to date ( #16586 )
2020-01-17 10:27:47 -08:00
Deniz Kusefoglu
f24325120f
fix(variable-deleting): Enable test for variable deletion ( #16585 )
2020-01-17 13:19:40 -05:00
Johnny Steenbergen
9eb72d4cf9
chore(influx): use disable- for color/table borders in pkg cmd
...
closes : #16582
2020-01-17 09:51:20 -08:00
Jade McGough
3f7a32f739
fix(pkg): normalize cli arg format ( #16580 )
2020-01-17 09:31:07 -08:00
Johnny Steenbergen
22c0f787db
fix(influx): fix description for reuable org/ord id type
...
closes : #16579
2020-01-17 09:15:10 -08:00
Lorenzo Affetti
a53e7a48df
Merge pull request #16559 from influxdata/feat/task-no-content
...
feat(task): make task query without returning content
2020-01-17 17:32:48 +01:00
Lorenzo Affetti
0e0b36be0c
feat(task): make task query without returning content
2020-01-17 16:51:01 +01:00
Lorenzo Affetti
ceb6598cbf
Merge pull request #16548 from influxdata/feat/ret-no-cont-with-err
...
feat(query): add 'Prefer: return-no-content-with-error' behavior
2020-01-17 16:24:55 +01:00
Daniel Campbell
3fa5524301
fix(influxdb): swap billingURL with checkoutURL ( #16575 )
...
* fix(influxdb): swap billingURL with checkoutURL
* fix(influxdb): update changelog
2020-01-16 15:44:07 -08:00
Alex Boatwright
4362072afb
fix: bail webpack build on tsc error ( #16573 )
2020-01-16 15:01:53 -08:00
Zoe Steinkamp
d00755379b
Merge pull request #16570 from influxdata/fixgaugegoissues
...
fix: Fixed issue with guage crashing when TickPrefix and TickSuffix don't exist
2020-01-16 15:06:35 -07:00
Zoe Steinkamp
5ff7ec6035
fix: Fixing master gauge issues
2020-01-16 14:53:28 -07:00
Zoe Steinkamp
93037e3975
fix: Fixing master gauge issues
2020-01-16 14:23:04 -07:00
Edd Robinson
c5d06ce289
Merge pull request #16571 from influxdata/er-engine-write-benchmarks
...
refactor: add engine write benchmarks
2020-01-16 21:21:17 +00:00
Zoe Steinkamp
d4912dbdaa
fix: Fixing master gauge issues
...
go test
2020-01-16 14:16:45 -07:00
Edd Robinson
de36a868f7
refactor: add engine write benchmarks
2020-01-16 21:01:57 +00:00
Zoe Steinkamp
f4ba7db697
fix: Fixing master gauge issues
2020-01-16 13:55:30 -07:00
Timmy Luong
57e0bc751e
fix(ui): make localFormattedValue less confusing
2020-01-16 09:56:03 -08:00
Zoe Steinkamp
48218c0f5b
Merge pull request #16564 from influxdata/fixgaugeissues
...
fix: Fixing master gauge issues
2020-01-16 10:29:53 -07:00
Zoe Steinkamp
39a572fb6c
fix: Fixing master gauge issues
2020-01-16 10:11:01 -07:00
Zoe Steinkamp
f91b3cda57
fix: Fixing master gauge issues
2020-01-16 10:04:43 -07:00
Zoe Steinkamp
cd8eeaaf95
Merge pull request #16532 from influxdata/zs-optionalsuffix15909
...
Zs optionalsuffix15909
2020-01-16 09:14:13 -07:00
Zoe Steinkamp
06f7c1ea9b
Merge pull request #16543 from influxdata/zs-validatecheckparams16448
...
fix(tasks): validate check params new backend error message
2020-01-16 09:10:52 -07:00
Stuart Carnie
31957a4c08
Merge pull request #16556 from influxdata/sgc/fix/limit
...
fix(models): Fix bug that did not return ErrLimitMaxBytesExceeded
2020-01-16 09:06:44 -07:00
Zoe Steinkamp
8835f4ea1d
feat(ui): add the optional suffix and prefix to guage ( #15909 )
2020-01-16 08:40:40 -07:00
Zoe Steinkamp
3fb61e18d1
feat(ui): add the optional suffix and prefix to guage ( #15909 )
2020-01-16 08:40:40 -07:00
Zoe Steinkamp
b28376841e
feat(ui): add the optional suffix and prefix to guage ( #15909 )
2020-01-16 08:40:40 -07:00
Zoe Steinkamp
e92648426d
feat(ui): add the optional suffix and prefix to guage ( #15909 )
2020-01-16 08:40:40 -07:00
Zoe Steinkamp
9afac5bac6
feat(ui): add the optional suffix and prefix to guage ( #15909 )
2020-01-16 08:40:40 -07:00
Zoe Steinkamp
eef22147ad
fix(tasks): validate check params new backend error message
2020-01-16 08:40:17 -07:00
Zoe Steinkamp
d8df75e6c3
fix(tasks): validate check params new backend error message
2020-01-16 08:40:17 -07:00
Zoe Steinkamp
030a7312eb
fix(tasks): validate check params new backend error message
2020-01-16 08:40:17 -07:00
Zoe Steinkamp
4a17bf1424
fix(tasks): validate check params new backend error message
2020-01-16 08:40:17 -07:00
Zoe Steinkamp
1b4496d0fc
fix(tasks): validate check params new backend error message
2020-01-16 08:40:17 -07:00
Zoe Steinkamp
75e7e0d369
fix(tasks): validate check params new backend error message
2020-01-16 08:40:17 -07:00