You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by vi...@apache.org on 2021/01/06 11:46:03 UTC

[superset] branch master updated (2b6a587 -> b221417)

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

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


    from 2b6a587  fix(database): OpenAPI spec for test_connection (#12274)
     add b221417  chore: remove harmless incubator refs (#12289)

No new revisions were added by this update.

Summary of changes:
 .asf.yaml                                          |    2 +-
 .github/ISSUE_TEMPLATE/sip.md                      |    2 +-
 .github/workflows/prefer-typescript.yml            |    2 +-
 CHANGELOG.md                                       | 9832 ++++++++++----------
 CODE_OF_CONDUCT.md                                 |    4 +-
 CONTRIBUTING.md                                    |   26 +-
 DISCLAIMER                                         |   11 -
 INSTALL.md                                         |    2 +-
 INTHEWILD.md                                       |    2 +-
 NOTICE                                             |    2 +-
 README.md                                          |   28 +-
 RELEASING/Dockerfile.from_svn_tarball              |    2 +-
 RELEASING/Dockerfile.make_docs                     |    2 +-
 RELEASING/README.md                                |    8 +-
 RELEASING/changelog.py                             |    7 +-
 RELEASING/email_templates/vote_pmc.j2              |    3 +-
 RELEASING/make_tarball_entrypoint.sh               |    4 +-
 UPDATING.md                                        |  148 +-
 docs/.htaccess                                     |    2 +-
 docs/README.md                                     |    8 +-
 docs/installation.rst                              |   20 +-
 docs/sqllab.rst                                    |    4 +-
 docs/src/components/MainMenu.tsx                   |    4 +-
 docs/src/components/footer.tsx                     |   12 +-
 docs/src/pages/community.tsx                       |    4 +-
 .../Connecting to Databases/docker-add-drivers.mdx |    4 +-
 .../pages/docs/Connecting to Databases/index.mdx   |    2 +-
 docs/src/pages/docs/contributing-page.mdx          |   12 +-
 .../pages/docs/frequently-asked-questions-page.mdx |    2 +-
 .../docs/installation/building-viz-plugins.mdx     |   20 +-
 docs/src/pages/docs/installation/configuring.mdx   |    6 +-
 docs/src/pages/docs/installation/index.mdx         |    8 +-
 .../docs/installation/networking_settings.mdx      |    2 +-
 .../src/pages/docs/installation/sql_templating.mdx |    2 +-
 .../pages/docs/installation/upgrading_superset.mdx |    4 +-
 docs/src/pages/docs/introduction.mdx               |    2 +-
 docs/src/pages/docs/roadmap-page.mdx               |    2 +-
 docs/src/pages/index.tsx                           |   12 +-
 docs/src/pages/resources.tsx                       |    6 +-
 setup.cfg                                          |    2 +-
 setup.py                                           |    4 +-
 superset-frontend/package.json                     |    4 +-
 .../src/components/Button/Button.stories.jsx       |    2 +-
 .../dashboard/components/gridComponents/Chart.jsx  |    4 +-
 superset-frontend/src/dashboard/types.ts           |    2 +-
 superset-frontend/src/utils/downloadAsImage.ts     |    2 +-
 superset/config.py                                 |    2 +-
 superset/models/alerts.py                          |    2 +-
 superset/models/core.py                            |    2 +-
 superset/tasks/alerts/observer.py                  |    2 +-
 superset/tasks/schedules.py                        |    2 +-
 superset/utils/celery.py                           |    2 +-
 superset/utils/core.py                             |    2 +-
 tests/datasets/api_tests.py                        |    4 +-
 54 files changed, 5120 insertions(+), 5143 deletions(-)
 delete mode 100644 DISCLAIMER