You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by be...@apache.org on 2023/04/26 00:34:44 UTC

[superset] branch fix_generic_axis updated (84227ec6de -> 19bff5f5e0)

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

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


    omit 84227ec6de Fix test
    omit 5e6d713a70 Fix type
    omit 41e49406a4 New test
    omit dcd0bcb4bc Better fix
    omit cfec6aa134 Trigger tests.
    omit cc6d75c512 fix: pivot v2 charts created before GENERIC_CHART_AXES is enabled
     add 7e4be7d1ea fix(sqllab): test failed due to legacy api url (#23805)
     add 60c2e7013d docs: cleanup references to `apache-superset/superset-ui` (#23796)
     add ae0068692a fix(rls api): Add missing init file (#23817)
     add 6d559559cc fix: Clean up docker-ephemeral-env secrets command (#23819)
     add e8121b1cd2 docs: Add Superset Overview Video to README (#23820)
     add 9ff2d2119b fix: pivot v2 charts created before GENERIC_CHART_AXES is enabled
     add 3f45c2b9fe Trigger tests.
     add 9bbf0e2367 Better fix
     add e8a39edfc6 New test
     add 123efdd7e6 Fix type
     add 19bff5f5e0 Fix test

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   (84227ec6de)
            \
             N -- N -- N   refs/heads/fix_generic_axis (19bff5f5e0)

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:
 .github/workflows/docker-ephemeral-env.yml                 | 14 ++++++--------
 CONTRIBUTING.md                                            |  2 +-
 README.md                                                  |  6 ++++++
 docs/docs/miscellaneous/country-map-tools.mdx              |  2 +-
 superset-embedded-sdk/package.json                         |  3 ++-
 superset-frontend/package.json                             |  3 ++-
 superset-frontend/packages/generator-superset/package.json |  3 ++-
 .../packages/superset-ui-chart-controls/package.json       |  7 ++++---
 superset-frontend/packages/superset-ui-core/package.json   |  7 ++++---
 .../packages/superset-ui-core/src/number-format/README.md  |  2 +-
 .../packages/superset-ui-core/src/time-format/README.md    |  2 +-
 superset-frontend/packages/superset-ui-demo/package.json   |  7 ++++---
 .../packages/superset-ui-switchboard/package.json          |  3 ++-
 .../plugins/legacy-plugin-chart-calendar/package.json      |  7 ++++---
 .../plugins/legacy-plugin-chart-chord/package.json         |  7 ++++---
 .../plugins/legacy-plugin-chart-country-map/package.json   |  7 ++++---
 .../plugins/legacy-plugin-chart-event-flow/package.json    |  7 ++++---
 .../plugins/legacy-plugin-chart-heatmap/package.json       |  7 ++++---
 .../plugins/legacy-plugin-chart-histogram/package.json     |  7 ++++---
 .../plugins/legacy-plugin-chart-horizon/package.json       |  7 ++++---
 .../plugins/legacy-plugin-chart-map-box/package.json       |  3 ++-
 .../plugins/legacy-plugin-chart-paired-t-test/package.json |  7 ++++---
 .../legacy-plugin-chart-parallel-coordinates/package.json  |  7 ++++---
 .../plugins/legacy-plugin-chart-partition/package.json     |  7 ++++---
 .../plugins/legacy-plugin-chart-pivot-table/package.json   |  7 ++++---
 .../plugins/legacy-plugin-chart-rose/package.json          |  7 ++++---
 .../plugins/legacy-plugin-chart-sankey-loop/package.json   |  7 ++++---
 .../plugins/legacy-plugin-chart-sankey/package.json        |  7 ++++---
 .../plugins/legacy-plugin-chart-sunburst/package.json      |  7 ++++---
 .../plugins/legacy-plugin-chart-treemap/package.json       |  7 ++++---
 .../plugins/legacy-plugin-chart-world-map/package.json     |  7 ++++---
 .../plugins/legacy-preset-chart-deckgl/package.json        |  3 ++-
 .../plugins/legacy-preset-chart-nvd3/package.json          |  7 ++++---
 .../plugins/plugin-chart-echarts/package.json              |  7 ++++---
 .../plugins/plugin-chart-handlebars/package.json           |  7 ++++---
 .../plugins/plugin-chart-pivot-table/package.json          |  7 ++++---
 superset-frontend/plugins/plugin-chart-table/package.json  |  7 ++++---
 .../plugins/plugin-chart-word-cloud/package.json           |  7 ++++---
 superset-frontend/plugins/preset-chart-xy/package.json     |  7 ++++---
 .../ExploreCtasResultsButton.test.tsx                      |  7 +++----
 .../{advanced_data_type => row_level_security}/__init__.py |  0
 superset/row_level_security/commands/create.py             |  4 ++--
 superset/row_level_security/commands/update.py             |  4 ++--
 superset/row_level_security/schemas.py                     |  4 ++++
 44 files changed, 147 insertions(+), 107 deletions(-)
 copy superset/{advanced_data_type => row_level_security}/__init__.py (100%)