Commit Graph

31819 Commits (34c0a69abfea038b4575c32053a90c4805fa20bb)

Author SHA1 Message Date
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
Chris Goller da2edb88bb fix(cmd/influxd): add mutex for open/close of temp engine 2019-11-20 16:39:47 -06:00
Chris Goller 0f5df301ca refactor(storage/readservice): rename View interface to Viewer 2019-11-20 16:10:37 -06:00
Chris Goller 354b58005f fix(cmd/influxd): prefix temporary engine dir with e2e 2019-11-20 16:04:27 -06:00
Chris Goller 10d1a49278 refactor(cypress): change the indent of tests 2019-11-20 15:55:58 -06:00
Chris Goller 676f389be7 test(cypress): add test for writing data via UI 2019-11-20 15:55:58 -06:00
Chris Goller 6d24f6f763 chore(cypress): clarify line protocol comments 2019-11-20 15:55:58 -06:00
Chris Goller ebf58f2ca1 refactor(cypress): use graph view types test ids 2019-11-20 15:55:58 -06:00
Chris Goller 0f1e0e112c chore(cypress): remove unused variable 2019-11-20 15:54:32 -06:00
Chris Goller 8b0c25f1ec test(cypress): add writing and exploring data 2019-11-20 15:54:32 -06:00
Chris Goller f9c5021782 feat(influxd/launcher): add tmp filesystem backed engine for e2e 2019-11-20 15:54:32 -06:00
Chris Goller 7de2cafb13 feat(storage/readservice): define engine interface
We added an interface for the *storage.Engine to make it easier
to add end-to-end tests.

Co-authored-by: Bucky Schwarz <d.w.schwarz@gmail.com>
2019-11-20 15:54:32 -06:00
Stuart Carnie 88e019b6fb
Merge pull request #15991 from influxdata/sgc/issue/5335
fix(kv): Add push down predicate hint to filter by keys
2019-11-20 14:06:11 -07:00
Stuart Carnie d248fea5e5
fix(kv): Add push down predicate hint to filter by keys
A KV store may optionally implement a key predicate
function to filter on keys, which may reduce memory and CPU usage.

Expected user resource mapping improvements for a single user:

Before:
3813719 ns/op  4170142 B/op  33 allocs/op

After:
 316869 ns/op      816 B/op  15 allocs/op
2019-11-20 13:35:13 -07:00
Deniz Kusefoglu c0011a6f56
fix(ui): Remove add member flow and users redux state (#15979)
* fix(ui): Remove add member flow and users redux state

* fix(getResourcesStatus): added tests to getresources function to ensure stability

* Refactor getResourcesStatus and testing
2019-11-20 12:15:43 -08:00
Johnny Steenbergen 4036e6c426 feat(pkger): add authentication to service dependencies for pkger
closes: #15897
2019-11-20 11:12:14 -08:00
Johnny Steenbergen dc2d931f00 feat: add support for setting password and org for a new user in the cli
one thing to note here is that new endpoint was created. there was no
endpoint for setting an initial password that worked. The existin endpoint
was a bit messy and coupled across multiple routes. Having multiple auth
schemes proved incredibly taxing to write against.
2019-11-20 09:16:31 -08:00
Johnny Steenbergen bc083e169c chore: refactor password service to provide userID instead of name 2019-11-20 09:16:31 -08:00
Alex Boatwright 388df3e99e
feat(ui): autofilling the organization in the client examples (#15983) 2019-11-19 14:59:59 -08:00
Johnny Steenbergen 4d5ac08fff chore(influx): refactor auth cli cmd 2019-11-19 12:36:52 -08:00
Timmy Luong bb6c666810 fix(ui): Delay threshold re-rendering until mouse up when dragging markers 2019-11-19 11:40:20 -08:00
pierwill 8196d280cd Edit `influx repl` command description 2019-11-19 11:27:26 -08:00
Lyon Hill 5c7787743e
fix(task): add hinting to allow us to skip task auth lookup (#15973) 2019-11-19 11:06:04 -07:00
Jade McGough 6b19ea7569
fix(kv): don't stub system buckets when searching by name (#15928)
* Removed an unused function as cleanup.
* Users without true system buckets won't have fake buckets returned if they don't specify their org in the request, but this shouldn't break tasks.
2019-11-18 23:33:15 -08:00
Johnny Steenbergen a875a6a7ea chore(pkger): add tests to pkg new cli command 2019-11-18 12:19:15 -08:00
Alex Boatwright 612a89854e
fix(ui): sort out table state (#15944) 2019-11-18 09:49:15 -08:00
Jade McGough 1606b089b4
fix(cli): add organization back to bucket response (#15947) 2019-11-18 09:45:03 -08:00
Ariel Salem 59f3ca2b30
fix(getResourcesStatus): added checks for status prop in getResourceStatus (#15941)
* fix(getResourcesStatus): added checks for status prop in getResourceStatus

* fix(getResourcesStatus): updated file to align with prettier format

* fix(getResourcesStatus): removed helper func for better performance
2019-11-18 09:39:04 -08:00
Deary Hudson III 12846aa8e1
feat(pkger): adds histogram chart support (#15943) 2019-11-16 14:14:46 -06:00
Lyon Hill 698200b188
fix(task): make calls to update runs force UTC time (#15945)
It is best to standardize the data we store in etcd and influxdb
2019-11-15 19:36:07 -07:00
Deniz Kusefoglu b923452250
feat(ui): Event marker filtering for check status levels. (#15874)
* feat(ui): Add unknown as check status level

* feat(ui) Implement eventMarker filtering

* feat(ui): update giraffe dependency

* feat(ui): Fix css classes

* feat(ui): Add tests
2019-11-15 18:05:13 -08:00
Zoe Steinkamp 1f29a46834
Merge pull request #15923 from influxdata/zs-singlestatstring-#15314
Zs singlestatstring #15314
2019-11-15 18:45:35 -07:00
Alex Boatwright 624a92a0a6
feat(ui): add some color to monaco (#15882) 2019-11-15 15:13:45 -08:00
Zoe Steinkamp 5b9c99463f improvment(UI): Single Stat allow string
Fixing test description
2019-11-15 16:08:48 -07:00
Zoe Steinkamp f9404a9134 improvment(UI): Single Stat allow string
running prettier
2019-11-15 16:07:41 -07:00
Zoe Steinkamp c37cfaade9 improvment(UI): Single Stat allow string
Fixing test
2019-11-15 15:37:54 -07:00
Timmy Luong 6751205505 test: combine tests and remove unnecessary thens 2019-11-15 14:33:21 -08:00