Commit Graph

31755 Commits (38454a41d1b65fb47dea11c24b7d266d4a666b1f)

Author SHA1 Message Date
Zoe Steinkamp 38454a41d1
Merge pull request #16027 from influxdata/zs-backgroundcolor-#15803
fix(ui): value zero has no background color
2019-11-22 17:22:44 -07:00
Johnny Steenbergen 988fd0ae80 chore(pkger): refactor diff into common types for easier access 2019-11-22 16:09:23 -08:00
Chris Goller 7a2868f914
Merge pull request #16035 from influxdata/fix/cloud-webpack-typo
fix(ui): transposed package.json ordering
2019-11-22 18:01:57 -06:00
Lyon Hill 683396ff5a
fix(jwt): jwt id's can't be invalid when marshaling (#16032) 2019-11-22 15:02:17 -07:00
Chris Goller 72614a0c59 fix(ui): tranposed package.json ordering 2019-11-22 15:33:12 -06:00
Stuart Carnie 895e7c66d0
Merge pull request #16019 from influxdata/sgc/issue/5365
fix(kv): Add push down predicate hint to filter by keys and values
2019-11-22 13:45:01 -07:00
Zoe Steinkamp 7ab4282902 fix(ui): value zero has no background color
swaping out if function order
2019-11-22 12:43:02 -07:00
Johnny Steenbergen 888baa2db6 feat(pkger): move bucket pkger model to reflect http APIs retention rules in palce of retention period 2019-11-22 11:13:06 -08:00
Jonathan A. Sternberg 2b4e6283ce
perf(storage/reads): remove the duplicate filter (#16024)
This removes the duplicate filter that is used by the reader. The
storage engine shouldn't be sending us duplicate tables anyway and this
code hurts performance in high cardinality queries because of the memory
it uses to keep track of all of the keys that have been seen.
2019-11-22 12:38:16 -06:00
Alex Boatwright 7e8c8004ae
feat(ui): monaco syntax (#16003) 2019-11-22 10:13:52 -08:00
Stuart Carnie 4c0cf99117
chore(inmem): Resolve staticcheck issue 2019-11-22 11:13:03 -07:00
Edd Robinson 212cec51af
Merge pull request #16022 from influxdata/er-32-bit
feat: enable 32-bit support for influxd
2019-11-22 18:07:31 +00:00
Stuart Carnie a5b29843cf
fix(kv): Add push down predicate hint to filter by keys and values
A KV store may optionally implement a key predicate
function to filter on keys or values, which may reduce memory and
CPU usage.

Expected FindByTaskID resource mapping improvements for a single user:

Before:
206966085 ns/op   37672164 B/op   445060 allocs/op

After:
  1514118 ns/op      11184 B/op      131 allocs/op
2019-11-22 10:55:01 -07:00
Stuart Carnie fdb25560c4
chore(inmem): Created a R/O bucket and cache object
* Avoids bucket allocation calling View
* Simplifies Put and Delete functions of R/O bucket
2019-11-22 10:53:53 -07:00
Stuart Carnie 36b0dc7da3
chore(vendor): Add jsonparser dependency for filter predicates
* Added jsonparser helper package to decode influxdb.ID
2019-11-22 10:34:20 -07:00
Zoe Steinkamp de4397874b fix(ui): value zero has no background color
Formatting
2019-11-22 10:25:49 -07:00
Zoe Steinkamp f320923378 fix(ui): value zero has no background color
Now fixed, falsy zero is no longer being bad
2019-11-22 10:12:48 -07:00
George ba5dc411df
fix(jwt): panic on call to token.Identifier() (#16023)
* fix(jwt): demonstrate panic in token.Identifier() in tests

* fix(jwt): return invalid ID when token.Identifier() cannot parse ID from string
2019-11-22 16:28:00 +01:00
Edd Robinson 0999f88273 fix: prevent integer overflow 2019-11-22 14:06:21 +00:00
Edd Robinson 2f86815f83 fix(storage): ensure field is 64-bit aligned 2019-11-22 13:44:58 +00:00
Edd Robinson c493713d90 fix(tasks): ensure field is 64-bit aligned 2019-11-22 13:25:48 +00:00
Edd Robinson 7146af61b0 fix(storage): enable package to build on 32-bit arch 2019-11-22 12:55:20 +00:00
George dcfd0688af
revert(tasks): construct permissions for finish run to write to system buckets (#15986) (#16008) 2019-11-22 11:29:20 +01:00
Lyon Hill c8de76eaf9 fix(jwt): allow jwt's to be used in query proxy calls (#16010) 2019-11-22 10:12:36 +01:00
Johnny Steenbergen 4d0e0ba1a4 chore(pkger): fixing up the pkger parse error to respect the initial Error call
the errors changed during the pkger http server error improvements and this
fixes it to be similar to what it once was, only now its in a flatter fashion
very similar to the pkger http server apply response.
2019-11-21 17:37:14 -08:00
Johnny Steenbergen 251651cc97 feat(influx): add pkg summary cmd to influx cli 2019-11-21 16:26:24 -08:00
Johnny Steenbergen c533f8495d chore(influx): add tests for pkg validate cmd 2019-11-21 16:26:24 -08:00
Johnny Steenbergen d98ce676fb chore(pkger): refactor pkger cli into a builder for better reuability and testability 2019-11-21 16:26:24 -08:00
Johnny Steenbergen 9149b6af6f feat(influx): add pkg validate command to validate existing packages
also renames a the commands to start with cmd followed by the args. this
is an attempt to order the commands in a slightly more autocomplete friendly
way.
2019-11-21 16:26:24 -08:00
Alex Boatwright 0dbaf4af43
feat(ui): lazy load monaco in runtime (#15978) 2019-11-21 15:28:02 -08:00
Alex Boatwright 2c5fbe8ae1
fix(ui): update the meta tag (#16013) 2019-11-21 14:52:10 -08:00
Chris Goller 2ae8592aa4
feat: add /oauth proxying in webpack dev server (#16002)
feat: add /oauth proxying in webpack dev server
2019-11-21 14:09:23 -06:00
pierwill 9fd97d1b28
Merge pull request #15976 from pierwill/repl-cmd-description
Edit `influx repl` command description
2019-11-21 11:31:13 -08:00
Johnny Steenbergen 77ddcab2b5 feat(influx): add nix pipe support to influx pkg cmd 2019-11-21 10:55:12 -08:00
Johnny Steenbergen 9c525ad413 feat(pkger): add ability to export all and defined list of resources via influx cli to a package
refers: #15921
2019-11-21 10:55:12 -08:00
Johnny Steenbergen a92b632e05 feat(influx): add ability to drop headers from bucket find cli cmd 2019-11-21 10:55:12 -08:00
Chris Goller 6471bd3438 fix(ui): use cross-env for cloud environment variables 2019-11-21 12:01:54 -06:00
Chris Goller 04f4b49b93 fix(ui): reorder endpoint listing 2019-11-21 12:00:57 -06:00
George da647589c4
fix(tasks): construct permissions for finish run to write to system buckets (#15986) 2019-11-21 10:38:20 +01:00
Alex Boatwright 5fc74d51f8
fix(ui): redirect user when they have no task templates (#15982) 2019-11-20 22:53:49 -08:00
Chris Goller b54a3349dc feat: add start:cloud target to yarn to run in a cloud like env 2019-11-20 23:55:54 -06:00
Chris Goller da44220413 feat: add /oauth proxying in webpack dev server 2019-11-20 22:31:57 -06:00
Timmy Luong 5da7a76f12 chore: update changelog 2019-11-20 16:13:43 -08:00
Zoe Steinkamp 3761ea67c6
Merge pull request #15998 from influxdata/zoesteinkamp-patch-1
Update CHANGELOG.md
2019-11-20 17:07:32 -07:00
Russ Savage 1177ba3cfd
chore(changelog): update date for alpha 20 2019-11-20 16:06:48 -08:00
Zoe Steinkamp 97153dfd90
Update CHANGELOG.md
adding single stat to the change log, as well as other notable changes of the month
2019-11-20 17:05:29 -07:00
Scott Anderson b157148472
[chore/swagger] updated summaries and descriptions in swagger.yml (#15994) 2019-11-20 16:33:34 -07:00
Alex Boatwright a02a7de8c2
chore: updating the changelog (#15995) 2019-11-20 15:27:17 -08:00
Ariel Salem 684139d3af
feat(ui/DWP): added searchable dropdown for tag key and values for selected bucket (#15879)
* feat(ui/DWP): added searchable dropdown for tag key and values for selected bucket

* feat(DWP-targets): key-value tags are associated with selected bucket

* fix(predicates/action): reordered actions so that actions alphabetical and thunks are at the bottom of the page

* feat(DWP-dropdown): made suggested PR changes

* fix(DWP-dropdown): added filter predicate to tagKeys query

* feat(ui/DWP): added searchable dropdown for tag key and values for selected bucket

* feat(DWP-targets): key-value tags are associated with selected bucket

* fix(predicates/action): reordered actions so that actions alphabetical and thunks are at the bottom of the page

* feat(DWP-dropdown): made suggested PR changes

* fix(DWP-dropdown): added filter predicate to tagKeys query

* first steps to predicate action tests

* fix(dwp-dropdown): added action tests for thunk actions

* fix(predicates.test): removed unnecessary store and redux logic from test
2019-11-20 15:23:35 -08:00
Chris Goller afd124f19f
feat(storage/readservice): define engine interface (#15894)
feat(storage/readservice): define engine interface
2019-11-20 17:06:37 -06:00