Commit Graph

375 Commits (testing/cypress)

Author SHA1 Message Date
Pavel Zavora 24bfa58ee5 chore: allow async promise executor 2021-03-09 06:48:02 +01:00
Pavel Zavora 6c3b38247a chore: improve typescript usage 2021-03-08 21:36:26 +01:00
Pavel Zavora 67485dc65b chore(typescript): avoid banned types 2021-03-08 21:01:47 +01:00
Pavel Zavora 82b5e1fdce chore(typescript): improve type safety 2021-03-08 18:04:42 +01:00
Pavel Zavora df526edf7a chore(prettier): apply updated prettier 2021-03-08 12:54:50 +01:00
Pavel Zavora e1b9589a28 chore(prettier): use arrow-parens: avoid 2021-03-08 12:45:09 +01:00
Pavel Zavora d0560bf364 chore(prettier): apply arrow parens rule to ts files 2021-03-08 12:29:44 +01:00
Pavel Závora 099eaeccf2
Merge pull request #5655 from influxdata/sec/axios_0_21_1
fix(ui): upgrade axios to fix CVE-2020-28168
2021-02-01 07:55:41 +01:00
Pavel Zavora af62b6da6b feat(ui/log): reconstruct nanosecond timestamp in original precision 2021-01-06 14:05:29 +01:00
Pavel Zavora fbbee7cfe3 feat(ui): support infix functions when building select statement from configuration 2021-01-06 13:57:09 +01:00
Pavel Zavora 8134af0a74 fix(ui): upgrade axios to fix CVE-2020-28168 2021-01-05 14:31:47 +01:00
Pavel Závora be6b9e9216
Merge pull request #5613 from influxdata/5561/alert_rule
fix(alert rule): warn about unsupported data
2020-12-02 12:00:57 +01:00
Pavel Zavora cf70afb7ac fix(alert rule): warn about unsupported data 2020-11-18 17:01:35 +01:00
Pavel Zavora de2a15906a fix(ui): propagate network failure 2020-11-11 09:43:47 +01:00
Pavel Zavora bda4e6935a chore: update changelog 2020-08-22 08:30:57 +02:00
Pavel Zavora 8a44bd5b23 fix(ui): don''t override existing table data of the same time #5502 2020-08-22 08:30:57 +02:00
Pavel Zavora be62cc3342 fix(ui): escape tag values in query builder 2020-08-04 11:11:58 +02:00
Michael Desa ca6aaca1df
fix(defaultQueryConfig): if in rule remove upper dashboard time (#5336) 2019-12-19 13:46:19 -08:00
Andrew Watkins 720782d118
fix: boolean joins for tag key / value pairs (#5307) 2019-11-06 16:17:17 -08:00
Brandon Farmer c59041ea45 Handle basepath issue with missing slash 2018-11-09 16:03:17 -08:00
Alirie Gray 898135270f
fix(utils): transform & render different metaQuery response series sh… (#4708)
handle metaQuery responses with multiple series/values/columns

Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-11-05 10:53:02 -08:00
Delmer 2c06d22aba
Fix de not respecting time range selection (#4667)
fix(de):  fix dashboardTime selection
2018-10-30 16:25:57 -04:00
Christopher Henn bb388ec236 Fix issue with disappearing alias' 2018-10-18 13:44:07 -07:00
Iris Scholten 4c5d97d553 Fix metaquery parsing for tables
Co-authored-by: Alirie Gray <alirie.gray@gmail.com>
2018-10-17 14:38:50 -07:00
Delmer c56165bc0b
Fix meta query table (#4499)
Update table graph to render meta queries

* Add meta query response
* Fix meta query table graphing
* Fix meta query table transformation
* Update table graph error rendering
* Fix tests
* Fix nothing showing up if fix first data is true and there's only one visible column
* Add error throwing timeSeriesToTableGraph test

Co-authored-by: Iris Scholten <ischolten.is@gmail.com>
2018-09-25 16:09:07 -04:00
Brandon Farmer 7bf46c955a Only query flux when done typing and valid ast 2018-09-21 15:05:45 -07:00
Alirie Gray c22e68d501 Add type to Query model and check for type and service in TimeSeries 2018-09-17 12:12:06 -07:00
Iris Scholten ceeb3e9b23
Flux in line graphs (#4410)
* Create workers for flux fetch and response decoding

Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>

* Add flux data to linegraph

* Fix error when queryConfigs are undefined

* Add service as prop instead of treating source as either service or source

* Fix raw data view after changing components

* Remove commented code

* Update Changelog

* Fix tests

* Remove unnecessary comment

* Rename timeSeries and data for clarity

* Add try catch around worker jobs

* Add type annotations

* Remove unncessary check

* Update to use descriptive variables
2018-09-11 17:25:24 -07:00
Iris Scholten 589566471b Change the check in buildQueriesForLayouts to check for queryConfig instead of empty db in the queryConfig
Co-authored-by: Alirie Grey <alirie.gray@gmail.com>
2018-09-06 11:31:58 -07:00
Alirie Gray d842622160
Save flux query in CEO (#4364)
* Add isSaveable condition for flux query in CEO

* Save flux query to cell in CEO

* Use flux query in Dashboard cell

* Move script state to cellEditorOverlay reducer

* Update Changelog

* Remove feature flag for allowFlux
2018-09-05 17:30:42 -07:00
Christopher Henn 1e8088d60d Rename AutoRefresh util to AutoRefresher
So as not to be confused with `autoRefresh` props, which are of type
number.
2018-08-30 10:03:32 -07:00
Christopher Henn ef9fc85654 Enable optional usage of AutoRefresh as multiton 2018-08-30 10:03:32 -07:00
Deniz Kusefoglu 2bc23982bb Add searchBar to dashboardStep in connectionWizard.
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
Co-authored-by: Daniel Campbell <metalwhirlwind@gmail.com>
2018-08-29 13:41:11 -07:00
Alex Paxton e4faee5ca5
Improve Log Viewer Time Selection UX (#4301)
* Mention "histogram" in query results copy when placed inside Histogram

* Place time window dropdown inside histogram container

* Make histogram share space with controls

* Move point in time dropdown into search bar

* Guard against empty collection in extentBy

Co-Authored-By: Brandon Farmer <bthesorceror@gmail.com>
2018-08-28 12:24:26 -07:00
Brandon Farmer 1a76a29ed2 Initial implementation of background workers 2018-08-17 16:30:57 -07:00
Brandon Farmer f461c50dec
Merge pull request #4128 from influxdata/enhancement/add-proxy-ids
Pass uuid to proxy requests for determining which responses are relevant
2018-08-15 13:51:35 -07:00
Brandon Farmer dba9e28fa0 Pass uuid to proxy requests for determining which responses are relevant 2018-08-08 14:05:42 -07:00
Deniz Kusefoglu e1b0a63ad2 Add types to Kapacitor related components 2018-08-01 23:13:53 -07:00
Christopher Henn f9e21a4bb3 Fix histogram overflow issue when using basepath 2018-07-24 15:39:41 -07:00
Andrew Watkins 8dea28e690 Update timeSeriesTransformers test to ts 2018-07-16 10:01:34 -07:00
Andrew Watkins 5ee0f5771a Move annotation refreshing to AutoRefresh 2018-07-16 10:01:34 -07:00
Andrew Watkins 81b856e072 Reafactor RefreshingGraph component 2018-07-16 10:01:34 -07:00
Andrew Watkins 2bb4715db1 WIP Spike on AutoRefresh as singleton 2018-07-16 09:59:54 -07:00
Andrew Watkins f446d6b9e1 Convert LineGraph to TS 2018-07-05 15:26:15 -07:00
Delmer Reed 225f91e998 Rename TemplateValue picked to localSelected
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2018-07-02 17:01:03 -04:00
Delmer Reed 1c7ad016fa Merge remote-tracking branch 'origin' into tempvars/select-default 2018-06-29 13:03:19 -04:00
Andrew Watkins ac6de1c671 Remove vestigal template variable api calls 2018-06-28 12:41:42 -07:00
Andrew Watkins a724fdade9 Remove concept of host from query object 2018-06-28 12:14:47 -07:00
ebb-tide 169a4dbf46 Merge branch 'master' into tempvars/select-default 2018-06-27 15:30:12 -07:00
Delmer Reed b1932352c9 Rename default to selected and use picked as an ephemeral ui value
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2018-06-27 17:17:09 -04:00