Commit Graph

9950 Commits (a5996f4190cb49971f4e2845bba953ee589f0211)

Author SHA1 Message Date
Christopher Henn 0efda40a47
Remove unnecessary CodeMirror addon code
Co-authored-by: Chris Henn <chris.henn@influxdata.com>
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
2018-06-06 13:04:24 -07:00
Christopher Henn 7187f64d4c
Use server-provided completion suggestions
Co-authored-by: Chris Henn <chris.henn@influxdata.com>
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
2018-06-06 13:04:24 -07:00
Christopher Henn 1bcd89151a
Display autocomplete hints on Ctrl-Space only
...as opposed to on every key up.

Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
Co-authored-by: Chris Henn <chris.henn@influxdata.com>
2018-06-06 13:04:24 -07:00
Alex P 1791e4ec53 Merge branch 'master' into logs-viewer/filter-bar 2018-06-06 11:34:27 -07:00
Alex P 68c670c979 Complete editable filter interaction 2018-06-06 11:28:56 -07:00
Alex P c40385dc5d Replace log viewer icon with "log" icon 2018-06-06 10:50:42 -07:00
Jared Scheib dd8dfc56c9
Merge pull request #3574 from influxdata/fix/webpack_sourcemaps
Fix source maps to exactly reflect code instead of es5 transpilation
2018-06-05 16:53:34 -07:00
Iris Scholten 9b4af1a23e Add copy to clipboard to Tag value list items 2018-06-05 16:31:25 -07:00
Iris Scholten 99cc5e4135 Add copy to clipboard to tag list items 2018-06-05 16:19:41 -07:00
Iris Scholten 08388af19b Update styles for copy to clipboard
Co-authored-by: Alex Paxton <thealexpaxton@gmail.com>
2018-06-05 15:16:31 -07:00
Alex Paxton 5c6e8fb20c
Merge pull request #3573 from influxdata/bugfix/gauge-color-selection
Fix Gauge Color Selection
2018-06-05 15:07:21 -07:00
Jared Scheib 04ef3ca5c3 Fix source maps to exactly reflect code instead of es5 transpilation 2018-06-05 14:37:12 -07:00
Iris Scholten f06c2e25c0 Send notification when copying to clipbaord 2018-06-05 14:24:56 -07:00
Alex P b40080d43f Updoot loggo changeo 2018-06-05 14:17:28 -07:00
Alex P 46a2978483 Remove excess closure 2018-06-05 14:14:31 -07:00
Alex P b02bf2fc4d WIP Make filter blocks editable 2018-06-05 13:59:13 -07:00
Iris Scholten 809da1ab4d Refactor the filter logic into getter 2018-06-05 13:37:09 -07:00
Iris Scholten 245228b847 Create styles for copy in schema and stop click propagation 2018-06-05 13:31:26 -07:00
Iris Scholten cba5a9a4f8 Add copy and paste functionality to DatabaseListItem in IFQL schema 2018-06-05 11:15:48 -07:00
Chris Henn 9ac2ef09f0
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 ce5c66e131
Merge pull request #3559 from influxdata/feature/export-import-dashboards
Export and import dashboards
2018-06-05 11:02:12 -07:00
Christopher Henn 7a30b6fab8
Reorganize Flux apis and parsing 2018-06-05 10:57:20 -07:00
Andrew Watkins ed4a6f24e5
Change IFQL to Flux 2018-06-05 10:57:19 -07:00
Iris Scholten cd73cad57d Update changelog 2018-06-05 10:41:24 -07:00
Iris Scholten 6a85b87713 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 0f6c60329e Fix error when dashboard import does not contain template variables 2018-06-05 10:41:24 -07:00
Iris Scholten 2eea86707b Add notifications for exports 2018-06-05 10:41:24 -07:00
Iris Scholten 9b57919c90 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 3aa08aa3ab 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 b010e70d3a Revert commit 7338312 2018-06-05 10:41:24 -07:00
Alex P f23c7bf156 Remove unused state 2018-06-05 10:41:24 -07:00
Alex P f1cc1d85ce Polish styles of drag and drop component 2018-06-05 10:41:24 -07:00
Iris Scholten 3b6c973ee8 WIP Create DragAndDrop component
Co-authored-by: Alex Paxton <thealexpaxton@gmail.com>
2018-06-05 10:41:24 -07:00
Iris Scholten 44cef03127 Add meta section to the expored file for chronografVersion and any other future metadata 2018-06-05 10:41:24 -07:00
Iris Scholten 69762e8c6a 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 b2aeacdd1a PrettyPrint dashboard export 2018-06-05 10:41:24 -07:00
Iris Scholten 337bdcc9c3 Send notifications for dashboard imports 2018-06-05 10:41:24 -07:00
Iris Scholten 701c30c356 Ensure only users with editor role or higher can import dashboard 2018-06-05 10:41:24 -07:00
Iris Scholten d126a85451 Add begining styles for dashboard imports 2018-06-05 10:41:24 -07:00
Iris Scholten 9bd84275eb Allow users to import Dashboard from file 2018-06-05 10:41:24 -07:00
Iris Scholten df4f174b47 Convert DashboardsHeader to typescript 2018-06-05 10:41:24 -07:00
Iris Scholten 2b6c7ed5d4 Convert DashboadsPage to typescript 2018-06-05 10:41:24 -07:00
Iris Scholten fa514945f0 Fix type errors 2018-06-05 10:41:24 -07:00
Alex P 3acd1a6dbc Remove bindActionCreators 2018-06-05 10:41:24 -07:00
Alex P ce22c25ab2 Fix type error with show overlay 2018-06-05 10:41:24 -07:00
Alex P a32f27ea75 Introduce ImportDashboardOverlay component 2018-06-05 10:41:24 -07:00
Alex P dfd153bb1a Introduce styles for overlay sub-components 2018-06-05 10:41:24 -07:00
Alex P 5e96f6424e Introduce generic overlay components 2018-06-05 10:41:24 -07:00
Alex P 53a610b247 Update styles of import dashboard button 2018-06-05 10:41:24 -07:00
Alex P 04eea50c24 Fix bug 2018-06-05 10:41:24 -07:00