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

maximebeauchemin pushed a change to branch rm_setup_cfg
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard 9d340167a8 add license to mypy.ini
 discard f9d4028873 mypy in mypy.ini
 discard 2e0b40deb0 updating more docs
 discard 4744a87b5d updating docs
 discard 32458d8ee2 chore: consolidate the Superset python package metadata
     add c661518bb1 build(deps): bump @docsearch/react from 3.5.2 to 3.6.0 in 
/docs (#27813)
     add ebdf1bbdd5 build(deps): update @types/react-table requirement from 
^7.7.19 to ^7.7.20 in /superset-frontend/plugins/plugin-chart-table (#27833)
     add 5cde275965 build(deps-dev): update @types/jest requirement from 
^29.5.11 to ^29.5.12 in /superset-frontend/plugins/plugin-chart-pivot-table 
(#26975)
     add 3f24083ed6 build(deps): bump bootstrap-slider from 10.6.2 to 11.0.2 in 
/superset-frontend/plugins/legacy-preset-chart-deckgl (#27317)
     add 9a4bdeabbd build(deps): update lodash requirement from ^4.17.15 to 
^4.17.21 in /superset-frontend/plugins/legacy-preset-chart-deckgl (#27318)
     add 394abced43 build(deps-dev): update @types/lodash requirement from 
^4.14.202 to ^4.17.0 in /superset-frontend/plugins/plugin-chart-handlebars 
(#27800)
     add 5beda309ab build(deps): bump winston from 3.11.0 to 3.13.0 in 
/superset-websocket (#27804)
     add 27acc0b133 chore: Cleanup table access check naming (#27772)
     add cfa0556df7 fix(bar-chart): change legend padding for horizontal 
orientation (#27883)
     add 949e6b52e6 build(deps): bump fetch-retry from 4.1.1 to 6.0.0 in 
/superset-frontend (#27887)
     add e5837b46e5 build(deps): bump @types/lodash from 4.14.202 to 4.17.0 in 
/superset-websocket (#27805)
     add a9681fa3f3 build(deps-dev): bump @types/node from 20.11.24 to 20.12.4 
in /superset-websocket (#27888)
     add 601432ad82 fix(pylint): Address errors/warnings introduced by #27867 
(#27889)
     add 5ed48760fb chore(sqllab): Do not strip comments when executing SQL 
statements (#27725)
     add 59eb632d99 chore: consolidate the Superset python package metadata
     add 1d6a6c3ebf updating docs
     add 9b680d3c62 updating more docs
     add 48b0a39c2b mypy in mypy.ini
     add 2490961956 add license to mypy.ini

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   (9d340167a8)
            \
             N -- N -- N   refs/heads/rm_setup_cfg (2490961956)

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                                  |   2 +-
 docs/yarn.lock                                     |  18 +--
 superset-frontend/package-lock.json                |  98 ++++++++-----
 .../packages/superset-ui-core/package.json         |   2 +-
 .../legacy-preset-chart-deckgl/package.json        |   4 +-
 .../src/Timeseries/transformers.ts                 |  13 +-
 .../plugins/plugin-chart-handlebars/package.json   |   2 +-
 .../plugins/plugin-chart-pivot-table/package.json  |   2 +-
 .../plugins/plugin-chart-table/package.json        |   2 +-
 superset-websocket/package-lock.json               | 161 +++++++++++----------
 superset-websocket/package.json                    |   6 +-
 superset/common/query_context.py                   |   2 +-
 superset/common/query_context_factory.py           |   2 +-
 superset/common/query_object.py                    |   2 +-
 superset/config.py                                 |   2 +-
 superset/daos/base.py                              |   2 +-
 superset/databases/api.py                          |   8 +-
 superset/databases/decorators.py                   |   4 +-
 superset/db_engine_specs/postgres.py               |   2 +-
 superset/db_engine_specs/presto.py                 |   4 +-
 superset/models/slice.py                           |   4 -
 superset/sql_lab.py                                |   1 -
 superset/utils/retries.py                          |   2 +-
 tests/integration_tests/sqllab_tests.py            |  37 +++--
 24 files changed, 207 insertions(+), 175 deletions(-)

Reply via email to