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/06 15:51:41 UTC

[superset] branch hugh/update-credentials updated (617a507 -> b1645d0)

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

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


 discard 617a507  remove code
 discard 6be3888  fix alert
 discard 2eb8b9e  refactor
 discard 9970f0e  more specific styles
 discard cc0c3b0  save with themes
 discard d906a28  lit
 discard edd5682  add and edit
 discard fc00aa6  fix
 discard b075017  save this
     add 9a22fb0  fix: CSV Export permission is not consistent (#13713)
     add 582900c  perf(native-filters): Load native filters after charts (#14443)
     add 158ac30  chore: bump table plugin to 0.17.42 (#14460)
     add 21cf12a  chore(dashboard): Integrate dashboard app into the SPA bundle (#14356)
     add 2242f74  Revert "refactor: split db modal file (#14436)" (#14466)
     add d138b44  fix: Ignore database extra fields when saving (#14465)
     add 23014e9  chore: upgrade @emotion (#14454)
     add a816655  fix: dashboard datasources filter None (#14471)
     add 90a72bf  chore: Update WebSocket server code from feedback (#14417)
     add 5aef6bc  feat(viz): add funnel chart (#14480)
     add 93c7f5b  fix(annotations): pass force param to annotation request (#14483)
     add b030c98  chore: Move styles from .less stylesheet to emotion in Explore (#14485)
     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 de03843  save this
     add 88a6be3  fix
     add 957d441  add and edit
     add 836f23b  lit
     add b262aa4  save with themes
     add 7389e10  more specific styles
     add f10dd28  refactor
     add 5655f9c  fix alert
     add 96ca86b  remove code
     add b1645d0  fix styles

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   (617a507)
            \
             N -- N -- N   refs/heads/hugh/update-credentials (b1645d0)

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 +
 .../integration/dashboard/edit_properties.test.ts  |    2 +-
 .../cypress/integration/database/modal.test.ts     |   18 +
 superset-frontend/cypress-base/package-lock.json   | 1395 +++-
 superset-frontend/cypress-base/package.json        |    2 +-
 superset-frontend/jest.config.js                   |    1 +
 superset-frontend/package-lock.json                | 8563 +++-----------------
 superset-frontend/package.json                     |   62 +-
 superset-frontend/spec/fixtures/mockStore.js       |    2 +-
 superset-frontend/spec/helpers/testing-library.tsx |    9 +-
 .../util/getFormDataWithExtraFilters_spec.ts       |   12 +-
 .../components/AdhocMetricStaticOption_spec.jsx    |   42 -
 .../explore/components/BoundsControl_spec.jsx      |    4 +-
 .../components/ExploreActionButtons_spec.jsx       |   44 +-
 .../components/FilterDefinitionOption_spec.jsx     |   17 +-
 .../components/MetricDefinitionOption_spec.jsx     |   13 +-
 .../explore/components/MetricsControl_spec.jsx     |    2 +-
 .../explore/components/SaveModal_spec.jsx          |    2 -
 .../components/withAsyncVerification_spec.tsx      |    4 +-
 superset-frontend/src/CRUD/Field.jsx               |    2 +-
 .../src/SqlLab/components/ColumnElement.tsx        |    2 +-
 .../src/SqlLab/components/SaveQuery.tsx            |    2 +-
 .../src/SqlLab/components/ScheduleQueryButton.tsx  |    2 +-
 .../src/SqlLab/components/SouthPane/SouthPane.tsx  |    1 +
 superset-frontend/src/chart/Chart.jsx              |    1 +
 superset-frontend/src/chart/chartAction.js         |   17 +-
 .../src/common/components/common.stories.tsx       |  134 -
 .../src/components/Checkbox/Checkbox.test.tsx      |    8 +-
 .../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 -
 superset-frontend/src/components/Icons/Icon.tsx    |   12 +-
 superset-frontend/src/components/Icons/IconType.ts |    5 +-
 .../InfoTooltip.stories.tsx}                       |   72 +-
 .../src/components/InfoTooltip/index.tsx           |    2 +-
 superset-frontend/src/components/Label/index.tsx   |    4 +-
 .../src/components/ListViewCard/index.tsx          |   63 +-
 superset-frontend/src/components/Menu/Menu.tsx     |   13 +-
 .../Modal.stories.tsx}                             |   30 +-
 superset-frontend/src/components/Modal/Modal.tsx   |    8 +-
 superset-frontend/src/components/Select/styles.tsx |   24 +-
 .../src/components/TableSelector/index.tsx         |    2 +-
 superset-frontend/src/components/Tabs/Tabs.tsx     |    2 +-
 superset-frontend/src/dashboard/App.jsx            |   52 -
 .../components/ColorSchemeControlWrapper.jsx       |    4 +-
 .../DashboardBuilder/DashboardBuilder.tsx          |    2 -
 .../components/FiltersBadge/DetailsPanel/index.tsx |    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     |    7 +-
 .../components/nativeFilters/FilterBar/index.tsx   |   11 +-
 .../components/nativeFilters/FilterBar/state.ts    |   49 +-
 .../FiltersConfigForm/FiltersConfigForm.tsx        |    2 -
 .../FiltersConfigModal/FiltersConfigForm/main.less |   86 -
 .../src/dashboard/containers/DashboardPage.tsx     |   44 +-
 superset-frontend/src/dashboard/index.jsx          |   45 -
 superset-frontend/src/dashboard/reducers/index.js  |   48 -
 superset-frontend/src/dashboard/types.ts           |    8 +-
 .../src/explore/components/ControlHeader.jsx       |    4 +-
 .../explore/components/DatasourcePanel/index.tsx   |   16 +-
 .../src/explore/components/EmbedCodeButton.jsx     |    2 +-
 .../explore/components/ExploreActionButtons.tsx    |   22 +-
 .../src/explore/components/ExploreChartHeader.jsx  |    2 +-
 .../components/ExploreContentPopover.tsx}          |   34 +-
 .../explore/components/ExploreViewContainer.jsx    |    3 +-
 .../explore/components/PropertiesModal/index.tsx   |    2 +-
 .../src/explore/components/SaveModal.tsx           |   32 +-
 .../components/controls/ColorSchemeControl.jsx     |    5 +-
 .../components/DateFunctionTooltip.tsx             |    2 +-
 .../DndColumnSelectControl/DndColumnSelect.tsx     |    5 +-
 .../AdhocFilterControl/AdhocFilterControl.test.jsx |    2 +-
 .../FilterControl/AdhocFilterControl/index.jsx     |    1 +
 .../FilterControl/AdhocFilterEditPopover/index.jsx |   36 +-
 .../AdhocFilterEditPopoverSqlTabContent/index.jsx  |    2 +-
 .../AdhocFilterPopoverTrigger/index.tsx            |   21 +-
 .../controls/FixedOrMetricControl/index.jsx        |    2 +-
 .../MetricControl/AdhocMetricEditPopover/index.jsx |   41 +-
 .../MetricControl/AdhocMetricPopoverTrigger.tsx    |   29 +-
 .../MetricControl/AdhocMetricStaticOption.jsx      |   41 -
 .../MetricControl/FilterDefinitionOption.jsx       |   20 +-
 .../MetricControl/MetricDefinitionOption.jsx       |    9 +-
 .../components/controls/OptionControls/index.tsx   |    8 +-
 .../components/controls/ViewportControl.jsx        |    2 +-
 .../components/optionRenderers.tsx}                |   47 +-
 superset-frontend/src/explore/controls.jsx         |   10 +-
 .../src/explore/exploreUtils/index.js              |    3 +-
 superset-frontend/src/explore/main.less            |   67 -
 superset-frontend/src/middleware/asyncEvent.ts     |    8 +-
 .../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
 superset-frontend/src/utils/urlUtils.ts            |    6 +-
 superset-frontend/src/views/App.tsx                |   56 +-
 .../CRUD/alert/components/AlertStatusIcon.tsx      |   16 +-
 .../src/views/CRUD/dashboard/DashboardCard.tsx     |    5 +-
 .../views/CRUD/dashboard/DashboardList.test.jsx    |   17 +-
 .../src/views/CRUD/dashboard/DashboardList.tsx     |    3 +-
 .../src/views/CRUD/data/database/DatabaseList.tsx  |    2 +-
 .../data/database/DatabaseModal/ExtraOptions.tsx   |    6 +-
 .../data/database/DatabaseModal/index.test.jsx     |   33 +-
 .../CRUD/data/database/DatabaseModal/index.tsx     |   56 +-
 .../CRUD/data/database/DatabaseModal/styles.ts     |    9 +-
 superset-frontend/src/views/menu.tsx               |    2 +-
 superset-frontend/src/views/routes.test.tsx        |    5 +
 superset-frontend/src/views/routes.tsx             |   14 +-
 superset-frontend/src/views/store.ts               |   43 +-
 .../src/visualizations/FilterBox/FilterBox.jsx     |    2 +-
 .../src/visualizations/presets/MainPreset.js       |    2 +
 superset-frontend/tsconfig.json                    |    7 +-
 superset-frontend/webpack.config.js                |   10 +-
 superset-websocket/spec/config.spec.ts             |   69 -
 superset-websocket/spec/config.test.ts             |   67 +
 superset-websocket/src/config.ts                   |    4 +-
 superset/charts/api.py                             |    6 +-
 superset/cli.py                                    |    7 +
 superset/config.py                                 |    5 +-
 superset/databases/schemas.py                      |    8 +-
 superset/datasets/api.py                           |    4 +-
 superset/models/dashboard.py                       |    2 +-
 superset/models/slice.py                           |    7 +-
 superset/sql_lab.py                                |    2 +-
 superset/templates/superset/dashboard.html         |   32 -
 .../superset/dashboard_v1_deprecated.html          |   28 -
 .../superset/{crud_views.html => spa.html}         |    2 +-
 superset/utils/core.py                             |   32 +
 superset/views/base.py                             |   12 +-
 superset/views/core.py                             |   36 +-
 superset/views/utils.py                            |    4 +-
 tests/base_api_tests.py                            |    4 +-
 tests/charts/api_tests.py                          |   13 +
 tests/dashboard_tests.py                           |    3 +-
 tests/dashboards/security/base_case.py             |    8 -
 .../dashboards/security/security_dataset_tests.py  |    7 +-
 tests/dashboards/security/security_rbac_tests.py   |    8 +-
 143 files changed, 3474 insertions(+), 9071 deletions(-)
 delete mode 100644 superset-frontend/spec/javascripts/explore/components/AdhocMetricStaticOption_spec.jsx
 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%)
 delete mode 100644 superset-frontend/src/dashboard/App.jsx
 delete mode 100644 superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/main.less
 delete mode 100644 superset-frontend/src/dashboard/index.jsx
 delete mode 100644 superset-frontend/src/dashboard/reducers/index.js
 copy superset-frontend/src/{components/Badge/index.tsx => explore/components/ExploreContentPopover.tsx} (59%)
 delete mode 100644 superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricStaticOption.jsx
 copy superset-frontend/src/{components/Badge/index.tsx => explore/components/optionRenderers.tsx} (52%)
 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-websocket/spec/config.spec.ts
 create mode 100644 superset-websocket/spec/config.test.ts
 delete mode 100644 superset/templates/superset/dashboard.html
 delete mode 100644 superset/templates/superset/dashboard_v1_deprecated.html
 rename superset/templates/superset/{crud_views.html => spa.html} (96%)