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
Daniel Campbell
1fae0b9169
Set all progress connectors to full if on final wizard step. ( #4616 )
...
* Set all progress connectors to full if on final wizard step.
* Name conditions
2018-10-22 14:31:17 -07:00
Iris Scholten
1c9b2c651f
Merge pull request #4619 from influxdata/flux/no-script-error
...
Update refreshing graph to not show error when there's no script
2018-10-22 13:54:33 -07:00
Iris Scholten
167a3aa5a9
Update refreshing graph to not show error when there's no script
2018-10-22 11:29:25 -07:00
Iris Scholten
5eba55af1e
Merge pull request #4615 from influxdata/flux/show-errors
...
Show errors instead of 'No Results' when error occurs
2018-10-19 10:17:32 -07:00
Iris Scholten
957b64081d
Show errors instead of 'No Results' when error occurs
2018-10-19 10:07:51 -07:00
Delmer Reed
6f9136d3c6
Fix TimeSeries uuid race condition
...
Co-authored-by: Christopher Henn <chris@chrishenn.net>
2018-10-18 13:59:47 -07:00
Christopher Henn
bb388ec236
Fix issue with disappearing alias'
2018-10-18 13:44:07 -07:00
Christopher Henn
176c0ab07f
Add support for interval template variable in Flux
2018-10-18 13:43:57 -07:00
Iris Scholten
db9b32e775
Merge pull request #4607 from influxdata/flux/multi-column-metaquery
...
Fix metaquery parsing for tables
2018-10-17 15:54:55 -07:00
Iris Scholten
4c5d97d553
Fix metaquery parsing for tables
...
Co-authored-by: Alirie Gray <alirie.gray@gmail.com>
2018-10-17 14:38:50 -07:00
Alirie Gray
02799a17af
Add draftScript state to TimeMachine ( #4602 )
2018-10-17 13:06:14 -07:00
Brandon Farmer
04e89f7a6b
Merge pull request #4606 from influxdata/hotfix-handle-map-template-variables-correctly
...
Match by key when tempvar is a map type
2018-10-17 11:10:50 -07:00