This is an automated email from the ASF dual-hosted git repository.

beto pushed a change to branch sql-parse-cleanup
in repository https://gitbox.apache.org/repos/asf/superset.git


    omit 7c78a627f1 chore: sql/parse cleanup
    omit 3708d38378 Update tests
    omit 2c015c7078 feat: use sqlglot to set limit
    omit 5cddcea808 chore: remove is_select_query
    omit fbf160f252 Fix method
    omit 2fd98a8384 feat: implement limit extraction in sqlglot
     add 9f680a63f8 fix(NativeFilters): Apply existing values (#33467)
     add d12f86363f docs(installation): show example of extending Docker image 
(#33472)
     add 0bdd8a223d docs: added europace to INTHEWILD.md (#33458)
     add b050897ebd fix: allow metadata to parse json (#33444)
     add 1921ba993e fix(dependabot): adds required schedule to uv updates 
(#33475)
     add e03d840d06 chore(deps-dev): bump @babel/preset-env from 7.26.7 to 
7.27.2 in /superset-frontend (#33499)
     add e520538af6 chore(deps): bump antd from 5.24.9 to 5.25.1 in /docs 
(#33490)
     add 0f240ea1b2 chore(deps-dev): bump webpack from 5.99.7 to 5.99.8 in 
/docs (#33492)
     add be41e0526a chore(deps-dev): bump eslint-config-prettier from 10.1.2 to 
10.1.5 in /docs (#33491)
     add 51c25831e8 chore(deps): bump debug from 4.4.0 to 4.4.1 in 
/superset-websocket/utils/client-ws-app (#33476)
     add af21ef2497 chore(deps): bump ace-builds from 1.37.5 to 1.41.0 in 
/superset-frontend (#33498)
     add 217f11a8f7 fix(table): table ui fixes (#33494)
     add 76358ed64e chore(fab): bumped fab from 4.6.3 to 4.6.4 (#33469)
     add 0653e123cc feat(chart): add dynamicQueryObjectCount property to Chart 
Metadata (#33451)
     add 26563bb330 fix: optimize Explore popovers rendering (#33501)
     add 39b3de6b5d fix(CI): adding explicit allowable licenses for python 
dependencies  (#33521)
     add ca9e74edd8 chore(Icons): Additional Ant Design Icons (#33539)
     add b4e2406385 fix(Sqllab):  Autocomplete got stuck in UI when open it too 
fast (#33522)
     add e2a22d481c fix(Select): Add buttonStyle prop for backward 
compatibility (#33543)
     add 950a3313d8 fix(table):  table sort by fix (#33540)
     add c03964dc5f chore: remove useless-suppression (#33549)
     add b7d3ff1e85 fix(user settings): Update forked cosmo theme to resolve 
down chevron in caret style (#30514) (#30577)
     add 875f538d54 fix: text => JSON migration util (#33516)
     add 5b2f1bbf9e feat(stack by dimension): add a stack by dimension dropdown 
list (#32707)
     add 546945e7a6 fix(AllEntities): Display action buttons according to the 
user permissions (#33553)
     add adeed60fe0 feat: implement limit extraction in sqlglot (#33456)
     add 8013b32f0e chore: remove is_select_query (#33457)
     add 0ad538b7f5 feat: use sqlglot to set limit
     add 8c2fef9b18 Update tests
     add 6185eace26 chore: sql/parse cleanup

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   (7c78a627f1)
            \
             N -- N -- N   refs/heads/sql-parse-cleanup (6185eace26)

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/dependabot.yml                             |   2 +
 .github/workflows/dependency-review.yml            |   2 +
 RESOURCES/INTHEWILD.md                             |   1 +
 docs/docs/installation/docker-builds.mdx           |  45 ++
 docs/docs/installation/installation-methods.mdx    |   4 +-
 docs/package.json                                  |   6 +-
 docs/yarn.lock                                     |  54 +-
 pyproject.toml                                     |  11 +-
 requirements/base.txt                              |  34 +-
 requirements/development.txt                       |  33 +-
 superset-frontend/package-lock.json                | 850 ++++++++++-----------
 superset-frontend/package.json                     |   5 +-
 .../src/chart/models/ChartMetadata.ts              |   5 +
 .../src/validator/validateServerPagination.ts      |  14 +-
 .../validator/validateServerPagination.test.ts     | 139 +++-
 .../packages/superset-ui-demo/package.json         |   2 +-
 .../plugins/legacy-preset-chart-nvd3/package.json  |   2 +-
 .../src/Timeseries/Regular/Bar/controlPanel.tsx    |  35 +-
 .../src/Timeseries/transformProps.ts               |  18 +
 .../plugin-chart-echarts/src/Timeseries/types.ts   |   1 +
 .../plugin-chart-table/src/DataTable/DataTable.tsx |  16 +-
 .../plugins/plugin-chart-table/src/TableChart.tsx  |   6 +-
 .../plugins/plugin-chart-table/src/consts.ts       |   4 +
 .../plugin-chart-table/src/controlPanel.tsx        |  40 +-
 .../src/SqlLab/components/SqlEditor/index.tsx      |   4 +-
 .../assets/stylesheets/less/cosmo/bootswatch.less  |  15 -
 .../src/components/AsyncAceEditor/Tooltip.test.tsx |  36 +-
 .../src/components/AsyncAceEditor/Tooltip.tsx      |  48 +-
 .../src/components/AsyncAceEditor/index.tsx        |  47 +-
 .../src/components/Icons/AntdEnhanced.tsx          |   6 +
 superset-frontend/src/components/Select/Select.tsx |   2 +
 .../DataTablesPane/components/useResultsPane.tsx   |  33 +-
 .../test/ResultsPaneOnDashboard.test.tsx           |  29 +
 .../components/controls/TextAreaControl.jsx        |   7 +-
 .../src/explore/controlUtils/getColumnKeywords.tsx |   7 +-
 .../features/allEntities/AllEntitiesTable.test.tsx |  48 +-
 .../src/features/allEntities/AllEntitiesTable.tsx  |  40 +-
 .../databases/DatabaseModal/ExtraOptions.test.tsx  | 194 +++++
 .../databases/DatabaseModal/ExtraOptions.tsx       |   5 +-
 .../components/Select/SelectFilterPlugin.tsx       |  10 +-
 superset-frontend/src/pages/AllEntities/index.tsx  |  26 +-
 .../utils/client-ws-app/package-lock.json          |  15 +-
 .../utils/client-ws-app/package.json               |   2 +-
 superset/commands/sql_lab/execute.py               |   2 +-
 superset/config.py                                 |   2 +-
 superset/examples/flights.py                       |   6 +-
 superset/migrations/shared/utils.py                |  25 +-
 superset/models/core.py                            |   1 -
 superset/utils/date_parser.py                      |  26 +-
 superset/views/all_entities.py                     |   3 +-
 50 files changed, 1232 insertions(+), 736 deletions(-)
 create mode 100644 
superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.test.tsx

Reply via email to