You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by gi...@apache.org on 2023/12/05 18:02:10 UTC

(superset) branch dependabot/npm_and_yarn/superset-websocket/prettier-3.1.0 updated (d57b7af14d -> 8c4eda9341)

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

github-bot pushed a change to branch dependabot/npm_and_yarn/superset-websocket/prettier-3.1.0
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard d57b7af14d build(deps-dev): bump prettier in /superset-websocket
     add 3ab27c6ec9 chore: Clean up the examples dashboards (#26158)
     add 0b477e3f7c chore: harmonize and clean up list views (#25961)
     add 86304ab171 fix(menu): Styling active menu in SPA navigation (#25533)
     add b287ca7f5b feat: Create db_engine_spec ibmi.py (#26161)
     add 386d4e0541 fix(embedded): Hide sensitive payload data from guest users (#25878)
     add 56fa2b29d3 docs: update CHANGELOG for 2.1.2 (#26150)
     add d2cce51ddf build(deps-dev): bump eslint from 8.54.0 to 8.55.0 in /superset-websocket (#26174)
     add 8c4eda9341 build(deps-dev): bump prettier in /superset-websocket

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   (d57b7af14d)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/superset-websocket/prettier-3.1.0 (8c4eda9341)

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:
 CHANGELOG.md                                       |  19 +
 .../cypress/e2e/alerts_and_reports/alerts.test.ts  |   7 +-
 .../cypress/e2e/alerts_and_reports/reports.test.ts |   7 +-
 .../cypress/e2e/chart_list/filter.test.ts          |  16 +-
 .../cypress/e2e/chart_list/list.test.ts            |  10 +-
 .../cypress/e2e/dashboard/nativeFilters.test.ts    |   6 +-
 .../cypress/e2e/dashboard/tabs.test.ts             |   3 -
 .../cypress-base/cypress/e2e/dashboard/utils.ts    |   1 -
 .../cypress/e2e/dashboard_list/filter.test.ts      |   6 +-
 .../cypress/e2e/dashboard_list/list.test.ts        |  12 +-
 .../cypress-base/cypress/support/e2e.ts            |   2 +-
 .../src/components/AuditInfo/ModifiedInfo.test.tsx |  42 ++
 .../src/components/AuditInfo/index.tsx             |  30 +
 .../src/components/Datasource/DatasourceEditor.jsx |   2 +-
 .../dashboard/components/PropertiesModal/index.tsx |   2 +-
 .../src/features/annotations/AnnotationModal.tsx   |   2 +-
 .../src/features/cssTemplates/CssTemplateModal.tsx |   5 +-
 .../src/features/cssTemplates/types.ts             |  11 +-
 superset-frontend/src/features/home/Menu.tsx       |  37 +-
 .../src/features/tags/TagModal.test.tsx            |   2 +
 .../src/hooks/apiResources/dashboards.ts           |   1 +
 .../src/pages/AlertReportList/index.tsx            |  74 +--
 superset-frontend/src/pages/AllEntities/index.tsx  |   5 +-
 .../src/pages/AnnotationLayerList/index.tsx        |  89 +--
 .../src/pages/AnnotationList/index.tsx             |   2 +-
 superset-frontend/src/pages/ChartList/index.tsx    | 168 +++---
 .../src/pages/CssTemplateList/index.tsx            |  88 +--
 .../src/pages/DashboardList/index.tsx              | 187 +++----
 .../src/pages/DatabaseList/DatabaseList.test.jsx   |   2 +-
 superset-frontend/src/pages/DatabaseList/index.tsx |  80 ++-
 .../src/pages/DatasetList/DatasetList.test.tsx     |  61 +--
 superset-frontend/src/pages/DatasetList/index.tsx  | 109 ++--
 .../src/pages/QueryHistoryList/index.tsx           |   3 +-
 .../RowLevelSecurityList.test.tsx                  |   6 +-
 .../src/pages/RowLevelSecurityList/index.tsx       |  39 +-
 .../src/pages/SavedQueryList/index.tsx             | 136 ++---
 superset-frontend/src/pages/Tags/index.tsx         |  68 +--
 .../utils/{parseCookie.ts => getOwnerName.test.ts} |  18 +-
 .../utils/getOwnerName.ts}                         |  17 +-
 superset-frontend/src/views/CRUD/types.ts          |  11 +-
 superset-websocket/package-lock.json               |  46 +-
 superset-websocket/package.json                    |   2 +-
 superset/annotation_layers/api.py                  |   2 +-
 superset/charts/api.py                             |   2 +-
 superset/css_templates/api.py                      |   6 +-
 superset/dashboards/api.py                         |   2 +-
 superset/dashboards/schemas.py                     |  20 +-
 superset/databases/api.py                          |  13 +
 superset/datasets/api.py                           |  13 +-
 .../{daos/security.py => db_engine_specs/ibmi.py}  |  12 +-
 .../examples/configs/charts/Filter_Segments.yaml   |  68 ---
 .../configs/charts/Filtering_Vaccines.yaml         |  53 --
 .../configs/charts/Vehicle_Sales_Filter.yaml       |  47 --
 .../configs/charts/Video_Game_Sales_Filter.yaml    |  55 --
 .../dashboards/COVID_Vaccine_Dashboard.yaml        | 128 ++---
 .../dashboards/FCC_New_Coder_Survey_2018.yaml      | 608 ++++++++++-----------
 .../configs/dashboards/Sales_Dashboard.yaml        | 300 ++++------
 .../configs/dashboards/Video_Game_Sales.yaml       | 389 ++++++-------
 superset/examples/misc_dashboard.py                | 148 ++---
 superset/examples/world_bank.py                    |  39 +-
 superset/queries/saved_queries/api.py              |  12 +-
 superset/reports/api.py                            |  10 +-
 superset/row_level_security/api.py                 |   7 +-
 superset/row_level_security/schemas.py             |   2 +
 superset/tags/api.py                               |   2 +-
 tests/integration_tests/charts/api_tests.py        |   6 +-
 tests/integration_tests/css_templates/api_tests.py |  25 +-
 tests/integration_tests/dashboards/api_tests.py    |  43 ++
 .../integration_tests/dashboards/commands_tests.py |  20 +-
 tests/integration_tests/dashboards/dao_tests.py    |  54 --
 tests/integration_tests/databases/api_tests.py     |   3 +-
 .../queries/saved_queries/api_tests.py             |  14 +-
 tests/integration_tests/utils_tests.py             |  44 --
 73 files changed, 1548 insertions(+), 2033 deletions(-)
 create mode 100644 superset-frontend/src/components/AuditInfo/ModifiedInfo.test.tsx
 create mode 100644 superset-frontend/src/components/AuditInfo/index.tsx
 copy superset-frontend/src/utils/{parseCookie.ts => getOwnerName.test.ts} (73%)
 copy superset-frontend/{spec/helpers/ResizeObserver.ts => src/utils/getOwnerName.ts} (81%)
 copy superset/{daos/security.py => db_engine_specs/ibmi.py} (72%)
 delete mode 100644 superset/examples/configs/charts/Filter_Segments.yaml
 delete mode 100644 superset/examples/configs/charts/Filtering_Vaccines.yaml
 delete mode 100644 superset/examples/configs/charts/Vehicle_Sales_Filter.yaml
 delete mode 100644 superset/examples/configs/charts/Video_Game_Sales_Filter.yaml