This is an automated email from the ASF dual-hosted git repository.
michaelsmolina pushed a change to branch 3.0
in repository https://gitbox.apache.org/repos/asf/superset.git
from 798b493f3a docs: Update UPDATING.md regarding potential breaking
change to `ab_user.email` column (#25115)
new e2f89d7aa8 fix(DB Connection): Update placeholder values for Snowflake
connection (#25119)
new 46e6d32260 refactor(frontend): make "Search" box the first filter for
charts and datasets (#25129)
new 372004d0e6 fix: Bumps Flask Caching to fix RCE vulnerability (#25090)
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
CONTRIBUTING.md | 88 +++++++++++-----------
docker/pythonpath_dev/superset_config.py | 2 +-
docs/docs/installation/async-queries-celery.mdx | 4 +-
helm/superset/Chart.yaml | 2 +-
helm/superset/README.md | 2 +-
helm/superset/templates/_helpers.tpl | 2 +-
requirements/base.txt | 6 +-
setup.cfg | 2 +-
setup.py | 3 +-
.../DatabaseConnectionForm/ValidatedInputField.tsx | 4 +-
.../src/features/databases/DatabaseModal/index.tsx | 7 +-
superset-frontend/src/pages/ChartList/index.tsx | 14 ++--
superset-frontend/src/pages/DatasetList/index.tsx | 14 ++--
superset/config.py | 2 +-
superset/extensions/__init__.py | 2 +-
tests/integration_tests/cachekeys/api_tests.py | 5 ++
tests/integration_tests/core_tests.py | 1 +
17 files changed, 79 insertions(+), 81 deletions(-)