Commit Graph

6438 Commits (9c9955539052a334d009fe3165ecdd1cf3838495)

Author SHA1 Message Date
Andrew Watkins bde2e11cc1 Format TimeShift struct property descriptions 2017-11-21 10:37:07 -08:00
Andrew Watkins afa926a5c7 Update proto TimeShift property descriptions 2017-11-21 10:33:21 -08:00
Chris Goller efbc7e0853 Merge pull request #2386 from influxdata/feature/de-support-non-literals
Update queryConfig render to support wildcard, re, int, num
2017-11-21 12:33:09 -06:00
Andrew Watkins 6f6cde7179 Merge branch 'master' into feature/time-cop 2017-11-21 10:29:31 -08:00
Chris Goller 862c1fcade Update invalid swagger information for cell hex color length 2017-11-21 12:22:02 -06:00
Chris Goller 8181e1eaf7 Add colors to all cells 2017-11-21 12:16:23 -06:00
Alex P 67e3470fe5 Refactor color dropdown to use key 'name' instead of 'text' 2017-11-21 10:11:06 -08:00
Alex Paxton 103ba9d6f5 Merge pull request #2396 from influxdata/user-menu-inverse-triangle
Add invisible hover triangle for user menu on small screens
2017-11-21 09:35:20 -08:00
Jared Scheib 227b5e086b Merge pull request #2395 from influxdata/multitenancy_refresh_orgs_on_add-2344
Refresh organizations in User nav after updating organizations
2017-11-21 09:32:33 -08:00
Jared Scheib 7177503788 Merge pull request #2392 from influxdata/multitenancy_ui_prevent_sources_error_on_org_switch
Prevent sources error notification on org switch
2017-11-21 09:31:34 -08:00
Alex P 5e071375a9 WIP Add gauge controls in display options 2017-11-20 21:51:22 -08:00
Hunter Trujillo 7aa82a494e Add Kapacitor version detection. 2017-11-20 22:22:40 -07:00
Alex P 6f713c9141 Add invisible hover triangle for user menu on small screens 2017-11-20 19:59:02 -08:00
Jared Scheib 9566a6b534 Update ME request action names, action creators, & reducers to AJAX cycle convention 2017-11-20 21:23:24 -06:00
Jared Scheib a600577b42 Refactor getMe & refresh me for SideNav upon change organizations 2017-11-20 21:23:23 -06:00
Alex P a1f3a7c202 Remove redundant color from gauge colors list 2017-11-20 18:59:38 -08:00
Alex P de0817e420 Add optional disabled prop to color dropdown 2017-11-20 18:35:02 -08:00
Alex P aa1fc1d412 Introduce color dropdown component
Intended for choosing a color from a list; displays the color and its
name in the dropdown
2017-11-20 18:16:05 -08:00
Jared Scheib 111a6a7121 Prevent sources error notification from invalid showDatabases in CheckSources upon meChangeOrganization 2017-11-20 19:07:52 -06:00
Jared Scheib 418f8513bf Refactor CheckSources to call getSources thunk instead of loadSources & errorThrown 2017-11-20 19:06:31 -06:00
Alex P e22e6f6ccf Introduce array of available gauge colors 2017-11-20 14:31:53 -08:00
Alex P dedf5ffec4 Refactor display options input to receive placeholder text as a prop 2017-11-20 14:31:35 -08:00
Alex P c968263250 Refactor display options input to receive column size as a prop 2017-11-20 14:16:32 -08:00
Alex P 02e5129f7f Pass in prop as bool not string 2017-11-20 13:58:40 -08:00
Alex P aa46e2e439 Redesign visualization type selector
Updated SVG designs, options appear to right side, viz type previews no
longer distort, add scrolling on overflow
2017-11-20 13:57:33 -08:00
Alex P 0386317c65 Improve label text and resize display options tab controller 2017-11-20 13:56:25 -08:00
Alex P 0c69f85a43 Add Gauge to refreshing graph available options 2017-11-20 13:28:24 -08:00
Chris Goller 498c5d9b6c Update Makefile 2017-11-17 15:51:10 -06:00
Chris Goller 04f6d30622 Update CHANGELOG to mention support for wildcard, number and regex
queries
2017-11-17 14:16:08 -06:00
Chris Goller ad6ab36d9a Update queryConfig render to support wildcard, re, int, num 2017-11-17 14:11:05 -06:00
Chris Goller dc3454207c Merge pull request #2305 from influxdata/feature/auto-group-by-parse
Refactor and simplify auto group by (:interval:) template variable
2017-11-17 11:27:52 -08:00
Andrew Watkins bd025c2be2 Update test 2017-11-17 10:51:50 -08:00
Alex P 2fa7eb8c37 Truncate gauge label text to 2 decimal points 2017-11-17 10:47:27 -08:00
Alex P 2d068237b8 Determine gauge size based on the smaller dimension 2017-11-17 08:21:55 -08:00
Alex P 12104412db Force canvas to maintain aspect ratio 2017-11-17 08:21:15 -08:00
Alex P e71c8c7fb7 Remove state from gauge 2017-11-17 08:20:58 -08:00
Alex P fbb63f2702 Adjust theme colors 2017-11-16 17:13:18 -08:00
Alex P 5289a2556c Fix implementation of inverse prop 2017-11-16 17:13:09 -08:00
Jared Scheib 7033caed32 Merge branch 'multitenancy-merge-master' into multitenancy 2017-11-16 17:06:26 -08:00
Jared Scheib 0a9b755dc8 Merge branch 'multitenancy' into multitenancy-merge-master 2017-11-16 17:03:30 -08:00
Alex P c15beb7696 Add theme and inverse presentation options for gauges 2017-11-16 16:36:59 -08:00
Andrew Watkins 171f035cec Update CHANGELOG 2017-11-16 16:33:14 -08:00
Andrew Watkins 5aa1132be9 Fix tests to shifts 2017-11-16 16:29:44 -08:00
Andrew Watkins 4963e04d8c Remove timeShift from query options in kapacitor 2017-11-16 16:19:51 -08:00
Alex P 5672e5205c Add gradients to each section of the gauge 2017-11-16 16:18:01 -08:00
Alex Paxton e95aaf2179 Merge pull request #2352 from influxdata/multitenancy_purgatory_switching
Switch Organizations from Purgatory
2017-11-16 13:16:21 -08:00
Alex P 512f90b865 Refactor gauge to include lower and upper thresholds 2017-11-16 13:08:48 -08:00
Jared Scheib 78705185f4 Add mock.Store to queries test
Signed-off-by: Jared Scheib <jared.scheib@gmail.com>
2017-11-16 13:01:20 -08:00
Luke Morris ddb1ca198b Shift filter box to the left 2017-11-16 10:56:41 -08:00
Alex P 1b4477f89b Render dimensions of gauge from props 2017-11-16 10:53:47 -08:00