Commit Graph

8868 Commits (cdb7164df0bfc017ad342f5bd9837f93405e27b5)

Author SHA1 Message Date
Iris Scholten cdb7164df0 Move timeFormat from TableOptions to DashboardCell in the Server
Update tests according to the change
2018-04-19 17:32:28 -07:00
Iris Scholten 91480922f4 Change bool fixFirstColumn back to index 6 and reserve index 5 in internal.proto 2018-04-19 09:55:50 -07:00
Iris Scholten 87ad2278de Update go tests by removing FieldNames from TableOptions and adding FieldOptions to DashboardCell
Add precision to sortBy values
2018-04-18 17:08:26 -07:00
Iris Scholten 6348747ae0 Move FieldNames out of TableOptions and into DashboardCell as FieldOptions
Add Precision to RenamableField
2018-04-18 16:48:44 -07:00
Alex Paxton b83fbc03f5
Merge pull request #3240 from influxdata/ux/dashboard-empty-state
Improve Dashboard Empty State
2018-04-18 14:24:22 -07:00
Brandon Farmer 31b386c3ea
Merge pull request #3243 from influxdata/fixes/add-template-var-breaks-dashboard
Fixes adding template variables breaks dashboard
2018-04-18 14:17:04 -07:00
Brandon Farmer 3260189381 Use lodash to determine value length 2018-04-18 14:05:22 -07:00
Brandon Farmer be08784638 Handle cases where no dropdown values are present 2018-04-18 14:04:28 -07:00
Brandon Farmer 608d4fdebf Fix error message grammer and style 2018-04-18 13:41:02 -07:00
Brandon Farmer e4ab93b789 Guard against values that are null in dropdown width calculation 2018-04-18 13:39:07 -07:00
Alex P d89bb27fc3 Add error handling decorator to component 2018-04-18 13:16:40 -07:00
Alex P 8656e853b1 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 e8ec841902 Merge branch 'master' into ux/dashboard-empty-state 2018-04-18 13:11:48 -07:00
Jared Scheib a98b23d6af
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 1d3b6b5339 Show mouse pointer on hover 2018-04-18 12:39:31 -07:00
Alex Paxton 1f64dd99dc
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 c9daa0c1d2 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
Alex P 8f9385b26b Improve accuracy of copy 2018-04-18 12:13:03 -07:00
Alex P a9590805ca Implement cell type constants across app 2018-04-18 12:09:00 -07:00
Brandon Farmer f0b39ea8ab
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 fe37632c9f 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 a34b0fa6cc 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 38033580f7 Make cell types into constants 2018-04-18 11:54:41 -07:00
Brandon Farmer 1b1c7cba2d Update changelog 2018-04-18 11:46:55 -07:00
Alex P e443af8e7b Allow new cells to be created with a type 2018-04-18 11:41:04 -07:00
Alex P 1bde76ecbf Implement empty state component in dashboard 2018-04-18 11:40:42 -07:00
Alex P 57e2805e78 Introduce dashboard empty state component 2018-04-18 11:40:19 -07:00
Brandon Farmer 61facc9321 Fixes now() time parsing when requesting annotations 2018-04-18 11:29:14 -07:00
Jared Scheib 385df15555 Update changelog 2018-04-18 11:08:30 -07:00
Jared Scheib 0b9d0d2694 Merge branch 'master' into bugfix/hostlist-customdb 2018-04-18 11:08:17 -07:00
Jared Scheib 0bb9942025 Fix changelog to include 1.4.4.x sections & 1.5.0.0 2018-04-18 11:07:10 -07:00
Jared Scheib 609fd56b9a Merge branch 'master' into bugfix/hostlist-customdb 2018-04-18 10:47:52 -07:00
Brandon Farmer bab4d8fcb7
Merge pull request #3234 from influxdata/new-react16-upgrade
Upgrade to react 16
2018-04-18 09:50:26 -07:00
Brandon Farmer 73e6b791fe Upgrade to react 16 2018-04-18 00:02:00 -07:00
Jared Scheib 6cae9e6da4 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 d45362ee80 Revert "Test custom RP query param in proxy request"
This reverts commit e2c2e846a9.
2018-04-17 17:44:52 -07:00
Jared Scheib 3b8926a3ee Revert "Refactor RP query param test to include nil rp value"
This reverts commit 2d31da8b96.
2018-04-17 17:44:43 -07:00
Jared Scheib 7e05835b9c 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 364f8e884d
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 6944001788 Fix typo in Crosshairs component 2018-04-17 15:59:59 -07:00
Brandon Farmer dcba92aa46 Add error handling to shared components 2018-04-17 15:51:50 -07:00
Andrew Watkins 36f50eabe0
Merge pull request #3228 from influxdata/ifql/boolean-args
Ifql/boolean args
2018-04-17 15:23:34 -07:00
Andrew Watkins 51250ddfd1 Add test 2018-04-17 15:08:05 -07:00
Andrew Watkins 7145327218 Move KeyboardShortcuts test 2018-04-17 15:07:55 -07:00
Brandon Farmer 0bc091077a
Merge pull request #3227 from influxdata/kapacitor-error-handling
Error handling
2018-04-17 15:00:30 -07:00
Brandon Farmer 567cdf8512 Add error handling to side nav components 2018-04-17 14:45:45 -07:00
Andrew Watkins 8c51a134b3 Add support for keyboard shortcuts 2018-04-17 14:41:32 -07:00
Andrew Watkins d6363a934a Add support for boolean function values 2018-04-17 14:41:18 -07:00
Brandon Farmer 2051383c8f Add error handling to status components 2018-04-17 14:39:32 -07:00
Brandon Farmer 6b2aa08106 Add error handling to kapacitor components 2018-04-17 14:28:21 -07:00