Commit Graph

253 Commits (f2891c3f59b656caebcc9146f21b1a8de39772bf)

Author SHA1 Message Date
Iris Scholten cae010be69
Merge pull request from influxdata/fix/signin
Fix(ui/onboarding): Fix signin
2018-12-12 11:54:38 -08:00
alexpaxton 851ba878b7
Introduce Clockface Labels Components ()
* Introduce Labels components

* Export label type from clockface

* Make component spacer behave as expected

* Include padding so IndexList rows scale more gracefully

* Allow optional truncation of labels in list with tooltip

* Add option for displaying a delete button on a label

* WIP introduce label selector component

* Flesh out suggestive functionality including keyboard support

Co-Authored-By: Delmer <ofthedelmer@users.noreply.github.com>

* Enable scrolling in labels widget

Also doing a handful of things to improve usability

Co-Authored-By: Delmer <ofthedelmer@users.noreply.github.com>

* Make linter happier
2018-12-12 11:54:26 -08:00
Iris Scholten 0ed9c1bd6a Fix(ui/onboarding): Fix signin
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
2018-12-12 11:40:19 -08:00
Deniz Kusefoglu 134c458697
Merge pull request from influxdata/onboarding/add-logos-to-streaming-sources
Add (available) logos to streaming data cards and data type selector
2018-12-12 11:36:16 -08:00
Brandon Farmer f67eb65562
Merge pull request from influxdata/chore/move-user-api-generated
Use generated client for users endpoints
2018-12-12 11:16:51 -08:00
Brandon Farmer 3a397f26f9
Merge pull request from influxdata/fix/read-source-logs
Update readSource usages in log viewer
2018-12-12 11:14:08 -08:00
Christopher Henn 66770afdc8 Use clockface dropdown in ColorDropdown component 2018-12-12 10:39:40 -08:00
Christopher Henn 1e167ae41e Fix decimal place visualization option
Changes the gauge and single stat visualizations to use their decimal
place option more literally. For example, if the decimal place option is
set to 2 digits, then every number in the visualization will be
formatted with 2 digits after the decimal place. Previously, this option
was ignored altogether, and seemed to be programmed to mean “display at
most 2 digits after the decimal place”.
2018-12-12 10:39:40 -08:00
Christopher Henn f3a655bea8 Polish AutoInput
- Allow deleting the input entirely
- Only reset value if mode has changed, even if a mode button is clicked
- Emit changes to the input value consistently
2018-12-12 10:39:40 -08:00
Christopher Henn 0e1d89aa19 Polish query tab styling 2018-12-12 10:39:40 -08:00
Christopher Henn e57d082b1c Enable setting prefix/suffix for gauge views 2018-12-12 10:39:40 -08:00
Brandon Farmer 3769a85130 Update readSource usages in log viewer 2018-12-12 09:58:46 -08:00
Deniz Kusefoglu 0104466552 Add icons/logos to streaming data selector and data source type selector 2018-12-11 17:17:44 -08:00
Brandon Farmer 07ae96d4a2 Use generated client for users endpoints 2018-12-11 17:04:26 -08:00
Deniz Kusefoglu 2ef47c4316
Merge pull request from influxdata/plugin-icons
Add logos for telegraf plugins as components
2018-12-11 14:53:05 -08:00
Palakp41 051c6c276c
Merge pull request from influxdata/feat/streaming-new-source-button
Add functionality to add new source button to go back to streaming so…
2018-12-11 14:29:07 -08:00
Deniz Kusefoglu c2b1b2d5bb Add logos for telegraf plugins as components 2018-12-11 14:20:09 -08:00
Brandon Farmer 39996ea8e5
Merge pull request from influxdata/chore/switch-sources-generated-client
Move sources to use generated client
2018-12-11 13:39:49 -08:00
Iris Scholten 551a2fc3ab
Merge pull request from influxdata/dataLoaders/multiple-value-config
Fix(ui/dataLoaders): Update config field modifiers
2018-12-11 13:06:10 -08:00
Palak Bhojani eadce6a4ee Add functionality to add new source button to go back to streaming sources selection 2018-12-11 12:30:00 -08:00
Iris Scholten 97d397900e Fix(ui/dataLoaders): Update config field modifiers 2018-12-11 10:56:09 -08:00
Daniel Campbell 084d30bc94 Fix gridsizer recalculation, add scrolling, progress bar styles, increase max width
Co-authored-by: Iris Scholten <ischolten.is@gmail.com>
Co-authored-by: Daniel Campbell <metalwhirlwind@gmail.com>
2018-12-10 18:39:22 -08:00
Iris Scholten 30bf3301ad
Merge pull request from influxdata/dataloader/plugin-config-ui
feat(ui/dataLoaders) Create UI for creating telegraf config
2018-12-10 16:42:25 -08:00
Alirie Gray 07e178e59c feat(ui/dataLoaders): Create ui for adding a plugin config
Co-authored-by: Alirie Gray <alirie.gray@gmail.com>
2018-12-10 16:18:16 -08:00
Palak Bhojani e21832bd5c Add line protocol precision dropdown
Co-authored-by: Palak Bhojani <palak@influxdata.com>
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>

