You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by el...@apache.org on 2023/06/09 22:51:41 UTC

[superset] branch elizabeth/test-2.1.1 updated (2502bf0986 -> 9809255382)

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

elizabeth pushed a change to branch elizabeth/test-2.1.1
in repository https://gitbox.apache.org/repos/asf/superset.git


    omit 2502bf0986 update changelog
    omit a0e6f35f47 fix: update order of build for testing a release (#24317)
    omit 3d4ab2963d fix: load examples as anon user (#23600)
    omit 7e23738038 update package version
    omit d22fb4ef0d update changelog
    omit ca94a69c63 merge in fix with migration (#24314)
    omit 54cb51a3bf fix: handle temporal columns in presto partitions (#24054)
    omit addfce3c54 lint
    omit 57fd6d4c22 fix: handle comments in `has_table_query` (#23882)
    omit e7e1bdc345 fix: enable strong session protection by default (#24256)
    omit ca4ae003bc fix: disable SHOW_STACKTRACE by default (#24137)
    omit 2a74a3a456 fix: db validate parameters permission (#24185)
    omit 9adadc63c8 chore: update UPDATING for 2.1.0 (#24294)
    omit 8265cc5533 chore: Remove unnecessary information from response (#24056)
    omit 9bb8615f55 remove tests that don't apply
    omit 15084144f2 add changelog
    omit 0bf1898229 lint
    omit 43cbf8ac99 remove blocking test from release
    omit 2b3aa098ae fix: allow db driver distinction on enforced URI params (#23769)
    omit dc5bed4ec4 lint
    omit 78d043309c add license to package and plugin readme files
    omit 48ea6c0866 feat: add enforce URI query params with a specific for MySQL (#23723)
    omit 70bdf408a6 fix: permission checks on import (#23200)
     add f8087f4115 feat: add enforce URI query params with a specific for MySQL (#23723)
     add badc3ef16e add license to package and plugin readme files
     add fc2264c26f lint
     add 20655df30e fix: allow db driver distinction on enforced URI params (#23769)
     add cb31d53e6d remove blocking test from release
     add 3ea0bdb4cf lint
     add 07ccadaf62 add changelog
     add 87ea36117d remove tests that don't apply
     add 1aed126994 chore: Remove unnecessary information from response (#24056)
     add fe5ad8939d chore: update UPDATING for 2.1.0 (#24294)
     add 05b914d162 fix: db validate parameters permission (#24185)
     add c8625aa8e5 fix: disable SHOW_STACKTRACE by default (#24137)
     add 06f0eddf90 fix: enable strong session protection by default (#24256)
     add 550159abae fix: handle comments in `has_table_query` (#23882)
     add 31311ea261 lint
     add a10dedfdc3 fix: handle temporal columns in presto partitions (#24054)
     add a214d6f36e merge in fix with migration (#24314)
     add b965ddb033 update changelog
     add 402598ef34 update package version
     add 45a414b1bf fix: update order of build for testing a release (#24317)
     add 9809255382 update changelog

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   (2502bf0986)
            \
             N -- N -- N   refs/heads/elizabeth/test-2.1.1 (9809255382)

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:
 superset/charts/commands/importers/v1/utils.py     |  14 +--
 superset/commands/importers/v1/examples.py         |  40 ++------
 superset/dashboards/commands/importers/v1/utils.py |  18 +---
 superset/databases/commands/importers/v1/utils.py  |  17 +---
 superset/datasets/commands/importers/v1/utils.py   |  13 +--
 superset/examples/utils.py                         |   4 +-
 tests/integration_tests/charts/commands_tests.py   |  11 +--
 .../integration_tests/dashboards/commands_tests.py |  12 +--
 .../integration_tests/databases/commands_tests.py  | 110 ++++++++++-----------
 tests/integration_tests/datasets/commands_tests.py |  17 +---
 tests/integration_tests/fixtures/importexport.py   | 105 --------------------
 .../queries/saved_queries/commands_tests.py        |  10 +-
 .../charts/commands/importers/v1/import_test.py    |  45 +--------
 .../commands/importers/v1/assets_test.py           |  16 +--
 .../commands/importers/v1/import_test.py           |  46 +--------
 .../databases/commands/importers/v1/import_test.py |  44 +--------
 .../datasets/commands/importers/v1/import_test.py  |  38 ++-----
 17 files changed, 103 insertions(+), 457 deletions(-)