Commit Graph

9188 Commits (53052dd7b946f9860abb3faf5693880ec2dc1cd8)

Author SHA1 Message Date
Brandon Farmer 98217790b6 Handle cases where no dropdown values are present 2018-04-18 14:04:28 -07:00
Brandon Farmer 2895bbb268 Fix error message grammer and style 2018-04-18 13:41:02 -07:00
Brandon Farmer 3542bbd9e6 Guard against values that are null in dropdown width calculation 2018-04-18 13:39:07 -07:00
Alex P 54ca5939bc Add error handling decorator to component 2018-04-18 13:16:40 -07:00
Alex P 8833b94651 Remove UUID as map key
Using the `type` key from `GRAPH_TYPES` which shouldn’t have any
conflicts because this component will not be visible at the same time
as other lists of graph types
2018-04-18 13:15:45 -07:00
Alex P 2beef969b6 Merge branch 'master' into ux/dashboard-empty-state 2018-04-18 13:11:48 -07:00
Jared Scheib 2467f4258b Merge pull request #3233 from influxdata/bugfix/hostlist-customdb
Allow for use of custom Retention Policy when querying for hosts from Host List page & Host pages
2018-04-18 13:04:26 -07:00
Alex P 02b5f62044 Show mouse pointer on hover 2018-04-18 12:39:31 -07:00
Alex Paxton 64bd1e8f70 Merge pull request #3202 from influxdata/polish/grid-pack-new-cells
Improve box packing for New and Cloned cells
2018-04-18 12:38:02 -07:00
Jared Scheib c22bf61507 Update swagger to include defaultRP
Backfill source fields that were missing to swagger as well.

Co-authored-by: Iris Scholten <ischolten.is@gmail.com>
2018-04-18 12:34:36 -07:00
Andrew Watkins 475ee04ca1 Add test for from component 2018-04-18 12:32:19 -07:00
Jared Scheib 3cf09589e8 Update PR template to include checkbox for Swagger docs
Fix typo.

Co-authored-by: Iris Scholten <ischolten.is@gmail.com>
2018-04-18 12:15:21 -07:00
Alex P cbba2f3617 Improve accuracy of copy 2018-04-18 12:13:03 -07:00
Alex P 880e80d52b Implement cell type constants across app 2018-04-18 12:09:00 -07:00
Andrew Watkins cce1a0f8f4 Add prop for funcArg test 2018-04-18 12:08:43 -07:00
Andrew Watkins 51c7ff116d Add FROM dropdown 2018-04-18 12:06:38 -07:00
Brandon Farmer 7f0ba82016 Merge pull request #3237 from influxdata/fixes/custom-timerange-now-annotations
Fixes now() time parsing when requesting annotations
2018-04-18 11:58:54 -07:00
Jared Scheib abda445464 Use lodash for db & database value getting in AutoRefresh
Co-authored-by: Iris Scholten <ischolten.is@gmail.com>
2018-04-18 11:57:09 -07:00
Jared Scheib 5111a35448 Move & rename generateTempVarsForHosts from constants to utils
Co-authored-by: Iris Scholten <ischolten.is@gmail.com>
2018-04-18 11:56:17 -07:00
Alex P 6dacca0bc3 Make cell types into constants 2018-04-18 11:54:41 -07:00
Brandon Farmer 6a111158c1 Update changelog 2018-04-18 11:46:55 -07:00
Alex P c2f6338d3d Allow new cells to be created with a type 2018-04-18 11:41:04 -07:00
Alex P 3a4ca66183 Implement empty state component in dashboard 2018-04-18 11:40:42 -07:00
Alex P 933dbef885 Introduce dashboard empty state component 2018-04-18 11:40:19 -07:00
Brandon Farmer 3ba680adbe Fixes now() time parsing when requesting annotations 2018-04-18 11:29:14 -07:00
Jared Scheib 1e08657dd2 Update changelog 2018-04-18 11:08:30 -07:00
Jared Scheib 12988d6b15 Merge branch 'master' into bugfix/hostlist-customdb 2018-04-18 11:08:17 -07:00
Jared Scheib 4ed72efdc4 Fix changelog to include 1.4.4.x sections & 1.5.0.0 2018-04-18 11:07:10 -07:00
Jared Scheib 812e0b2855 Merge branch 'master' into bugfix/hostlist-customdb 2018-04-18 10:47:52 -07:00
Brandon Farmer 60c286f3c4 Merge pull request #3234 from influxdata/new-react16-upgrade
Upgrade to react 16
2018-04-18 09:50:26 -07:00
Brandon Farmer c17b5817b2 Upgrade to react 16 2018-04-18 00:02:00 -07:00
Jared Scheib 9d0e44adb2 Fix server integration test by adding nil defaultRP
Co-authored-by Iris Scholten <ischolten.is@gmail.com>
2018-04-17 17:50:13 -07:00
Jared Scheib c2812cab90 Revert "Test custom RP query param in proxy request"
This reverts commit 388e81b22f.
2018-04-17 17:44:52 -07:00
Jared Scheib 57c56607f6 Revert "Refactor RP query param test to include nil rp value"
This reverts commit ac3a19f6c0.
2018-04-17 17:44:43 -07:00
Jared Scheib f96a34f12f Test HostsPage render all components & hosts
Update Source & SourceLinks types to be current with all fields.
Properly mocked hosts & env mock api fns for spying.
Add note about kapacitors field on Source type differing
between client and server.

Co-authored-by Iris Scholten <ischolten.is@gmail.com>
2018-04-17 17:41:41 -07:00
Brandon Farmer a1f0f6f35c Merge pull request #3229 from influxdata/shared-error-handling
Add error handling to shared components
2018-04-17 16:22:35 -07:00
Brandon Farmer d50880917c Fix typo in Crosshairs component 2018-04-17 15:59:59 -07:00
Brandon Farmer ce4d482634 Add error handling to shared components 2018-04-17 15:51:50 -07:00
Andrew Watkins 8b29d1873c Merge pull request #3228 from influxdata/ifql/boolean-args
Ifql/boolean args
2018-04-17 15:23:34 -07:00
Andrew Watkins 24c6a1c614 Add test 2018-04-17 15:08:05 -07:00
Andrew Watkins d12b933c70 Move KeyboardShortcuts test 2018-04-17 15:07:55 -07:00
Brandon Farmer b93fe317c6 Merge pull request #3227 from influxdata/kapacitor-error-handling
Error handling
2018-04-17 15:00:30 -07:00
Brandon Farmer 063c2edb96 Add error handling to side nav components 2018-04-17 14:45:45 -07:00
Andrew Watkins 0b621f37da Add support for keyboard shortcuts 2018-04-17 14:41:32 -07:00
Andrew Watkins 701b15cb2a Add support for boolean function values 2018-04-17 14:41:18 -07:00
Brandon Farmer c5fd5b1ac2 Add error handling to status components 2018-04-17 14:39:32 -07:00
Brandon Farmer 7c40496e2d Add error handling to kapacitor components 2018-04-17 14:28:21 -07:00
Brandon Farmer f0645996da Merge pull request #3226 from influxdata/data-explorer-error-handling
Data explorer error handling
2018-04-17 14:17:37 -07:00
Brandon Farmer ac286ea8d4 Error handling in IFQL components 2018-04-17 13:48:34 -07:00
Brandon Farmer e6b767a97d Data explorer error handling 2018-04-17 13:37:09 -07:00