Brandon Farmer
5616ff9ec3
Merge pull request #3593 from influxdata/log-viewer/dynamic-message-width
...
Message column width changes with window size
2018-06-08 11:07:44 -07:00
Alex Paxton
5e5d49d6cc
Merge pull request #3598 from influxdata/flux/vertical-builder
...
Make Flux Builder Stack Vertically
2018-06-08 11:05:21 -07:00
Nathan Haugo
9d2a39e014
Merge pull request #3601 from influxdata/chore/flux-feature-flag
...
Remove FeatureFlag from Flux Page
2018-06-08 10:52:49 -07:00
Brandon Farmer
6987b660e5
Handle failing queries for log viewer
2018-06-08 10:49:42 -07:00
ebb-tide
057b062381
Remove unnecessary comment in TableGraph
2018-06-08 10:48:44 -07:00
Andrew Watkins
47327459fd
Remove FeatureFlag from Flux Page
2018-06-08 10:44:06 -07:00
ebb-tide
e1a105757e
Add isGroupBy field to series that have groupby
2018-06-08 10:13:37 -07:00
Alex P
6fdc610f69
Refactor func args to use getters instead of ternary
...
Cleaning up the render function
2018-06-08 10:10:37 -07:00
Jared Scheib
969c21d776
Merge remote-tracking branch 'origin/master' into fix/tempvars_url_query
2018-06-07 18:05:13 -07:00
Brandon Farmer
5c56a9f82d
Add indication if query is running
2018-06-07 16:38:13 -07:00
Christopher Henn
5bda9c4150
Fix misaligned kapacitor form
2018-06-07 16:36:48 -07:00
Alex P
c71ddb3e6f
Align func node tooltip contents horizontally
2018-06-07 16:22:12 -07:00
Chris Henn
0e9552f495
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
f2dbf20715
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
4eab5e5ed2
Selecting source is reflected in the dropdown
2018-06-07 15:43:41 -07:00
Jared Scheib
4526655b9b
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
f841932ea3
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
13c371eecf
Remove obsolete comment
2018-06-07 15:29:04 -07:00
Alex P
419eb07b90
Position node tooltips to the right of the node
2018-06-07 15:08:39 -07:00
Alex P
d77263011c
Add connector line from unassigned FROM to following node
2018-06-07 14:54:37 -07:00
Andrew Watkins
34916b7f99
Merge pull request #3595 from influxdata/flux/char-error
...
Flux Page Error Robustness
2018-06-07 14:39:16 -07:00
Alex P
3a66f92114
Add connector dot to variables when they are assigned to queries
2018-06-07 14:37:42 -07:00
Christopher Henn
c1d7333807
Increase max response limit
2018-06-07 14:32:54 -07:00
Christopher Henn
8f74d1f4b4
Improve scrolling performance in TimeMachineTable
2018-06-07 14:32:54 -07:00
Christopher Henn
0739c2f2ce
Only parse first 2MB of Flux query responses
2018-06-07 14:32:54 -07:00
Andrew Watkins
2ca649ab47
Fix updating twice
2018-06-07 14:19:43 -07:00
Andrew Watkins
cf0c4579b0
Fix typing
2018-06-07 13:36:07 -07:00
Andrew Watkins
2914069ee5
Update AST debounce script typing change
2018-06-07 13:30:05 -07:00
Alex P
d6059a63d8
Redesign flux builder to stack nodes vertically
2018-06-07 11:57:48 -07:00
Alex P
75ba68e22e
Wrap body builder in fancy scrollbars
2018-06-07 11:57:25 -07:00
Andrew Watkins
cd1b77eecc
Add clickable gutter error
2018-06-07 11:18:37 -07:00
Brandon Farmer
f69198cef3
Message column width changes with window size
2018-06-07 11:05:45 -07:00
Alex Paxton
e2351e3b25
Merge pull request #3589 from influxdata/flux/explorer-polish
...
Flux Explorer Polish
2018-06-07 10:38:56 -07:00
Alex P
95fce636c2
Refactor to remove ternary
2018-06-07 10:03:01 -07:00
Alex Paxton
a1213d8db0
Merge pull request #3590 from influxdata/design/nav-outline-icons
...
Redesign Icons in Sidenav
2018-06-06 20:24:42 -07:00
Alex P
caccf73f43
Update log of change
2018-06-06 17:34:12 -07:00
Alex P
a0d1dca7e6
Replace icons in navbar with redesigned "outline" style icons
2018-06-06 17:27:22 -07:00
Iris Scholten
90180754fa
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
90a87e9356
Fix linter bug
2018-06-06 16:41:22 -07:00
Alex P
ace4a047a2
Polish loading dots
2018-06-06 16:00:54 -07:00
Alex P
b87d726d9a
Merge branch 'master' into flux/explorer-polish
2018-06-06 15:51:44 -07:00
Alex P
5f806cb60d
Randomize widths of skeleton loader blocks
2018-06-06 15:35:09 -07:00
Brandon Farmer
8ca0a6f1e4
Merge pull request #3588 from influxdata/log-viewer/filtering
...
Log viewer/filtering
2018-06-06 15:33:11 -07:00
Brandon Farmer
55b58a8e39
Allow tags to be filtered with regex
2018-06-06 15:10:58 -07:00
Alex P
a578ffae29
Update styles
2018-06-06 14:43:37 -07:00
Alex P
2513453743
Change classnames to be more BEM
2018-06-06 14:43:31 -07:00
Alex P
ce7f9c52ad
Wrap tag values count in div
2018-06-06 14:43:03 -07:00
Alex P
a50e9e9b3e
Make search inputs smaller
2018-06-06 14:42:40 -07:00
Jared Scheib
929ceb3b97
Fix source maps to exactly reflect code instead of es5 transpilation
2018-06-06 14:15:59 -07:00
Iris Scholten
4cc0c93fd2
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