Commit Graph

9882 Commits (4de6cd653edcd1c22ffcf398e7b522847b003232)

Author SHA1 Message Date
Alex P 4de6cd653e Remove excess closure 2018-06-05 14:14:31 -07:00
Chris Henn 581ae03c35 Merge pull request #3571 from influxdata/flux/rename-everything
Rename all usage of "IFQL" to "Flux"
2018-06-05 11:11:44 -07:00
Iris Scholten 484c41197e Merge pull request #3559 from influxdata/feature/export-import-dashboards
Export and import dashboards
2018-06-05 11:02:12 -07:00
Christopher Henn 1fb2a1551b Reorganize Flux apis and parsing 2018-06-05 10:57:20 -07:00
Andrew Watkins 1344297421 Change IFQL to Flux 2018-06-05 10:57:19 -07:00
Iris Scholten 87fd3caf1a Update changelog 2018-06-05 10:41:24 -07:00
Iris Scholten cc925ac001 Fix error from clicking on an imported dashboard due to redux not being loaded with new dashboard 2018-06-05 10:41:24 -07:00
Iris Scholten eeecae953d Fix error when dashboard import does not contain template variables 2018-06-05 10:41:24 -07:00
Iris Scholten 00714720c3 Add notifications for exports 2018-06-05 10:41:24 -07:00
Iris Scholten 236f9bd4a1 Convert dashboard ui/src/dashboards/actions/index.js and ui/src/dashboards/utils/templateVariableQueryGenerator.js to typescript 2018-06-05 10:41:24 -07:00
Alex P 6d221d1d8d Implement DragAndDrop in ImportDashboardOverlay
Co-authored-by: Iris Scholten <ischolten.is@gmail.com>
Co-authored-by: Alex Paxton <thealexpaxton@gmail.com>
2018-06-05 10:41:24 -07:00
Alex P 402810f44b Revert commit 7338312 2018-06-05 10:41:24 -07:00
Alex P 48ebf722a9 Remove unused state 2018-06-05 10:41:24 -07:00
Alex P 60986ed46e Polish styles of drag and drop component 2018-06-05 10:41:24 -07:00
Iris Scholten add4b0ebe4 WIP Create DragAndDrop component
Co-authored-by: Alex Paxton <thealexpaxton@gmail.com>
2018-06-05 10:41:24 -07:00
Iris Scholten fcd7de2e8a Add meta section to the expored file for chronografVersion and any other future metadata 2018-06-05 10:41:24 -07:00
Iris Scholten cd4031041e Prevent the user from being able to import a file with invalid JSON or before a file is added 2018-06-05 10:41:24 -07:00
Iris Scholten 74361bf74e PrettyPrint dashboard export 2018-06-05 10:41:24 -07:00
Iris Scholten 105ad736ef Send notifications for dashboard imports 2018-06-05 10:41:24 -07:00
Iris Scholten a426e50e56 Ensure only users with editor role or higher can import dashboard 2018-06-05 10:41:24 -07:00
Iris Scholten 2c6e7b0577 Add begining styles for dashboard imports 2018-06-05 10:41:24 -07:00
Iris Scholten 588295e0cd Allow users to import Dashboard from file 2018-06-05 10:41:24 -07:00
Iris Scholten 0a72f12b7e Convert DashboardsHeader to typescript 2018-06-05 10:41:24 -07:00
Iris Scholten eb5de1d002 Convert DashboadsPage to typescript 2018-06-05 10:41:24 -07:00
Iris Scholten ce9b019fb8 Fix type errors 2018-06-05 10:41:24 -07:00
Alex P 06f36841d3 Remove bindActionCreators 2018-06-05 10:41:24 -07:00
Alex P 49c67249a0 Fix type error with show overlay 2018-06-05 10:41:24 -07:00
Alex P a9e734daf7 Introduce ImportDashboardOverlay component 2018-06-05 10:41:24 -07:00
Alex P 9787eb7aaa Introduce styles for overlay sub-components 2018-06-05 10:41:24 -07:00
Alex P 0a31970f87 Introduce generic overlay components 2018-06-05 10:41:24 -07:00
Alex P 5f676b79d8 Update styles of import dashboard button 2018-06-05 10:41:24 -07:00
Alex P 2869442d23 Fix bug 2018-06-05 10:41:24 -07:00
Alex P 93ea79c3e2 Introduce styles for "Panel controls"
These are groups of controls that exist as a child of `.panel-heading`
Serves as a generic replacement for `.dashboards-page—actions`
2018-06-05 10:41:24 -07:00
Alex P 8034d37ca9 Convert component to TypeScript 2018-06-05 10:41:24 -07:00
Brandon Farmer ecef89968b Show histogram for log counts in log viewer 2018-06-05 10:41:24 -07:00
Iris Scholten 8763a6b270 Allow viwer roles or higher to Export a dashboard 2018-06-05 10:40:44 -07:00
Iris Scholten bf18e1b7fa Add ability to export a dashboard as a json file with chronografVersion 2018-06-05 10:40:44 -07:00
Iris Scholten 54f3cfcb82 Convert DashboardsTable to typescript 2018-06-05 10:40:44 -07:00
Alex Paxton 34ad08d661 Merge pull request #3570 from influxdata/logs-viewer/polish
Logs Viewer Polish
2018-06-05 10:39:43 -07:00
Alex P 9c6fcf3b22 Add newline in stylesheet 2018-06-05 10:08:03 -07:00
Alex P 9f40afeb37 Add clickable style and div 2018-06-05 09:59:58 -07:00
Alex P b02b0bd69f Style hover state and cells 2018-06-05 09:59:44 -07:00
Alex P 701bdecad8 Add return types 2018-06-05 09:58:35 -07:00
Alex P 5edd845d79 Show short text for severity level 2018-06-05 09:58:18 -07:00
Alex P 7b1a14066d Change widths of columns 2018-06-05 09:57:40 -07:00
Chris Henn 20bcbe26cd Merge pull request #3567 from influxdata/flux/table-sidebar-filter
Enable filtering of Flux table sidebar
2018-06-05 09:12:08 -07:00
Christopher Henn eb9981bdf8 Enable filtering of Flux table sidebar 2018-06-04 16:46:04 -07:00
Chris Henn 8e9115234b Merge pull request #3566 from influxdata/flux/table-cols
Tweak Flux table visualization
2018-06-04 16:45:44 -07:00
Chris Henn ce14d93ff9 Merge pull request #3565 from influxdata/ifql/table
Introduce line graph visualization to Flux page
2018-06-04 16:12:10 -07:00
Christopher Henn 538ace0a48 Improve display of table names in table sidebar
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
Co-authored-by: Chris Henn <chris.henn@influxdata.com>
2018-06-04 16:10:20 -07:00