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

[superset] branch fix-groupby-metric-type-icons updated (0346d7b -> f7abce4)

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

rusackas pushed a change to branch fix-groupby-metric-type-icons
in repository https://gitbox.apache.org/repos/asf/superset.git.


 discard 0346d7b  fix: bringing metric type icon styles into SelectControl
     add 7182a1b  chore: Removes common storybook (#14418)
     add 8ccd196  fix: explore flex layout is sometimes too short (#14481)
     add ae256a9  chore: bump sankey and pivot table chart to 0.17.43 (#14477)
     add c832542  fix(dashboard): Prevent char overflow when displaying chart description (#14467)
     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 f7abce4  fix: bringing metric type icon styles into SelectControl

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (0346d7b)
            \
             N -- N -- N   refs/heads/fix-groupby-metric-type-icons (f7abce4)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

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                |   72 +-
 superset-frontend/package.json                     |    8 +-
 superset-frontend/spec/helpers/reducerIndex.ts     |    2 +-
 superset-frontend/spec/helpers/testing-library.tsx |    9 +-
 .../explore/components/BoundsControl_spec.jsx      |    4 +-
 .../explore/components/SaveModal_spec.jsx          |    2 -
 superset-frontend/src/CRUD/Field.jsx               |    2 +-
 .../src/SqlLab/components/SaveQuery.tsx            |    2 +-
 .../src/SqlLab/components/ScheduleQueryButton.tsx  |    2 +-
 .../src/SqlLab/components/SouthPane/SouthPane.tsx  |    1 +
 .../src/common/components/common.stories.tsx       |  134 --
 .../components/CronPicker/CronPicker.stories.tsx   |   88 +
 .../src/components/DeleteModal/index.tsx           |    2 +-
 .../components/{Switch/index.tsx => Form/Form.tsx} |   16 +-
 .../{Badge/index.tsx => Form/FormItem.tsx}         |   35 +-
 .../{FormLabel/index.tsx => Form/FormLabel.tsx}    |   38 +-
 .../index.ts => components/Form/index.tsx}         |    5 +-
 .../src/components/FormLabel/FormLabel.test.tsx    |   52 -
 .../InfoTooltip.stories.tsx}                       |   72 +-
 .../src/components/InfoTooltip/index.tsx           |    2 +-
 .../Modal.stories.tsx}                             |   30 +-
 superset-frontend/src/components/Modal/Modal.tsx   |    2 +-
 .../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 +-
 .../dashboard/components/gridComponents/Chart.jsx  |   22 +-
 .../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 +-
 .../src/explore/components/EmbedCodeButton.jsx     |    2 +-
 .../explore/components/ExploreViewContainer.jsx    |    1 +
 .../explore/components/PropertiesModal/index.tsx   |    2 +-
 .../src/explore/components/SaveModal.tsx           |   32 +-
 .../components/controls/ColorSchemeControl.jsx     |    5 +-
 .../MetricControl/AdhocMetricEditPopover/index.jsx |   20 +-
 .../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, 3936 insertions(+), 3005 deletions(-)
 delete mode 100644 superset-frontend/src/common/components/common.stories.tsx
 create mode 100644 superset-frontend/src/components/CronPicker/CronPicker.stories.tsx
 copy superset-frontend/src/components/{Switch/index.tsx => Form/Form.tsx} (72%)
 copy superset-frontend/src/components/{Badge/index.tsx => Form/FormItem.tsx} (56%)
 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/src/components/{Timer/Timer.stories.tsx => InfoTooltip/InfoTooltip.stories.tsx} (53%)
 copy superset-frontend/src/components/{AnchorLink/AnchorLink.stories.tsx => Modal/Modal.stories.tsx} (66%)
 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%)