Delmer
b1d3dcd5c1
Add missing measurement status ( #4744 )
...
Add missing syslog status for logs page
* Add missing measurement status
* Update changelog 1.7.0 ui improvements
2018-11-06 13:56:22 -05:00
Brandon Farmer
810ca87614
Merge pull request #4746 from influxdata/fixes/nightly-protoboards
...
Add protoboards to build script
2018-11-06 10:44:16 -08:00
Brandon Farmer
3ee94d0165
Add protoboards to build script
2018-11-06 10:07:57 -08:00
Brandon Farmer
a84079fa97
Merge pull request #4743 from influxdata/fixes/flux-editor-indention
...
Properly handle update script in code mirror
2018-11-06 09:49:14 -08:00
Andrew Watkins
9537cb3ca0
fix(sources): call to GET /sources hanging ( #4731 )
2018-11-06 09:17:02 -08:00
Brandon Farmer
22a8e519b2
Properly handle update script in code mirror
2018-11-05 17:04:26 -08:00
Deniz Kusefoglu
acd7c07354
Merge pull request #4736 from influxdata/bugfix/prevent-wizard-jumping
...
Prevent step jumping in the wizard if no source
2018-11-05 16:58:40 -08:00
Christopher Henn
dc7a986224
Fix Flux tag keys metaquery
...
See [0] and [1].
[0]: https://github.com/influxdata/applications-team-issues/issues/233
[1]: https://github.com/influxdata/platform/issues/1304
2018-11-05 16:29:16 -08:00
Christopher Henn
7a12243c51
Handle empty dropdown case in Flux Script Wizard
2018-11-05 16:22:45 -08:00
Daniel Campbell
72807076d7
Fix Slow Threesizer ( #4742 )
...
* Update ref to use createRef
* Connect toolbar once instead of each function
2018-11-05 16:16:08 -08:00
Deniz Kusefoglu
ab6bab291f
Prevent step jumping in the wizard if no source
2018-11-05 15:53:44 -08:00
Christopher Henn
b8cd6f4e2e
Enable text selection in table cells in Firefox
...
Previously we would render a semi-transparent rectangle over the
currently hovered entry in a table using a CSS `:after` technique. In
Firefox, this blocked text selection events on the table entry so that a
user could not copy/paste data from a table graph.
This commit changes the background color of hovered table entries
instead overlaying a semi-transparent rectangle, so that text selection
events are not blocked. This results in a slightly different but
comparable aesthetic.
Closes influxdata/applications-team-issues#252
2018-11-05 15:43:33 -08:00
Jared Scheib
38d86b8945
update changelog for be8bed17c
2018-11-05 15:19:34 -08:00
Jared Scheib
1ece962b1b
Merge pull request #4739 from influxdata/feat/switch_to_table_button
...
feat: add button to switch to table graph if data invalid
2018-11-05 15:17:04 -08:00
Jared Scheib
be8bed17c8
feat: add button to switch to table graph if data invalid
...
Co-authored-by: Alirie Gray <alirie.gray@gmail.com>
2018-11-05 15:06:30 -08:00
Christopher Henn
5076458c31
Fix table formatting of stringy numbers
...
Fixes an issue in the `TableGraph` component where a string such as
`02dec` would be interpreted as a number. This created visual
inconsistencies when viewing a table of UUIDs, for example.
Closes influxdata/applications-team-issues#250
2018-11-05 14:48:51 -08:00
Deniz Kusefoglu
554ef6c5c0
Merge pull request #4727 from influxdata/feat/switch-kapacitors-on-alert-rules
...
Feat/switch kapacitors on alert rules
2018-11-05 14:34:02 -08:00
Deniz Kusefoglu
554af5e39a
Add ability to switch kapacitors on alertRules page
2018-11-05 14:21:49 -08:00
Daniel Campbell
073ea55916
Flux toolbar search ( #4725 )
...
* Add Function only on click of name
* Add ability to search functions
* Add more functions
* Change titlesk
* Add function links
* Fix tooltip positioning
* Replace input with ui kit component input
* replace lifecycle method, use react createRef instead of callback ref
2018-11-05 13:02:57 -08:00
Alirie Gray
898135270f
fix(utils): transform & render different metaQuery response series sh… ( #4708 )
...
handle metaQuery responses with multiple series/values/columns
Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-11-05 10:53:02 -08:00
Delmer
1e84e7d859
Fix logs message width ( #4723 )
...
feat(logs/message): expands message and pins to left, center, right, or on message.
* Remove notification for scroll direction
* Improve logs message view
2018-11-05 13:49:21 -05:00
Christopher Henn
d7969457c4
Enabled using predefined temp vars in cell names
2018-11-05 10:43:02 -08:00
Delmer
7974ed3bbd
Add logs page spinner ( #4715 )
...
feat(logs/ui): Add logs page loading spinner
2018-11-05 11:19:52 -05:00
Brandon Farmer
7b5c050636
Merge pull request #4718 from influxdata/rp-fetching
...
Fetch retention policies individually
2018-11-02 16:45:22 -07:00
Brandon Farmer
4b922dc9ec
Fetch retention policies individually
...
- show databases you have rights to
2018-11-02 16:25:45 -07:00
Christopher Henn
7d9c063049
Add option to reset Threesizer
2018-11-02 14:30:27 -07:00
Deniz Kusefoglu
1e304e935c
Merge pull request #4709 from influxdata/bugfix/kapacitor-notifications
...
Fix kapacitor adding or updating logics
2018-11-02 14:30:14 -07:00
Brandon Farmer
5b3db7d47b
Merge pull request #4707 from influxdata/flux/cell-raw-data
...
Fix show raw data in dashboard cell
2018-11-02 14:13:29 -07:00
Brandon Farmer
b39c9ff0a7
Merge pull request #4705 from influxdata/flux/replace-suggestions
...
Update flux editor to use static functions file for suggestions
2018-11-02 14:13:15 -07:00
Christopher Henn
206e809244
Don't show double spinners on first graph load
2018-11-02 13:39:03 -07:00
Christopher Henn
485525af38
Update Flux copy
2018-11-02 11:31:52 -07:00
Daniel Campbell
ea53d3ef55
Add new functions to toolbar ( #4713 )
...
* Add new functions
* remove duplicate function
* lint formatting
2018-11-02 10:40:53 -07:00
Deniz Kusefoglu
e38af690fc
Fix kapacitor adding or updating logics
2018-11-02 09:07:43 -07:00
Christopher Henn
96d2e3eea3
Enable downloading CSV data from Flux cells
2018-11-01 17:48:10 -07:00
Iris Scholten
a97606d0fc
Fix show raw data in dashboard cell
2018-11-01 16:58:45 -07:00
Daniel Campbell
dd1b3073fb
Add drop shadow to content area ( #4704 )
...
* reimplement fancy scrollbars
* Add bottom shadow to indicate scrollability
* Add shadow to overlay
* increase margins
* update tests
* revert experimental change to fancy scrollbar
2018-11-01 16:49:30 -07:00
Iris Scholten
d1356cbb30
Update flux editor to use static functions file for suggestions
2018-11-01 16:37:48 -07:00
Christopher Henn
7a71b06683
Flux editor styling tweaks
2018-11-01 15:46:41 -07:00
Brandon Farmer
72725c2bac
Merge pull request #4703 from influxdata/features/flux-filter-button
...
Add filter button in flux schema explorer
2018-11-01 15:40:48 -07:00
Daniel Campbell
11b3ab8fd6
Add Flux Functions Toolbar ( #4700 )
...
Co-authored-by: Daniel Campbell <metalwhirlwind@gmail.com>
2018-11-01 15:38:52 -07:00
Brandon Farmer
f66b5da70e
Add filter button in flux schema explorer
...
Co-authored-by: Iris Scholten <ischolten.is@gmail.com>
2018-11-01 15:28:53 -07:00
Andrew Watkins
431ca2b651
Fix setup wizard dashboard count ( #4698 )
...
* Typing and cleanup
* Fix count number
2018-11-01 15:28:23 -07:00
Delmer
6f5b42a335
Add dynamic expanded message container ( #4692 )
...
fix(logs/expand): fixes logs expanding offscreen
2018-11-01 15:45:21 -04:00
Christopher Henn
ae4cb089f9
Fix InfluxQL CSV export
2018-11-01 12:33:24 -07:00
Andrew Watkins
66da4add08
Merge pull request #4696 from influxdata/fix/mongo-canned
...
fix(canned_dash): switch page_faults to commands
2018-11-01 12:15:59 -07:00
Alirie Gray
43143c956a
Bugfix/Flux query in InfluxQL mode in DE ( #4693 )
...
Create a queryType property on the TimeMachineContainer component
Co-authored-by: Iris Scholten <ischolten.is@gmail.com>
2018-11-01 11:44:53 -07:00
Andrew Watkins
d3c666bf37
fix(canned_dash): switch page_faults to commands
2018-11-01 11:08:31 -07:00
Christopher Henn
49a2c503ae
Do not close Script Wizard when clicking backdrop
2018-10-31 16:54:11 -07:00
Christopher Henn
744b696854
Add aggregate option to Script Wizard
2018-10-31 16:54:11 -07:00
Andrew Watkins
98ae3b7401
Merge pull request #4690 from influxdata/fix/resize-vertical
...
Fix/resize vertical
2018-10-31 15:41:13 -07:00