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/ioredis-and-types/ioredis-5.3.2
in repository https://gitbox.apache.org/repos/asf/superset.git
discard 7ca520007f build(deps): bump ioredis and @types/ioredis in
/superset-websocket
add 3c381c5361 chore(ci): bump actions (#23895)
add f2fc4a03dc feat: Changes the Select component to preserve the search
value when selecting (#23869)
add a170ae4368 feat: custom d3 number locale (#20075)
add a8e02cd851 fix(native-filters): Address spelling mistakes (#23881)
add 3528f4140c fix: remove feature flag for tags on Dashboard API for
`Tags` (#23909)
add d4b9c18271 fix(sql-editor): Fix run stop button color to improve
usability (#23892)
add e5f512e348 fix: check sqlalchemy_uri (#23901)
add e639cebdd1 build(deps): bump pre-commit from 3.2.2 to 3.3.1 in
/requirements (#23913)
add 842659dbfe refactor: useEffectEvent for efficient deps (#23871)
add ad19cd9fbd fix: timeout should be an integer (#23924)
add 2e1cf2446c docs: Add description of standard Superset roles (#23795)
add 10d640e940 feat: Considers GENERIC_CHART_AXES in viz migrations
(#23905)
add f1fa1a733d chore(key-value): use json serialization for main resources
(#23888)
add 3dc4de4216 fix(migration): add log for values unseen in
`Slice.datasource_type` (#23925)
add b7689fbe53 chore: Deprecates viz.py (#23934)
add f3f5d926c1 fix: update migration chart_ds_constraint to have seperate
batch op (#23942)
add b4371f68b7 feat: Adds a control to set the Secondary Y-axis bounds in
Mixed charts (#23917)
add 308995f56a chore(helm): Declare missing properties (#23926)
add aabab5c456 build(deps-dev): bump @types/node from 18.16.3 to 20.0.0 in
/superset-websocket (#23947)
add f40af0bd6b build(deps): bump ioredis and @types/ioredis 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 (7ca520007f)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/superset-websocket/ioredis-and-types/ioredis-5.3.2
(f40af0bd6b)
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/workflows/docker.yml | 2 +-
.github/workflows/embedded-sdk-release.yml | 2 +-
.github/workflows/embedded-sdk-test.yml | 2 +-
.github/workflows/release.yml | 2 +-
.github/workflows/superset-applitool-cypress.yml | 4 +-
.github/workflows/superset-cli.yml | 2 +-
.github/workflows/superset-e2e.yml | 6 +-
.github/workflows/superset-frontend.yml | 2 +-
.github/workflows/superset-helm-lint.yml | 2 +-
.../workflows/superset-python-integrationtest.yml | 6 +-
.github/workflows/superset-python-misc.yml | 6 +-
.github/workflows/superset-python-presto-hive.yml | 4 +-
.github/workflows/superset-python-unittest.yml | 2 +-
.github/workflows/superset-translations.yml | 4 +-
RESOURCES/STANDARD_ROLES.md | 267 +++++++++++++++++++++
docs/docs/security.mdx | 2 +
helm/superset/Chart.yaml | 2 +-
helm/superset/README.md | 12 +-
helm/superset/values.yaml | 23 +-
requirements/integration.txt | 10 +-
.../cypress/e2e/dashboard/nativeFilters.test.ts | 1 +
superset-frontend/package-lock.json | 48 +++-
superset-frontend/package.json | 2 +
.../src/utils/D3Formatting.ts | 35 ++-
.../src/number-format/D3FormatConfig.ts | 8 +-
.../src/number-format/NumberFormatterRegistry.ts | 11 +
.../NumberFormatterRegistrySingleton.ts | 5 +
.../superset-ui-core/src/number-format/index.ts | 2 +
.../NumberFormatterRegistrySingleton.test.ts | 20 ++
.../src/MixedTimeseries/controlPanel.tsx | 21 +-
.../src/MixedTimeseries/transformProps.ts | 12 +-
.../components/RunQueryActionButton/index.tsx | 4 +-
.../src/SqlLab/components/SqlEditor/index.jsx | 51 ++--
.../src/components/Select/AsyncSelect.tsx | 1 +
.../src/components/Select/Select.test.tsx | 7 +
superset-frontend/src/components/Select/Select.tsx | 1 +
superset-frontend/src/constants.ts | 3 +-
.../explore/components/RunQueryButton/index.tsx | 2 +-
.../hooks/useEffectEvent.ts} | 30 +--
superset-frontend/src/preamble.ts | 2 +-
superset-frontend/src/setup/setupFormatters.ts | 6 +-
superset-frontend/src/types/bootstrapTypes.ts | 2 +
superset-websocket/package-lock.json | 14 +-
superset-websocket/package.json | 2 +-
superset/cli/native_filters.py | 2 +-
superset/config.py | 19 ++
superset/dashboards/api.py | 40 ++-
superset/dashboards/permalink/commands/base.py | 3 +-
superset/dashboards/permalink/commands/create.py | 1 +
superset/dashboards/permalink/commands/get.py | 6 +-
superset/explore/permalink/commands/base.py | 3 +-
superset/explore/permalink/commands/create.py | 1 +
superset/explore/permalink/commands/get.py | 1 +
superset/extensions/metastore_cache.py | 11 +-
superset/key_value/commands/create.py | 23 +-
superset/key_value/commands/get.py | 15 +-
superset/key_value/commands/update.py | 11 +-
superset/key_value/commands/upsert.py | 13 +-
superset/key_value/shared_entries.py | 12 +-
superset/key_value/types.py | 33 ++-
superset/migrations/shared/migrate_viz/base.py | 39 ++-
...03-27_12-30_7e67aecbf3f1_chart_ds_constraint.py | 41 +++-
...a5681ddfd_convert_key_value_entries_to_json.py} | 49 ++--
superset/security/analytics_db_safety.py | 14 +-
superset/temporary_cache/api.py | 13 +-
superset/temporary_cache/commands/parameters.py | 3 +
superset/utils/cache.py | 5 +-
superset/views/base.py | 1 +
superset/viz.py | 142 ++++++++++-
.../explore/permalink/api_tests.py | 5 +-
.../key_value/commands/create_test.py | 55 ++++-
.../key_value/commands/delete_test.py | 13 +-
.../key_value/commands/fixtures.py | 15 +-
.../key_value/commands/get_test.py | 25 +-
.../key_value/commands/update_test.py | 11 +-
.../key_value/commands/upsert_test.py | 11 +-
.../security/analytics_db_safety_tests.py | 84 +++++--
77 files changed, 1089 insertions(+), 283 deletions(-)
create mode 100644 RESOURCES/STANDARD_ROLES.md
copy docs/babel.config.js =>
superset-frontend/packages/superset-ui-core/src/number-format/D3FormatConfig.ts
(81%)
copy
superset-frontend/{packages/superset-ui-core/src/hooks/useChangeEffect/useChangeEffect.ts
=> src/hooks/useEffectEvent.ts} (52%)
copy
superset/migrations/versions/{2022-06-27_14-59_7fb8bca906d2_permalink_rename_filterstate.py
=> 2023-05-01_12-03_9c2a5681ddfd_convert_key_value_entries_to_json.py} (60%)