Commit Graph

166 Commits (1.10.6)

Author SHA1 Message Date
Pavel Zavora 451b1fed18 feat(ui): test flux table parsing by time 2022-08-23 14:45:36 +02:00
Pavel Zavora 0433845c26 fix(ui): adjust tests to match simplified labels 2022-08-23 14:45:36 +02:00
Pavel Zavora bb6cd6da81 fix(ui): repair tests after removal of class decorators 2022-07-28 09:29:47 +02:00
Pavel Zavora e82004a9de fix(ui): remember whether to show annotations 2022-06-27 15:28:02 +02:00
Pavel Zavora e719cecd60 fix(ui): remember visibility of Annotations button 2022-06-27 15:27:55 +02:00
Pavel Zavora 7de7d1c38d chore(ui): repair test message 2022-03-10 13:27:50 +01:00
Pavel Zavora 0b130e81c6 fix(ui): allow to parse flux range parameter as a number 2022-03-10 13:14:03 +01:00
Pavel Zavora ab3dd516ed feat(fluxWizard): add actions and reducers that change keys/values limit 2022-02-17 15:19:03 +01:00
Pavel Zavora 2fd3d5fa77 feat(fluxWizard): remove limit from values/keys actions 2022-02-17 15:19:03 +01:00
Pavel Zavora 751c065bcc feat(fluxWizard): propagare values limit to redux state 2022-02-17 15:19:03 +01:00
Pavel Zavora ab0060d19d feat(fluxWizard): propagare keys limit to redux state 2022-02-17 15:19:03 +01:00
Pavel Zavora daa7840cc0 feat(fluxWizard): propagate values truncated flag to redux state 2022-02-17 15:19:03 +01:00
Pavel Zavora 64c98a0c38 feat(fluxWizard): propagate keys truncated flag to redux state 2022-02-17 15:19:03 +01:00
Pavel Zavora 473edf889a chore(schemaExplorer): remove formatTimeRangeArguments in favor of rangeArguments 2022-02-09 13:10:35 +01:00
Pavel Zavora 4c5cfe4efa feat(fluxWizard): test tags reducer 2022-02-08 18:25:25 +01:00
Pavel Zavora d9f7f1cb44 feat(fluxWizard): test buckets reducers 2022-02-08 14:41:22 +01:00
Pavel Zavora 6f96663f14 feat(fluxWizard): test aggregation reducer 2022-02-08 10:45:25 +01:00
Pavel Zavora 2beec584b2 chore(ui): refactor fluxPeriodFromRangeSeconds 2022-02-08 10:03:56 +01:00
Pavel Zavora 1fd18b582c feat(fluxWizard): test flux generation from wizard state 2022-02-08 07:31:37 +01:00
Pavel Zavora 796960800b feat(fluxWizard): test window period computation 2022-02-08 05:47:06 +01:00
Pavel Zavora bebef7e44f feat(fluxWizard): test aggregation function flux generators 2022-02-08 04:50:45 +01:00
Pavel Zavora e2e67d70bc chore(ui): rename test to match tested file 2022-02-08 04:29:31 +01:00
Pavel Zavora 4e9ff29766 fix(fluxWizard): repair tests 2022-02-01 19:41:21 +01:00
Pavel Zavora b3619ba7b5 feat(fluxWizard): add AggregationSelector 2022-01-26 14:07:24 +01:00
Pavel Zavora 3f3cb0d09d fix(ui/dygraph): transform flux empty to null 2021-09-30 05:26:18 +02:00
Pavel Zavora db89207dde fix(ui): repair calculation of query minDuration 2021-09-28 12:14:11 +02:00
Pavel Zavora f451cd32da feat: use semicolon to separate custom auto refresh options 2021-04-20 20:36:39 +02:00
Pavel Zavora c732f0c0a1 feat(ui): test custom auto-refresh ooptions 2021-04-20 20:36:39 +02:00
Pavel Zavora b8e7a805a0 chore(ui): refactor to QueryBuilderFilter 2021-03-16 09:22:56 +01:00
Pavel Zavora 698e64538a feat(ui): remove hipchat 2021-03-15 18:27:51 +01:00
Pavel Zavora a1370bdf8e chore(tests): update snapshot 2021-03-08 19:23:25 +01:00
Pavel Zavora df526edf7a chore(prettier): apply updated prettier 2021-03-08 12:54:50 +01:00
Pavel Zavora 96a095f6f3 chore(prettier): apply to test ts 2021-03-08 12:47:41 +01:00
Pavel Zavora 0f2157713e chore(prettier): apply to test tsx 2021-03-08 12:47:13 +01:00
Pavel Zavora 05dad39a04 chore(prettier): apply arrow parens rule to ts test files 2021-03-08 12:34:19 +01:00
Pavel Zavora f3f3b6e27e chore(prettier): require arrow parens in tests 2021-03-08 10:31:13 +01:00
Pavel Zavora 3ff0d63b4e chore: repair tsc issues 2021-03-08 09:46:56 +01:00
Pavel Zavora 1bd1ab5245 fix(ui): repair visual comparison with time variables 2020-12-03 11:30:07 +01:00
greg linton 67776112d1 fix: use influxdata url that happens to have the correct cors headers 2020-02-04 15:44:59 -07:00
Andrew Watkins cd9e792d16
feat(ui/statusPage): add toggle for utc and local time
* feat(appReducer): add time zone

* fix(timeZones): local storage

* chore: upgrade to react 16.8.6

* update react types

* feat(status): introduce TimeSelectorToggle component

* feat(ui/status): add time zone to alerts table

* feat(dygraphs): add time zone option

* fix: time typo
2019-07-02 09:05:17 -07:00
Brandon Farmer d8f1b42501 Be less aggressive on windowInterval
- backport logic from v2 line
2019-02-12 13:27:46 -08:00
Delmer ca9f8ace80
fix(ui): fix decimalPlaces with wrapper (#5073) 2019-02-12 11:29:30 -05:00
Delmer 3da5583a30
Fix flux stat graphs (#4856) 2018-11-30 10:25:13 -05:00
Christopher Henn c04cf10b72 Fix empty raw data view
Updates the `RawFluxDataTable` to always accept dimensions from a
parent, rather than measuring them by itself. The `RawFluxDataTable` is
only used within a `RefreshingGraph`, and a `RefreshingGraph` has been
recently changed to measure dimensions.

Also changes the approach used to minimize unnecessary calls to
`parseResponseRaw`. Recent changes (#4650) caused the
`getDerivedStateFromProps` approach to re-parse data on every scroll
event (the exact opposite of what it was intended to do).

Now, the `memoizeOne` helper is used directly inside the render method
instead.
2018-10-30 09:07:21 -07:00
Iris Scholten 957b64081d Show errors instead of 'No Results' when error occurs 2018-10-19 10:07:51 -07:00
Christopher Henn 176c0ab07f Add support for interval template variable in Flux 2018-10-18 13:43:57 -07:00
Christopher Henn 435b57507f Remove explicit injection of TimeMachineContainer 2018-10-04 16:09:55 -07:00
Christopher Henn dd44e48238 Port query config tests to new TimeMachineContainer 2018-09-27 15:15:25 -07:00
Christopher Henn e757c834d3 Show raw data when "View Raw Data" is toggled 2018-09-24 15:59:54 -07:00
Iris Scholten 9f8d3983e3
Show flux results in table graph (#4461) 2018-09-17 18:35:10 -07:00