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

github-bot pushed a change to branch 
dependabot/npm_and_yarn/superset-frontend/eslint-8.19.0
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard 862feb7ad7 chore(deps-dev): bump eslint from 7.32.0 to 8.19.0 in 
/superset-frontend
     add f38dd1d42d feat: add hooks on set_perm for new data permissions 
(#20600)
     add 183871b002 chore: bump FAB to 4.1.3 (#20621)
     add b39a3d8f78 docs: fix link for Apache Superset source code (#20620)
     add f9109583ce fix: Allow dataset owners to explore their datasets (#20382)
     add db088e9e2f chore: rename "uiOverrideRegistry" -> "extensionsRegistry" 
(#20628)
     add c992ff3be4 fix(import): Show the error message with db install guide 
when exist the importing db issue (#20573)
     add 414cc99ca2 fix: datetime.data in series (#20618)
     add ac01a1b02f chore: Set table viz default row limit to 1000 (#20475)
     add 7e504ff680 feat: truncate long values in table viz, a per-column 
setting (#19383)
     add d16f274991 feat(database): Add user_id and dttm composite index to Log 
model. (#19532)
     add 34e1336bca fix: controls validator glitch (#20623)
     add de4f7db57e feat(dashboard): Transition to Explore with React Router 
(#20606)
     add 7626c31372 feat: TreeMap migration (#20346)
     add 3b4924f0b0 docs: small fixes for OAuth (#20640)
     add 4bfa622d02 fix: migration revisions from #19532 (#20641)
     add 962252030b fix: Add database search in available charts on dashboard. 
(#19244)
     add e7b965a3b2 fix: Bad date type in email text report for table chart 
(#20119)
     add f0ca158989 fix: Refactor ownership checks and ensure consistency 
(#20499)
     add c91c5643c4 chore(deps): bump parse-url from 6.0.0 to 6.0.2 in 
/superset-frontend (#20614)
     add 29f76e2b8c chore(deps-dev): bump eslint from 7.32.0 to 8.19.0 in 
/superset-frontend

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   (862feb7ad7)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/superset-frontend/eslint-8.19.0 (29f76e2b8c)

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:
 .pylintrc                                          |   2 +-
 UPDATING.md                                        |   1 +
 docs/docs/installation/configuring-superset.mdx    |   4 +
 docs/docs/installation/running-on-kubernetes.mdx   |   2 +-
 docs/docs/intro.mdx                                |   2 +-
 requirements/base.txt                              |   2 +-
 setup.py                                           |   2 +-
 superset-frontend/package-lock.json                |  40 ++--
 .../components/ColumnConfigControl/constants.tsx   |  11 ++
 ...UiOverrideRegistry.ts => ExtensionsRegistry.ts} |  29 ++-
 .../superset-ui-core/src/ui-overrides/index.tsx    |   2 +-
 .../superset-ui-core/src/utils/featureFlags.ts     |   1 +
 ...Registry.test.ts => ExtensionsRegistry.test.ts} |   6 +-
 .../plugins/plugin-chart-table/src/Styles.tsx      |  11 ++
 .../plugins/plugin-chart-table/src/TableChart.tsx  |  29 ++-
 .../plugin-chart-table/src/controlPanel.tsx        |   1 +
 .../src/components/EditableTitle/index.tsx         |   4 +-
 .../src/components/ImportModal/ErrorAlert.tsx      |   2 +-
 .../src/dashboard/actions/sliceEntities.js         | 214 +++++++++++++--------
 .../src/dashboard/actions/sliceEntities.test.js    | 102 ++++++++++
 .../components/DashboardEmbedControls.tsx          |   8 +-
 .../src/dashboard/components/SliceAdder.jsx        |  26 ++-
 .../src/dashboard/components/SliceAdder.test.jsx   |   1 +
 .../components/SliceHeader/SliceHeader.test.tsx    |  34 +++-
 .../src/dashboard/components/SliceHeader/index.tsx |  18 +-
 .../components/SliceHeaderControls/index.tsx       |  16 +-
 .../dashboard/components/gridComponents/Chart.jsx  |  26 ++-
 .../components/gridComponents/Chart.test.jsx       |   9 +-
 .../components/gridComponents/ChartHolder.test.tsx |  24 +--
 .../components/gridComponents/Column.test.jsx      |   9 +-
 .../components/gridComponents/Row.test.jsx         |   9 +-
 .../src/dashboard/containers/SliceAdder.jsx        |   8 +-
 .../dashboard/util/getSliceHeaderTooltip.tsx}      |  39 ++--
 .../explore/controlUtils/standardizedFormData.ts   |  18 +-
 .../CRUD/data/database/DatabaseModal/index.tsx     |  42 +++-
 superset-frontend/src/views/CRUD/hooks.ts          |   4 +-
 .../src/views/CRUD/welcome/Welcome.test.tsx        |   6 +-
 .../src/views/CRUD/welcome/Welcome.tsx             |   6 +-
 .../src/views/components/Menu.test.tsx             |   6 +-
 .../src/views/components/RightMenu.tsx             |   6 +-
 superset/annotation_layers/annotations/api.py      |  10 +-
 .../annotations/commands/bulk_delete.py            |   5 +-
 .../annotations/commands/create.py                 |   4 +-
 .../annotations/commands/delete.py                 |   4 +-
 .../annotations/commands/update.py                 |   4 +-
 superset/annotation_layers/api.py                  |  10 +-
 superset/annotation_layers/commands/bulk_delete.py |   5 +-
 superset/annotation_layers/commands/create.py      |   4 +-
 superset/annotation_layers/commands/delete.py      |   4 +-
 superset/annotation_layers/commands/update.py      |   4 +-
 superset/charts/api.py                             |  10 +-
 superset/charts/commands/bulk_delete.py            |   8 +-
 superset/charts/commands/create.py                 |   9 +-
 superset/charts/commands/delete.py                 |   8 +-
 superset/charts/commands/update.py                 |  13 +-
 superset/charts/filters.py                         |  17 +-
 superset/commands/base.py                          |  14 +-
 superset/commands/utils.py                         |  17 +-
 superset/common/query_context_processor.py         |  10 +-
 superset/common/request_contexed_based.py          |  25 ---
 superset/common/utils/dataframe_utils.py           |  15 +-
 superset/config.py                                 |   1 +
 superset/connectors/sqla/utils.py                  |   2 +-
 superset/connectors/sqla/views.py                  |  18 +-
 superset/css_templates/api.py                      |   4 +-
 superset/css_templates/commands/bulk_delete.py     |   5 +-
 superset/dashboards/api.py                         |  11 +-
 superset/dashboards/commands/bulk_delete.py        |   8 +-
 superset/dashboards/commands/create.py             |   6 +-
 superset/dashboards/commands/delete.py             |   8 +-
 superset/dashboards/commands/update.py             |  10 +-
 superset/dashboards/filter_sets/api.py             |   8 +-
 superset/dashboards/filter_sets/commands/base.py   |  17 +-
 superset/dashboards/filter_sets/commands/create.py |  11 +-
 superset/dashboards/filter_sets/commands/delete.py |   5 +-
 superset/dashboards/filter_sets/commands/update.py |   7 +-
 superset/dashboards/filter_sets/filters.py         |  12 +-
 .../dashboards/filter_state/commands/create.py     |   6 +-
 .../dashboards/filter_state/commands/delete.py     |   5 +-
 .../dashboards/filter_state/commands/update.py     |   6 +-
 superset/dashboards/filters.py                     |   4 +-
 superset/dashboards/permalink/api.py               |   5 +-
 superset/dashboards/permalink/commands/create.py   |   4 -
 superset/dashboards/permalink/commands/get.py      |   4 +-
 superset/databases/api.py                          |  12 +-
 superset/databases/commands/create.py              |   6 +-
 superset/databases/commands/delete.py              |   4 +-
 superset/databases/commands/test_connection.py     |  79 ++++----
 superset/databases/commands/update.py              |   4 +-
 superset/databases/commands/validate.py            |  36 ++--
 superset/datasets/api.py                           |  18 +-
 superset/datasets/columns/api.py                   |   4 +-
 superset/datasets/columns/commands/delete.py       |   8 +-
 superset/datasets/commands/bulk_delete.py          |  11 +-
 superset/datasets/commands/create.py               |   6 +-
 superset/datasets/commands/delete.py               |  10 +-
 superset/datasets/commands/refresh.py              |   8 +-
 superset/datasets/commands/samples.py              |   9 +-
 superset/datasets/commands/update.py               |   9 +-
 superset/datasets/dao.py                           |   9 -
 superset/datasets/metrics/api.py                   |   4 +-
 superset/datasets/metrics/commands/delete.py       |   8 +-
 superset/explore/commands/get.py                   |   7 +-
 superset/explore/form_data/api.py                  |   8 +-
 superset/explore/form_data/commands/create.py      |   9 +-
 superset/explore/form_data/commands/delete.py      |   8 +-
 superset/explore/form_data/commands/get.py         |   2 -
 superset/explore/form_data/commands/parameters.py  |   3 -
 superset/explore/form_data/commands/update.py      |   9 +-
 superset/explore/form_data/commands/utils.py       |   5 +-
 superset/explore/permalink/api.py                  |   6 +-
 superset/explore/permalink/commands/create.py      |   9 +-
 superset/explore/permalink/commands/get.py         |   6 +-
 superset/explore/utils.py                          |  13 +-
 superset/key_value/commands/create.py              |  11 +-
 superset/key_value/commands/update.py              |  11 +-
 superset/key_value/commands/upsert.py              |  12 +-
 superset/key_value/utils.py                        |   7 +-
 ...bea_add_advanced_data_types_to_column_models.py |   4 +-
 ..._22-04_c747c78868b6_migrating_legacy_treemap.py | 102 ++++++++++
 ...f3d64daf4_add_user_id_dttm_idx_to_log_model.py} |  17 +-
 superset/models/dashboard.py                       |  13 +-
 superset/queries/saved_queries/api.py              |   2 +-
 .../queries/saved_queries/commands/bulk_delete.py  |   5 +-
 superset/reports/api.py                            |  10 +-
 superset/reports/commands/bulk_delete.py           |   9 +-
 superset/reports/commands/create.py                |   9 +-
 superset/reports/commands/delete.py                |   8 +-
 superset/reports/commands/update.py                |  10 +-
 superset/reports/dao.py                            |   5 +-
 superset/security/manager.py                       | 135 ++++++++++++-
 superset/temporary_cache/api.py                    |  11 +-
 superset/temporary_cache/commands/parameters.py    |   3 -
 superset/utils/csv.py                              |  18 +-
 superset/utils/migrate_viz.py                      | 122 ++++++++++++
 superset/views/access_requests.py                  |   7 +-
 superset/views/annotations.py                      |   7 +-
 superset/views/base.py                             |  53 -----
 superset/views/chart/views.py                      |  12 +-
 superset/views/core.py                             |  30 ++-
 superset/views/css_templates.py                    |   7 +-
 superset/views/dashboard/mixin.py                  |   6 +-
 superset/views/dashboard/views.py                  |   6 +-
 superset/views/datasource/views.py                 |  11 +-
 superset/views/log/views.py                        |   5 +-
 superset/views/sql_lab.py                          |   7 +-
 superset/views/utils.py                            |   5 -
 tests/integration_tests/base_tests.py              |   5 +-
 tests/integration_tests/charts/commands_tests.py   |  38 ++--
 .../integration_tests/databases/commands_tests.py  |  63 +++---
 .../explore/form_data/commands_tests.py            |  17 +-
 .../explore/permalink/commands_tests.py            |   8 +-
 .../key_value/commands/create_test.py              |  19 +-
 .../key_value/commands/update_test.py              |  37 ++--
 .../key_value/commands/upsert_test.py              |  37 ++--
 tests/integration_tests/reports/commands_tests.py  |  58 +++++-
 tests/integration_tests/security_tests.py          |  67 +++++--
 tests/unit_tests/common/test_dataframe_utils.py    |  50 +++++
 tests/unit_tests/conftest.py                       |   5 +-
 tests/unit_tests/explore/utils_test.py             | 164 ++++++++--------
 .../utils/viz_migration/treemap_migration_test.py  |  93 +++++++++
 161 files changed, 1766 insertions(+), 1054 deletions(-)
 rename 
superset-frontend/packages/superset-ui-core/src/ui-overrides/{UiOverrideRegistry.ts
 => ExtensionsRegistry.ts} (52%)
 rename 
superset-frontend/packages/superset-ui-core/test/ui-overrides/{UiOverrideRegistry.test.ts
 => ExtensionsRegistry.test.ts} (81%)
 create mode 100644 
superset-frontend/src/dashboard/actions/sliceEntities.test.js
 copy 
superset-frontend/{packages/superset-ui-chart-controls/src/shared-controls/emitFilterControl.tsx
 => src/dashboard/util/getSliceHeaderTooltip.tsx} (56%)
 delete mode 100644 superset/common/request_contexed_based.py
 create mode 100644 
superset/migrations/versions/2022-06-30_22-04_c747c78868b6_migrating_legacy_treemap.py
 copy 
superset/migrations/versions/{2019-07-11_19-02_def97f26fdfb_add_index_to_tagged_object.py
 => 2022-07-07_00-00_cdcf3d64daf4_add_user_id_dttm_idx_to_log_model.py} (72%)
 create mode 100644 superset/utils/migrate_viz.py
 create mode 100644 tests/unit_tests/common/test_dataframe_utils.py
 create mode 100644 
tests/unit_tests/utils/viz_migration/treemap_migration_test.py

Reply via email to