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
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
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
0f2157713e
chore(prettier): apply to test tsx
2021-03-08 12:47:13 +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
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
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
Christopher Henn
d04c412b91
Remove redundant data fetching from TimeMachine
...
The `RefreshingGraph` in the DE/CEO already executes the Flux query, so
executing the Flux query when the `TimeMachine` mounts is redundant.
Since data is fetched on every keystroke in the Flux editor, executing
the Flux query when pressing Control-Enter was redundant as well. The
`KeyboardShortcuts` component existed only to facilitate this
interaction, so I have removed it as well.
2018-09-14 13:59:04 -07:00
Iris Scholten
b251c9350e
Update Single Stat Vis types to work with Flux data ( #4449 )
2018-09-13 16:17:16 -07:00
Alex Paxton
da495a2045
Introduce Reusable Page Component Family ( #4339 )
...
* Introduce Page as primary component with subcomponents
* Implement page components in dashboards page
* Introduce Left/Center/Right page header subcomponents
* Refactor PageHeader into full fledged Page component set
* Roll out Page component family across app
* Cleanup
* Refactor test to omit beforeEach()
* Fix and Improve unit test
2018-09-04 09:57:10 -07:00
Christopher Henn
c19a6001b0
[ #4119 ] Support scoped annotations
2018-08-08 16:21:00 -07:00
Andrew Watkins
4c80ab0894
Delete AutoRefresh component
2018-07-17 10:57:43 -07:00
Christopher Henn
5333397c0e
Yield histogram plot data to children
2018-07-13 14:02:38 -07:00
Iris Scholten
9403635036
Rename onSortChartBars to sortBarGroups
2018-07-12 15:26:56 -07:00
Iris Scholten
b5926c0ef1
Sort histogram bars and tooltip in the order of severity
2018-07-12 15:21:43 -07:00
Alex P
bd454b4a0e
Update Test Snapshots
2018-07-12 13:26:49 -07:00
Alex P
56dbaf536c
Update test snapshots
2018-07-12 11:44:43 -07:00
Andrew Watkins
1a2ae2b3ab
Add precision to gauge and fix single stat bugs
2018-07-11 14:34:01 -07:00
Iris Scholten
4389d8d7a9
Use severityLevelColors in logs table and histogram
2018-07-10 16:12:43 -07:00
Christopher Henn
5fbb096c09
Update test snapshot
2018-06-28 16:55:36 -07:00
Chris Henn
baf0e3e1da
Merge pull request #3791 from influxdata/log-viewer/histogram-loading-state
...
Unify log viewer loading state
2018-06-28 15:15:34 -07:00
Chris Henn
9a5799d646
Merge pull request #3785 from influxdata/log-viewer/histogram-tweaks
...
Log viewer histogram tweaks
2018-06-28 15:13:49 -07:00
Andrew Watkins
104a04316c
Merge pull request #3782 from influxdata/chore/fe-templating
...
Move template replacement to the frontend
2018-06-28 14:47:07 -07:00
Christopher Henn
1681a29f43
Remove HistogramChart loading test
2018-06-28 13:23:06 -07:00
Christopher Henn
daffb4a8b1
Show entire bar group in HistogramChartTooltip
2018-06-28 13:22:12 -07:00
Alex P
722d75a2a0
Move PageHeader and associated components into reusable UI directory
2018-06-28 10:34:41 -07:00
Andrew Watkins
6c4f74cbcf
First pass at tempVar frontent plumbing
2018-06-27 17:06:18 -07:00
Christopher Henn
817e2307c2
Add HistogramChart snapshot tests
2018-06-27 13:15:06 -07:00
Christopher Henn
b7099c5b97
Add test verifiying PageHeader dev assertion
2018-06-21 11:05:53 -07:00