This is an automated email from the ASF dual-hosted git repository.
jli pushed a change to branch showtime-master
in repository https://gitbox.apache.org/repos/asf/superset.git
discard b6c5159c54 chore: fix spacing in AGENTS.md
add 57f8f50292 chore(deps-dev): bump @typescript-eslint/eslint-plugin from
8.50.1 to 8.51.0 in /docs (#36898)
add 413dfc98ff chore(deps): bump @storybook/addon-docs from 8.6.14 to
8.6.15 in /docs (#36824)
add f48322c17d chore: bump flask-cors to 6.0.2 (#36640)
add ea90d1f141 refactor(db-engine-specs): use standard OAuth 2.0 params in
base class (#37010)
add b3cf6ad61a chore: fix spacing in AGENTS.md
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 (b6c5159c54)
\
N -- N -- N refs/heads/showtime-master (b3cf6ad61a)
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:
docs/package.json | 4 +-
docs/yarn.lock | 99 ++++++++++++++++--------
pyproject.toml | 2 +-
requirements/base.txt | 2 +-
requirements/development.txt | 2 +-
superset/db_engine_specs/base.py | 6 +-
superset/db_engine_specs/gsheets.py | 33 ++++++++
tests/unit_tests/db_engine_specs/test_base.py | 49 ++++++++++++
tests/unit_tests/db_engine_specs/test_gsheets.py | 5 ++
tests/unit_tests/sql_lab_test.py | 2 +-
10 files changed, 164 insertions(+), 40 deletions(-)