Commit Graph

11956 Commits (1.7.0-changelog-prep)

Author SHA1 Message Date
nathan haugo a5d0f606a8 Clean up CHANGELOG for 1.7.0 2018-11-06 16:56:08 -08:00
Christopher Henn 0568bf2ac8 Consolidate metaquery template constants 2018-11-06 16:43:03 -08:00
Christopher Henn 0b1446317f Add cardinality estimate metaquery templates 2018-11-06 16:43:03 -08:00
Deniz Kusefoglu 78adde57a2
Merge pull request #4754 from influxdata/feat/add-templates-to-protoboards
Feat/add templates to protoboards
2018-11-06 15:58:05 -08:00
Deniz Kusefoglu d868758912 Update protoboards to contain template variables 2018-11-06 15:37:13 -08:00
Deniz Kusefoglu 7b9cd088e8 Use protoboard.templates to create tempvars during pb instantiation
Co-authored-by: Deniz Kusefoglu <denizk@gmail.com>
Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-11-06 15:37:13 -08:00
Deniz Kusefoglu a76691bebe Add templates field to protoboards on BE
Co-authored-by: Deniz Kusefoglu <denizk@gmail.com>
Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-11-06 15:37:13 -08:00
Iris Scholten 3bb11ebd7b
Update refreshing graph if inView changes (#4756) 2018-11-06 15:29:22 -08:00
Andrew Watkins d451ca76bb fix(flux): create unique link for querying flux (#4755) 2018-11-06 14:18:37 -08:00
Alirie Gray 72cb260538
Merge pull request #4753 from influxdata/fix/sort-dashboards-in-modal-by-name
Sort dashboard items in SendToDashboardOverlay by name
2018-11-06 13:57:14 -08:00
Alirie Gray df5a6cc3e6 Sort dashboard items in SendToDashboardOverlay by name 2018-11-06 13:46:59 -08:00
Christopher Henn 7715d7b67c Upgrade Flux dep to v0.7.0 2018-11-06 13:37:28 -08:00
Brandon Farmer cc6c070988
Merge pull request #4751 from influxdata/fixes/resizable-element-missing
Ensure resizable element has a parent in dygraph component
2018-11-06 13:14:31 -08:00
Brandon Farmer 5b708b2e24 Ensure resizable element has a parent in dygraph component 2018-11-06 13:05:08 -08:00
Iris Scholten df7f3b3b7e
Merge pull request #4750 from influxdata/fix/functions-click
Fix click to add for flux functions
2018-11-06 13:03:35 -08:00
Iris Scholten 861deeb63a
Merge pull request #4748 from influxdata/fix/postfix-lines
Clear old dygraphs before redrawing
2018-11-06 12:46:54 -08:00
Iris Scholten 75afa76c88 Fix click to add for flux functions 2018-11-06 12:44:29 -08:00
Alirie Gray 335248c0fd
Add check for undefined value in single stat component (#4741) 2018-11-06 12:10:30 -08:00
Iris Scholten 5817e48fc4 Clear old dygraphs before redrawing 2018-11-06 11:34:32 -08:00
Brandon Farmer 7b6da09f8f
Merge pull request #4747 from influxdata/fixes/resizing-unmounted-dygraph
Make sure dygraph is available to resize
2018-11-06 11:29:50 -08:00
Delmer 5648e46fbc
Fix switcher links case ordering (#4745)
Fix switcher links ordering

* Update switcher links to sort without casing
* Update changelog 1.7.0 ui improvements
2018-11-06 14:23:30 -05:00
Brandon Farmer bf3adf6ce6 Make sure dygraph is available to resize 2018-11-06 11:14:42 -08:00
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