Commit Graph

11103 Commits (e3596c16e207a47ed0162c6a736e87afac098869)

Author SHA1 Message Date
Alex P e3596c16e2 Style empty state 2018-07-31 13:56:00 -07:00
Alex P 697cb96e6b Style alert message
Co-Authored-By: Iris Scholten <ischolten.is@gmail.com>
2018-07-31 13:38:32 -07:00
Alex P 047753142c Center submit button
Co-Authored-By: Iris Scholten <ischolten.is@gmail.com>
2018-07-31 13:38:22 -07:00
Alex P d00ad0f6e2 Add "Grey" version of alert
Much less screamy

Co-Authored-By: Iris Scholten <ischolten.is@gmail.com>
2018-07-31 13:37:49 -07:00
Iris Scholten 458c281c6a Add Description to the source mappings overlay 2018-07-31 11:51:39 -07:00
Iris Scholten 4d8a9e6c9c Polish styles mapping sources
Co-authored-by: Alex Paxton <thealexpaxton@gmail.com>
2018-07-31 11:50:07 -07:00
Iris Scholten 29d32cd209 Move constants/types/utils to separate files 2018-07-30 18:24:00 -07:00
Iris Scholten a3716a586c Change component to use old dropdown instead of new dropdown 2018-07-30 17:50:48 -07:00
Iris Scholten d0c56a645a Add arrow in mapping rows 2018-07-30 17:50:48 -07:00
Iris Scholten 7a0a050e2c Handle cells with no source in their queries when importing 2018-07-30 17:50:43 -07:00
Iris Scholten dd68df7de8 Create a second step in the importing dashboard process that allows users to map sources from imported dashboard to current sources 2018-07-30 15:52: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
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
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