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 19:21:51 UTC

(superset) branch test-ci updated (19efb146b2 -> e0f4f34f97)

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 19efb146b2 fix(Alerts & Reports): Fixing bug that resets cron value to default when empty   (#27262)
    omit 25b7eb0ec9 fix: Results section in Explore shows an infinite spinner (#27366)
    omit ecebd70ba0 chore: numexpr to fix CVE-2023-39631⁠ (2.8.4 => 2.9.0) (#27187)
    omit e9ebc386f2 fix: Missing SQL Lab permission (#27361)
    omit 85efe2525c fix: Heatmap numeric sorting (#27360)
    omit f0632405c2 fix(sqllab): Missing empty query result state (#27313)
    omit f5750dda8c fix(dashboard): table chart drag preview overflowing container (#27308)
    omit c0fa4f43e1 chore: bump cryptography minimum to 42.0.4 (#27281)
    omit e881675f58 fix(sqllab): invalid dump sql shown after closing tab (#27295)
    omit 8103f22fa3 fix(plugin-chart-echarts): calculate Gauge Chart intervals correctly when min value is set (#27285)
    omit 74842fe6e8 fix: Incorrect data type on import page (#27307)
    omit 5cba9bcb0e fix: Data zoom with horizontal orientation (#27291)
    omit 824367564a fix: Navigating to an invalid page index in lists (#27273)
    omit 6b82e27561 fix: Inoperable dashboard filter slider when range is <= 1 (#27271)
    omit 2e80b688bb fix(import-datasources): Use "admin" user as default for importing datasources (#27154)
    omit b9ec312350 fix: Sorting charts/dashboards makes the applied filters ineffective (#27258)
    omit 524dbd570d fix(trino): bumping trino to fix hudi schema fetching (#27213)
    omit 8fd47c62c1 fix(reports): fixing unit test  (#27236)
    omit 7de3e0fcda fix(sqlglot): Address regressions introduced in #26476 (#27217)
    omit 7115b2cce6 chore: Removes Chromatic workflow and dependencies (#27232)
    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

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 (e0f4f34f97)
            \
             O -- O -- O   (19efb146b2)

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/chromatic-master.yml             |    72 +
 .github/workflows/docker.yml                       |     5 +-
 CHANGELOG.md                                       |     1 -
 CHANGELOG/4.0.0.md                                 |   403 -
 RELEASING/validate_this_release.sh                 |     7 +-
 UPDATING.md                                        |     2 +-
 requirements/base.in                               |     3 -
 requirements/base.txt                              |    22 +-
 requirements/development.txt                       |    11 +-
 requirements/docker.in                             |     3 +-
 requirements/docker.txt                            |     4 +-
 requirements/testing.in                            |     1 -
 requirements/testing.txt                           |     5 +-
 setup.py                                           |     8 +-
 .../cypress/e2e/chart_list/list.test.ts            |     7 -
 .../cypress/e2e/dashboard_list/list.test.ts        |     7 -
 .../cypress/e2e/explore/control.test.ts            |     2 +-
 superset-frontend/package-lock.json                |  2623 +-
 superset-frontend/package.json                     |     5 +-
 .../packages/superset-ui-demo/package.json         |     1 +
 .../shared/components/createQuery.story.tsx        |     3 +
 .../superset-ui-connection/Connection.stories.tsx  |    12 +-
 .../legacy-plugin-chart-heatmap/src/Heatmap.js     |    15 +-
 .../src/transformProps.js                          |     8 +-
 .../src/Gauge/transformProps.ts                    |    13 +-
 .../src/Timeseries/transformProps.ts               |     2 +-
 .../src/Timeseries/transformers.ts                 |     7 +-
 .../test/Gauge/transformProps.test.ts              |    54 +-
 .../src/SqlLab/components/SouthPane/Results.tsx    |     2 +-
 .../SqlLab/components/SouthPane/SouthPane.test.tsx |    13 -
 .../src/SqlLab/components/SouthPane/index.tsx      |    14 +-
 .../SqlLab/components/SqlEditor/SqlEditor.test.tsx |    43 +-
 .../src/SqlLab/components/SqlEditor/index.tsx      |    28 +-
 .../src/SqlLab/reducers/getInitialState.ts         |     2 +-
 superset-frontend/src/SqlLab/reducers/sqlLab.js    |     5 +-
 .../src/SqlLab/reducers/sqlLab.test.js             |    19 -
 .../src/components/AsyncAceEditor/index.tsx        |     4 -
 .../DatabaseSelector/DatabaseSelector.test.tsx     |    26 -
 .../src/components/DatabaseSelector/index.tsx      |     4 +-
 .../src/components/ListView/CardSortSelect.tsx     |    18 +-
 .../src/components/ListView/ListView.test.tsx      |    74 -
 .../src/components/ListView/ListView.tsx           |    17 +-
 superset-frontend/src/components/ListView/types.ts |     4 +-
 superset-frontend/src/components/ListView/utils.ts |     4 +-
 .../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 |    62 +-
 .../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 +-
 superset-frontend/src/dashboard/constants.ts       |     1 -
 .../src/dashboard/util/getDropPosition.js          |     3 +-
 .../src/dashboard/util/getDropPosition.test.js     |     5 +-
 .../components/DataTablesPane/DataTablesPane.tsx   |     3 +-
 .../DateFilterControl/components/DateLabel.tsx     |     4 +-
 .../controls/DateFilterControl/utils/constants.ts  |    10 +-
 .../src/features/alerts/AlertReportModal.tsx       |     2 +-
 .../filters/components/Range/RangeFilterPlugin.tsx |    14 -
 superset-frontend/src/types/ace-builds.ts          |    19 -
 superset-frontend/src/types/dom-to-pdf.d.ts        |     6 +-
 superset-frontend/webpack.config.js                |     4 -
 superset/cli/importexport.py                       |    39 +-
 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/db_engine_specs/base.py                   |     2 +-
 superset/security/manager.py                       |     1 -
 superset/sql_parse.py                              |    17 +-
 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/views/database/forms.py                   |     3 +-
 superset/viz.py                                    |     3 +-
 tests/integration_tests/security_tests.py          |     1 -
 tests/unit_tests/db_engine_specs/test_base.py      |    75 +-
 tests/unit_tests/sql_parse_tests.py                |    10 +-
 124 files changed, 296690 insertions(+), 295291 deletions(-)
 create mode 100644 .github/workflows/chromatic-master.yml
 delete mode 100644 CHANGELOG/4.0.0.md
 delete mode 100644 superset-frontend/src/components/ListView/ListView.test.tsx
 delete mode 100644 superset-frontend/src/types/ace-builds.ts