You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by mi...@apache.org on 2024/03/04 20:17:08 UTC

(superset) branch test-ci updated (3650228f88 -> acb2d1d6b4)

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

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


    omit 3650228f88 fix: bump FAB to 4.4.1 (perf issue) (#27233)
    omit ffa0c73776 fix: setting important lower bounds versions on requirements (#27167)
    omit c29873cc81 fix: no limit in SELECT * for TOP dbs (#27215)
    omit ef2ca408cc fix(releasing): fixes npm script for release validation (#27214)
    omit d47fd44b49 fix: Translations related to the date range filter (#26074)
    omit 3440a301ba fix(dashboard): drag and drop indicator UX (#26699)
    omit a523d9aac6 fix: Failed to execute importScripts on worker-css (#27191)
    omit d69be3286a fix(sqllab): typeahead search is broken in db selector (#27181)
    omit beb9ec77a5 chore: Adds 4.0.0 RC1 data to CHANGELOG.md and UPDATING.md
    omit e0f4f34f97 chore: Updates CHANGELOG.md with 3.0.4 data (#27169)
    omit c4982d4f29 docs: add Dropit Shopping to users list (#27166)
    omit 3eedcb4a2f fix: unlock and bump werkzeug (#27164)
    omit f7c5773a97 feat: bump FAB to 4.4.0 (#27159)
    omit 8dc6cbe206 fix(ci): mypy pre-commit issues (#27161)
    omit 601e62a2ee feat(Alerts and Reports): Modal redesign (#26202)
    omit 1776405903 refactor: Migrate ErrorBoundary to typescript (#27143)
    omit 8749d9f386 chore(tests): Remove unnecessary explicit Flask-SQLAlchemy session expunges (#27136)
    omit dab44c0b6f fix(plugins): Apply dashboard filters to comparison query in BigNumber with Time Comparison chart (#27138)
    omit cf33a6213d fix: Duplicated toast messages (#27135)
    omit 1ff4f79d5b docs: add Geotab to users list (#27134)

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/test-ci (acb2d1d6b4)
            \
             O -- O -- O   (3650228f88)

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/ISSUE_TEMPLATE/bug-report.yml              |     2 +-
 CHANGELOG.md                                       |     2 -
 CHANGELOG/3.0.4.md                                 |    72 -
 CHANGELOG/4.0.0.md                                 |   403 -
 RELEASING/validate_this_release.sh                 |     7 +-
 RESOURCES/INTHEWILD.md                             |     2 -
 UPDATING.md                                        |     2 +-
 requirements/base.in                               |     2 -
 requirements/base.txt                              |    33 +-
 requirements/development.txt                       |     2 +
 requirements/docker.in                             |     3 +-
 requirements/docker.txt                            |     4 +-
 requirements/integration.txt                       |     6 +
 requirements/testing.in                            |     1 -
 requirements/testing.txt                           |     7 +-
 setup.py                                           |     4 +-
 .../cypress/e2e/explore/control.test.ts            |     2 +-
 superset-frontend/package.json                     |     2 +-
 .../src/plugin/buildQuery.ts                       |    10 +-
 superset-frontend/src/GlobalStyles.tsx             |     1 -
 .../src/SqlLab/reducers/getInitialState.ts         |     4 +
 .../src/components/AsyncAceEditor/index.tsx        |     4 -
 superset-frontend/src/components/Button/index.tsx  |    11 +-
 .../src/components/CronPicker/CronPicker.tsx       |   115 +-
 .../DatabaseSelector/DatabaseSelector.test.tsx     |    26 -
 .../src/components/DatabaseSelector/index.tsx      |     4 +-
 .../ErrorBoundary/ErrorBoundary.test.tsx           |     8 +-
 .../ErrorBoundary/{index.tsx => index.jsx}         |    49 +-
 .../MessageToasts/getToastsFromPyFlashMessages.js} |    32 +-
 .../getToastsFromPyFlashMessages.test.js}          |    45 +-
 superset-frontend/src/components/Modal/Modal.tsx   |     3 -
 .../src/dashboard/components/Dashboard.jsx         |     2 +
 .../src/dashboard/components/Dashboard.test.jsx    |     1 +
 .../DashboardBuilder/DashboardBuilder.tsx          |    53 +-
 .../DashboardBuilder/DashboardWrapper.test.tsx     |    18 +-
 .../DashboardBuilder/DashboardWrapper.tsx          |    33 +-
 .../src/dashboard/components/DashboardGrid.jsx     |   115 +-
 .../src/dashboard/components/dnd/DragDroppable.jsx |    56 +-
 .../src/dashboard/components/dnd/handleDrop.js     |    32 +-
 .../components/gridComponents/ChartHolder.tsx      |     9 +-
 .../dashboard/components/gridComponents/Column.jsx |   118 +-
 .../components/gridComponents/Column.test.jsx      |    23 +-
 .../components/gridComponents/Divider.jsx          |    11 +-
 .../components/gridComponents/Divider.test.jsx     |     6 +-
 .../components/gridComponents/DynamicComponent.tsx |     9 +-
 .../dashboard/components/gridComponents/Header.jsx |    10 +-
 .../components/gridComponents/Header.test.jsx      |     6 +-
 .../components/gridComponents/Markdown.jsx         |     9 +-
 .../components/gridComponents/Markdown.test.jsx    |     8 +-
 .../dashboard/components/gridComponents/Row.jsx    |   175 +-
 .../components/gridComponents/Row.test.jsx         |    23 +-
 .../dashboard/components/gridComponents/Tab.jsx    |    93 +-
 .../components/gridComponents/Tab.test.tsx         |    59 +-
 .../dashboard/components/gridComponents/Tabs.jsx   |    19 +-
 .../components/gridComponents/Tabs.test.jsx        |    14 +-
 .../components/gridComponents/Tabs.test.tsx        |    12 +-
 .../FilterBarSettings/FilterBarSettings.test.tsx   |     1 +
 superset-frontend/src/dashboard/constants.ts       |     1 -
 .../src/dashboard/containers/Dashboard.ts          |     1 +
 superset-frontend/src/dashboard/types.ts           |     1 +
 .../src/dashboard/util/getDropPosition.js          |     3 +-
 .../src/dashboard/util/getDropPosition.test.js     |     5 +-
 .../DateFilterControl/components/DateLabel.tsx     |     4 +-
 .../controls/DateFilterControl/utils/constants.ts  |    10 +-
 .../src/features/alerts/AlertReportModal.test.jsx  |   367 +
 .../src/features/alerts/AlertReportModal.test.tsx  |   632 +-
 .../src/features/alerts/AlertReportModal.tsx       |  1296 +-
 .../alerts/buildErrorTooltipMessage.test.tsx       |    70 -
 .../features/alerts/buildErrorTooltipMessage.tsx   |    49 -
 .../components/AlertReportCronScheduler.test.tsx   |   153 +
 .../alerts/components/AlertReportCronScheduler.tsx |    96 +-
 .../alerts/components/NotificationMethod.tsx       |    31 +-
 .../src/features/alerts/components/NumberInput.tsx |    52 -
 .../src/features/alerts/components/StyledPanel.tsx |    75 -
 .../alerts/components/ValidatedPanelHeader.tsx     |    53 -
 superset-frontend/src/features/alerts/types.ts     |    18 -
 .../src/features/reports/ReportModal/index.tsx     |     9 +-
 superset-frontend/src/types/ace-builds.ts          |    19 -
 superset-frontend/webpack.config.js                |     4 -
 superset/commands/chart/delete.py                  |     6 +-
 superset/commands/dashboard/delete.py              |     6 +-
 superset/commands/database/delete.py               |     6 +-
 superset/commands/database/validate_sql.py         |    13 +-
 superset/commands/report/alert.py                  |     8 +-
 superset/config.py                                 |     2 +-
 superset/db_engine_specs/base.py                   |     2 +-
 superset/sqllab/api.py                             |     4 +-
 superset/sqllab/execution_context_convertor.py     |     1 +
 superset/translations/de/LC_MESSAGES/messages.json |  9882 +++---
 superset/translations/de/LC_MESSAGES/messages.po   | 33345 +++++++++----------
 superset/translations/en/LC_MESSAGES/messages.json |  7711 ++---
 superset/translations/en/LC_MESSAGES/messages.po   | 22992 +++++++------
 superset/translations/es/LC_MESSAGES/messages.json |  6007 ++--
 superset/translations/es/LC_MESSAGES/messages.po   | 30621 +++++++++--------
 superset/translations/fr/LC_MESSAGES/messages.json |  7753 ++---
 superset/translations/fr/LC_MESSAGES/messages.po   | 32452 +++++++++---------
 superset/translations/it/LC_MESSAGES/messages.json |  6295 ++--
 superset/translations/it/LC_MESSAGES/messages.po   | 27925 ++++++++--------
 superset/translations/ja/LC_MESSAGES/messages.json |  6326 ++--
 superset/translations/ja/LC_MESSAGES/messages.po   | 28707 ++++++++--------
 superset/translations/ko/LC_MESSAGES/messages.json |  6306 ++--
 superset/translations/ko/LC_MESSAGES/messages.po   | 27256 ++++++++-------
 superset/translations/messages.pot                 | 22904 +++++++------
 superset/translations/nl/LC_MESSAGES/messages.json |  7597 ++---
 superset/translations/nl/LC_MESSAGES/messages.po   | 28849 ++++++++--------
 superset/translations/pt/LC_MESSAGES/messages.json |  6125 ++--
 superset/translations/pt/LC_MESSAGES/messages.po   | 28886 ++++++++--------
 .../translations/pt_BR/LC_MESSAGES/messages.json   |  9540 +++---
 .../translations/pt_BR/LC_MESSAGES/messages.po     | 33103 +++++++++---------
 superset/translations/ru/LC_MESSAGES/messages.json |  9116 ++---
 superset/translations/ru/LC_MESSAGES/messages.po   | 32332 +++++++++---------
 superset/translations/sk/LC_MESSAGES/messages.json |  7733 ++---
 superset/translations/sk/LC_MESSAGES/messages.po   | 23459 +++++++------
 superset/translations/sl/LC_MESSAGES/messages.json | 10244 +++---
 superset/translations/sl/LC_MESSAGES/messages.po   | 32395 +++++++++---------
 superset/translations/uk/LC_MESSAGES/messages.json |  9857 +++---
 superset/translations/uk/LC_MESSAGES/messages.po   | 32665 +++++++++---------
 superset/translations/zh/LC_MESSAGES/messages.json |  7317 ++--
 superset/translations/zh/LC_MESSAGES/messages.po   | 31516 +++++++++---------
 superset/views/api.py                              |     4 +-
 superset/viz.py                                    |     3 +-
 tests/integration_tests/async_events/api_tests.py  |     4 +-
 tests/integration_tests/base_tests.py              |     7 +-
 tests/integration_tests/charts/data/api_tests.py   |     2 +-
 tests/integration_tests/core_tests.py              |     7 +-
 .../security/guest_token_security_tests.py         |     4 +-
 tests/integration_tests/security_tests.py          |     6 +-
 tests/unit_tests/db_engine_specs/test_base.py      |    75 +-
 128 files changed, 295236 insertions(+), 296872 deletions(-)
 delete mode 100644 CHANGELOG/3.0.4.md
 delete mode 100644 CHANGELOG/4.0.0.md
 rename superset-frontend/src/components/ErrorBoundary/{index.tsx => index.jsx} (64%)
 copy superset-frontend/src/{dashboard/util/replaceUndefinedByNull.ts => components/MessageToasts/getToastsFromPyFlashMessages.js} (61%)
 copy superset-frontend/src/{dashboard/util/extractUrlParams.test.ts => components/MessageToasts/getToastsFromPyFlashMessages.test.js} (51%)
 create mode 100644 superset-frontend/src/features/alerts/AlertReportModal.test.jsx
 delete mode 100644 superset-frontend/src/features/alerts/buildErrorTooltipMessage.test.tsx
 delete mode 100644 superset-frontend/src/features/alerts/buildErrorTooltipMessage.tsx
 create mode 100644 superset-frontend/src/features/alerts/components/AlertReportCronScheduler.test.tsx
 delete mode 100644 superset-frontend/src/features/alerts/components/NumberInput.tsx
 delete mode 100644 superset-frontend/src/features/alerts/components/StyledPanel.tsx
 delete mode 100644 superset-frontend/src/features/alerts/components/ValidatedPanelHeader.tsx
 delete mode 100644 superset-frontend/src/types/ace-builds.ts