Commit Graph

11119 Commits (70369aedafa25b678dbd3bd51fddcf8620c51fc3)

Author SHA1 Message Date
Delmer 70369aedaf
Merge pull request #4063 from influxdata/fix/query-viewer-update
Fix query editor save
2018-07-30 22:22:17 -04:00
Alex Paxton e470b51f72
Merge pull request #4050 from influxdata/reusable/buttons
Reusable Button Component
2018-07-30 17:25:49 -07:00
Alex P e3db98954c Simplify import filepath 2018-07-30 17:11:59 -07:00
Alex P 769dda3c78 Introduce and use enum for ComponentStatus
Using this to decouple from RemoteDataState
2018-07-30 17:09:29 -07:00
Delmer Reed df064c081d Fix type error in QueryMaker 2018-07-30 18:33:58 -04:00
Delmer Reed e3b5bbe4e3 Update InfluxQLEditor to pass blur handler 2018-07-30 18:24:08 -04:00
Delmer Reed 1ad6372032 Remove onClickOutside in favor of onBlur 2018-07-30 18:24:08 -04:00
Delmer Reed 71f0281092 Rename varimoji handler to handleMouseDown 2018-07-30 18:24:08 -04:00
Delmer Reed 5f37b7d16a Fix save on editor blur 2018-07-30 18:24:08 -04:00
Delmer Reed 08f8aa8718 Fix unused handler method linting error 2018-07-30 18:23:52 -04:00
Delmer 403f90adc4
Add truncation to procid and host (#4059) 2018-07-30 18:20:29 -04:00
Brandon Farmer b1c39d4690
Merge pull request #4053 from influxdata/log-viewer/pause-on-expand
Pause log viewer when message is expanded
2018-07-30 13:56:54 -07:00
Brandon Farmer 65b40341a7 Pause log viewer when message is expanded 2018-07-30 13:06:41 -07:00
Brandon Farmer 01355fe435
Merge pull request #4048 from influxdata/log-viewer/tooltip-shows-full-value
Show full value in filter tooltip
2018-07-30 13:00:17 -07:00
Alex P df34fb8dbf Revert dashboards page back to normal state 2018-07-30 12:32:50 -07:00
Brandon Farmer 634ce8f70a Show full value in filter tooltip 2018-07-30 11:31:10 -07:00
Alex P 03d889a758 Prevent click behavior on button icons 2018-07-30 11:11:31 -07:00
Alex P 1ff4850eae Polish appearance of buttons 2018-07-30 11:08:33 -07:00
Brandon Farmer cb2c539ec5
Merge pull request #4042 from influxdata/log-viewer/move-query-count
Move histogram count to make it more clear
2018-07-30 10:48:52 -07:00
Alex P 3d08fc5978 Use IconFont enum for icon prop type 2018-07-28 13:06:41 -07:00
Alex P f1978bf44f Merge branch 'master' into reusable/buttons 2018-07-28 11:41:05 -07:00
Alex Paxton 0e0856d5bc
Merge pull request #4041 from influxdata/reusable/dropdowns
Reusable Dropdowns
2018-07-27 17:34:55 -07:00
Alex P c7f29e00ca Throw away dummy testing component 2018-07-27 17:24:57 -07:00
Alex P b4d9a6581d Use id instead of itemKey and selectedID instead of selectedKey 2018-07-27 17:23:41 -07:00
Brandon Farmer 47b92b2776 Update backoff algorithm 2018-07-27 17:15:21 -07:00
Alex P a7c1ea6e71 Improve means of enforcing child type 2018-07-27 16:50:55 -07:00
Alex P 88b3586e8d WIP replace cloning with instantiating
Also checking for accepted child classes
2018-07-27 15:42:49 -07:00
Alex P c0719021d8 Use new status type in example 2018-07-27 15:16:46 -07:00
Alex P d07804f507 Use RemoteDataState type for indicating status of the button 2018-07-27 15:09:06 -07:00
Alex P 23c43fdcc3 Woops 2018-07-27 15:02:15 -07:00
Brandon Farmer d6927f3893 Move histogram count to make it more clear 2018-07-27 14:44:00 -07:00
Alex P fd0ad036cf Merge branch 'reusable/dropdowns' of github.com:influxdata/chronograf into reusable/dropdowns 2018-07-27 14:41:29 -07:00
Alex P 2f044342bc Make prop names more descriptive 2018-07-27 14:41:25 -07:00
Delmer Reed 5332d617ea Update tests for dropdown 2018-07-27 16:59:58 -04:00
Alex P 770c575ed6 Remove dropdown from dashboards page 2018-07-27 12:14:18 -07:00
Alex P 5780d977f1 Polish 2018-07-27 12:11:41 -07:00
Deniz Kusefoglu 34b9f720a0
Merge pull request #4038 from influxdata/bugfix/hover-time-in-alert-rule
Connect Rule Graph to redux store to set hover time on hover
2018-07-27 10:48:53 -07:00
Deniz Kusefoglu cb07f22be1 Update changelog 2018-07-27 10:18:29 -07:00
Deniz Kusefoglu 65296546e0 Connect Rule Graph to redux store to set hover time on hover 2018-07-27 10:16:30 -07:00
Alirie Gray 0f393b8bf3 Flux/connections page (#4026)
* Load services on manages sources page

Co-authored-by: Alirie Gray <alirie.gray@gmail.com>

* Add Flux dropdown on manage sources page

Co-authored-by: Alirie Gray <alirie.gray@gmail.com>

* Add flux connection dropdown with create, select, and update

Co-authored-by: Alirie Gray <alirie.gray@gmail.com>

* Prevent creation of Flux connection with duplicate name

Fixed bug where refreshing page allowed for Flux or connections
with duplicate names to be created

Co-authored-by: Iris Scholten <ischolten.is@gmail.com>

* Add ability to delete a FluxService from the fluxservice dropdown

Co-authored-by: Alirie Gray <alirie.gray@gmail.com>

* Change FluxPage to use the active flux connection set by FluxConnectionPage

Co-authored-by: Alirie Gray <alirie.gray@gmail.com>

* Ensure that only flux services are loaded into redux services

* Polish styles for Flux Connection Page

Co-authored-by: Alex Paxton <thealexpaxton@gmail.com>
Co-authored-by: Alirie Gray <alirie.gray@gmail.com>

* Add pingflux as a part of adding and updating a flux service

Co-authored-by: Chris Goller <goller@gmail.com>
Co-authored-by: Alirie Gray <alirie.gray@gmail.com>

* Add Swagger routes and definitions for Service endpoints

Co-authored-by: Iris Scholten <ischolten.is@gmail.com>

* Replace flux overlay with redirect to flux connections pages

* Add test for FluxConnectionPage

Co-authored-by: Iris Scholten <ischolten.is@gmail.com>

* Replace hard-coded string with enum

* Use active from metadata instead of service object in ServiceDropdown

Co-authored-by: Iris Scholten <ischolten.is@gmail.com>

* Add generic for getDeep on service metadata property

* Capitalize enum constant values in FluxFormMode

* Show error notification when user reaches edit route for nonexistant flux

Co-authored-by: Iris Scholten <ischolten.is@gmail.com>

* Add tests for FluxDropdown

* Update types for async functions
2018-07-26 18:16:02 -07:00
Alex P f901290b6a Organize files 2018-07-26 17:00:54 -07:00
Brandon Farmer 693cb549ce
Merge pull request #4025 from influxdata/log-viewer/scroll-performance
Log viewer/scroll performance
2018-07-26 17:00:53 -07:00
Brandon Farmer 04e72e679f Update for consolidating naming around infinite scroll 2018-07-26 16:52:22 -07:00
Alex P 3dc44c296e Use more obvious prop name 2018-07-26 16:37:44 -07:00
Alex P 4537b890b1 Remove child flattening mechanism 2018-07-26 16:35:24 -07:00
Alex P da75597999 REVERT THIS COMMIT 2018-07-26 14:20:25 -07:00
Delmer 26921f4793
Update log viewer time ranges (#4037) 2018-07-26 17:14:52 -04:00
Alex P 1d95a703c6 Introduce reusable Dropdown components 2018-07-26 14:07:41 -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
Delmer Reed a83a0f0d4b Revert "Update interval replacement (#4011)"
This reverts commit 06dc4e2222.
2018-07-26 16:32:40 -04:00