You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by hu...@apache.org on 2021/05/08 19:59:29 UTC

[superset] 01/01: lit

This is an automated email from the ASF dual-hosted git repository.

hugh pushed a commit to branch hugh/bg-form
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 393326071ddc6ee93ca0ca8286ddb0f007e05266
Merge: 4463a15 79ff962
Author: hughhhh <hu...@gmail.com>
AuthorDate: Sat May 8 15:58:18 2021 -0400

    lit

 Makefile                                           |     8 +
 UPDATING.md                                        |     2 +
 .../integration/dashboard/edit_properties.test.ts  |     2 +-
 .../cypress/integration/database/modal.test.ts     |    18 +
 .../cypress/integration/explore/control.test.ts    |     2 +-
 superset-frontend/package-lock.json                | 54550 ++++++++++++++++++-
 superset-frontend/package.json                     |     6 +-
 superset-frontend/spec/helpers/reducerIndex.ts     |     2 +-
 superset-frontend/spec/helpers/testing-library.tsx |     9 +-
 .../components/AdhocMetricEditPopover_spec.jsx     |     4 +-
 .../explore/components/BoundsControl_spec.jsx      |    16 +-
 .../explore/components/SaveModal_spec.jsx          |     2 -
 .../spec/javascripts/sqllab/SaveQuery_spec.jsx     |     6 +-
 superset-frontend/src/CRUD/Field.jsx               |     2 +-
 .../src/SqlLab/components/SaveQuery.tsx            |    41 +-
 .../src/SqlLab/components/ScheduleQueryButton.tsx  |    61 +-
 .../src/SqlLab/components/SouthPane/SouthPane.tsx  |     1 +
 superset-frontend/src/common/components/index.tsx  |    12 +-
 .../src/components/DeleteModal/index.tsx           |     2 +-
 .../{FormLabel/index.tsx => Form/Form.tsx}         |    39 +-
 .../FormLabel.test.tsx => Form/FormItem.tsx}       |    58 +-
 .../{FormLabel/index.tsx => Form/FormLabel.tsx}    |    38 +-
 .../Form/index.tsx}                                |    26 +-
 .../src/components/TableSelector/index.tsx         |     2 +-
 superset-frontend/src/dashboard/actions/hydrate.js |    31 +-
 .../src/dashboard/actions/nativeFilters.ts         |     3 +-
 .../components/ColorSchemeControlWrapper.jsx       |     4 +-
 .../dashboard/components/PropertiesModal/index.jsx |   171 +-
 .../dashboard/components/RefreshIntervalModal.tsx  |     2 +-
 .../components/filterscope/FilterFieldItem.jsx     |     2 +-
 .../nativeFilters/FilterBar/FilterBar.test.tsx     |    43 +-
 .../FiltersConfigForm/ControlItems.tsx             |    73 +-
 .../FiltersConfigForm/FiltersConfigForm.tsx        |     9 +-
 .../nativeFilters/FiltersConfigModal/utils.ts      |    15 +-
 .../dashboard/components/nativeFilters/utils.ts    |     3 +-
 .../dashboard/util/extractUrlParams.test.ts}       |    40 +-
 .../src/dashboard/util/extractUrlParams.ts         |    49 +
 superset-frontend/src/dataMask/actions.ts          |     4 +
 superset-frontend/src/dataMask/reducer.ts          |    41 +-
 .../src/explore/components/ControlHeader.jsx       |     4 +-
 .../explore/components/ControlPanelsContainer.tsx  |   178 +-
 .../explore/components/DataTableControl/index.tsx  |     6 +-
 .../src/explore/components/EmbedCodeButton.jsx     |     2 +-
 .../explore/components/PropertiesModal/index.tsx   |     2 +-
 .../src/explore/components/SaveModal.tsx           |    32 +-
 .../explore/components/controls/BoundsControl.jsx  |    45 +-
 .../components/controls/ColorSchemeControl.jsx     |     5 +-
 .../AdhocMetricEditPopover.test.tsx                |     4 +-
 .../MetricControl/AdhocMetricEditPopover/index.jsx |    82 +-
 .../explore/components/controls/SelectControl.jsx  |    14 +-
 .../controls/TimeSeriesColumnControl/index.jsx     |    63 +-
 .../components/controls/ViewportControl.jsx        |     2 +-
 .../src/filters/components/GroupBy/controlPanel.ts |     1 +
 .../src/filters/components/Select/controlPanel.ts  |     3 +
 superset-frontend/src/middleware/asyncEvent.ts     |     8 +-
 .../src/middleware/loggerMiddleware.js             |     2 +-
 .../utils/cacheWrapper.test.ts}                    |     0
 .../common_spec.jsx => src/utils/common.test.jsx}  |     0
 .../utils/getClientErrorObject.test.ts}            |     0
 .../utils/getControlsForVizType.test.js}           |     0
 .../utils/parseCookie.test.ts}                     |     0
 .../utils/safeStringify.test.ts}                   |     0
 .../src/views/CRUD/data/database/DatabaseList.tsx  |     2 +-
 .../src/views/CRUD/data/database/DatabaseModal.tsx |   662 -
 .../data/database/DatabaseModal/ExtraOptions.tsx   |   380 +
 .../data/database/DatabaseModal/SqlAlchemyForm.tsx |    99 +
 .../index.test.jsx}                                |    50 +-
 .../CRUD/data/database/DatabaseModal/index.tsx     |   340 +
 .../data/database/{ => DatabaseModal}/styles.ts    |     2 +-
 .../src/visualizations/FilterBox/FilterBox.jsx     |     2 +-
 .../src/visualizations/presets/MainPreset.js       |     2 +
 superset/config.py                                 |     5 +-
 superset/datasets/api.py                           |     4 +-
 superset/db_engine_specs/dremio.py                 |    16 +-
 superset/models/dashboard.py                       |     1 +
 superset/sql_lab.py                                |     2 +-
 superset/translations/ru/LC_MESSAGES/messages.json |  2111 +-
 superset/translations/ru/LC_MESSAGES/messages.po   |  1833 +-
 superset/views/core.py                             |     4 +-
 superset/views/utils.py                            |    10 +-
 .../db_engine_specs/dremio_tests.py                |    32 +-
 tests/utils_tests.py                               |    20 +
 82 files changed, 58076 insertions(+), 3353 deletions(-)