Add the ability to click on type on selection step to take you to next step on data source

Create a condition to display download config and add new source buttons only when on configuration step

Co-authored-by: Palak Bhojani <palak@influxdata.com>
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2018-12-10 16:16:55 -08:00
Palak Bhojani 7d188c435f Add the ability to click on type on selection step to take you to next step on data source 2018-12-10 16:10:07 -08:00
Christopher Henn f5074631ee Ensure AutoInput submits value on enter key press 2018-12-10 15:19:18 -08:00
Brandon Farmer db292b00fc Move sources to use generated client 2018-12-10 15:15:37 -08:00
Christopher Henn 8c67dfc0ad Fix dygraphs multi-result response issue
The response from a Flux query contains multiple results. Series across
different results that shared the same column name and group key were
not properly disambiguated in the dygraphs parsing routines.  This
resulted in only one series being plotted.

This commit disambiguates these series using the `result` column
included in each result in a Flux query response.

Closes 
2018-12-10 14:25:57 -08:00
Christopher Henn f595bd7787 Deduplicate dygraphs parsing code 2018-12-10 14:25:57 -08:00
Andrew Watkins e505d73ebd
feat(token-ui): filter tokens
* chore(js): package.lock

* chore(generated-js): update generated client

* chore(ui): move FilterList component to shared

* feat(ui-tokens): add filtering capability

* chore(nav-ui): remove status link

* chore(js-test): update snapshots
2018-12-10 14:13:53 -08:00
Alirie Gray 470a811453
Dataloader/side bar source highlight () 2018-12-10 13:32:31 -08:00
alexpaxton 4f723eb458
Prevent Long Cell Names from Obscuring Cancel and Save Buttons ()
* Prevent cell renamer from pushing controls off the screen

* Only enforce width proportions on page headers if a center element is provided
2018-12-10 13:07:33 -08:00
Palak Bhojani 91bfdf1725 Add line protocol precision dropdown
Co-authored-by: Palak Bhojani <palak@influxdata.com>
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2018-12-10 12:21:24 -08:00
Deniz Kusefoglu 9de88f50ab Add retry button and submit line protocol body button
Co-authored-by: Palak Bhojani <palak@influxdata.com>
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2018-12-10 12:13:26 -08:00
Delmer 27adc0ff91
feat(ui): add name to dashboard query () 2018-12-10 13:16:27 -05:00
Deniz Kusefoglu 4d7a675316
Merge pull request from influxdata/feat/line-protocol-status
Create different loading, success and error state for line protocol u…
2018-12-07 17:12:12 -08:00
Deniz Kusefoglu a0893b4ac5 Create different loading, success and error state for line protocol uploads
Co-authored-by: Palak Bhojani <palak@influxdata.com>
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2018-12-07 17:06:16 -08:00
Christopher Henn 6195ded2e4 Fix issue creating dashboard cells with wrong endpoint 2018-12-07 15:37:49 -08:00
Andrew Watkins 4b5dd2f722
feat(account-settings): list tokens
* WIP tokens index

* Package json

* Update cur_swagger

* feat(account-settings): token list

* fix(token-test): add done callback

* fix(chrono): packaage json
2018-12-07 13:08:17 -08:00
Christopher Henn a3ddeec527 Use windowing for aggregate functions in query builder 2018-12-07 11:30:35 -08:00
Christopher Henn 4ab8a81454 Rebuild builder configs when changing time range 2018-12-07 11:30:35 -08:00
Christopher Henn 9095d58424 Persist query builder config 2018-12-07 11:30:35 -08:00
Christopher Henn 5ae2d459e3 Refactor draftScripts state to draftQueries 2018-12-07 11:30:35 -08:00
Christopher Henn cd26cc5d8b Build queries from selections in query builder 2018-12-07 11:30:35 -08:00
Christopher Henn 12accfea79 Tweak styling to match new DraggableResizer 2018-12-07 11:30:35 -08:00
Christopher Henn 8f468895f1 Update query builder metaqueries for Flux 0.7.2 2018-12-07 11:30:35 -08:00
Christopher Henn b041e1abff Pause autorefresh in TimeMachine by default 2018-12-07 11:30:35 -08:00
Christopher Henn ec25e93ae6 Do not implicitly execute queries on change 2018-12-07 11:30:35 -08:00
Brandon Farmer 8d546ff689
Merge pull request from influxdata/fix/load-and-clear
Load and clear -> Loud and clear
2018-12-06 16:39:00 -08:00