Commit Graph

1044 Commits (0b92883989468d7ef79aed09dbfe9cc4bca0e176)

Author SHA1 Message Date
Alex Paxton 2d082e322f
Improve Cell Cloning UX (#4330)
* Clone cells as close as possible to source cell

* Remove comments

* Cleaner way to handle cell cloning

* WIP

* Increment clone number by 1 when cloning

* Update changelog

* Make linter happy

* Pass array of cell names into function instead of dashboard object

* Improve legibility of math expression
2018-09-04 10:08:46 -07:00
Iris Scholten eaa481d502
Update data explorer to Look like CEO (#4319)
* Update Visualization to get props from parent and not redux
* Update DataExplorer to use TimeMachine component and function like CEO
* Change dataExplorer to use time range from under dataExplorer in redux
* Change order of template variables
* Move shared actions/thunks between CEO and DE into one shared actions file
* Update tests with new reducers
* Fix types for editQueryStatus
* Remove unused components
* Fix typo
* Add Flux script to dataExplorer
* Update dataexplorer to persist what type of source its using
* Fix failing tests
* Change DE to use autorefresh dropdown from TimeMachineControls
* Update ChangeLog
* Fix failing test
* Remove unnecessary comment
* Provide default data explorer state for flux features
Co-authored-by: Iris Scholten <ischolten.is@gmail.com>
2018-08-30 16:10:56 -07:00
Alirie Gray b781d2ece3
View flux editor in the CEO (#4311)
* Add FluxQueryEditor to CEO and move funcs to utils

* Use util functions in FluxPage

* Rename links to fluxLinks in TimeMachine

* Update Changelog

* Replace props with fluxContext
2018-08-29 13:32:59 -07:00
Iris Scholten 411094798e Add timeSelectorDropdown to timeMachine 2018-08-27 10:45:59 -07:00
Delmer a7544e17ed
Add query results spinner to table (#4236)
Add spinner for infinite scroll loading

* Add query results to table
* Update CHANGELOG 1.7.0 UI Improvements
* Update QueryResults contents

Co-authored-by: Alex Paxton <thealexpaxton@gmail.com>
2018-08-24 10:22:33 -04:00
Alex Paxton fc9cd71939
Introduce Cell Notes & Note Cells (#4257)
* feat: add Note string field to dashboard cells

* wip feat: html escape cell note to help prevent XSS attack

Requires further input to make sure this is effective at its
purpose.

* Add ability to view a cell's note from the cell header

* Make styles less brittle

* Add "chat" icon for use in notes

* Position note using cell X & Y

Avoid overlap with associated cell whenever possible

* New notes are empty strings by default

* Overflow note when contents are large

* Add react-markdown package for displaying markdown

* Display markdown in cell note

* Add a cell note text editor into the CEO

* Improve cell note editor

* Use codemirror placeholder addon

* Add placeholder to note field & foundation of markdown theme

* Add Markdown Cell

* Add initial styles for markdown cell contents

* Add graphic for Note type cell

* feat: add NoteVisibility to DashboardCell

* Add basic markdown syntax highlighting in editor

* Remove comment

* Show note in cell when queries return no data

* Make exception for rule graph

* Update fixtures and resources to fix tests

* Update changelog

* feat: sanitize xss-vulnerable note html

* Polish appearance of code samples in notes and note cells

* Replace ascii with plaintext before passing to markdown renderers

* Move "display when no results toggle" above text field

Less likely to go undiscovered
2018-08-23 14:41:40 -07:00
Delmer 395e882f8f
Fix loading status description (#4272) 2018-08-23 11:20:55 -04:00
Delmer b7a776dab9
Clear logs after search (#4268)
Enhance logs search to hide table and display loading message

* Update logs table loading presentation
* Add LoadingStatus component
* Update search status on time bounds selection
* Update CHANGELOG 1.7.0 UI Improvements

Co-authored-by: Alex Paxton <thealexpaxton@gmail.com>
2018-08-22 19:59:33 -04:00
Delmer 7a1a7eaf1a
Merge pull request #4253 from influxdata/logs/emphasize-search-terms
Enhance logs search term highlighting
2018-08-22 15:51:50 -04:00
Alirie Gray 000b3edaef Update changelog 2018-08-22 10:36:00 -07:00
Iris Scholten 31f4fa8214 Update changelog 2018-08-20 12:14:00 -07:00
Delmer Reed 4a23608dfd Add search filter highlighting in query results 2018-08-20 14:39:50 -04:00
Delmer Reed 91fafa7323 Update CHANGELOG 1.7.0 Features 2018-08-17 12:02:25 -04:00
Iris Scholten d9df6130bc
Merge pull request #4227 from influxdata/flux/ceo-refactor
Flux/New CEO Design
2018-08-16 17:16:02 -07:00
Iris Scholten 735c19f0a3 Redesign and Refactor CEO for reuse in DE
Co-authored-by: Alex Paxton <thealexpaxton@gmail.com>
Co-authored-by: Iris Scholten <ischolten.is@gmail.com>
Co-authored-by: Alirie Gray <alirie.gray@gmail.com>
Co-authored-by: Delmer Reed <delmer814+1@gmail.com>
2018-08-16 16:54:59 -07:00
Jared Scheib 22c811947e Update changelog 2018-08-16 17:25:41 -04:00
Iris Scholten a2ecf51420 Update Changelog 2018-08-16 09:52:00 -07:00
Delmer Reed c025023ba9 Update CHANGELOG for 1.7.0 2018-08-16 10:12:43 -04:00
Delmer 5150476ede
Merge pull request #4220 from influxdata/fix/copy-popover-text
Add copy for log messages
2018-08-16 10:00:20 -04:00
Delmer Reed 04c7a9e85d Update changelog
Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-08-15 19:28:18 -04:00
Jared Scheib 53afddfa8e Update changelog 2018-08-15 18:57:30 -04:00
Delmer Reed 90bc8aab3b Update CHANGELOG 1.7.0 UI Improvements 2018-08-15 18:26:00 -04:00
Jared Scheib ccbff36d93 fix: add changelog date to 1.6.1 and add 1.6.2 and 1.7.0 headers 2018-08-15 18:19:24 -04:00
Deniz Kusefoglu b4a3c1295e Update changelog 2018-08-14 14:31:24 -07:00
Alex Paxton c3c603d9b5
Logs Single Play / Pause Button (#4213)
* Allow custom class prop in Button component

* Replace radio buttons with single button

* Updoot changelog
2018-08-14 10:36:41 -07:00
nathan haugo 5b593e0f81 Update changelog and make caps consistent 2018-08-14 09:53:06 -07:00
Deniz Kusefoglu c1ce0d7104 Update Changelog 2018-08-09 13:55:41 -07:00
Jared Scheib dddfafdb16 Merge branch 'master' into fix/import-dashboard-sources 2018-08-01 11:58:35 -07:00
Christopher Henn b1935560a2 Size laser spinners based on their container 2018-08-01 08:41:21 -07:00
Iris Scholten 346fa78a9b Update Changelog 2018-07-31 17:54:34 -07:00
Deniz Kusefoglu cb07f22be1 Update changelog 2018-07-27 10:18:29 -07:00
Iris Scholten 42ef7bd8bc
Add a mapping of sources ids and names to dashboard export (#4033)
* Add a mapping of sources ids, links, and names to dashboard export

* Update Changelog
2018-07-26 13:59:44 -07:00
Christopher Henn f9e21a4bb3 Fix histogram overflow issue when using basepath 2018-07-24 15:39:41 -07:00
Iris Scholten 7b07141d35 Update changelog 2018-07-24 14:40:26 -07:00
Brandon Farmer 48e0160283 Update changelog 2018-07-23 15:23:40 -07:00
Christopher Henn 85f222b62e Fix template variable replacement within regexes
Template variables used within regexes would not replace when the query
contained a '/' before the regex in the query (see test).

This commit rewrites the logic for replacing template variables within
regexes.
2018-07-23 10:08:45 -07:00
Christopher Henn c1f51530c9 Update CHANGELOG.md 2018-07-20 15:16:20 -07:00
Nathan Haugo 13a46b946d
Merge branch 'master' into release/1.6.x 2018-07-18 14:50:02 -07:00
nathan haugo 45069a0eee Changelog and version for 1.6.0 2018-07-18 14:48:59 -07:00
Michael Desa d2a01d7845 changelog: add changelog entry for pr #3947 and #3842 2018-07-18 10:39:05 -04:00
Iris Scholten e37f327e53 Update changelog 2018-07-17 16:21:40 -07:00
Alirie Gray e2225e8c25 Update Changelog 2018-07-12 11:32:21 -07:00
Chris Goller 8f5bb80f22 chore(CHANGELOG): mention fixing health status code to no content 2018-07-11 18:36:49 -05:00
Alirie Gray 0c2977f1c0 Update Changelog
Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-07-09 17:36:19 -07:00
Michael Desa a9df1583ae feat(server): add profiling routes to chronograf server
In order to diagnose why the dashbords page we'll need to profile
chronograf. This commit adds the debug routes to chronograf.
2018-07-02 15:19:34 -07:00
Alex P 1d44139513 Updoot changelog 2018-06-29 13:38:21 -07:00
Iris Scholten 6a18eeff64 Update changelog 2018-06-28 16:09:37 -07:00
Alex P fbb992af22 Updoot changelog 2018-06-28 10:38:17 -07:00
Alex P c32c7d68dc Update changelog 2018-06-27 16:44:18 -07:00
Iris Scholten 03eec57d2d Update changelog 2018-06-22 17:06:14 -07:00