Commit Graph

10236 Commits (b944622fbfa1d6ea895ab91151c7e96e35b42337)

Author SHA1 Message Date
ebb-tide 17789f848f Remove unnecessary comment in TableGraph 2018-06-08 10:48:44 -07:00
Andrew Watkins dcf1553d9e Remove FeatureFlag from Flux Page 2018-06-08 10:44:06 -07:00
ebb-tide 0b526d47e2 Add isGroupBy field to series that have groupby 2018-06-08 10:13:37 -07:00
Alex P d5654b723e Refactor func args to use getters instead of ternary
Cleaning up the render function
2018-06-08 10:10:37 -07:00
Jared Scheib da2a3930aa Merge remote-tracking branch 'origin/master' into fix/tempvars_url_query 2018-06-07 18:05:13 -07:00
Brandon Farmer 7d39f74551 Add indication if query is running 2018-06-07 16:38:13 -07:00
Christopher Henn c0bbdee93e Fix misaligned kapacitor form 2018-06-07 16:36:48 -07:00
Alex P a9ab9e0c41 Align func node tooltip contents horizontally 2018-06-07 16:22:12 -07:00
Chris Henn 2d03fbc234 Merge pull request #3596 from influxdata/flux/limit-responses
Improved handling of large Flux query responses
2018-06-07 16:13:20 -07:00
Jared Scheib e55f362628 Make browser Back button work as expected in the context of url queries syncing
Replace rather than push browser history when syncing url queries.
2018-06-07 16:02:07 -07:00
Brandon Farmer 27d21914ae Selecting source is reflected in the dropdown 2018-06-07 15:43:41 -07:00
Jared Scheib e9c9b33b88 Clear and hydrate temp vars on switch dashboards
componentDidMount was the only place that hydrating and syncing was happening,
but the component did not re-mount when you use the dashboard switcher. So
the new React 16 componentDidUpdate life cycle method was an appropriate place
to detect if the dashboard had switched, rather than creating an event handler
for dashboard switching.
2018-06-07 15:40:34 -07:00
Jared Scheib 2225cd4ad4 Get dashboards names for DashboardSwitcher
Refactor dashboards names into DashboardPage component state and
refresh names upon dashboard rename.
2018-06-07 15:35:05 -07:00
Jared Scheib 10c084fca8 Remove obsolete comment 2018-06-07 15:29:04 -07:00
Alex P 5e86a7b5e7 Position node tooltips to the right of the node 2018-06-07 15:08:39 -07:00
Alex P 278c147089 Add connector line from unassigned FROM to following node 2018-06-07 14:54:37 -07:00
Andrew Watkins 8b867d3ad3 Merge pull request #3595 from influxdata/flux/char-error
Flux Page Error Robustness
2018-06-07 14:39:16 -07:00
Alex P 944c4ed803 Add connector dot to variables when they are assigned to queries 2018-06-07 14:37:42 -07:00
Christopher Henn fd2a489a91 Increase max response limit 2018-06-07 14:32:54 -07:00
Christopher Henn 5645764478 Improve scrolling performance in TimeMachineTable 2018-06-07 14:32:54 -07:00
Christopher Henn a754311b05 Only parse first 2MB of Flux query responses 2018-06-07 14:32:54 -07:00
Andrew Watkins 252e845e15 Fix updating twice 2018-06-07 14:19:43 -07:00
Andrew Watkins 61c67c98f3 Fix typing 2018-06-07 13:36:07 -07:00
Andrew Watkins 1ace9495ff Update AST debounce script typing change 2018-06-07 13:30:05 -07:00
Alex P 09b44edfe1 Redesign flux builder to stack nodes vertically 2018-06-07 11:57:48 -07:00
Alex P 4b92b84b58 Wrap body builder in fancy scrollbars 2018-06-07 11:57:25 -07:00
Andrew Watkins a2122eabe8 Add clickable gutter error 2018-06-07 11:18:37 -07:00
Brandon Farmer d03cee0535 Message column width changes with window size 2018-06-07 11:05:45 -07:00
Alex Paxton 241b8588fd Merge pull request #3589 from influxdata/flux/explorer-polish
Flux Explorer Polish
2018-06-07 10:38:56 -07:00
Alex P b17eaaf8aa Refactor to remove ternary 2018-06-07 10:03:01 -07:00
Alex Paxton 192accfc69 Merge pull request #3590 from influxdata/design/nav-outline-icons
Redesign Icons in Sidenav
2018-06-06 20:24:42 -07:00
Alex P 1b663869bf Update log of change 2018-06-06 17:34:12 -07:00
Alex P feecd88147 Replace icons in navbar with redesigned "outline" style icons 2018-06-06 17:27:22 -07:00
Iris Scholten 5c6c27070b Rebase onto changeset from #3527 to fix time ranges for unparseable queries
Convert ui/src/shared/data/timeRanges to typescript

Update type in timeRanges.ts to extend TimeRange type from src/types/query

Fix typo in buildCannedDashboardQuery

Update addTimeBoundsToRawText to use regex in its string matching checks instead of strings
2018-06-06 17:17:33 -07:00
Alex P 5d192ae381 Fix linter bug 2018-06-06 16:41:22 -07:00
Alex P bcae582676 Polish loading dots 2018-06-06 16:00:54 -07:00
Alex P 44f55230e4 Merge branch 'master' into flux/explorer-polish 2018-06-06 15:51:44 -07:00
Alex P c0e43eae38 Randomize widths of skeleton loader blocks 2018-06-06 15:35:09 -07:00
Brandon Farmer 27e0561ce2 Merge pull request #3588 from influxdata/log-viewer/filtering
Log viewer/filtering
2018-06-06 15:33:11 -07:00
Brandon Farmer bae5b110a4 Allow tags to be filtered with regex 2018-06-06 15:10:58 -07:00
Alex P 276e67148b Update styles 2018-06-06 14:43:37 -07:00
Alex P 65ba51b874 Change classnames to be more BEM 2018-06-06 14:43:31 -07:00
Alex P 602696f0a4 Wrap tag values count in div 2018-06-06 14:43:03 -07:00
Alex P d8d9b26c9b Make search inputs smaller 2018-06-06 14:42:40 -07:00
Jared Scheib 2020628bea Fix source maps to exactly reflect code instead of es5 transpilation 2018-06-06 14:15:59 -07:00
Iris Scholten 457c9cb649 Merge pull request #3575 from influxdata/ifql/copy-paste-schema
flux/Copy to clipboard in schema explorer
2018-06-06 14:14:43 -07:00
Brandon Farmer f8e7cfa92e Basic == and != filtering for logs
Co-authored-by: Delmer Reed<delmer814+1@gmail.com>
2018-06-06 13:35:39 -07:00
Iris Scholten 104e46a0c4 Rename copy functions for clarity 2018-06-06 13:31:45 -07:00
Iris Scholten c62906411b Create a notificationAction type to be used as notify's type 2018-06-06 13:28:22 -07:00
Chris Henn e544d4ce00 Merge pull request #3583 from influxdata/flux/autocomplete
Function / Param specific autocomplete
2018-06-06 13:20:03 -07:00