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 7ef8db22c78 chore: fix spacing in AGENTS.md
add 996e0e1e7ac fix(docs): remove broken /docs/databases redirect to
nonexistent path (#37316)
add bb3452b43c7 chore(deps-dev): bump mini-css-extract-plugin from 2.9.4
to 2.10.0 in /superset-frontend (#37270)
add c3d5edbae9d chore(deps-dev): bump @babel/preset-env from 7.28.5 to
7.28.6 in /superset-frontend (#37158)
add d4723ef1161 feat: Handle OAuth2 dance with TableSelector (#37315)
add 02495a130fa chore(deps): bump lodash from 4.17.21 to 4.17.23 in
/superset-websocket (#37321)
add 5e7fe81cfa5 chore(deps-dev): bump prettier from 3.8.0 to 3.8.1 in
/docs (#37329)
add 02890283138 chore(deps-dev): bump baseline-browser-mapping from 2.9.14
to 2.9.17 in /superset-frontend (#37330)
add 3fa5bb41385 fix(echarts): restore dashed line style for time
comparison series (#37135)
add aa37e96a028 chore(deps-dev): bump @babel/eslint-parser from 7.28.5 to
7.28.6 in /superset-frontend (#37331)
add febc5d54d52 chore(deps-dev): bump prettier-plugin-packagejson from
2.5.20 to 3.0.0 in /superset-frontend (#37340)
add 7f4c260cbed chore(deps): bump mapbox-gl from 3.17.0 to 3.18.0 in
/superset-frontend (#37328)
add 3ea7dfb9e86 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 (7ef8db22c78)
\
N -- N -- N refs/heads/showtime-master (3ea7dfb9e86)
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/docs/configuration/timezones.mdx | 2 +-
docs/docs/faq.mdx | 4 +-
docs/docs/installation/kubernetes.mdx | 2 +-
docs/docs/quickstart.mdx | 2 +-
docs/package.json | 2 +-
docs/static/.htaccess | 6 +-
docs/yarn.lock | 8 +-
superset-frontend/package-lock.json | 504 ++++++++++-----------
superset-frontend/package.json | 12 +-
.../packages/superset-core/package.json | 2 +-
.../src/operators/utils/isDerivedSeries.ts | 7 +-
.../test/operators/utils/isDerivedSeries.test.ts | 21 +
.../packages/superset-ui-demo/package.json | 2 +-
.../src/Timeseries/transformProps.ts | 52 ++-
.../test/Timeseries/transformProps.test.ts | 165 +++++++
.../TableSelector/TableSelector.test.tsx | 41 ++
.../src/components/TableSelector/index.tsx | 28 +-
superset-frontend/src/hooks/apiResources/tables.ts | 9 +-
superset-websocket/package-lock.json | 15 +-
superset-websocket/package.json | 2 +-
superset/models/core.py | 9 +
tests/unit_tests/models/core_test.py | 115 +++++
22 files changed, 686 insertions(+), 324 deletions(-)