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 2022/04/13 05:28:59 UTC

[superset] branch dependabot/npm_and_yarn/superset-frontend/moment-2.29.2 updated (e6ce8e260d -> a54cc7479c)

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/moment-2.29.2
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard e6ce8e260d chore(deps): bump moment from 2.29.1 to 2.29.2 in /superset-frontend
     add 738bd04b4f fix(test): make test_clean_requests_after_schema_grant more idempotent (#19625)
     add a975af3e9e chore: clean up unused imports in db migration scripts (#19630)
     add ce2bd98442 test: freeze time for dashboard export test (#19634)
     add b45f89b954 refactor: consistent migration tests organization (#19635)
     add a6bf041edd feat(plugin-chart-echarts): add aggregate total for the Pie/Donuct chart (#19622)
     add f21ba68a30 chore: clean up dynamic translation strings (#19641)
     add d49fd01ff3 feat(CRUD): add new empty state (#19310)
     add 03a80d5d2f chore: Update font-sizes in QueryPreviewModal (#19620)
     add d1e17646e2 Remove hacky usage of font-size (#19615)
     add 5d418b21a3 Remove font-size hacky usage (#19611)
     add d693f4e970 Update font-sizes (#19593)
     add 4bf4d58423 fix: update Permissions for right nav (#19051)
     add d8b9e72682 make to change the getBreakPoints of polygon chart (#19573)
     add 955413539b fix: Table Autosizing Has Unnecessary Scroll Bars (#19628)
     add 5c63df522a fix: allow_browser_login in import/export API (#19656)
     add d7dd4119d4 fix: time comparision (#19659)
     add 3a231f6b87 fix(database-api): allow search for all columns (#19662)
     add 87d47987b7 fix(sql-lab): do not replace undefined schema with empty object (#19664)
     add 7b0b029318 chore: Remove wrong usage of font-size in ExploreViewContainer (#19614)
     add 6a3220f905 Remove TwoTone icons (#19666)
     add 59dda1fa05 fix: Navbar styles and Welcome page text (#19586)
     add 224769bd45 feat(embedded): API get embedded dashboard config by uuid (#19650)
     add 2f41ed0940 1. Removed duplicate security vulnerability issue template. 2. Modified feature request template to encourage people to post in Discussions instead (#19617)
     add 01cb6c684b chore(deps): bump moment from 2.29.1 to 2.29.2 in /docs (#19638)
     add 6e8e29ce53 chore(deps): bump urijs from 1.19.8 to 1.19.11 in /superset-frontend (#19679)
     add a54cc7479c chore(deps): bump moment from 2.29.1 to 2.29.2 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   (e6ce8e260d)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/superset-frontend/moment-2.29.2 (a54cc7479c)

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:
 .github/ISSUE_TEMPLATE/feature_request.md          |  12 +-
 .github/ISSUE_TEMPLATE/security_vulnerability.md   |  12 -
 docs/yarn.lock                                     |   6 +-
 superset-frontend/package-lock.json                |  12 +-
 .../legacy-preset-chart-deckgl/src/utils.js        |   4 +-
 .../plugin-chart-echarts/src/Pie/controlPanel.tsx  |  12 +
 .../plugin-chart-echarts/src/Pie/transformProps.ts |  79 ++++-
 .../src/DataTable/hooks/useSticky.tsx              |   4 +-
 superset-frontend/src/SqlLab/actions/sqlLab.js     |   2 +-
 superset-frontend/src/SqlLab/types.ts              |   2 +-
 .../src/assets/images/filter-results.svg           |  34 ++
 .../src/assets/stylesheets/superset.less           |   9 +-
 superset-frontend/src/components/Button/index.tsx  |   1 +
 .../src/components/EmptyState/index.tsx            |  19 +-
 .../src/components/Icons/AntdEnhanced.tsx          |   1 +
 superset-frontend/src/components/Icons/IconType.ts |   1 -
 .../src/components/Icons/Icons.stories.tsx         |   5 -
 .../src/components/ImportModal/index.tsx           |   2 +-
 .../src/components/ListView/Filters/Base.ts        |   4 +
 .../src/components/ListView/Filters/DateRange.tsx  |  27 +-
 .../src/components/ListView/Filters/Search.tsx     |  23 +-
 .../src/components/ListView/Filters/Select.tsx     |  36 ++-
 .../src/components/ListView/Filters/index.tsx      |  36 ++-
 .../src/components/ListView/ListView.tsx           |  43 ++-
 superset-frontend/src/components/ListView/utils.ts |   1 +
 .../src/components/ReportModal/styles.tsx          |  10 +-
 .../src/dashboard/actions/dashboardLayout.js       |   2 +-
 .../FiltersConfigModal/Footer/Footer.tsx           |   2 +-
 .../src/dashboard/util/findPermission.ts           |   2 +-
 .../components/ExploreViewContainer/index.jsx      |   6 +-
 .../src/views/CRUD/alert/AlertList.tsx             |  17 +-
 .../src/views/CRUD/alert/AlertReportModal.tsx      |   6 +-
 .../src/views/CRUD/annotation/AnnotationList.tsx   |  24 +-
 .../CRUD/annotationlayers/AnnotationLayersList.tsx |  20 +-
 .../views/CRUD/data/database/DatabaseList.test.jsx |  36 ++-
 .../src/views/CRUD/data/database/DatabaseList.tsx  |  42 ++-
 .../CRUD/data/database/DatabaseModal/index.tsx     |   2 +-
 .../views/CRUD/data/query/QueryPreviewModal.tsx    |   4 +-
 .../data/savedquery/SavedQueryPreviewModal.tsx     |   4 +-
 .../src/views/CRUD/welcome/EmptyState.tsx          |   3 +-
 .../src/views/CRUD/welcome/Welcome.tsx             |  36 ++-
 .../src/views/components/Menu.test.tsx             |   6 +
 superset-frontend/src/views/components/Menu.tsx    | 184 +++++------
 .../src/views/components/MenuRight.tsx             |  94 +++++-
 superset-frontend/src/views/components/SubMenu.tsx |  25 +-
 superset/databases/api.py                          |   8 +-
 superset/databases/filters.py                      |  73 ++++-
 superset/embedded/api.py                           | 105 ++++++
 .../commands/exceptions.py                         |  21 +-
 superset/importexport/api.py                       |   1 +
 superset/initialization/__init__.py                |   2 +
 ...13dd52_change_fetch_values_predicate_to_text.py |   4 +-
 ...1091c0ef16_add_extra_column_to_columns_model.py |   3 -
 ...e1b9c3_add_report_format_to_report_schedule_.py |   1 -
 ...cbaac5_change_datatype_of_type_in_basecolumn.py |   1 -
 ...d20ba9ecb33_add_last_saved_at_to_slice_model.py |   1 -
 .../73fd22e742ab_add_dynamic_plugins_py.py         |   1 -
 superset/security/api.py                           |   8 +-
 superset/security/manager.py                       |  18 ++
 superset/utils/pandas_postprocessing/compare.py    |   7 +-
 tests/integration_tests/access_tests.py            |   9 +-
 tests/integration_tests/dashboards/api_tests.py    |   1 +
 tests/integration_tests/databases/api_tests.py     | 358 +++++++++++++++++++++
 tests/integration_tests/embedded/api_tests.py      |  53 +++
 ...migrate_native_filters_to_new_schema__tests.py} |   0
 .../fb13d49b72f9_better_filters__tests.py}         |  27 +-
 ...21_migrate_filter_sets_to_new_format__tests.py} |   0
 tests/integration_tests/security/api_tests.py      |  29 +-
 tests/integration_tests/security_tests.py          |   3 +-
 .../pandas_postprocessing/test_compare.py          |  40 +--
 70 files changed, 1306 insertions(+), 380 deletions(-)
 delete mode 100644 .github/ISSUE_TEMPLATE/security_vulnerability.md
 create mode 100644 superset-frontend/src/assets/images/filter-results.svg
 create mode 100644 superset/embedded/api.py
 copy superset/{datasets/metrics => embedded_dashboard}/commands/exceptions.py (61%)
 create mode 100644 tests/integration_tests/embedded/api_tests.py
 rename tests/integration_tests/migrations/{f1410ed7ec95_tests.py => f1410ed7ec95_migrate_native_filters_to_new_schema__tests.py} (100%)
 rename tests/integration_tests/{migration_tests.py => migrations/fb13d49b72f9_better_filters__tests.py} (63%)
 rename tests/integration_tests/migrations/{fc3a3a8ff221_tests.py => fc3a3a8ff221_migrate_filter_sets_to_new_format__tests.py} (100%)