You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by hu...@apache.org on 2022/04/11 17:06:02 UTC

[superset] branch sip68-model-update updated (2766998b98 -> 6d8f9d845d)

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

hugh pushed a change to branch sip68-model-update
in repository https://gitbox.apache.org/repos/asf/superset.git


    omit 2766998b98 fix merge conflicts
    omit ac9b9e464c fixed db column
    omit 5e18313f95 working e2e with new model
    omit ddb7c17620 test
    omit 5062f47a93 working base SLDatasetRestApi
    omit 7e7690d29e updates needed for CRUD
     add 164d345cf1 understanding and flow from frontend when it comes to filters
     add 6d8f9d845d save

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   (2766998b98)
            \
             N -- N -- N   refs/heads/sip68-model-update (6d8f9d845d)

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:
 .../src/views/CRUD/data/dataset/DatasetList.tsx    |  17 +++
 superset-frontend/src/views/CRUD/hooks.ts          |   2 +
 superset/datasets/models.py                        |  32 +++--
 superset/datasets/sl/api.py                        |  58 ++++-----
 tests/integration_tests/datasets/sl/api_tests.py   | 131 ++++++++++++++++-----
 5 files changed, 169 insertions(+), 71 deletions(-)