You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ly...@apache.org on 2023/01/25 13:44:30 UTC

[superset] branch lyndsi/enable-dataset-creation-fixed updated (1cd6222b56 -> 961bd37c25)

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

lyndsi pushed a change to branch lyndsi/enable-dataset-creation-fixed
in repository https://gitbox.apache.org/repos/asf/superset.git


    omit 1cd6222b56 Merge branch 'master' into lyndsi/enable-dataset-creation-fixed
    omit 9a0054cb38 Fix bug: Create dataset disabled in topnav + menu
    omit d33c4e5e47 Revert "feat(RLS): RESTful apis and react view for RLS (#22325)"
    omit 92c7da4db0 Fix bugs
    omit 710644e44e Remove user-selected db from local storage when db is deleted
    omit 900d62784a Add filter by database ID to rison in queryParams
    omit 62e701ad75 Change text on footer create button
    omit bc91531e01 Add table_name query to /chart/add/ redirect
    omit 0d72171d9c Fix DatabaseModal test by mocking useHistory hook
    omit db3c69ecc5 Add path back into error message
    omit a5ef057b36 fix lint
    omit 50bd46d2df Fix useEffect warnings and autosetting db from local storage, add translations, change window.location.href redirect to use history.push()
    omit 7115a9304c Fix lint
    omit 302b902665 Add dangerToasts to error handling
    omit 22cc8369d1 Address Cody's review comments
    omit 66fce367be Use useHistory instead of window.location.href
    omit ab577189da Fix tests
    omit 3e45686805 Delete AddDatasetModal
    omit 94b3f7bc40 Create dataset returns user to dataset list
    omit 556d79e2ac Cancel now redirects to the previous page
    omit 95d7e90957 Change all add dataset entrances to use new create page
    omit 3fa8675e51 Make defaultPageSize a const and move emptyStateComponent into src/components/EmptyState
    omit 20f9ec4d52 Create dataset polish/bug fix
    omit af64212f73 Remove console.log
    omit 3fae26672a optimized setDatasets call
     add 635557e1c6 optimized setDatasets call
     add cd142641f4 Remove console.log
     add 51be32ce0c Create dataset polish/bug fix
     add bcbb76dfed Make defaultPageSize a const and move emptyStateComponent into src/components/EmptyState
     add cb64eb6a67 Change all add dataset entrances to use new create page
     add 1a66548921 Cancel now redirects to the previous page
     add cf1efedf2e Create dataset returns user to dataset list
     add 28cea70b07 Delete AddDatasetModal
     add 34ff009003 Fix tests
     add 52050d2aec Use useHistory instead of window.location.href
     add faf84b2a57 Address Cody's review comments
     add 01db695cd7 Add dangerToasts to error handling
     add dd0c245f8f Fix lint
     add 419ff01b2a Fix useEffect warnings and autosetting db from local storage, add translations, change window.location.href redirect to use history.push()
     add 3f7204d200 fix lint
     add 337159db42 Add path back into error message
     add 34082a3b0e Fix DatabaseModal test by mocking useHistory hook
     add 4c496df59c Add table_name query to /chart/add/ redirect
     add 68cf04b261 Change text on footer create button
     add 2e171bcb5f Add filter by database ID to rison in queryParams
     add 8c6cf99e75 Remove user-selected db from local storage when db is deleted
     add 9f1516cd08 Fix bugs
     add 63068036ac Revert "feat(RLS): RESTful apis and react view for RLS (#22325)"
     add 961bd37c25 Fix bug: Create dataset disabled in topnav + menu

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   (1cd6222b56)
            \
             N -- N -- N   refs/heads/lyndsi/enable-dataset-creation-fixed (961bd37c25)

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:
 .../CRUD/data/database/DatabaseModal/index.test.tsx      | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)