Commit Graph

7176 Commits (17f1d4879818e39f3357c0bde2edc05e9f8411d0)

Author SHA1 Message Date
Brandon Farmer aed247f01b Provide empty namespace array on error fetching 2018-06-28 11:36:31 -07:00
Brandon Farmer 3fb98c22e6 Handle case when log message is empty 2018-06-28 09:42:15 -07:00
Alex P e1af46f44b Merge branch 'master' into enhancement/crosshair 2018-06-27 16:49:53 -07:00
Alex P 06cd4e49f8 Prevent lingering crosshair when mouse leaves dygraph 2018-06-27 16:46:06 -07:00
Alex P 8ee6a2d559 Remove extra div 2018-06-27 16:41:43 -07:00
Alex P 573bd8e754 Don't move legend when mouse is in legend 2018-06-27 16:33:25 -07:00
Alex P 6dfba05ac3 Position legend using hover time 2018-06-27 16:23:52 -07:00
Alex P b8f78a5023 Use number instead of null 2018-06-27 16:23:08 -07:00
Alex P 65c5cfe156 Use more performant means of positioning crosshair 2018-06-27 16:07:50 -07:00
Alex P fce58b66bc Fix static legend state loop 2018-06-27 16:06:05 -07:00
Chris Henn 120f77c90e
Merge pull request #3781 from influxdata/log-viewer/histogram
Show stacked histogram in log viewer
2018-06-27 14:56:09 -07:00
Deniz Kusefoglu d4ba6b8d0e
Merge pull request #3783 from influxdata/refactor/drag-and-drop
Refactor drag and drop to listen for events directly on window.
2018-06-27 14:32:14 -07:00
Christopher Henn fc1183f901
Add parseHistogramQueryResponse test 2018-06-27 13:36:01 -07:00
Christopher Henn 817e2307c2
Add HistogramChart snapshot tests 2018-06-27 13:15:06 -07:00
ebb-tide 62c51a685b Refactor drag and drop to listen for events directly on window.
Co-authored-by: Alex Paxton <thealexpaxton@gmail.com>
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2018-06-27 12:33:09 -07:00
Christopher Henn 4b6c70b6f1
Use deterministic rendering keys in HistogramChart 2018-06-27 12:24:49 -07:00
Alex Paxton 6ccd45f6d5
Merge pull request #3778 from influxdata/refactor-overlay-technology
Refactor Overlay Technology
2018-06-27 11:48:16 -07:00
Alex P 7545979ebe Remove console.log 2018-06-27 11:36:31 -07:00
Alex P 7b4d798ec7 Fix broken flux page 2018-06-27 11:33:40 -07:00
Alex P cd8bb88f9a Replace ternaries with clean alternative 2018-06-27 10:54:59 -07:00
Alex P 4ab1e4dde8 Improve names of states and getters 2018-06-27 10:50:43 -07:00
Christopher Henn a1b6b507e5
Show stacked histogram in log viewer 2018-06-27 09:25:11 -07:00
Alex P ddc0781a9f Move overlay related components to new "Reusable UI" directory 2018-06-26 17:45:52 -07:00
Alex P cca3ce167e Remove component to consolidate 2018-06-26 17:37:30 -07:00
Alex P 8c8fcbb3b3 Fix failing test 2018-06-26 17:36:20 -07:00
Christopher Henn 80b3f84b16
Tweak OverlayTechnology lifecycle and fix test 2018-06-26 16:53:05 -07:00
Alex P 3e046839e1 Add data-test values for testing 2018-06-26 16:10:12 -07:00
Iris Scholten 2ce5c5a4ec
Merge pull request #3773 from influxdata/fix/logs-scrolling
Fix/logs scrolling
2018-06-26 10:40:19 -07:00
Alex P 3844f26f62 Improve implementation of overlay wrapper 2018-06-26 10:34:05 -07:00
Iris Scholten ac8b7a43df Trigger onVerticalScroll after setting logs table state
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
2018-06-26 10:16:55 -07:00
Alex P 3a212c6ce4 Return tempvar input to previous state 2018-06-26 10:14:28 -07:00
Alex P bd728ee235 Polish template variable overlay
Using reusable components and styles as much as possible
2018-06-26 01:34:27 -07:00
Alex P 5dd141997a Add reusable button grouping styles 2018-06-26 01:32:43 -07:00
Alex P 3443bbcd06 Organize grid styles 2018-06-26 01:32:32 -07:00
Alex P 68686ccb02 Allow plain HTML elements as children 2018-06-26 01:32:11 -07:00
Alex P ec95c53370 Implement new overlay pattern in DE 2018-06-26 01:31:48 -07:00
Alex P 1e5e03a714 WIP implement new overlay pattern
WIP because I need to test this, and there is probably a better way to
handle state
2018-06-25 19:27:16 -07:00
Alex P 38051ab53c Refactor instances of Overlay Technology to new pattern 2018-06-25 19:17:05 -07:00
Alex P a1c8be810b Refactor overlay technology to not use redux store 2018-06-25 19:16:39 -07:00
Jared Scheib 33373d24af
Merge pull request #3739 from influxdata/fun/dashboard_page
Convert DashboardPage to TypeScript & introduce improved file structure for types
2018-06-25 17:23:39 -07:00
Jared Scheib bb07fec644 Rename types/query to types/queries for consistency 2018-06-25 17:10:34 -07:00
Jared Scheib 3fb5b32375 Revert introduction of /modules for single importable Types
After discussion with team, folks felt that it was too explicit and verbose
to import * as Types and use Types.*.*.x for all type annotations. So we
decided to try importing, for example, all dashboard action types under
a single import * as DashboardsActions from 'src/types/actions/dashboards'.
2018-06-25 17:07:56 -07:00
Jared Scheib 5d4c65049f Merge duplicate imports in test fixtures file 2018-06-25 15:49:58 -07:00
Alex P 1d7aa6b948 Resurrect favicon 2018-06-25 15:47:45 -07:00
Jared Scheib 2b7bad3d5c Simplify getNewDashboardCell default value for cell type
Co-authored-by: Alirie Gray<alirie.gray@gmail.com>
2018-06-25 15:47:32 -07:00
Jared Scheib 451e683401 Simplify naming of showOverlay import in FluxHeader 2018-06-25 15:45:04 -07:00
Andrew Watkins efc9fa9c7a Update crosshair on mousemove 2018-06-25 15:44:12 -07:00
Jared Scheib 4e74173799 Refactor HostPage mapDispatchToProps to simpler object syntax & remove bindActionCreators 2018-06-25 15:41:57 -07:00
Alex Paxton 4e1d10c1c9
Merge pull request #3762 from influxdata/polish-user-nav-icons
Make User Nav Icon Consistent
2018-06-25 12:32:03 -07:00
Alex P f4ae205cf9 Make user nav icons consistent with other nav icons 2018-06-25 11:45:08 -07:00