Commit Graph

10116 Commits (493ffb264a4f0f8270fa197104152208bf28ceff)

Author SHA1 Message Date
Jared Scheib d6e4c3517f Rename & type generateURLQueriesFromTempVars 2018-06-08 18:30:47 -07:00
Jared Scheib c78c4885c6 Move viewer unauthorized notification to tempvars section 2018-06-08 18:22:07 -07:00
Jared Scheib 767b5a56ef Delete obsolete DashboardsPage.js file left by merge 2018-06-08 18:20:41 -07:00
Jared Scheib a2e21db12e Remove obsolete comment 2018-06-08 18:20:25 -07:00
Deniz Kusefoglu e61304aa85 Merge pull request #3604 from influxdata/bugfix/table-graph-series-name
Bugfix/table graph series name
2018-06-08 17:55:10 -07:00
ebb-tide c35770b90b Fix prettier error 2018-06-08 17:52:47 -07:00
Jared Scheib c13d61651a Update changelog 2018-06-08 17:48:10 -07:00
Nathan Haugo 5f120080aa Merge pull request #3618 from influxdata/feature/back-to-the-fqi
Update the name to fqi
2018-06-08 17:40:56 -07:00
nathan haugo 042b168c5a Update the name to fqi 2018-06-08 17:37:22 -07:00
Jared Scheib 3c99cabd8f Prevent Viewer role from overriding temp vars from URL query 2018-06-08 17:31:21 -07:00
Jared Scheib b8d7e317db Fix dashboard switching & loading dashboard upon switching 2018-06-08 15:42:18 -07:00
Jared Scheib d59443e55a Fix merge bug where temp vars selected action needed changed prop key 2018-06-08 15:40:59 -07:00
Chris Henn 9aee7c16b3 Merge pull request #3613 from influxdata/bugfix/ensure-schema-copy-btn-visible
Ensure schema explorer copy button visible
2018-06-08 15:38:36 -07:00
Andrew Watkins 957880bea2 Add test for SET_ACTIVE_CELL 2018-06-08 15:34:59 -07:00
Christopher Henn 4285abf5d4 Ensure schema explorer copy button visible 2018-06-08 15:22:54 -07:00
Andrew Watkins ba62ec82b5 Type dashboard test 2018-06-08 15:11:16 -07:00
Alex P 68d05a3ce9 Use solid dashboard icon in dashboard switcher
Might have a minute usability boost
2018-06-08 14:41:50 -07:00
Alex P 038d267980 Change source indicator to look more "databasey" 2018-06-08 14:41:32 -07:00
Alex P cd5964b3c6 Move Time Machine into its own nav tab with "Flux Capacitor" icon 2018-06-08 14:41:16 -07:00
Alex P aec602b7a8 Update icon font 2018-06-08 14:40:25 -07:00
Chris Henn 0f4116147a Merge pull request #3609 from influxdata/flux/cache-metaqueries
Preserve schema tree children open state
2018-06-08 14:30:34 -07:00
Chris Henn 28c69ff92d Merge pull request #3599 from influxdata/bugfix/kapacitor-form-alignment
Fix misaligned kapacitor form
2018-06-08 14:16:48 -07:00
Christopher Henn e657b052c2 Preserve open state of schema tree children 2018-06-08 13:59:06 -07:00
Andrew Watkins 18956c8f0b Remove linter comment 2018-06-08 13:51:33 -07:00
Andrew Watkins 4dde7a2ba9 Convert dashboard test to ts 2018-06-08 13:51:11 -07:00
Christopher Henn 7740e3375b Group schema tree children in div 2018-06-08 13:28:29 -07:00
Brandon Farmer b4581498bd 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 f8c8f97bec Merge pull request #3598 from influxdata/flux/vertical-builder
Make Flux Builder Stack Vertically
2018-06-08 11:05:21 -07:00
Nathan Haugo 903af3825a 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 7f7b61d5ec Handle failing queries for log viewer 2018-06-08 10:49:42 -07:00
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