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

rusackas pushed a change to branch feat/export-example-cli
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard d2f286ca78 style: Fix ruff-format in export_example.py
 discard e58b435333 feat(cli): Add npm script for export-example convenience
 discard 2caf9f231d chore: Change default export dir to exports/ subfolder
 discard b792231066 feat(cli): Add export-example command for creating example 
dashboards
     add 5920cb57ea refactor(extensions): add Pydantic validation for extension 
configuration (#36767)
     add d36ddbbb33 feat(extensions-cli): Add .gitignore generation to init 
command (#36768)
     add 4dae7d9bc3 feat(cli): Add export-example command for creating example 
dashboards
     add bb36be2548 chore: Change default export dir to exports/ subfolder
     add 5ac7b093e0 feat(cli): Add npm script for export-example convenience
     add 28f18768f7 style: Fix ruff-format in export_example.py

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   (d2f286ca78)
            \
             N -- N -- N   refs/heads/feat/export-example-cli (28f18768f7)

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/superset_core/extensions/types.py          | 233 +++++++++++++++----
 .../src/superset_extensions_cli/cli.py             |  62 ++---
 .../templates/.gitignore.j2                        |  36 +++
 superset-extensions-cli/tests/test_cli_build.py    |  43 ++--
 superset-extensions-cli/tests/test_cli_dev.py      |  12 +-
 superset-extensions-cli/tests/test_cli_init.py     |  32 ++-
 superset-extensions-cli/tests/utils.py             |   2 +-
 superset/extensions/discovery.py                   |   3 +-
 superset/extensions/utils.py                       |  55 +++--
 superset/initialization/__init__.py                |   4 +-
 tests/unit_tests/extensions/test_types.py          | 258 +++++++++++++++++++++
 11 files changed, 603 insertions(+), 137 deletions(-)
 create mode 100644 
superset-extensions-cli/src/superset_extensions_cli/templates/.gitignore.j2
 create mode 100644 tests/unit_tests/extensions/test_types.py

Reply via email to