This is an automated email from the ASF dual-hosted git repository.
michaelsmolina pushed a change to branch 5.0
in repository https://gitbox.apache.org/repos/asf/superset.git
from 890186a8e2 chore: Adds RC1 data to CHANGELOG.md and UPDATING.md
new faae9cc326 chore(timeseries charts): adjust legend width by padding
(#32030)
new deb88e4174 fix: Local tarball Docker container is missing zstd
dependency (#32135)
new 92bc43e38b fix: move oauth2 capture to `get_sqla_engine` (#32137)
new 923d076603 fix(releasing): fix borked SVN-based image building process
(#32151)
new e67089b5ce fix(migrations): Handle no params in time comparison
migration (#32155)
new 50705e7253 fix: ScreenshotCachePayload serialization (#32156)
new cbebac9404 fix(docker): Docker python-translation-build (#32163)
new 8ad24fabc9 fix(virtual dataset sync): Sync virtual dataset columns
when changing the SQL query (#30903)
new 53d05a460d fix(sqllab): correct URL format for SQL Lab permalinks
(#32154)
new ed82e6ac75 fix: Adds an entry to UPDATING.md about
DISABLE_LEGACY_DATASOURCE_EDITOR (#32185)
new d83ae362cf fix: TDengine move tdengine.png to databases/ subfolder
(#32176)
new 9ea2ad5105 fix: handlebars html and css templates reset on dataset
update (#32195)
new 000f2e3780 fix: hidrate datasetsStatus (#32211)
new 8ba36abc87 fix(SaveDatasetModal): repairs field alignment in the
SaveDatasetModal component (#32222)
new 699d22c5fe fix: set `Rich tooltip` -> 'Show percentage' to false by
default (#32212)
new 8b1de4c12c fix(sqllab): close the table tab (#32224)
new c6e764ebbe fix(Scope): Correct issue where filters appear out of scope
when sort is unchecked. (#32115)
The 17 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
Dockerfile | 8 +-
RELEASING/Dockerfile.from_local_tarball | 6 +-
RELEASING/Dockerfile.from_svn_tarball | 19 +-
UPDATING.md | 1 +
docs/src/resources/data.js | 5 +
docs/static/img/databases/tdengine.png | Bin 0 -> 32453 bytes
.../cypress/e2e/explore/control.test.ts | 4 +-
superset-frontend/jest.config.js | 1 +
.../superset-ui-chart-controls/src/types.ts | 13 +
.../superset-ui-core/src/query/types/Metric.ts | 4 +-
.../src/Timeseries/transformProps.ts | 1 +
.../plugins/plugin-chart-echarts/src/controls.tsx | 2 +-
.../plugin-chart-echarts/src/utils/series.ts | 22 +-
.../test/BigNumber/transformProps.test.ts | 2 +-
.../src/plugin/controls/handlebarTemplate.tsx | 1 +
.../src/plugin/controls/style.tsx | 1 +
.../SqlLab/components/SaveDatasetModal/index.tsx | 16 +-
.../SqlLab/components/SouthPane/SouthPane.test.tsx | 24 +-
.../src/SqlLab/components/SouthPane/index.tsx | 2 +-
.../src/components/Datasource/DatasourceEditor.jsx | 136 +---
.../src/components/Datasource/DatasourceModal.tsx | 277 ++++----
.../src/components/Datasource/utils.js | 102 +++
superset-frontend/src/components/Tooltip/index.tsx | 8 +-
superset-frontend/src/dashboard/actions/hydrate.js | 3 +-
.../components/nativeFilters/state.test.ts | 126 ++++
.../dashboard/components/nativeFilters/state.ts | 25 +-
.../src/explore/actions/exploreActions.ts | 16 +
.../components/controls/TextAreaControl.jsx | 61 +-
.../src/explore/reducers/exploreReducer.js | 18 +
.../DatabaseConnectionForm/EncryptedField.tsx | 14 +-
.../databases/DatabaseModal/index.test.tsx | 701 ++++++++++-----------
.../src/features/databases/DatabaseModal/index.tsx | 4 +-
.../UploadDataModel/UploadDataModal.test.tsx | 6 +-
superset-frontend/src/features/datasets/types.ts | 24 +-
superset/charts/api.py | 4 +-
superset/dashboards/api.py | 4 +-
...9123a_update_charts_with_old_time_comparison.py | 8 +
superset/models/core.py | 31 +-
superset/sqllab/permalink/api.py | 2 +-
superset/utils/oauth2.py | 18 +-
superset/utils/screenshots.py | 51 +-
superset/views/sqllab.py | 10 +-
...update_charts_with_old_time_comparison__test.py | 12 +
tests/unit_tests/models/core_test.py | 98 ++-
tests/unit_tests/utils/screenshot_test.py | 22 +-
45 files changed, 1180 insertions(+), 733 deletions(-)
create mode 100644 docs/static/img/databases/tdengine.png
create mode 100644
superset-frontend/src/dashboard/components/nativeFilters/state.test.ts