..
DateFilterControl
fix(explore): time picker can not be switched between now and specific ( #12793 )
2021-01-29 13:35:57 +08:00
AdhocFilterControl_spec.jsx
chore: Upgrade react-dnd to 11.1.3 ( #12815 )
2021-01-28 18:34:56 -08:00
AdhocFilterEditPopoverSimpleTabContent_spec.jsx
refactor(explore): move MetricControl and FilterControl to sub-component ( #12446 )
2021-01-19 22:46:28 +08:00
AdhocFilterEditPopoverSqlTabContent_spec.jsx
refactor(explore): move MetricControl and FilterControl to sub-component ( #12446 )
2021-01-19 22:46:28 +08:00
AdhocFilterEditPopover_spec.jsx
refactor(explore): move MetricControl and FilterControl to sub-component ( #12446 )
2021-01-19 22:46:28 +08:00
AdhocFilterOption_spec.jsx
chore: Upgrade react-dnd to 11.1.3 ( #12815 )
2021-01-28 18:34:56 -08:00
AdhocMetricEditPopoverTitle_spec.jsx
fix(explore): Disable saved metric name edit in Metric popover ( #12582 )
2021-01-19 12:28:55 -08:00
AdhocMetricEditPopover_spec.jsx
feat(explore): Make metric title respond to changes immediately ( #12747 )
2021-01-28 08:58:39 +02:00
AdhocMetricOption_spec.jsx
chore: Upgrade react-dnd to 11.1.3 ( #12815 )
2021-01-28 18:34:56 -08:00
AdhocMetricStaticOption_spec.jsx
refactor(explore): move MetricControl and FilterControl to sub-component ( #12446 )
2021-01-19 22:46:28 +08:00
AggregateOption_spec.jsx
test(frontend): use absolute path for src imports ( #9761 )
2020-05-07 14:18:10 -07:00
BoundsControl_spec.jsx
test(frontend): use absolute path for src imports ( #9761 )
2020-05-07 14:18:10 -07:00
CheckboxControl_spec.jsx
Revert "style: fix checkbox color ( #10970 )" ( #11051 )
2020-09-24 16:53:02 -07:00
ColorPickerControl_spec.jsx
Fix tests errors and warnings - iteration 5 ( #12212 ) ( #12224 )
2021-01-25 23:35:57 -08:00
ColorScheme_spec.jsx
refactor: Removes hard coded colors ( #11977 )
2020-12-10 11:43:57 -08:00
ControlPanelsContainer_spec.jsx
refactor(explore): Enhance Dataset and Control panel Collapse components ( #12218 )
2021-01-25 15:05:19 -08:00
ControlRow_spec.tsx
Improves RTL configuration ( #13079 )
2021-02-11 15:32:22 -08:00
DatasourceControl_spec.jsx
feat(explore): allow opening charts with missing dataset ( #12705 )
2021-01-25 15:09:03 -08:00
DatasourcePanel_spec.jsx
Improves RTL configuration ( #13079 )
2021-02-11 15:32:22 -08:00
DateFilterControl_spec.jsx
Migrates Radio component from Bootstrap to AntD. ( #12738 )
2021-02-02 11:26:26 -08:00
DisplayQueryButton_spec.jsx
feat: Results table on Explore view ( #11854 )
2020-12-04 19:49:24 -08:00
EmbedCodeButton_spec.jsx
feat(style): hide dashboard header by url parameter ( #12918 )
2021-02-11 15:05:35 +02:00
ExploreActionButtons_spec.jsx
fix: clean up prop type errors in jest tests ( #11120 )
2020-10-02 14:59:04 -07:00
ExploreChartHeader_spec.jsx
Fix tests errors and warnings - iteration 5 ( #12212 ) ( #12224 )
2021-01-25 23:35:57 -08:00
ExploreChartPanel_spec.jsx
fix: clean up prop type errors in jest tests ( #11120 )
2020-10-02 14:59:04 -07:00
ExploreViewContainer_spec.jsx
feat: Dynamically imported viz plugins ( #10288 )
2020-12-19 07:06:11 -08:00
FilterBoxItemControl_spec.jsx
chore: move fixtures and helpers to root ( #11812 )
2020-11-30 14:23:56 -08:00
FilterBox_spec.jsx
refactor: Removes hard coded colors ( #11977 )
2020-12-10 11:43:57 -08:00
FilterDefinitionOption_spec.jsx
refactor(explore): move MetricControl and FilterControl to sub-component ( #12446 )
2021-01-19 22:46:28 +08:00
FixedOrMetricControl_spec.jsx
refactor(explore): move MetricControl and FilterControl to sub-component ( #12446 )
2021-01-19 22:46:28 +08:00
MetricDefinitionOption_spec.jsx
Fix tests errors and warnings - iteration 5 ( #12212 ) ( #12224 )
2021-01-25 23:35:57 -08:00
MetricDefinitionValue_spec.jsx
Fix tests errors and warnings - iteration 5 ( #12212 ) ( #12224 )
2021-01-25 23:35:57 -08:00
MetricsControl_spec.jsx
chore: Upgrade react-dnd to 11.1.3 ( #12815 )
2021-01-28 18:34:56 -08:00
QueryAndSaveBtns_spec.jsx
Migrates Button component from Bootstrap to AntD ( #12832 )
2021-02-01 15:13:10 -08:00
RowCountLabel_spec.jsx
Migrates Label component from Bootstrap to AntD. ( #12774 )
2021-02-01 22:15:07 -08:00
RunQueryActionButton_spec.jsx
test: Add jest-enzyme assertion library for better frontend tests ( #10459 )
2020-07-29 10:53:06 -07:00
SaveModal_spec.jsx
Migrates Radio component from Bootstrap to AntD. ( #12738 )
2021-02-02 11:26:26 -08:00
SelectControl_spec.jsx
Fix tests errors and warnings - iteration 2 ( #12212 ) ( #12214 )
2021-01-25 12:03:16 -08:00
TextArea_spec.jsx
feat: move ace-editor and mathjs to async modules ( #10837 )
2020-09-15 14:12:06 -07:00
TimeSeriesColumnControl_spec.jsx
refactor: Replace usages of Popover from react-bootstrap with Antd ( #11163 )
2020-10-19 20:42:33 -07:00
ViewportControl_spec.jsx
refactor: Replace usages of Popover from react-bootstrap with Antd ( #11163 )
2020-10-19 20:42:33 -07:00
VizTypeControl_spec.jsx
refactor: Replace react-bootstrap Modals with Antd in Explore ( #11389 )
2020-11-01 23:04:53 -08:00
withAsyncVerification_spec.tsx
chore: Upgrade react-dnd to 11.1.3 ( #12815 )
2021-01-28 18:34:56 -08:00