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 2023/01/30 16:36:32 UTC

[superset] branch dm/migrate-estimate_query_cost-to-v1 updated (f929d568f8 -> 7c4ccebbe6)

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

diegomedina24 pushed a change to branch dm/migrate-estimate_query_cost-to-v1
in repository https://gitbox.apache.org/repos/asf/superset.git


    from f929d568f8 chore: Migrate /superset/estimate_query_cost/<database_id>/<schema>/ to API v1
     add c839d0daf5 chore: Localization of superset pt. 2 (#22772)
     add 7c4ccebbe6 Merge branch 'master' of github.com:apache/superset into dm/migrate-estimate_query_cost-to-v1

No new revisions were added by this update.

Summary of changes:
 .../components/ColumnConfigControl/constants.tsx   |  2 +-
 .../legacy-plugin-chart-calendar/src/Calendar.js   |  6 ++-
 .../src/vendor/cal-heatmap.js                      |  8 ++--
 .../src/Histogram.jsx                              |  2 +-
 .../legacy-plugin-chart-sunburst/src/Sunburst.js   |  8 +++-
 .../src/Radar/controlPanel.tsx                     |  2 +-
 .../src/Timeseries/Regular/Bar/controlPanel.tsx    | 28 ++++++------
 .../src/PivotTableChart.tsx                        |  3 +-
 .../src/react-pivottable/TableRenderers.jsx        | 15 +++---
 .../src/DataTable/components/SelectPageSize.tsx    |  5 +-
 .../plugins/plugin-chart-table/src/TableChart.tsx  |  2 +-
 superset-frontend/src/SqlLab/actions/sqlLab.js     |  5 +-
 .../SqlLab/components/QueryStateLabel/index.tsx    |  6 ++-
 .../src/SqlLab/components/ResultSet/index.tsx      |  4 +-
 .../src/SqlLab/components/SouthPane/index.tsx      |  3 +-
 superset-frontend/src/SqlLab/constants.ts          | 20 ++++++++
 .../src/components/DatabaseSelector/index.tsx      |  3 +-
 .../Datasource/ChangeDatasourceModal.tsx           |  2 +-
 .../src/components/Datasource/DatasourceEditor.jsx | 12 ++---
 .../src/components/Datasource/DatasourceModal.tsx  |  2 +
 .../src/components/ListView/Filters/DateRange.tsx  |  3 +-
 superset-frontend/src/constants.ts                 |  4 +-
 .../src/dashboard/actions/dashboardState.js        |  5 +-
 .../src/dashboard/components/SaveModal.tsx         |  2 +-
 .../components/menu/BackgroundStyleDropdown.tsx    |  5 +-
 .../FiltersConfigForm/DatasetSelect.tsx            |  1 +
 .../FiltersConfigForm/FiltersConfigForm.tsx        |  4 +-
 .../src/dashboard/util/newComponentFactory.js      |  2 +-
 superset-frontend/src/explore/constants.ts         | 40 +++++++++-------
 .../src/profile/components/RecentActivity.tsx      |  2 +
 .../utils/getChartRequiredFieldsMissingMessage.ts  |  5 +-
 .../src/views/CRUD/alert/AlertList.tsx             |  2 +-
 .../src/views/CRUD/alert/AlertReportModal.tsx      |  2 +-
 .../src/views/CRUD/alert/ExecutionLog.tsx          | 12 ++++-
 .../src/views/CRUD/annotation/AnnotationModal.tsx  |  1 +
 .../CRUD/annotationlayers/AnnotationLayersList.tsx |  2 +-
 .../views/CRUD/csstemplates/CssTemplatesList.tsx   |  2 +-
 .../DatabaseConnectionForm/EncryptedField.tsx      |  4 +-
 .../DatabaseConnectionForm/ValidatedInputField.tsx |  6 +--
 .../data/database/DatabaseModal/SSHTunnelForm.tsx  |  4 +-
 .../CRUD/data/database/DatabaseModal/index.tsx     |  4 +-
 .../src/views/CRUD/data/query/QueryList.tsx        |  2 +-
 .../views/CRUD/data/savedquery/SavedQueryList.tsx  |  2 +-
 superset-frontend/src/views/CRUD/hooks.ts          |  6 ++-
 .../src/views/CRUD/welcome/EmptyState.tsx          | 13 ++++--
 superset/charts/post_processing.py                 |  7 +--
 superset/connectors/base/models.py                 |  5 +-
 superset/databases/schemas.py                      |  2 +-
 superset/initialization/__init__.py                |  9 ++--
 superset/models/sql_lab.py                         |  5 +-
 superset/sql_lab.py                                | 12 ++++-
 superset/sqllab/exceptions.py                      |  9 ++--
 superset/utils/date_parser.py                      |  2 +-
 superset/utils/encrypt.py                          |  9 +++-
 superset/views/api.py                              |  3 +-
 superset/views/dashboard/mixin.py                  |  2 +-
 superset/views/database/views.py                   | 22 ++++-----
 superset/views/sql_lab/views.py                    |  2 +-
 superset/viz.py                                    |  2 +-
 tests/unit_tests/charts/test_post_processing.py    | 53 +++++++++++-----------
 60 files changed, 260 insertions(+), 157 deletions(-)