Commit Graph

31566 Commits (e5eac576fbed3a36054039f7b75788bc22bf8726)

Author SHA1 Message Date
Stuart Carnie e5eac576fb
Merge pull request #15697 from influxdata/sgc/kvhints
feat(kv): Cursor API accepts hints for improving performance
2019-11-01 16:22:36 -07:00
Stuart Carnie 1d4af89709
feat(kv): Add unit tests for expected behavior when using hints 2019-11-01 14:48:50 -07:00
Stuart Carnie 65906a2456
feat(kv): Add unit tests for expected behavior of taskMatchFn 2019-11-01 14:48:50 -07:00
Stuart Carnie b1875d2def
feat(kv): Cursor API accepts hints for improving performance
Implementations of the `kv.Bucket#Cursor` API may use
the hints to instruct the access or read behavior to
the underlying key/value store.

The `findAllTasks` function was also fixed to ensure
that paging works as expected when using a name filter.
Tests were added to verify this behavior.

Redundant error checks were also removed.
2019-11-01 14:48:50 -07:00
Bucky Schwarz 453b4cfe3f feat(ui): tweak telegraf nginx and redis flows 2019-11-01 14:31:29 -07:00
Timmy Luong 19c72fbed5 fix(ui): set the width only on the Popover to fix the button size 2019-11-01 14:18:35 -07:00
Johnny Steenbergen 99251faff5
Merge pull request #15574 from influxdata/4961p/manifest_buckets
feat(pkger): add influx packages foundation
2019-11-01 12:20:23 -07:00
Johnny Steenbergen 37decdfa24 chore(pkger): fixup loose ends from PR review 2019-11-01 11:59:09 -07:00
Johnny Steenbergen a03c497015 feat(pkger): add dry run functionality
does not apply to mappings, will apply mappings no matter what. we need to
remedy the uniqueness of resources from the API side. Applies to labels,
label mappings,
2019-11-01 11:59:09 -07:00
Johnny Steenbergen fb5f00e05b chore(http): add missing client methods for label/buckets GET reqs 2019-11-01 11:59:09 -07:00
Johnny Steenbergen db5183e17e chore(pkger): refactor Pkg tests out 2019-11-01 11:59:09 -07:00
Johnny Steenbergen c7545f8951 feat(pkger): add label -> bucket mappings to pkger 2019-11-01 11:59:09 -07:00
Johnny Steenbergen c0849acb9f feat(pkger): add pkg label support to the influx cli 2019-11-01 11:59:09 -07:00
Deary Hudson 220309e498 feat(pkger): adds label support 2019-11-01 11:59:09 -07:00
Johnny Steenbergen 2c9f0f2d66 feat(pkger): add pkg cmd to influx CLI
extends the influx CLI to include the pkg cmd for buckets. Included is
the user interface for confirmation and printing of summaries before and
after the package is applied.
2019-11-01 11:59:09 -07:00
Johnny Steenbergen 52647af79e feat(pkger): add groundwork for manifest to support bucket resource 2019-11-01 11:59:09 -07:00
Bucky Schwarz bd98a19892 test(ui): make tasks e2e test a little less flaky 2019-11-01 09:42:06 -07:00
Bucky Schwarz dc8904928f test(ui): rejigger the collector tests to be less flaky 2019-11-01 09:42:06 -07:00
docmerlin (j. Emrys Landivar) 71a2590fba fix(tasks): scheduler btree panic 2019-11-01 10:49:47 -05:00
Ariel Salem cba69aba5f
fix(toolbar): refactored toolbar and variable to overlay (#15681)
fix(toolbar): refactored toolbar and variable to overlay
2019-11-01 06:53:05 -07:00
Edd Robinson 2ccd93d725
Merge pull request #15712 from influxdata/er-uint64
fix: enable uint64 support
2019-11-01 13:33:53 +00:00
Edd Robinson 270f917fcf fix: enable uint64 support 2019-11-01 10:55:54 +00:00
George bb40ca35b8
fix(tasks): thread auth on context when calling FinishRun (#15685) 2019-11-01 10:52:35 +00:00
Timmy Luong d33ea6eea7 fix(ui): add filter to fieldOptions when dragging a column 2019-10-31 16:43:18 -07:00
Andrew Watkins 97edc7aec6
test(js): remove snapshots (#15705)
* test(js): remove snapshots

* test: disallow snapshots and only

* fix: stray variable
2019-10-31 15:39:57 -07:00
Zoe Steinkamp 08d0fc2fae
Merge pull request #15628 from influxdata/zs-horizontalscrollbar-13943
fix (ui): Horizontal and vertical scroll hiding elements
2019-10-31 16:24:35 -06:00
Alex Boatwright e9e0dfc917
feat(ui): Adding templating to code snippets (#15671) 2019-10-31 14:47:42 -07:00
Zoe Steinkamp eec51dd2b5 fix(ui): Horizontal and vertical scroll hiding elements
Jstest fix
2019-10-31 15:41:21 -06:00
Zoe Steinkamp ea21b8dfaf fix (ui): Horizontal and vertical scroll hiding elements
updating snapshot
2019-10-31 15:39:58 -06:00
Zoe Steinkamp 34d55bb9b0 fix (ui): Horizontal and vertical scroll hiding elements
Fixing for jstest
2019-10-31 15:39:58 -06:00
Zoe Steinkamp 7ca45f0d3a fix (ui): Horizontal and vertical scroll hiding elements
Fixing jetest error with margin bottom
2019-10-31 15:39:58 -06:00
Zoe Steinkamp 4e5264baf0 fix (ui): Horizontal and vertical scroll hiding elements
The vertical scroll on the variable page was not displaying the last element

The horizontal scroll on the filter scroll was covering the bottom scroll, this is probably happening in other places
2019-10-31 15:39:58 -06:00
Zoe Steinkamp 3b5d0a443e test(ui): Fix flaky tasks and dashboard tests 2019-10-31 14:20:47 -07:00
kelwang 99d95f3594
Merge pull request #15692 from influxdata/delte_predicate_special_field
fix(predicate): add special tag key, fixed children number
2019-10-31 16:36:32 -04:00
Ariel Salem fcee4a6b3b
feat(tests): added tests to validate bug unreproducible (#15679)
* feat(tests): added tests to validate bug unreproducible

* fix(linter): removed unused variable
2019-10-31 13:11:25 -07:00
Gavin Cabbage c60f7dbe6f Revert "fix(flux): use flux.EvalOptions over problematic flux.EvalAST"
This reverts commit d1a0ab85f7.
2019-10-31 16:04:41 -04:00
Ariel Salem a5f5f942ab
fix(UI/emptygrapherror): refactored tooltip to popover (#15686) 2019-10-31 13:01:53 -07:00
Kelvin Wang 45cbd5fd31 fix(predicate): add special tag key, fixed children number 2019-10-31 15:54:34 -04:00
kelwang 68cfd386c3
Merge pull request #15684 from influxdata/cli_delete_usage
fix(cmd/influx): remove dup usage
2019-10-31 15:20:20 -04:00
Alex Boatwright 9d32d54331
chore(ui): bumping clockface (#15689) 2019-10-31 11:26:01 -07:00
Gavin Cabbage d1a0ab85f7 fix(flux): use flux.EvalOptions over problematic flux.EvalAST 2019-10-31 12:58:41 -04:00
Kelvin Wang f8dee71516 fix(cmd/influx): remove dup usage 2019-10-31 12:35:11 -04:00
Deary Hudson III 741b64d4ee
feat(kv): makes label names unique across kv impls
* feat: (http) label names to be unique

* feat(http): should work for updates as well

* chore: commented out former work. added a failing test

* feat: ensure label uniqueness & test cases

* feat: updating labels ensures uniqueness

* fix: fixes a failing unrelated test

* chore: update changelog
2019-10-31 11:30:36 -05:00
George 0dde41f895
fix(tasks): wire auth context down to scheduler runner (#15675) 2019-10-31 15:47:12 +00:00
Ariel Salem 481cb13d06
Feat(DWP): integrated deleteWithPredicate functionality and added tests (#15661)
Integrated DWP functionality and added tests to ensure stability
2019-10-31 05:46:05 -07:00
Brandon Farmer ce3e2969ae
Merge pull request #15646 from influxdata/system-bucket-deletion
feat(influxdb): Prevent the deletion of system buckets
2019-10-30 16:02:00 -07:00
Brandon Farmer a04212608a
Merge pull request #15670 from influxdata/fix-swagger-resource-labels
fix(swagger): Fixes conflicting label types
2019-10-30 15:53:38 -07:00
Brandon Farmer b5744f1fe1 fix(swagger): Fixes conflicting label types 2019-10-30 15:31:37 -07:00
Bucky Schwarz 7722aa969c build(ui): make some tweaks to eke some speed out of eslint 2019-10-30 14:36:52 -07:00
Christopher Wolff 51c92fd0ed test(query): reskip flakey test
https://github.com/influxdata/influxdb/issues/15667
2019-10-30 14:22:59 -07:00