Commit Graph

30254 Commits (184ed7120ec48db292bfc32a7139f1256d3df134)

Author SHA1 Message Date
Iris Scholten 184ed7120e
Merge pull request #13888 from influxdata/chore/scrapers-list-component
chore(ui): Use ResourceList component for Scrapers List
2019-05-13 10:51:17 -07:00
Lorenzo Affetti e3f82111e1
Merge pull request #13816 from influxdata/test/consistent-flux-e2e
test(flux/e2e): export skip list
2019-05-13 19:35:41 +02:00
kelwang 8687cb8039
Merge pull request #13448 from influxdata/create_view_issue
fix(http): create view
2019-05-13 13:33:34 -04:00
Iris Scholten 41e578a4c2 chore(ui): Use ResourceList component for Scrapers List 2019-05-13 10:30:56 -07:00
Lorenzo Affetti 44fb090468 test(flux/e2e): export skip list 2019-05-13 19:14:52 +02:00
Jonathan A. Sternberg 01e3317b02
fix(http): do not discard non-json encoded errors when using `CheckError` (#13844)
If the error returned was normal text instead of JSON, the JSON parsing
would fail and the JSON error would be returned instead of the actual
error.

This has been modified so that when it fails to parse the text as JSON,
it will construct an error with the actual text and then wrap it using
the JSON error.
2019-05-13 12:02:05 -05:00
Palakp41 c7e2dab0a5
Merge pull request #13886 from influxdata/fix-buckets-resource-list
Update Buckets list to use ResourceList instead of IndexList
2019-05-10 16:34:33 -07:00
Palak Bhojani 49cfc08d2d Update Buckets list to use ResourceList instead of IndexList 2019-05-10 16:17:20 -07:00
Lyon Hill a049faca19
fix a race condition in the mock task scheduler (#13885) 2019-05-10 16:57:20 -06:00
Palakp41 5d99b0b788
Merge pull request #13875 from influxdata/fix-members-resource-list
Update members to use ResourceList instead of IndexList
2019-05-10 15:10:38 -07:00
Palak Bhojani 4ae929b4fe Update members to use ResourceList instead of IndexList 2019-05-10 14:54:58 -07:00
Chris Goller 1cfdfb4d4e
fix(task): filter tasks by after param (#12103)
fix(task): filter tasks by after param
2019-05-10 16:07:08 -05:00
Deniz Kusefoglu f21d4c9427
Merge pull request #13877 from influxdata/zero-maxAllowed-to-no-limits
Interpret a maxAllowed of zero as no limits on asset.
2019-05-10 12:44:39 -07:00
Jacob Marble 95f28cb571
fix(series file): Sync series segment after truncate (#13836) (#13859) 2019-05-10 11:25:43 -07:00
Christopher Henn adfb6a9b46 fix(ui): improve single stat computation
The method we used to compute a single stat / gauge value previously did
account for missing data. If the latest value in a response was part of
a numeric column but was null/NaN/not defined, the single stat
computation would fail and a user would see an error message "Could not
display single stat because your values are non-numeric".

This commit updates the single stat computation to find the latest
*defined* numeric values.

If no latest valid numeric values are found, we will either:

- Display an error message if using the compuation within a single stat
  visualization
- Display nothing if using the computation within a within a line +
  single stat visualization (i.e. display the line vis only)

If multiple latest values are found, we make an arbitrary selection
(same as previous behavior). The goal is to eventually expose UI
elements to the user so they can make this selection themselves.

This commit also updates the single stat computation to use the
@influxdata/vis `Table` format as an intermediate/parsed representation
of a Flux CSV response. This unlocks the possibility for performance
gains in our CSV parsing. See #13852.

Closes #13824
2019-05-10 07:29:24 -07:00
Deniz Kusefoglu 8ef957fc20 Interpret a maxAllowed of zero as no limits on asset. 2019-05-09 17:48:41 -07:00
Brandon Farmer 6e8a845714
Merge pull request #13869 from influxdata/update-system-dashboard
Extract and update templates
2019-05-09 16:57:30 -07:00
Brandon Farmer 4fd6eb4f63 Extract and update templates 2019-05-09 15:58:55 -07:00
Palakp41 de7821a025
Merge pull request #13866 from influxdata/token-ui-buckets
Update read/write generate token to have option to create all buckets…
2019-05-09 15:19:27 -07:00
Jade McGough c6a0bf93a7
Merge pull request #13661 from influxdata/no_filter_parameters_provided
fix(influxdb): invalid filter error
2019-05-09 15:14:54 -07:00
Palak Bhojani 3b6cf6234f Update read/write generate token to have option to create all buckets token 2019-05-09 15:08:30 -07:00
Adam 74a2d39598
Merge pull request #13865 from influxdata/flux-staging
Flux staging update to master
2019-05-09 15:54:27 -04:00
Adam ae25f0c448 Merge remote-tracking branch 'origin/master' into flux-staging 2019-05-09 15:29:00 -04:00
Christopher M. Wolff c35c15f54d
refactor(http): move queryd http interface to idpe (#13862) 2019-05-09 10:41:14 -07:00
Jonathan A. Sternberg dd56c23343
fix(query/influxql): update transpiler for moved/renamed code (#13740)
The `databases()` function was moved into the `influxdata/influxdb/v1`
package and so it wouldn't work anymore. The `percentile()` call was
changed to `quantile()` and the argument was changed to `q`. This also
updates `median()` to use `median()` since we now produce AST's and not
the spec so we can use the `median()` definition instead.
2019-05-09 11:22:32 -05:00
Chris Goller a010e7b516
feat(tasks): add description field to tasks (#13850)
feat(tasks): add description field to tasks
2019-05-09 10:38:18 -05:00
zhulongcheng 91b0741698 fix(task): filter tasks by after param 2019-05-09 20:05:42 +08:00
alexpaxton c1ad0f03de
Fix jumbled labels on card select cards (#13856)
* Fix jumbled labels on card select cards

* Updoot
2019-05-08 15:41:26 -07:00
alexpaxton 0bfe0d4b91
Remove Local Clockface Components (#13851)
* Remove local input and textarea, update references

* Delete local Label component and update references

* Delete local DraggableResizer and update references

* Delete local Overlay components and update references
2019-05-08 14:31:03 -07:00
Adam 415f698491
Merge pull request #13830 from influxdata/fix/to_heterogeneous
Fix/to heterogeneous
2019-05-08 16:45:46 -04:00
Alirie Gray 77934b01c6 feat(tasks): add description field to tasks 2019-05-08 13:39:09 -07:00
Jade McGough c27a96da9a
chore(http): surface unmarshaling failures in tests (#13855) 2019-05-08 12:51:03 -07:00
Jacob Marble aa5c77409d
backport: Fix open/close race in SeriesFile (#13837) 2019-05-08 11:39:24 -07:00
Palakp41 033dbaa136
Merge pull request #13833 from influxdata/notification-token-deletion
Display notifications when token is deleted or updated
2019-05-08 11:32:04 -07:00
Palak Bhojani fee9e83f12 Display notifications when token is deleted or updated 2019-05-08 10:31:41 -07:00
Andrew Watkins d3d88f7c99
fix: alphabetize template import list
* chore: package lock

* fix(ui/templates): sort alphabetically
2019-05-08 10:13:59 -07:00
Palakp41 5f21b4aa96
Merge pull request #13838 from influxdata/fix-line-protocol
Update line protocol to write data only once
2019-05-08 10:00:22 -07:00
Palak Bhojani d31910551f Update line protocol to write data only once 2019-05-08 09:44:38 -07:00
Adam 397c33a0dc fix(stdlib/influxdata): fix influxdb.to function to process heterogeneous tables 2019-05-08 09:37:43 -04:00
alexpaxton 47d9cb7d27
Cleanup CSS Imports (#13840)
* Remove all imports of modules into individual stylesheets

* Ensure all stylesheets are imported somewhere

* Remove style imports from component files
2019-05-07 18:09:10 -07:00
alexpaxton c32f2dfc81
Polish/query builder checkboxes (#13835)
* Add optional multiselect styling to query builder lists

* Style buckets list to be single select

* Style function list to be multi-select

* Style tag selector to be multi-select

* Updoot

* Appease the linter gods

* Fix scrollbars in selector list
2019-05-07 15:48:45 -07:00
alexpaxton ae96d2ddcb
Polish Variable Dropdowns (#13823)
* Make variables toggle button themed to match variables

* Make dropdowns only be draggable from the hamburger

* Polish styles of variable dropdown

* Updoot
2019-05-07 13:54:34 -07:00
Deniz Kusefoglu b4f243c937
Merge pull request #13828 from influxdata/extract-retry-from-headers
Extract "retry after" from query limit error response headers and reveal to user in notifications
2019-05-07 12:56:18 -07:00
Lyon Hill 69b26c3df6
fix(task): fix metrics for tasks currently running tasks (#13832) 2019-05-07 13:42:49 -06:00
Deniz Kusefoglu 55cf96a826 Reveal retry-after times to user in query limit notifications 2019-05-07 11:59:22 -07:00
Deniz Kusefoglu dc116293f7 Add rate limits in addition to query limit notification 2019-05-07 11:52:23 -07:00
Deniz Kusefoglu c7c1510fe6 Remove excessive notifications for asset limits 2019-05-07 11:49:28 -07:00
Christopher Henn 0945dd75bb Bump client version 2019-05-07 10:59:02 -07:00
Andrew Watkins 231bb0967a
feat: make buckets a list instead of a dropdown (#13808)
* feat: make buckets a list instead of a dropdown

* test: update query builder test

* test(e2e): update selectors
2019-05-07 10:35:10 -07:00
Palakp41 421fe928d8
Merge pull request #13825 from influxdata/fix-account-header-cloud2
Update account and org header for cloud specific
2019-05-07 10:26:54 -07:00