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/multi-c2431b33ac
in repository https://gitbox.apache.org/repos/asf/superset.git
omit a80e94d814 build(deps): bump cookie, @applitools/eyes-storybook and
express
add ef0ede7c13 fix: update html rendering to true from false (#30565)
add 0db59b45b8 fix: adhoc metrics (#30202)
add 9c12b1c7da fix(Jinja metric macro): Support Drill By and Excel/CSV
download without a dataset ID (#30443)
add 9a2b1a5cf7 chore(fe): uplift FE packages to latest version (#30357)
add 179bd96eea build(deps): bump cookie, @applitools/eyes-storybook and
express
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 (a80e94d814)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/superset-frontend/multi-c2431b33ac
(179bd96eea)
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:
superset-frontend/jest.config.js | 2 +-
superset-frontend/package-lock.json | 457 ++++++++++++---------
superset-frontend/package.json | 8 +-
.../superset-ui-chart-controls/package.json | 6 +-
.../packages/superset-ui-core/package.json | 38 +-
.../test/chart/clients/ChartClient.test.ts | 2 +-
.../test/connection/SupersetClient.test.ts | 8 +-
.../test/connection/SupersetClientClass.test.ts | 37 +-
.../test/connection/callApi/callApi.test.ts | 78 ++--
.../callApi/callApiAndParseWithTimeout.test.ts | 13 +-
.../test/connection/callApi/parseResponse.test.ts | 14 +-
.../query/api/legacy/getDatasourceMetadata.test.ts | 4 +-
.../test/query/api/legacy/getFormData.test.ts | 4 +-
.../test/query/api/setupClientForTest.ts | 1 +
.../test/query/api/v1/getChartData.test.ts | 4 +-
.../test/query/api/v1/makeApi.test.ts | 4 +-
.../test/time-comparison/fetchTimeRange.test.ts | 20 +-
.../legacy-plugin-chart-partition/package.json | 2 +-
.../plugins/plugin-chart-table/package.json | 6 +-
superset-frontend/spec/helpers/testing-library.tsx | 2 +-
.../src/SqlLab/components/ResultSet/index.tsx | 2 +-
.../ShareSqlLabQuery/ShareSqlLabQuery.test.tsx | 2 +-
.../SqlLab/components/SouthPane/SouthPane.test.tsx | 2 +-
.../src/SqlLab/components/SqlEditor/index.tsx | 2 +-
.../AlteredSliceTag/AlteredSliceTag.test.jsx | 2 +-
.../ErrorMessage/InvalidSQLErrorMessage.test.tsx | 2 +-
.../ErrorMessage/MarshmallowErrorMessage.test.tsx | 2 +-
.../FiltersConfigModal/FiltersConfigModal.test.tsx | 4 +-
.../tests/CurrentCalendarFrame.test.tsx | 2 +-
.../ColumnSelectPopover.test.tsx | 2 +-
.../OAuth2ClientField.test.tsx | 2 +-
.../databases/DatabaseModal/index.test.tsx | 2 +
.../UploadDataModel/UploadDataModal.test.tsx | 6 +-
superset/connectors/sqla/models.py | 2 +
superset/jinja_context.py | 44 +-
superset/models/helpers.py | 21 +-
superset/models/sql_lab.py | 1 +
superset/sql_parse.py | 40 +-
tests/integration_tests/datasource_tests.py | 4 +
tests/integration_tests/query_context_tests.py | 7 +-
tests/integration_tests/sqla_models_tests.py | 14 +-
tests/unit_tests/jinja_context_test.py | 393 +++++++++++-------
tests/unit_tests/sql_parse_tests.py | 50 ++-
43 files changed, 769 insertions(+), 549 deletions(-)