Commit Graph

11846 Commits (7387eec15e5ba878c543d1d4e9c395bdef3e7181)

Author SHA1 Message Date
Brandon Farmer 7387eec15e Remove source immediately rather than wait for reload 2018-10-30 11:46:05 -07:00
Christopher Henn 39d1fad53e Fix Dygraph NaN logarithmic scale issue 2018-10-30 10:59:17 -07:00
Christopher Henn f040160afe Show annotation on plot initially when adding 2018-10-30 10:59:17 -07:00
Andrew Watkins 363883c598
Merge pull request #4669 from influxdata/flux-tweaks
Flux tweaks
2018-10-30 10:12:55 -07:00
Christopher Henn f36c47150f Don't display fallback notes on initial fetch 2018-10-30 09:30:13 -07:00
Christopher Henn 189426df58 Fix .graph-empty display text 2018-10-30 09:07:21 -07:00
Christopher Henn a622c5a140 Fix clipping in RawFluxDataTable
Closes influxdata/applications-team-issues#185
2018-10-30 09:07:21 -07:00
Christopher Henn c04cf10b72 Fix empty raw data view
Updates the `RawFluxDataTable` to always accept dimensions from a
parent, rather than measuring them by itself. The `RawFluxDataTable` is
only used within a `RefreshingGraph`, and a `RefreshingGraph` has been
recently changed to measure dimensions.

