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

[superset] branch dependabot/npm_and_yarn/docs/ini-1.3.8 updated (c7a3a5d -> 1f88ce0)

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

github-bot pushed a change to branch dependabot/npm_and_yarn/docs/ini-1.3.8
in repository https://gitbox.apache.org/repos/asf/superset.git.


 discard c7a3a5d  build(deps): bump ini from 1.3.5 to 1.3.8 in /docs
     add 66349d8  fix: Add min-height for loading indicator to show up (#12288)
     add 4149ab4  build: remove parallelization for E2E tests (#12290)
     add 2bf06d6  fix: Add visibility to box for viewing menu items (#12153)
     add 553b440  fix: Show Data panel on resize (#12250)
     add 147605c  fix: Issue #12004 timegrain not visibile (#12258)
     add 1b908ab  Fix tests errors and warnings - iteration 1 (#12212) (#12213)
     add 1a2680d  test: fix flaky Python unit tests (#12253)
     add b4f6d35  Cypress: ignore unrelated ResizeObserver client errors (#12297)
     add 6b2b208  fix: load example data into correct DB (#12292)
     add 6df8224  chore(home): add ErrorBoundary to Charts section (#12239)
     add c8ad5c9  fix: Fixed width for dataset panel (#12221)
     add d0668fa  Bump superset-ui deps (#12280)
     add b012768  fix null check for condition threshold to allow 0 values (#12295)
     add cf1c57a  build: ignore github actions from dependabot (#12291)
     add 0171a6b  fix(reports): don't log user errors and state change has errors (#12277)
     add 2b6a587  fix(database): OpenAPI spec for test_connection (#12274)
     add b221417  chore: remove harmless incubator refs (#12289)
     add e660723  fix(explore): bugs in Custom SQL editor in filter popover (#12278)
     add 1f83472  fix(explore): timepicker show human readable string in pill (#12300)
     add 90ac8d0  add related field filter to queries/user (#12261)
     add 9eb911d  fix(explore): refine previous calendar range (#12308)
     add eb3c2b2  build(deps): bump ini from 1.3.5 to 1.3.8 in /superset-frontend (#12021)
     add 1f88ce0  build(deps): bump ini from 1.3.5 to 1.3.8 in /docs

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   (c7a3a5d)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/docs/ini-1.3.8 (1f88ce0)

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:
 .asf.yaml                                          |    2 +-
 .github/ISSUE_TEMPLATE/sip.md                      |    2 +-
 .github/dependabot.yml                             |    6 +
 .github/workflows/prefer-typescript.yml            |    2 +-
 .github/workflows/superset-e2e.yml                 |   19 +-
 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 +-
 docs/src/resources/openapi.json                    | 6674 +++++++------
 setup.cfg                                          |    2 +-
 setup.py                                           |    4 +-
 .../cypress/integration/explore/control.test.ts    |    3 +-
 .../cypress-base/cypress/support/index.ts          |   11 +
 superset-frontend/package-lock.json                |  287 +-
 superset-frontend/package.json                     |   60 +-
 ...AdhocFilterEditPopoverSimpleTabContent_spec.jsx |    2 +-
 .../spec/javascripts/explore/utils_spec.jsx        |   28 +
 .../src/SqlLab/components/ResultSet.tsx            |   18 +-
 superset-frontend/src/chart/Chart.jsx              |   10 +-
 .../src/components/Button/Button.stories.jsx       |    2 +-
 superset-frontend/src/components/Menu/Menu.tsx     |    1 +
 .../src/components/Menu/MenuObject.tsx             |    1 +
 superset-frontend/src/components/Menu/NewMenu.tsx  |    1 +
 superset-frontend/src/components/Menu/SubMenu.tsx  |   55 +-
 superset-frontend/src/components/Select/styles.tsx |    4 +-
 .../dashboard/components/gridComponents/Chart.jsx  |    4 +-
 .../dashboard/stylesheets/components/chart.less    |    4 +-
 superset-frontend/src/dashboard/types.ts           |    2 +-
 superset-frontend/src/explore/AdhocFilter.js       |    7 +-
 .../AdhocFilterEditPopoverSimpleTabContent.jsx     |    2 +-
 .../AdhocFilterEditPopoverSqlTabContent.jsx        |    2 +-
 .../src/explore/components/ExploreChartPanel.jsx   |   24 +-
 .../explore/components/ExploreViewContainer.jsx    |    9 +-
 .../components/controls/AdhocFilterControl.jsx     |  124 +-
 .../DateFilterControl/DateFilterControl.tsx        |   28 +-
 .../components/controls/DateFilterControl/types.ts |    9 +-
 .../explore/components/controls/SelectControl.jsx  |    3 +-
 superset-frontend/src/explore/exploreUtils.js      |   18 +
 superset-frontend/src/utils/downloadAsImage.ts     |    2 +-
 .../src/views/CRUD/alert/AlertReportModal.tsx      |    7 +-
 .../src/views/CRUD/data/database/DatabaseModal.tsx |   15 +-
 .../src/views/CRUD/welcome/ChartTable.tsx          |    5 +-
 .../src/views/CRUD/welcome/EmptyState.tsx          |   12 +-
 superset/cli.py                                    |    2 +-
 superset/commands/importers/v1/examples.py         |   26 +-
 superset/config.py                                 |    2 +-
 superset/databases/api.py                          |   12 +-
 superset/datasets/commands/importers/v1/utils.py   |   68 +-
 superset/examples/utils.py                         |    4 +-
 superset/models/alerts.py                          |    2 +-
 superset/models/core.py                            |    2 +-
 superset/queries/api.py                            |    1 +
 superset/reports/commands/exceptions.py            |    4 +
 superset/reports/commands/log_prune.py             |   20 +-
 superset/reports/dao.py                            |   29 +-
 superset/tasks/alerts/observer.py                  |    2 +-
 superset/tasks/scheduler.py                        |    5 +-
 superset/tasks/schedules.py                        |    2 +-
 superset/utils/celery.py                           |    2 +-
 superset/utils/core.py                             |   21 +-
 tests/databases/api_tests.py                       |   10 +
 tests/datasets/api_tests.py                        |    4 +-
 tests/db_engine_specs/base_engine_spec_tests.py    |    2 +
 tests/email_tests.py                               |    6 +-
 tests/queries/api_tests.py                         |    5 +-
 tests/queries/saved_queries/api_tests.py           |    2 +
 tests/security_tests.py                            |    1 +
 tests/utils_tests.py                               |   12 +
 101 files changed, 9768 insertions(+), 8168 deletions(-)
 delete mode 100644 DISCLAIMER