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:16:52 UTC

(superset) branch test-ci updated (19efb146b2 -> 3650228f88)

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)

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 (3650228f88)
            \
             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 +-
 requirements/base.in                               |    1 -
 requirements/base.txt                              |   14 +-
 requirements/development.txt                       |   11 +-
 requirements/testing.txt                           |    2 +-
 setup.py                                           |    5 +-
 .../cypress/e2e/chart_list/list.test.ts            |    7 -
 .../cypress/e2e/dashboard_list/list.test.ts        |    7 -
 superset-frontend/package-lock.json                | 2623 +++++++++++++++++++-
 superset-frontend/package.json                     |    3 +
 .../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/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 +-
 .../src/dashboard/components/dnd/DragDroppable.jsx |    6 -
 .../components/DataTablesPane/DataTablesPane.tsx   |    3 +-
 .../src/features/alerts/AlertReportModal.tsx       |    2 +-
 .../filters/components/Range/RangeFilterPlugin.tsx |   14 -
 superset-frontend/src/types/dom-to-pdf.d.ts        |    6 +-
 superset/cli/importexport.py                       |   39 +-
 superset/security/manager.py                       |    1 -
 superset/sql_parse.py                              |   17 +-
 superset/views/database/forms.py                   |    3 +-
 tests/integration_tests/security_tests.py          |    1 -
 tests/unit_tests/sql_parse_tests.py                |   10 +-
 44 files changed, 2815 insertions(+), 395 deletions(-)
 create mode 100644 .github/workflows/chromatic-master.yml
 delete mode 100644 superset-frontend/src/components/ListView/ListView.test.tsx