Commit Graph

11103 Commits (1ad6372032a71ef8c437603454605e483d259034)

Author SHA1 Message Date
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
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
Brandon Farmer 634ce8f70a Show full value in filter tooltip 2018-07-30 11:31:10 -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 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 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
Delmer 06dc4e2222
Update interval replacement (#4011)
Update interval replacement to use replace api
2018-07-26 16:28:52 -04:00
Brandon Farmer 1ace31eb2d
Merge pull request #4031 from influxdata/log-viewer/default-source
If no current source for log viewer, use default
2018-07-26 13:23:17 -07:00
Jared Scheib 2e388cd4d2 dev: extend integrations text timeout to 60 sec & prevent test fail
The server timing out for this integrations test was causing many
problems in our build process because it would exceed its timeout
and then fail the test suite, thus failing the build. This commit
changes it to a minute long timeout, and doesn't fail the test
if the timeout is exceeded. This test is generally not critical, so
this seems like a reasonable solution.

Co-authored-by: Michael Desa <mjdesa@gmail.com>
2018-07-26 13:16:10 -07:00
Delmer 110473c624
Update query editor to show template values (#3955)
Updates InfluxQLEditor to utilize ReactCodeMirror to show and hide
template variables in the CEO.

Co-authored-by: Alirie Gray <alirie.gray@gmail.com>
Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
Co-Authored-by: Alex P <thealexpaxton@gmail.com>
2018-07-26 15:07:30 -04:00
Daniel Campbell 82910aa4dc
Merge pull request #4018 from influxdata/generic-wizard
Add Generic Wizard Component
2018-07-26 11:49:43 -07:00
Brandon Farmer f3862dce0f If no current source for log viewer, use default 2018-07-26 11:49:12 -07:00
Daniel Campbell 85c6d8018b Increase classname specificity, wizard style updates 2018-07-26 11:30:27 -07:00
Andrew Watkins 62f5aaea74
Merge pull request #4028 from influxdata/docs/platform-migration
Add documentation on how to migrate changes to platform
2018-07-26 10:38:53 -07:00
Brandon Farmer 37e3092b14 Truncate appname in log viewer to prevent wrapping 2018-07-26 09:33:08 -07:00
Daniel Campbell 1574bb6af7 rename WizardCloak to WizardController 2018-07-26 09:05:59 -07:00
Michael Desa 02e99ce0df Add documentation on how to migrate changes to platform 2018-07-26 11:41:09 -04:00
Daniel Campbell d2d85814b8 Move constants from types file to own constants file 2018-07-25 17:09:22 -07:00
Christopher Henn 5033c4a240 Remove unused index.template.html 2018-07-25 16:51:22 -07:00
Christopher Henn a9f8d688ae Add back favicon 2018-07-25 16:51:22 -07:00