You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ma...@apache.org on 2024/03/27 22:39:57 UTC

(superset) branch pyproject.toml updated (5f6a57eeae -> 57f9963bf9)

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

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


 discard 5f6a57eeae handling all group
 discard afe0ce0399 adding optional-deps support
 discard abf8b63182 add from & to information as requested
 discard 73127e7d9d checks:write
 discard 9c49b4a3e2 actions:write
 discard e23b498de2 improvements
 discard 14394e572b shell bash
 discard dcffcee7b8 feat: make supersetbot do what dependabot should do
     add 528946d3cc fix: Revert "chore: bump pylint (#27711)" (#27714)
     add 883e455e12 fix: Pylint errors on master (#27710)
     add ceac1dd4a8 feat: make supersetbot do what dependabot should do
     add aa9eabbb08 shell bash
     add 509a386d39 improvements
     add b78a72bda4 actions:write
     add 34ec87bc55 checks:write
     add da5ceca00a add from & to information as requested
     add 3059057388 adding optional-deps support
     add 57f9963bf9 handling all group

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   (5f6a57eeae)
            \
             N -- N -- N   refs/heads/pyproject.toml (57f9963bf9)

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:
 requirements/development.in        |  2 +-
 requirements/development.txt       | 10 ++++++----
 superset/connectors/sqla/models.py |  2 +-
 superset/connectors/sqla/views.py  |  3 ++-
 superset/models/helpers.py         |  3 ++-
 superset/models/sql_lab.py         |  3 ++-
 superset/tags/models.py            |  4 +---
 superset/utils/core.py             |  3 ++-
 superset/utils/date_parser.py      |  2 +-
 superset/views/chart/mixin.py      |  2 +-
 superset/views/database/mixins.py  |  2 +-
 11 files changed, 20 insertions(+), 16 deletions(-)