You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by di...@apache.org on 2024/02/23 13:53:04 UTC

(superset) branch diego/ch78628/fix-disabled-ssh-toggle updated (089d8cbf94 -> a4658a96be)

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

diegopucci pushed a change to branch diego/ch78628/fix-disabled-ssh-toggle
in repository https://gitbox.apache.org/repos/asf/superset.git


    from 089d8cbf94 Fix validation errors
     add 8fbaf84f66 fix(sqllab): typeahead search is broken in db selector (#27181)
     add 7e9361fd5f feat(docs): Adds an "Edit this page on GitHub" button to docs pages (#27176)
     add a35f642998 build(deps-dev): bump ip from 2.0.0 to 2.0.1 in /superset-frontend (#27178)
     add 983a1646c4 fix: Failed to execute importScripts on worker-css (#27191)
     add b4aae48c4b chore(docs): change 'install from scratch' to 'install from PyPI' (#27175)
     add fd4f9ac044 feat: Use standardized controls in Big Number with Time Comparison (#27193)
     add ac8c283df0 fix(dashboard): drag and drop indicator UX (#26699)
     add 744f68d637 build(deps): bump ip from 1.1.8 to 1.1.9 in /superset-frontend/cypress-base (#27180)
     add 2e4f6d3f38 perf(export): export generates unnecessary files content (#26765)
     add cc2f6f1ed9 fix: Translations related to the date range filter (#26074)
     add 00b47ab41f build(deps-dev): bump prettier from 3.0.3 to 3.2.4 in /superset-websocket (#26732)
     add 7330125fe9 fix: docker-compose point to master tag (#27179)
     add 127df24c08 refactor(plugins): Time Comparison Utils (#27145)
     add f1cd8cc263 feat(ci): no more docker builds on PR-related events (#27146)
     add 54037972f2 fix(plugin-chart-period-over-period-kpi): Blank chart when switching from BigNumberTotal (#27203)
     add 2a47edc3a7 fix(releasing): fixes npm script for release validation (#27214)
     add c54fbe6e96 fix: no limit in SELECT * for TOP dbs (#27215)
     add c78ea20bef fix: setting important lower bounds versions on requirements (#27167)
     add a9d3fd34a2 Merge branch 'master' of https://github.com/apache/superset into diego/ch78628/fix-disabled-ssh-toggle
     add a4658a96be Improve error copy

No new revisions were added by this update.

Summary of changes:
 .asf.yaml                                          |     8 -
 .github/workflows/docker.yml                       |    21 +-
 .github/workflows/no-op.yml                        |    19 +-
 RELEASING/validate_this_release.sh                 |     7 +-
 docker-compose.yml                                 |     2 +-
 docs/docs/contributing/local-backend.mdx           |     2 +-
 docs/docs/installation/docker.mdx                  |    66 +-
 ...ratch.mdx => installing-superset-from-pypi.mdx} |     6 +-
 docs/docs/intro.mdx                                |    12 +-
 docs/docusaurus.config.js                          |     2 +-
 docs/src/styles/main.less                          |    10 +
 docs/src/theme/DocItem/index.js                    |    57 +
 requirements/base.in                               |     2 +
 requirements/base.txt                              |     8 +-
 requirements/docker.in                             |     3 +-
 requirements/docker.txt                            |     4 +-
 requirements/testing.in                            |     1 +
 requirements/testing.txt                           |     3 +-
 setup.py                                           |     1 +
 .../cypress/e2e/explore/control.test.ts            |     2 +-
 superset-frontend/cypress-base/package-lock.json   |    24 +-
 superset-frontend/package-lock.json                |    12 +-
 .../packages/superset-ui-core/src/index.ts         |     1 +
 .../superset-ui-core/src/query/types/Query.ts      |     2 +
 .../src/{query => time-comparison}/README.md       |    25 +-
 .../src/time-comparison/getComparisonFilters.ts    |    67 +
 .../src/time-comparison/getComparisonInfo.ts       |    65 +
 .../src/{translation => time-comparison}/index.ts  |     6 +-
 .../types.ts}                                      |    12 +-
 .../superset-ui-core/src/validator/index.ts        |     1 +
 .../validateTimeComparisonRangeValues.ts}          |    21 +-
 .../time-comparison/getComparisonFilters.test.ts   |   144 +
 .../test/time-comparison/getComparisonInfo.test.ts |   174 +
 .../index.test.ts}                                 |    13 +-
 .../validateTimeComparisonRangeValues.test.ts      |    58 +
 .../BigNumberPeriodOverPeriod}/PopKPI.tsx          |     0
 .../BigNumberPeriodOverPeriod}/buildQuery.ts       |    56 +-
 .../BigNumberPeriodOverPeriod}/controlPanel.ts     |   106 +-
 .../images/thumbnail.png                           |   Bin
 .../BigNumber/BigNumberPeriodOverPeriod}/index.ts  |    15 +-
 .../BigNumberPeriodOverPeriod}/transformProps.ts   |    38 +-
 .../BigNumber/BigNumberPeriodOverPeriod}/types.ts  |     0
 .../BigNumberPeriodOverPeriod/utils.test.ts}       |    25 +-
 .../BigNumber/BigNumberPeriodOverPeriod/utils.ts   |    59 +
 .../plugin-chart-echarts/src/BigNumber/index.ts    |     1 +
 .../plugins/plugin-chart-echarts/src/index.ts      |     6 +-
 .../plugin-chart-period-over-period-kpi/README.md  |    87 -
 .../package.json                                   |    33 -
 .../src/index.ts                                   |    27 -
 .../src/plugin/buildQuery.ts                       |   117 -
 .../src/utils.ts                                   |   277 -
 .../tsconfig.json                                  |    25 -
 .../types/types/external.d.ts                      |    23 -
 .../src/components/AsyncAceEditor/index.tsx        |     4 +
 .../DatabaseSelector/DatabaseSelector.test.tsx     |    26 +
 .../src/components/DatabaseSelector/index.tsx      |     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 |    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 +-
 superset-frontend/src/dashboard/constants.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/databases/DatabaseModal/index.tsx |     4 +-
 .../index.ts => src/types/ace-builds.ts}           |     3 +-
 .../src/visualizations/presets/MainPreset.js       |     8 +-
 superset-frontend/webpack.config.js                |     4 +
 superset-websocket/package-lock.json               |    14 +-
 superset-websocket/package.json                    |     2 +-
 superset-websocket/utils/client-ws-app/bin/www     |     8 +-
 superset/charts/api.py                             |     2 +-
 superset/charts/schemas.py                         |     8 +
 superset/cli/importexport.py                       |     4 +-
 superset/commands/chart/delete.py                  |     6 +-
 superset/commands/chart/export.py                  |    17 +-
 superset/commands/dashboard/delete.py              |     6 +-
 superset/commands/dashboard/export.py              |    66 +-
 superset/commands/database/delete.py               |     6 +-
 superset/commands/database/export.py               |    28 +-
 superset/commands/database/validate_sql.py         |    13 +-
 superset/commands/dataset/export.py                |    25 +-
 superset/commands/export/assets.py                 |   127 +-
 superset/commands/export/models.py                 |    17 +-
 superset/commands/query/export.py                  |    27 +-
 superset/commands/report/alert.py                  |     8 +-
 superset/common/utils/time_range_utils.py          |     3 +
 superset/constants.py                              |     8 +
 superset/dashboards/api.py                         |     2 +-
 superset/databases/api.py                          |     2 +-
 superset/datasets/api.py                           |     2 +-
 superset/db_engine_specs/base.py                   |     2 +-
 superset/importexport/api.py                       |     2 +-
 superset/queries/saved_queries/api.py              |     2 +-
 superset/translations/de/LC_MESSAGES/messages.json |  9914 +++---
 superset/translations/de/LC_MESSAGES/messages.po   | 33245 ++++++++++---------
 superset/translations/en/LC_MESSAGES/messages.json |  7797 +++--
 superset/translations/en/LC_MESSAGES/messages.po   | 22940 ++++++-------
 superset/translations/es/LC_MESSAGES/messages.json |  5967 ++--
 superset/translations/es/LC_MESSAGES/messages.po   | 30767 ++++++++---------
 superset/translations/fr/LC_MESSAGES/messages.json |  7755 +++--
 superset/translations/fr/LC_MESSAGES/messages.po   | 32664 +++++++++---------
 superset/translations/it/LC_MESSAGES/messages.json |  6263 ++--
 superset/translations/it/LC_MESSAGES/messages.po   | 28047 ++++++++--------
 superset/translations/ja/LC_MESSAGES/messages.json |  6184 ++--
 superset/translations/ja/LC_MESSAGES/messages.po   | 28837 ++++++++--------
 superset/translations/ko/LC_MESSAGES/messages.json |  6342 ++--
 superset/translations/ko/LC_MESSAGES/messages.po   | 27104 +++++++--------
 superset/translations/messages.pot                 | 22922 ++++++-------
 superset/translations/nl/LC_MESSAGES/messages.json |  7621 +++--
 superset/translations/nl/LC_MESSAGES/messages.po   | 29205 ++++++++--------
 superset/translations/pt/LC_MESSAGES/messages.json |  6165 ++--
 superset/translations/pt/LC_MESSAGES/messages.po   | 28782 ++++++++--------
 .../translations/pt_BR/LC_MESSAGES/messages.json   |  9540 +++---
 .../translations/pt_BR/LC_MESSAGES/messages.po     | 32917 +++++++++---------
 superset/translations/ru/LC_MESSAGES/messages.json |  9108 +++--
 superset/translations/ru/LC_MESSAGES/messages.po   | 32188 +++++++++---------
 superset/translations/sk/LC_MESSAGES/messages.json |  7705 +++--
 superset/translations/sk/LC_MESSAGES/messages.po   | 23427 ++++++-------
 superset/translations/sl/LC_MESSAGES/messages.json | 10238 +++---
 superset/translations/sl/LC_MESSAGES/messages.po   | 32449 +++++++++---------
 superset/translations/uk/LC_MESSAGES/messages.json |  9813 +++---
 superset/translations/uk/LC_MESSAGES/messages.po   | 32599 +++++++++---------
 superset/translations/zh/LC_MESSAGES/messages.json |  7315 ++--
 superset/translations/zh/LC_MESSAGES/messages.po   | 31542 +++++++++---------
 superset/utils/date_parser.py                      |    46 +-
 superset/views/api.py                              |     4 +-
 superset/viz.py                                    |     3 +-
 tests/integration_tests/charts/commands_tests.py   |     4 +-
 .../integration_tests/dashboards/commands_tests.py |     4 +-
 .../integration_tests/databases/commands_tests.py  |     6 +-
 tests/integration_tests/datasets/commands_tests.py |     4 +-
 .../importexport/commands_tests.py                 |     2 +-
 .../queries/saved_queries/commands_tests.py        |     8 +-
 tests/unit_tests/commands/export_test.py           |    22 +-
 tests/unit_tests/datasets/commands/export_test.py  |    57 +-
 tests/unit_tests/db_engine_specs/test_base.py      |    75 +-
 tests/unit_tests/importexport/api_test.py          |     9 +-
 tests/unit_tests/utils/date_parser_tests.py        |    72 +
 159 files changed, 295849 insertions(+), 294979 deletions(-)
 rename docs/docs/installation/{installing-superset-from-scratch.mdx => installing-superset-from-pypi.mdx} (96%)
 create mode 100644 docs/src/theme/DocItem/index.js
 copy superset-frontend/packages/superset-ui-core/src/{query => time-comparison}/README.md (61%)
 create mode 100644 superset-frontend/packages/superset-ui-core/src/time-comparison/getComparisonFilters.ts
 create mode 100644 superset-frontend/packages/superset-ui-core/src/time-comparison/getComparisonInfo.ts
 copy superset-frontend/packages/superset-ui-core/src/{translation => time-comparison}/index.ts (85%)
 copy superset-frontend/packages/superset-ui-core/src/{color/stringifyAndTrim.ts => time-comparison/types.ts} (83%)
 copy superset-frontend/packages/{superset-ui-demo/storybook/stories/plugins/legacy-preset-chart-nvd3/Bullet/NVD3Bullet.stories.tsx => superset-ui-core/src/validator/validateTimeComparisonRangeValues.ts} (61%)
 create mode 100644 superset-frontend/packages/superset-ui-core/test/time-comparison/getComparisonFilters.test.ts
 create mode 100644 superset-frontend/packages/superset-ui-core/test/time-comparison/getComparisonInfo.test.ts
 copy superset-frontend/packages/superset-ui-core/test/{color/SequentialSchemeRegistrySingleton.test.ts => time-comparison/index.test.ts} (77%)
 create mode 100644 superset-frontend/packages/superset-ui-core/test/validator/validateTimeComparisonRangeValues.test.ts
 rename superset-frontend/plugins/{plugin-chart-period-over-period-kpi/src => plugin-chart-echarts/src/BigNumber/BigNumberPeriodOverPeriod}/PopKPI.tsx (100%)
 copy superset-frontend/plugins/plugin-chart-echarts/src/{Radar => BigNumber/BigNumberPeriodOverPeriod}/buildQuery.ts (53%)
 rename superset-frontend/plugins/{plugin-chart-period-over-period-kpi/src/plugin => plugin-chart-echarts/src/BigNumber/BigNumberPeriodOverPeriod}/controlPanel.ts (60%)
 rename superset-frontend/plugins/{plugin-chart-period-over-period-kpi/src => plugin-chart-echarts/src/BigNumber/BigNumberPeriodOverPeriod}/images/thumbnail.png (100%)
 rename superset-frontend/plugins/{plugin-chart-period-over-period-kpi/src/plugin => plugin-chart-echarts/src/BigNumber/BigNumberPeriodOverPeriod}/index.ts (72%)
 rename superset-frontend/plugins/{plugin-chart-period-over-period-kpi/src/plugin => plugin-chart-echarts/src/BigNumber/BigNumberPeriodOverPeriod}/transformProps.ts (87%)
 rename superset-frontend/plugins/{plugin-chart-period-over-period-kpi/src => plugin-chart-echarts/src/BigNumber/BigNumberPeriodOverPeriod}/types.ts (100%)
 copy superset-frontend/{packages/superset-ui-chart-controls/test/operators/utils/timeOffset.test.ts => plugins/plugin-chart-echarts/src/BigNumber/BigNumberPeriodOverPeriod/utils.test.ts} (50%)
 create mode 100644 superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberPeriodOverPeriod/utils.ts
 delete mode 100644 superset-frontend/plugins/plugin-chart-period-over-period-kpi/README.md
 delete mode 100644 superset-frontend/plugins/plugin-chart-period-over-period-kpi/package.json
 delete mode 100644 superset-frontend/plugins/plugin-chart-period-over-period-kpi/src/index.ts
 delete mode 100644 superset-frontend/plugins/plugin-chart-period-over-period-kpi/src/plugin/buildQuery.ts
 delete mode 100644 superset-frontend/plugins/plugin-chart-period-over-period-kpi/src/utils.ts
 delete mode 100644 superset-frontend/plugins/plugin-chart-period-over-period-kpi/tsconfig.json
 delete mode 100644 superset-frontend/plugins/plugin-chart-period-over-period-kpi/types/types/external.d.ts
 copy superset-frontend/{packages/superset-ui-core/src/hooks/useChangeEffect/index.ts => src/types/ace-builds.ts} (93%)