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

beto pushed a change to branch sip-85-b
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard 2052536a20 Fix lint
 discard bf5d4e99c4 chore(OAuth2): refactor for custom OAuth2 clients
     add c3149994ac feat(viz picker): Remove some tags, refactor Recommended 
section (#27708)
     add 848a7ffbf3 build(deps): bump @algolia/client-search from 4.22.1 to 
4.23.2 in /docs (#27824)
     add c38529741e chore(sql_parse): Provide more meaningful SQLGlot errors 
(#27858)
     add 6e8ea2753b build(deps-dev): bump @types/redux-mock-store from 1.0.2 to 
1.0.6 in /superset-frontend (#27836)
     add 2a06c08c6b chore(🦾): bump python pylint 2.17.7 -> 3.1.0 (#27867)
     add 24fc2b67d8 chore: Updates CHANGELOG.md with 3.1.2 data (#27878)
     add 30bc8f06dc chore: Default to engine specification regarding using 
wildcard (#27843)
     add a498d6d10f refactor: Move fetchTimeRange to core package (#27852)
     add 1b9e2581d2 build(deps-dev): bump @types/underscore from 1.11.6 to 
1.11.15 in /superset-frontend (#27343)
     add 870e94809c chore(🦾): bump python pytest 7.3.1 -> 7.4.4 (#27864)
     add c661518bb1 build(deps): bump @docsearch/react from 3.5.2 to 3.6.0 in 
/docs (#27813)
     add ebdf1bbdd5 build(deps): update @types/react-table requirement from 
^7.7.19 to ^7.7.20 in /superset-frontend/plugins/plugin-chart-table (#27833)
     add 5cde275965 build(deps-dev): update @types/jest requirement from 
^29.5.11 to ^29.5.12 in /superset-frontend/plugins/plugin-chart-pivot-table 
(#26975)
     add 3f24083ed6 build(deps): bump bootstrap-slider from 10.6.2 to 11.0.2 in 
/superset-frontend/plugins/legacy-preset-chart-deckgl (#27317)
     add 9a4bdeabbd build(deps): update lodash requirement from ^4.17.15 to 
^4.17.21 in /superset-frontend/plugins/legacy-preset-chart-deckgl (#27318)
     add 394abced43 build(deps-dev): update @types/lodash requirement from 
^4.14.202 to ^4.17.0 in /superset-frontend/plugins/plugin-chart-handlebars 
(#27800)
     add 5beda309ab build(deps): bump winston from 3.11.0 to 3.13.0 in 
/superset-websocket (#27804)
     add 27acc0b133 chore: Cleanup table access check naming (#27772)
     add cfa0556df7 fix(bar-chart): change legend padding for horizontal 
orientation (#27883)
     add 949e6b52e6 build(deps): bump fetch-retry from 4.1.1 to 6.0.0 in 
/superset-frontend (#27887)
     add e5837b46e5 build(deps): bump @types/lodash from 4.14.202 to 4.17.0 in 
/superset-websocket (#27805)
     add a9681fa3f3 build(deps-dev): bump @types/node from 20.11.24 to 20.12.4 
in /superset-websocket (#27888)
     add 601432ad82 fix(pylint): Address errors/warnings introduced by #27867 
(#27889)
     add 5ed48760fb chore(sqllab): Do not strip comments when executing SQL 
statements (#27725)
     add 28fdd306eb chore(OAuth2): refactor for custom OAuth2 clients
     add 6cd74a8fdf Fix lint

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (2052536a20)
            \
             N -- N -- N   refs/heads/sip-85-b (6cd74a8fdf)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

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/ISSUE_TEMPLATE/bug-report.yml              |   2 +-
 CHANGELOG.md                                       |   1 +
 CHANGELOG/3.1.2.md                                 |  93 ++++++++
 docs/package.json                                  |   4 +-
 docs/yarn.lock                                     |  61 +++++-
 pyproject.toml                                     |   2 +-
 requirements/development.txt                       |  12 +-
 superset-frontend/package-lock.json                | 128 ++++++-----
 superset-frontend/package.json                     |   2 +-
 .../packages/superset-ui-core/package.json         |   2 +-
 .../superset-ui-core/src/connection/constants.ts   |   5 +
 .../superset-ui-core/src/connection/index.ts       |   1 +
 .../src/query}/getClientErrorObject.ts             |  54 ++---
 .../packages/superset-ui-core/src/query/index.ts   |   1 +
 .../superset-ui-core/src/query/types/Query.ts      |  21 +-
 .../src/time-comparison/fetchTimeRange.ts}         |  34 +--
 .../superset-ui-core/src/time-comparison/index.ts  |   1 +
 .../chart/components/ChartDataProvider.test.tsx    |  13 +-
 .../test/color/SharedLabelColorSingleton.test.ts   |  14 +-
 .../test/query/getClientErrorObject.test.ts        | 233 +++++++++++++++++++++
 .../test/time-comparison/fetchTimeRange.test.ts    | 118 +++++++++++
 .../plugins/legacy-plugin-chart-chord/src/index.js |   8 +-
 .../src/index.js                                   |   2 +-
 .../legacy-plugin-chart-world-map/src/index.js     |   1 -
 .../legacy-preset-chart-deckgl/package.json        |   6 +-
 .../src/layers/Contour/index.ts                    |   2 +-
 .../src/layers/Geojson/index.ts                    |   2 +-
 .../src/layers/Grid/index.ts                       |   2 +-
 .../src/layers/Heatmap/index.ts                    |   2 +-
 .../src/layers/Hex/index.ts                        |   2 +-
 .../src/layers/Polygon/index.ts                    |   8 +-
 .../src/layers/Screengrid/index.ts                 |   8 +-
 .../legacy-preset-chart-nvd3/src/Area/index.js     |   2 -
 .../legacy-preset-chart-nvd3/src/Bar/index.js      |   2 -
 .../legacy-preset-chart-nvd3/src/Bubble/index.js   |   2 -
 .../legacy-preset-chart-nvd3/src/DistBar/index.js  |   4 -
 .../legacy-preset-chart-nvd3/src/Line/index.js     |   2 +-
 .../legacy-preset-chart-nvd3/src/Pie/index.js      |   2 +-
 .../BigNumber/BigNumberPeriodOverPeriod/index.ts   |   1 -
 .../src/BigNumber/BigNumberTotal/index.ts          |   1 -
 .../src/BigNumber/BigNumberWithTrendline/index.ts  |   1 -
 .../plugin-chart-echarts/src/Bubble/index.ts       |   1 -
 .../plugin-chart-echarts/src/Graph/index.ts        |   1 -
 .../src/MixedTimeseries/index.ts                   |   2 -
 .../plugins/plugin-chart-echarts/src/Pie/index.ts  |   1 -
 .../plugin-chart-echarts/src/Radar/index.ts        |   1 -
 .../plugin-chart-echarts/src/Sunburst/index.ts     |   7 +-
 .../src/Timeseries/Area/index.ts                   |   1 -
 .../src/Timeseries/Regular/Bar/index.ts            |   2 -
 .../src/Timeseries/Regular/Line/index.ts           |   1 -
 .../src/Timeseries/Regular/Scatter/index.ts        |   1 -
 .../src/Timeseries/Regular/SmoothLine/index.ts     |   1 -
 .../src/Timeseries/Step/index.ts                   |   1 -
 .../plugin-chart-echarts/src/Timeseries/index.ts   |   1 -
 .../src/Timeseries/transformers.ts                 |  13 +-
 .../plugin-chart-echarts/src/Treemap/index.ts      |   1 -
 .../plugins/plugin-chart-handlebars/package.json   |   2 +-
 .../plugins/plugin-chart-pivot-table/package.json  |   2 +-
 .../plugins/plugin-chart-table/package.json        |   2 +-
 .../plugins/plugin-chart-table/src/index.ts        |   1 -
 .../plugin-chart-word-cloud/src/plugin/index.ts    |   9 +-
 superset-frontend/src/SqlLab/actions/sqlLab.js     |   4 +-
 .../AceEditorWrapper/useAnnotations.test.ts        |   2 +-
 .../components/AceEditorWrapper/useAnnotations.ts  |   4 +-
 .../SqlLab/components/ShareSqlLabQuery/index.tsx   |   2 +-
 .../src/assets/images/icons/ballot.svg             |   4 +-
 .../src/assets/images/icons/category.svg           |   4 +-
 superset-frontend/src/assets/images/icons/tags.svg |   4 +-
 .../src/components/Chart/ChartErrorMessage.tsx     |   2 +-
 .../src/components/Chart/chartAction.js            |   2 +-
 .../Datasource/ChangeDatasourceModal.tsx           |   8 +-
 .../src/components/Datasource/DatasourceEditor.jsx |   2 +-
 .../src/components/Datasource/DatasourceModal.tsx  |   4 +-
 .../ErrorMessage/BasicErrorAlert.test.tsx          |   3 +-
 .../components/ErrorMessage/BasicErrorAlert.tsx    |   3 +-
 .../ErrorMessage/DatabaseErrorMessage.test.tsx     |   2 +-
 .../DatasetNotFoundErrorMessage.test.tsx           |   2 +-
 .../components/ErrorMessage/ErrorAlert.test.tsx    |   3 +-
 .../src/components/ErrorMessage/ErrorAlert.tsx     |   9 +-
 .../ErrorMessageWithStackTrace.test.tsx            |   2 +-
 .../ErrorMessage/ErrorMessageWithStackTrace.tsx    |   3 +-
 .../ErrorMessage/MarshmallowErrorMessage.test.tsx  |   8 +-
 .../ErrorMessage/OAuth2RedirectMessage.test.tsx    |   7 +-
 .../ErrorMessage/ParameterErrorMessage.test.tsx    |   2 +-
 .../ErrorMessage/TimeoutErrorMessage.test.tsx      |   2 +-
 .../src/components/ErrorMessage/types.ts           |  89 +-------
 .../src/components/Select/AsyncSelect.tsx          |   8 +-
 .../src/components/TableSelector/index.tsx         |  11 +-
 superset-frontend/src/components/Tags/utils.tsx    |  11 +-
 .../src/dashboard/actions/dashboardInfo.ts         |   8 +-
 .../src/dashboard/actions/dashboardState.js        |   2 +-
 .../src/dashboard/actions/sliceEntities.ts         |   8 +-
 .../dashboard/components/PropertiesModal/index.tsx |   2 +-
 .../components/URLShortLinkButton/index.tsx        |   3 +-
 .../FilterBar/FilterControls/FilterValue.tsx       |   6 +-
 .../FiltersConfigForm/ColumnSelect.test.tsx        |   4 +-
 .../FiltersConfigForm/ColumnSelect.tsx             |   9 +-
 .../FiltersConfigForm/DatasetSelect.tsx            |   7 +-
 .../FiltersConfigForm/FiltersConfigForm.tsx        |   6 +-
 .../src/explore/actions/datasourcesActions.test.ts |   4 +-
 .../src/explore/actions/datasourcesActions.ts      |   3 +-
 .../DataTablesPane/components/useResultsPane.tsx   |   2 +-
 .../explore/components/PropertiesModal/index.tsx   |   2 +-
 .../controls/DateFilterControl/DateFilterLabel.tsx |   2 +-
 .../DateFilterControl/components/AdvancedFrame.tsx |   3 +-
 .../controls/DateFilterControl/tests/utils.test.ts |  33 ---
 .../DateFilterControl/utils/dateFilterUtils.ts     |  47 +----
 .../controls/DateFilterControl/utils/dateParser.ts |   2 +-
 .../utils/useGetTimeRangeLabel.test.ts             |   6 +-
 .../FilterControl/utils/useGetTimeRangeLabel.tsx   |   3 +-
 .../controls/SelectAsyncControl/index.tsx          |   3 +-
 .../explore/components/controls/ViewQueryModal.tsx |   8 +-
 .../controls/VizTypeControl/VizTypeGallery.tsx     |  61 ++++--
 .../src/features/reports/ReportModal/index.tsx     |   3 +-
 .../src/hooks/apiResources/queryApi.ts             |   4 +-
 .../src/middleware/asyncEvent.test.ts              |   5 +-
 superset-frontend/src/middleware/asyncEvent.ts     |   8 +-
 .../src/pages/AnnotationList/index.tsx             |   9 +-
 superset-frontend/src/pages/Chart/index.tsx        |   2 +-
 superset-frontend/src/setup/setupApp.ts            |   4 +-
 superset-frontend/src/setup/setupErrorMessages.ts  |   2 +-
 superset-frontend/src/utils/errorMessages.ts       |  26 ---
 .../src/utils/getClientErrorObject.test.ts         |  83 --------
 superset-frontend/src/views/CRUD/hooks.ts          |   9 +-
 superset-frontend/src/views/CRUD/utils.tsx         |   2 +-
 superset-websocket/package-lock.json               | 161 +++++++-------
 superset-websocket/package.json                    |   6 +-
 superset/databases/api.py                          |  10 +-
 superset/databases/decorators.py                   |   4 +-
 superset/databases/utils.py                        |   1 -
 superset/errors.py                                 |   4 +-
 superset/sql_lab.py                                |   1 -
 superset/sql_parse.py                              |  14 +-
 tests/integration_tests/databases/api_tests.py     |   4 +-
 tests/integration_tests/sqllab_tests.py            |  37 ++--
 tests/unit_tests/sql_parse_tests.py                |  12 +-
 136 files changed, 999 insertions(+), 766 deletions(-)
 create mode 100644 CHANGELOG/3.1.2.md
 rename superset-frontend/{src/utils => 
packages/superset-ui-core/src/query}/getClientErrorObject.ts (97%)
 copy 
superset-frontend/{src/explore/components/controls/DateFilterControl/utils/dateFilterUtils.ts
 => packages/superset-ui-core/src/time-comparison/fetchTimeRange.ts} (70%)
 create mode 100644 
superset-frontend/packages/superset-ui-core/test/query/getClientErrorObject.test.ts
 create mode 100644 
superset-frontend/packages/superset-ui-core/test/time-comparison/fetchTimeRange.test.ts
 delete mode 100644 superset-frontend/src/utils/errorMessages.ts
 delete mode 100644 superset-frontend/src/utils/getClientErrorObject.test.ts

Reply via email to