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:28 UTC

[superset] branch hugh/bg-form updated (4463a15 -> 3933260)

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

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


    from 4463a15  remove inheritance
     add f9567ef  fix: Fix #13831 (#14490)
     add 12baba0  fix: Query History (#14498)
     add 9b42eec  feat: db modal split (#14470)
     add fa0915d  Attempt to reduce asyncEvent test flakiness (#14497)
     add fa510df  chore: Adds QueryParamProvider to testing helper (#14195)
     add 331310d  refactor: Bootstrap to AntD - Form - iteration 2 (#14379)
     add 68058b0  chore: Moves spec files to the src folder - iteration 4 (#14380)
     add 4ac90dd  refactor(utils): replace strtobool with parse_boolean_string (#14494)
     add f55882e  fix: SQL Statement on QUERY_LOGGER prints none to log (#14358)
     add 96289e9  feat: add `make format` command (#14491)
     add 1df9384  fix: disable pylint error breaking CI (#14506)
     add 52dbe31  fix: parameterize titles correctly (#14509)
     add 10a53b7  fix: Add extra check to loggerMiddleware (#14492)
     add 19b408b  chore: bump superset-ui to 0.17.44 (#14515)
     add 05c2405  add new plugin (#14516)
     add 680c96e  feat(explore): collapse time section if no ts columns (#14493)
     add e8e838e  feat(native-filters): Auto apply changes in FiltersConfigModal (#14461)
     add d1d98d8  feat(dremio): implement convert_dttm method (#14519)
     add c14665c  chore: Improved translation into Russian language (#14412)
     add 66a4c94  fix(chart-data): handle url_params in csv export and native filters (#14526)
     add 6871ad1  docs(UPDATING): Adding downtime for #14234 (#14513)
     add 4f000cc  fix: bringing metric type icon styles into SelectControl (#14531)
     add 79ff962  refactor: Bootstrap to AntD - Form - iteration 3 (#14502)
     new 3933260  lit

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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 +-
 .../components/{Switch/index.tsx => Form/Form.tsx} |    16 +-
 .../{Checkbox/Checkbox.tsx => Form/FormItem.tsx}   |    51 +-
 .../{FormLabel/index.tsx => Form/FormLabel.tsx}    |    38 +-
 .../index.ts => components/Form/index.tsx}         |     5 +-
 .../src/components/FormLabel/FormLabel.test.tsx    |    52 -
 .../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 +-
 .../{hana_tests.py => dremio_tests.py}             |    10 +-
 tests/utils_tests.py                               |    20 +
 83 files changed, 58062 insertions(+), 3346 deletions(-)
 copy superset-frontend/src/components/{Switch/index.tsx => Form/Form.tsx} (72%)
 copy superset-frontend/src/components/{Checkbox/Checkbox.tsx => Form/FormItem.tsx} (52%)
 rename superset-frontend/src/components/{FormLabel/index.tsx => Form/FormLabel.tsx} (56%)
 copy superset-frontend/src/{common/hooks/useChangeEffect/index.ts => components/Form/index.tsx} (85%)
 delete mode 100644 superset-frontend/src/components/FormLabel/FormLabel.test.tsx
 copy superset-frontend/{spec/javascripts/utils/parseCookie_spec.ts => src/dashboard/util/extractUrlParams.test.ts} (53%)
 create mode 100644 superset-frontend/src/dashboard/util/extractUrlParams.ts
 rename superset-frontend/{spec/javascripts/utils/cacheWrapper_spec.ts => src/utils/cacheWrapper.test.ts} (100%)
 rename superset-frontend/{spec/javascripts/utils/common_spec.jsx => src/utils/common.test.jsx} (100%)
 rename superset-frontend/{spec/javascripts/utils/getClientErrorObject_spec.ts => src/utils/getClientErrorObject.test.ts} (100%)
 rename superset-frontend/{spec/javascripts/utils/getControlsForVizType_spec.js => src/utils/getControlsForVizType.test.js} (100%)
 rename superset-frontend/{spec/javascripts/utils/parseCookie_spec.ts => src/utils/parseCookie.test.ts} (100%)
 rename superset-frontend/{spec/javascripts/utils/safeStringify_spec.ts => src/utils/safeStringify.test.ts} (100%)
 delete mode 100644 superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx
 create mode 100644 superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx
 create mode 100644 superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx
 rename superset-frontend/src/views/CRUD/data/database/{DatabaseModal.test.jsx => DatabaseModal/index.test.jsx} (91%)
 create mode 100644 superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx
 rename superset-frontend/src/views/CRUD/data/database/{ => DatabaseModal}/styles.ts (98%)
 copy tests/db_engine_specs/{hana_tests.py => dremio_tests.py} (76%)

[superset] 01/01: lit

Posted by hu...@apache.org.
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(-)