zhulongcheng
3c1e9ee5f3
fix(influxdb): use influxdb.Error in ID.Decode
2019-05-15 22:53:31 +08:00
zhulongcheng
ad5053c7a9
check write bucket permission when creating a scraper
2019-05-15 21:44:23 +08:00
Jade McGough
e725e1a2bc
Merge pull request #13918 from eclipseo/use_latest_kin-openapi
...
chore(dep): update kin-openapi to v0.2.0
2019-05-14 16:54:36 -07:00
Iris Scholten
9cb2b339cf
feat(ui): Export and download resource with formatted resource name
2019-05-14 16:34:38 -07:00
Palakp41
2e0f8c6397
Merge pull request #13913 from influxdata/chore/builder-card
...
Update buckets token overlay to use generic SelectorList component
2019-05-14 16:23:07 -07:00
Palak Bhojani
a05f7fec34
Update buckets token overlay to use generic SelectorList component
2019-05-14 15:54:22 -07:00
Robert-André Mauchin
5079314ab5
chore(dep): update kin-openapi to v0.2.0
...
The API slightly changed: LoadSwaggerFromYAMLData is now replaced
by LoadSwaggerFromData.
See: https://github.com/getkin/kin-openapi/pull/67
Signed-off-by: Robert-André Mauchin <zebob.m@gmail.com>
2019-05-15 00:23:32 +02:00
Palakp41
4ce04e8cdb
Merge pull request #13915 from influxdata/fix-labels-resource-list
...
Update Labels list to use ResourceList instead of IndexList
2019-05-14 13:35:32 -07:00
Palak Bhojani
42d818e1d5
Update Labels list to use ResourceList instead of IndexList
2019-05-14 13:18:54 -07:00
Christopher Wolff
52a98aae2b
chore(tsdb): skip flaky test
...
https://github.com/influxdata/influxdb/issues/13755
2019-05-14 12:52:37 -07:00
Christopher Wolff
90a5d88fc5
fix(query): skip failing end to end tests
2019-05-14 12:52:37 -07:00
Deniz Kusefoglu
7b55b10a65
Merge pull request #13900 from influxdata/nav-bar-org-swith
...
Reload page on switch org
2019-05-13 16:20:03 -07:00
Palakp41
494767e2a4
Merge pull request #13901 from influxdata/fix-variables-resource-list
...
Update Variables tab to use ResourceList instead of IndexList
2019-05-13 15:33:06 -07:00
Deniz Kusefoglu
9050582c5a
Use anchor tag instead of link for org switch
2019-05-13 15:30:54 -07:00
Palak Bhojani
bfad4d6581
Update Variables tab to use ResourceList instead of IndexLits
2019-05-13 15:22:50 -07:00
Andrew Watkins
d105fe18dc
feat(query-builder): set aggregate window ( #13882 )
...
* feat(query-builder): store aggregateWindow
* feat(query-builder): add ability to edit aggregateWidnow selection
* test: update and add aggregate window to tests
* test(querybuilder): add integration test
2019-05-13 15:14:05 -07:00
Jade McGough
29d2387752
chore(http): update error handling example in readme ( #13874 )
2019-05-13 12:50:25 -07:00
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