Also changes the approach used to minimize unnecessary calls to
`parseResponseRaw`. Recent changes (#4650) caused the
`getDerivedStateFromProps` approach to re-parse data on every scroll
event (the exact opposite of what it was intended to do).

Now, the `memoizeOne` helper is used directly inside the render method
instead.
2018-10-30 09:07:21 -07:00
Andrew Watkins 43f0054eb3 Change position of Radio Buttons for flux / influxql 2018-10-30 08:58:24 -07:00
Andrew Watkins 93cd858104 feat(flux): execute query when Run Script button is pressed 2018-10-30 08:58:24 -07:00
Christopher Henn 759758f0e2 Measure plot dimensions for auto group by queries 2018-10-29 16:21:41 -07:00
Christopher Henn fe31ff3475 Extract getters from RefreshingGraph#render 2018-10-29 16:21:41 -07:00
alexpaxton d9ebfb7003
Remove Markdown Shadows and Prefix/Suffix Limits (#4665)
* Remove shadow from markdown cells

* Remove prefix and suffix character maximums

* Updoot changelog
2018-10-29 13:06:24 -07:00
Iris Scholten c1457a9066
Merge pull request #4662 from influxdata/fix/threesizer-min-max
Fix minimize and maximize buttons
2018-10-29 12:36:28 -07:00
Iris Scholten f295467d40
Merge pull request #4661 from influxdata/fix/threesizer-resizing
Fix threesizer with three divisions
2018-10-29 11:22:54 -07:00
Iris Scholten d92002c275 Fix minimize and maximize buttons 2018-10-29 11:12:09 -07:00
Iris Scholten fc8972c2d3 Fix threesizer with three divisions 2018-10-29 11:01:17 -07:00
Christopher Henn 834b0b2d3d Fix autocomplete showing after closing paren 2018-10-29 09:58:51 -07:00
Christopher Henn 702dfacfa6 Fix scrolling in Flux editor 2018-10-29 09:58:51 -07:00
Christopher Henn bb17e11807 Fix crash when switching away from Flux raw data view 2018-10-29 09:58:51 -07:00
Delmer 4ea31e8ff5
Add scrollbars to raw flux data table (#4650)
feat(de/flux):  add raw response table scrollbars
2018-10-29 12:55:54 -04:00
Iris Scholten 72b19b2aaf
Merge pull request #4653 from influxdata/fix/change-influxql-query
Ensure de can find update query drafts correctly
2018-10-26 10:18:10 -07:00
Delmer d06a2e7fbe
Fix over rerendering for mouseover (#4641)
improve(logs/table): remove stateful updates on mouseover
2018-10-26 13:02:25 -04:00
Iris Scholten e94a897347
Merge pull request #4656 from influxdata/flux/large-wizard-button
Replace Script wizard text with large blue button
2018-10-26 09:48:51 -07:00
Iris Scholten 57b37f9d60 Ensure de can find and update query drafts correctly 2018-10-26 09:47:04 -07:00
Christopher Henn e664d26053 Refactor auto group by logic 2018-10-26 08:45:10 -07:00
Iris Scholten 6d1838eccc
Merge pull request #4657 from influxdata/fix/resize-flux
Fix resizing flux
2018-10-25 17:21:19 -07:00
Iris Scholten 06ad042418 Fix resizing flux 2018-10-25 17:12:15 -07:00
Iris Scholten d846426e48 Replace Script wizard text with large blue button 2018-10-25 17:08:05 -07:00
Iris Scholten 213994e555
Merge pull request #4655 from influxdata/flux/move-script
Move and rename Flux Schema Explorer
2018-10-25 16:23:16 -07:00
Iris Scholten a5abb89725 Move and rename Flux Schema Explorer 2018-10-25 16:01:27 -07:00
Iris Scholten 64f98380f5
Merge pull request #4654 from influxdata/remember-visop-proportions
Fix visops error on resize
2018-10-25 15:56:12 -07:00
Iris Scholten d07a89f5fc Fix visops error on resize 2018-10-25 15:46:09 -07:00
Christopher Henn 4ca315ada1 Fix query param resolution in Data Explorer 2018-10-25 14:22:50 -07:00
Christopher Henn 25b226cabf Fix Script Wizard not submitting script 2018-10-25 14:22:50 -07:00
Christopher Henn 1e08981510 Fix static legend overlap
Closes influxdata/applications-team-issues#195
2018-10-25 14:22:22 -07:00
Christopher Henn ca75866378 Fix issue with stale data in the CellEditorOverlay
Both the `CellEditorOverlay` and `DataExplorer` components store state
in the `TimeMachineContainer`. These components reset the state upon
mount, using data that is cached for each component in localStorage.

The `CellEditorOverlay` requires only certain pieces of cached data to
be read from localStorage, while the `DataExplorer` wants all data
stored in localStorage to be read.

This commit updates the utility used to fetch data from localStorage to
be aware of this difference between the two components.

Closes influxdata/applications-team-issues#196
2018-10-25 13:58:20 -07:00
Delmer e5ae30127a
Add logs hostname (#4645)
fix(logs/table): add hostname column

* Guarantee hostname column exists on logviewer config
* Add hostname field to ui utils
* Update integrations server test
* Update changelog 1.7.0

Co-authored-by: Michael Desa <mjdesa@gmail.com>
2018-10-25 16:42:29 -04:00
Christopher Henn 50d881ac70 Fix infinite loop bug in Flux autocompletions 2018-10-25 09:53:44 -07:00
Christopher Henn 3c95ca48d8 Fix Flux queries in Firefox 2018-10-25 09:50:17 -07:00
Christopher Henn 144552d7d5 Disable indentation in TimeMachineEditor 2018-10-25 09:47:39 -07:00
Delmer fca25f942e
Fix logs scrollbar (#4640)
fix(logs/scroll): fix the horizontal scroll bar

* Update grid to have minWidth
* Fix logs scrollbar position
* Clean up unnecessary handlers
* Update 1.7.0 changelog

Co-authored-by: Alex P <thealexpaxton@gmail.com>
2018-10-25 12:34:02 -04:00
Iris Scholten a6df7923be
Merge pull request #4635 from influxdata/flux/remember-twosizer
Remember proportions
2018-10-24 13:39:45 -07:00
Christopher Henn 4ac7eb9b99 Remove templating concerns from Flux API utils 2018-10-24 13:16:58 -07:00
Christopher Henn 905dff79e0 Reorganize Flux API utilities 2018-10-24 13:16:58 -07:00
Christopher Henn f5d761417c Store threesizer proportions in local storage 2018-10-24 12:33:21 -07:00
Alirie Gray 8333286e06 Change regex for static legend label to include up to first period 2018-10-24 11:11:06 -07:00
Christopher Henn 3c70128525 Update Flux query endpoint 2018-10-23 12:10:41 -07:00
Alirie Gray 93a0892b7a Add a default query draft if the query drafts are empty
Co-authored-by: Iris Scholten <ischolten.is@gmail.com>
2018-10-23 10:38:20 -07:00
Delmer c17d0ad55c
Fix logs expansion handling (#4621)
* fix(logs/expand): pauses tailing on message expansion
* Fix expanded message wrapping
* Update changelog 1.7.0
2018-10-22 18:29:56 -04:00