You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by aa...@apache.org on 2022/10/06 16:20:57 UTC

[superset] branch 2.0 updated (067495d954 -> f3e1135dec)

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

aafghahi pushed a change to branch 2.0
in repository https://gitbox.apache.org/repos/asf/superset.git


    from 067495d954 Updates CHANGELOG.md
     add 56137ebbe5 fix: logger message (#20714)
     add 5efee17def fix: make max-requests and max-requests-jitter adjustable (#20733)
     add 43b8f18a21 fix: getting default value in run-server.sh (#20736)
     add 8c2ca2d8d8 Temporal X Axis values are not properly displayed if the time column has a custom label defined (#20819)
     add 6a5b12ec8c Big Number Viz: (#20946)
     add 346c035690 fix: Explore scrolled down when navigating from dashboard (#20962)
     add 2db82d578c fix(plugin-chart-echarts): invalid total label location for negative values in stacked bar chart (#21032)
     add e91222eb65 chore(deps): unpin holidays dependency version (#21091)
     add 884e2f1ca7 fix(plugin-chart-echarts): gauge chart enhancements and fixes (#21007)
     add b4df82591e Memoize the common_bootstrap_payload (#21018)
     add 47c3cd10bd fix(dashboard): Fix scroll behaviour in DashboardBuilderSidepane (#20969)
     add c3e04d7ebf fix(plugin-chart-handlebars): order by control not work (#21005)
     add 05d7c3d74d fix(native filters): groupby filter issue (#21084)
     add 9337dec038 fix(sqllab): missing zero values while copy-to-clipboard (#21153)
     add 32736680da fix(database-list): hidden upload file button if no permission (#21216)
     add 4298690e16 fix(celery cache warmup): add auth and use warm_up_cache endpoint (#21076)
     add 2b760d0775 feat: adds TLS certificate validation option for SMTP (#21272)
     add 9b8c20e6c0 feat(embedded): provides filter bar visibility setting on embedded dashboard (#21069) (#21070)
     add 551f306479 fix(explore): Time column label not formatted when GENERIC_X_AXES enabled (#21294)
     add 150caaf787 fix(plugin-chart-echarts): show zero value in tooltip (#21296)
     add 3d3ea39eb9 fix: cached common bootstrap Revert (#21018) (#21419)
     add e176aaabab fix(plugin-chart-echarts): missing value format in mixed timeseries (#21044)
     add fc317e0ff8 fix: Add french translation missing (#20061)
     add 94bfe0008b fix(sqllab): Fix cursor alignment in SQL lab editor by avoiding Lucida Console font on Windows (#21380)
     add 025ddbc920 fix: set correct favicon from config for login and FAB list views (#21498)
     add 555d7e31a8 fix(explore): Prevent unnecessary series limit subquery (#21154)
     add 4c5fb9d534 fix: disallow users from viewing other user's profile on config (#21302)
     add 6a96441a98 fix: Add locale for DatePicker component (#20063)
     add c1ed88640d remove eleement reference (#20830)
     add 3718ba27b0 linting issues
     add f3e1135dec test fix

No new revisions were added by this update.

Summary of changes:
 docker-compose.yml                                 |   2 +-
 docker/pythonpath_dev/superset_config.py           |  10 +
 docker/run-server.sh                               |   2 +
 docs/docs/installation/alerts-reports.mdx          |   1 +
 requirements/base.txt                              |   4 +-
 setup.py                                           |   2 +-
 superset-embedded-sdk/README.md                    |   7 +-
 superset-embedded-sdk/src/const.ts                 |   4 +
 superset-embedded-sdk/src/index.ts                 |  21 +-
 .../MixedTimeseries/Stories.tsx                    |  64 +++-
 .../MixedTimeseries/negativeData.ts}               |  39 +--
 .../plugin-chart-echarts/Timeseries/Stories.tsx    |  35 +-
 .../Timeseries/negativeNumData.ts                  | 111 +++++++
 .../BigNumberWithTrendline/transformProps.ts       |   6 +-
 .../src/Gauge/controlPanel.tsx                     |   6 +-
 .../src/Gauge/transformProps.ts                    |  79 +++--
 .../plugin-chart-echarts/src/Gauge/types.ts        |   8 +-
 .../src/MixedTimeseries/transformProps.ts          |  36 ++-
 .../src/Timeseries/transformProps.ts               |   5 +-
 .../src/Timeseries/transformers.ts                 |   5 +-
 .../plugin-chart-echarts/src/utils/forecast.ts     |   5 +-
 .../plugin-chart-echarts/src/utils/series.ts       |  15 +-
 .../test/utils/forecast.test.ts                    | 223 +++++++------
 .../plugin-chart-echarts/test/utils/series.test.ts | 119 +++++++
 .../src/plugin/buildQuery.ts                       |  10 +-
 .../src/plugin/controlPanel.tsx                    |   3 +-
 .../src/plugin/controls/orderBy.tsx                |   8 +-
 superset-frontend/src/SqlLab/main.less             |   4 +-
 .../components/BuilderComponentPane/index.tsx      |  15 +-
 .../components/CustomFrame.test.tsx                | 101 +++++-
 .../DateFilterControl/components/CustomFrame.tsx   |  12 +
 .../controls/DateFilterControl/utils/constants.ts  |  17 +
 superset-frontend/src/explore/types.ts             |  46 ++-
 .../components/GroupBy/GroupByFilterPlugin.tsx     |   2 +-
 superset-frontend/src/utils/common.js              |   2 +-
 superset-frontend/src/utils/common.test.jsx        |  10 +
 superset-frontend/src/views/App.tsx                |   2 +
 .../src/views/CRUD/chart/ChartList.tsx             |  22 +-
 .../src/views/CRUD/dashboard/DashboardList.tsx     |  10 +-
 .../views/CRUD/data/database/DatabaseList.test.jsx |  28 +-
 .../src/views/CRUD/data/database/DatabaseList.tsx  |  11 +-
 .../types.ts => views/ScrollToTop.tsx}             |  13 +-
 superset/config.py                                 |   5 +-
 superset/connectors/sqla/models.py                 |   4 +-
 superset/db_engine_specs/__init__.py               |   2 +-
 superset/tasks/cache.py                            |  98 +++---
 superset/templates/superset/base.html              |  10 +-
 superset/translations/fr/LC_MESSAGES/messages.json | 193 ++++++++++-
 superset/translations/fr/LC_MESSAGES/messages.po   | 356 ++++++++++++++++++---
 superset/translations/messages.pot                 |  10 +
 superset/utils/core.py                             |  34 +-
 superset/utils/webdriver.py                        |   1 -
 superset/views/base.py                             |   1 +
 superset/views/core.py                             |   9 +-
 tests/integration_tests/core_tests.py              |  12 +
 tests/integration_tests/email_tests.py             |  29 +-
 tests/integration_tests/reports/commands_tests.py  |   2 +-
 tests/integration_tests/strategy_tests.py          | 141 +-------
 tests/integration_tests/superset_test_config.py    |   2 +
 59 files changed, 1551 insertions(+), 483 deletions(-)
 copy superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/{legacy-plugin-chart-sankey-loop/data.ts => plugin-chart-echarts/MixedTimeseries/negativeData.ts} (63%)
 create mode 100644 superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/plugin-chart-echarts/Timeseries/negativeNumData.ts
 copy superset-frontend/src/{dashboard/components/CrossFilterScopingModal/types.ts => views/ScrollToTop.tsx} (77%)