Commit Graph

31730 Commits (251651cc9759587c59e2736113bdeecb02d1a714)

Author SHA1 Message Date
Bucky Schwarz 89b7547b25 test(ui): add e2e regression test for issue #15239 2019-10-25 15:29:31 -07:00
Alex Boatwright cfa00d8a51
fix(ui): allow hmr feature with proxied ingress controllers (#15589) 2019-10-25 14:40:23 -07:00
Ariel Salem f3b5404af6
fix(ui/boxtooltip): Preventing constant toggle b/w onMouseOver and onMouseOut on EventMarker (#15581)
* fix(ui/boxtooltip): moved boxtooltip a few pixels to prevent onMouseOver and onMouseOut from constantly triggering in EventMarker. Added a comment about the solution and wrote a new issue to deal with a long-term solution to the problem
2019-10-25 11:40:43 -07:00
Bucky Schwarz ee53c63d49 feat(ui): add lint check for it.only tests 2019-10-25 11:32:00 -07:00
Alex Boatwright bd473f6803
feat(ui): choose the midpoint of the data when creating an alert (#15548)
* feat(ui): choose the midpoint of the data when creating an alert

Closes #15187
2019-10-25 11:28:11 -07:00
Zoe Steinkamp e62db632e7 improvement (ui): popover change for grpah tips
The final fix in a seperate file
2019-10-25 10:11:16 -06:00
Zoe Steinkamp 722e41d9db improvement (ui): popover change for grpah tips
Adding popover to the page
2019-10-25 10:11:16 -06:00
Zoe Steinkamp d9cd8177cf (fix) popover change for grpah tips 2019-10-25 10:11:16 -06:00
kelwang f2f17614cc
Merge pull request #15568 from influxdata/search_checks_urm
fix(kv): find checks by urm
2019-10-25 00:42:09 -04:00
Jonathan A. Sternberg 06f7418ab6
build(flux): update Flux to v0.50.2 (#15566) 2019-10-24 14:35:31 -07:00
Ariel Salem 1dfa493278
fix(ui/checks): checks render once they've been created (#15556) 2019-10-24 14:13:41 -07:00
Alex Boatwright 997331d77b
feat(ui): adding a basepath (#15461)
allowing better webpack configuration freedom to better match infrastructure
2019-10-24 13:57:25 -07:00
Deniz Kusefoglu 4683dad233
Fix: variable selections should persist (#15538)
* expose store to cypress

* Load variables from dashboard in edit cell view

* Initialize new veo with dashboard variable values

* Add cypress pipe library

* Add tests of redux state changes to cell

* Remove unused async command

* Create passing tests for view with variable

* Add moar tests!

* Add jest import

* Fix linter errors

* Use get to define default value

* Fix eslint errors

* Disable eslint for commands

* Improve code styles
2019-10-24 10:32:12 -07:00
Kelvin Wang 4615a01338 fix(kv): use urm filter to search endpoints 2019-10-24 13:28:34 -04:00
Kelvin Wang 81283b1ac2 fix(kv): find checks by urm 2019-10-24 12:29:48 -04:00
Bucky Schwarz 45944a46d7 fix(ui): exiting out of a configure cell leaves cell content intact 2019-10-24 08:42:33 -07:00
Michael Desa 8128d67f66
Merge pull request #15555 from influxdata/chore/misc-sec-fixes
chore(ui): update to latest react-redux
2019-10-24 10:19:08 -04:00
Edd Robinson dc78d7c0eb
Merge pull request #14373 from zhulongcheng/add-missing-err
fix(tsdb): add missing err in SeriesPartition.Open
2019-10-24 13:13:32 +01:00
Edd Robinson 7780641a98
Merge pull request #15517 from influxdata/er-comp-lease
feat: add full compaction semaphore abstraction
2019-10-24 10:39:54 +01:00
Jonathan A. Sternberg 33c3f92329
fix(query/stdlib): fix rewritten pushable expressions when a logical expression is present (#15557)
When `exists` was used in conjunction with any other pushed down
expression, the `exists` was not rewritten properly because the rewrite
did not descend into logical expressions.

This is now fixed so those expressions will be rewritten correctly. This
affected the following form:

    filter(fn: (r) => r._measurement == "cpu" and exists r.host)

It did not affect the following:

    filter(fn: (r) => r._measurement == "cpu")
    |> filter(fn: (r) => exists r.host)
2019-10-23 15:59:20 -07:00
Ariel Salem f28913a193
Fix/tasks edit (#15549)
* fix(ui/tasks): edit & update functionality has been fixed. Also fixed the issue where task form data didn't persist when toggling between schedule task options

* chore(CHANGELOG): updated changelog with current PR

* fix(ui/tasks): updated reducer test to more accurately reflect the current reducer functionality and updated the parameter name for consistency

* fix(linter): removed extra whitespace

* chore(comment): removed old comment from PR since it's no longer necessary
2019-10-23 13:45:27 -07:00
Michael Desa 4053b00180
chore(ui): update to latest react-redux
The version of react-redux we use has a security vulnerability that is
considered critical severity. https://github.com/influxdata/influxdb/network/alert/ui/yarn.lock/lodash-es/open
2019-10-23 15:34:30 -04:00
Edd Robinson 2727ae3c25 refactor: simpify Semaphore interface 2019-10-23 19:49:48 +01:00
Edd Robinson b6e911d72c refactor: move goroutine out to function 2019-10-23 19:49:46 +01:00
Edd Robinson 8f6701d4b1 feat(storage): add full compaction semaphore
By default this feature is disabled; the full compaction behaviour does
not change. When this feature is enabled compactions can be limited
across multiple storage engines running in multiple processes.

The mechanism by which this happens is not part of the abstraction added
here.
2019-10-23 19:45:01 +01:00
Edd Robinson 5453146c53 feat: add lessor interface 2019-10-23 19:45:01 +01:00
Michael Desa 0bd68520e2
Merge pull request #15550 from influxdata/chore/remove-parcel
chore(ui): remove dev dependency on parcel
2019-10-23 13:29:49 -04:00
Brandon Farmer 86c4592df1
Merge pull request #15305 from influxdata/check-labels
feat(influxdb): Add labels create endpoints
2019-10-23 10:14:34 -07:00
Michael Desa e8e80f8acd
chore(ui): remove dev dependency on parcel
The package `safer-eval` is used in parcel and has pretty regular
security vulnerablities. Since we're no longer using it, we should be
safe to remove it.

Link https://github.com/influxdata/influxdb/network/alert/ui/yarn.lock/safer-eval/open
2019-10-23 13:05:55 -04:00
Brandon Farmer 88bf178802 feat(influxdb): Add labels create endpoints
- Notification Rules
- Notification Endpoints
- Checks

Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2019-10-23 09:53:50 -07:00
alexpaxton 0fc47bc692
refactor(ui): convert confirmation overlay to confirmation button (#15496)
* refactor(ui): convert confirmation overlay to confirmation button

* refactor: write e2e tests for veo/de query mode switching

* refactor: assume query has changed if it is empty

* fix: formatting

* refactor(queryBuilder): use more semantic functions

* fix: remove unused variable
2019-10-22 23:03:51 -07:00
Jade McGough 09d24a61b4
fix(kv): allow system buckets to be created (#15542)
This code is no longer necessary, as we now enforce this behavior for http-originating bucket creations here: https://github.com/influxdata/influxdb/blob/master/http/bucket_service.go#L377

Without this change, all system buckets that are created or updated will have the incorrect type.
2019-10-22 16:11:24 -07:00
Brandon Farmer 928218f7f4
Merge pull request #15540 from influxdata/fix-system-bucket-lookup
fix(influxdb): Add OrgID to system buckets
2019-10-22 16:10:01 -07:00
Alirie Gray a8f5e5ba19
fix(tasks): create API facing interface for task runs (#15539) 2019-10-22 15:35:47 -07:00
Brandon Farmer a5b883536c fix(influxdb): system buckets must have org ids 2019-10-22 14:52:19 -07:00
Brandon Farmer 497fd469a9
Merge pull request #15536 from influxdata/fix-system-bucket-lookup
fix(influxdb): move system bucket fallback to kv level
2019-10-22 12:29:09 -07:00
Brandon Farmer 177df27d3f fix(influxdb): move system bucket fallback to kv level 2019-10-22 12:05:04 -07:00
Russ Savage 7aa489cd62
fix(alertHistory): verify columns exist before keeping them (#15525) 2019-10-22 11:49:51 -07:00
Ariel Salem 769c4101c8 fix(ui/collectorList-telegraf): sort telegrafs based on buckets (#15510)
* fix(ui/collectorList-telegraf): sort telegrafs based on buckets

* fix(ui/collectors): added tests to the sort by telegrafs/buckets functionality

* fix(ui/collectors): made PR suggested changes

* fix(ui/collectors): updated snapshot test

* fix(collectors): added collectors changes

* fix: labels test

* fix: sanity check

* chore: skip tests to resolve in separate PR

* fix: revisit page
2019-10-22 11:26:21 -07:00
Brandon Farmer 804f0b0125
Merge pull request #15531 from influxdata/fix-system-bucket-lookup
fix(influxdb): fall back to legacy system buckets
2019-10-22 10:41:13 -07:00
Brandon Farmer 8a7d170c79 fix(influxdb): fall back to legacy system buckets 2019-10-22 10:21:04 -07:00
Johnny Steenbergen 1e69c517b4
Merge pull request #15526 from influxdata/4447/fix_vault_flag_names
fix(vault): rename flags to match env vars and add missing token flag
2019-10-21 16:15:57 -07:00
Brandon Farmer f73647f2da
Merge pull request #15241 from influxdata/system-buckets
feat(influxdb): Add system buckets on org creation
2019-10-21 16:12:36 -07:00
Zoe Steinkamp f371e303a4
Merge pull request #15515 from influxdata/zs-SortByDescriptionNoEffect-#13950
fix(ui): Sort by description broken
2019-10-21 17:04:06 -06:00
Brandon Farmer bad4751709 fix(influxdb): authorizing system buckets 2019-10-21 15:49:10 -07:00
Andrew Watkins a40dacfabf chore: lowercase bdd 2019-10-21 15:27:35 -07:00
Andrew Watkins fb359722f8 chore: put space after comment 2019-10-21 15:26:33 -07:00
Andrew Watkins fbaeb8e58e fix: properly scope label creation 2019-10-21 15:26:21 -07:00
Zoe Steinkamp 355b43203c (fix)(ui) Sort by description broken
Fixed e2e test
2019-10-21 16:16:51 -06:00
Zoe Steinkamp 48c8f439a0 (fix)(ui) Sort by description broken
Fix for circleCI test failing, removing sortKey
2019-10-21 16:16:51 -06:00