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

msyavuz pushed a change to branch msyavuz/refactor/use-ant-tables-datasource
in repository https://gitbox.apache.org/repos/asf/superset.git


    from 15783723a5 fix(CollectionTable): preserve order while editing
     add 4709eb0153 fix(Select): Merge conflicts and Select bug (#33165)
     add be1b8d6751 feat(Native Filters): Exclude Filter Values (#33054)
     add a53907a646 feat(Select): Select all and Deselect all that works on 
visible items while searching (#33043)
     add 172e5dd095 fix(echart): Thrown errors shown after resized (#33143)
     add 00f1fdb3c4 fix: os.makedirs race condition (#33161)
     add 4140261797 fix: subheader should show as subtitle (#33172)
     add b589d44dfb fix(deckgl): Update Arc to properly adjust line width 
(#33154)
     add 8c94f9c435 fix(sqllab): Invalid SQL Error breaks SQL Lab (#33164)
     add 79afc2b545 docs: add a high-level architecture diagram to the docs 
(#33173)
     add 7530487760 feat(country-map): fix France Regions IDF region code - 
Fixes #32627 (#32695)
     add 8fa3b8d7e3 fix(Native Filters): Keep default filter values when 
configuring creatable behavior (#33205)
     add 99ed968289 fix(Native Filters): Keep default filter values when 
configuring creatable behavior (#33205)
     add 09364d182c chore(deps-dev): bump http-proxy-middleware from 2.0.7 to 
2.0.9 in /superset-frontend (#33197)
     add ae48dba3e1 feat(maps): Adding Ivory Coast / Côte d'Ivoire (#33198)
     add b6628cdfd2 chore: migrate to more db migration utils (#33155)
     add 3729016a0d docs: improve documentation(docs): clarify URL encoding 
requirement for connection strings (#30047)
     add 8aa127eac2 feat(i18n): Frontend add zh_TW Option (#33192)
     add 74ff8dc724 docs: Add note on SQL execution security considerations 
(#33210)
     add f78c94c988 docs(installation): compare installation methods (#33137)
     add f7b7aace38 fix(export): Full CSV/Excel exports respecting SQL_MAX_ROW 
config (#33214)
     add 150b9a0168 feat(maps): Adding Republic of Serbia to country maps 
(#33208)
     add 6c01173c21 Merge branch 'master' into template_less
     add d43657ed90 fix: post merge
     add c217f56aea refactor(components): Replace native HTML elements with Ant 
Design v5 components (#33090)
     add d551f4283c Merge branch 'template_less' into 
msyavuz/refactor/use-ant-tables-datasource

No new revisions were added by this update.

Summary of changes:
 docs/data/countries.json                           |    2 +
 docs/docs/configuration/databases.mdx              |    7 +
 docs/docs/contributing/resources.mdx               |   86 +
 docs/docs/installation/docker-builds.mdx           |    2 +-
 docs/docs/installation/docker-compose.mdx          |    2 +-
 docs/docs/installation/installation-methods.mdx    |   58 +
 docs/docs/installation/kubernetes.mdx              |    2 +-
 docs/docs/installation/pypi.mdx                    |    2 +-
 docs/docs/installation/upgrading-superset.mdx      |    2 +-
 docs/docs/security/security.mdx                    |   20 +
 docs/docusaurus.config.ts                          |    5 +-
 docs/package.json                                  |    7 +-
 docs/src/pages/index.tsx                           |    2 +-
 docs/yarn.lock                                     | 7002 ++++++++++++--------
 .../cypress/e2e/explore/control.test.ts            |    3 +-
 .../e2e/explore/visualizations/big_number.test.js  |    4 +-
 superset-frontend/package-lock.json                |    6 +-
 .../src/translation/types/index.ts                 |    3 +-
 .../scripts/Country Map GeoJSON Generator.ipynb    |  Bin 6956447 -> 10916999 
bytes
 .../src/countries.ts                               |    4 +
 .../src/countries/france_regions.geojson           |    2 +-
 .../src/countries/ivory_coast.geojson              |   26 +
 .../src/countries/republic_of_serbia.geojson       |   32 +
 .../src/layers/Arc/Arc.tsx                         |    2 +-
 .../BigNumber/BigNumberTotal/controlPanel.test.ts  |   97 +
 .../BigNumberTotal/transformProps.test.ts          |  220 +
 .../src/BigNumber/BigNumberTotal/transformProps.ts |   11 +-
 .../src/BigNumber/BigNumberViz.tsx                 |   48 -
 .../src/BigNumber/sharedControls.ts                |    3 +
 .../plugin-chart-echarts/src/BigNumber/types.ts    |    2 -
 .../plugin-chart-echarts/src/components/Echart.tsx |   38 +-
 .../src/SqlLab/components/TablePreview/index.tsx   |   16 +-
 .../src/assets/stylesheets/superset.less           |   24 -
 .../DatabaseSelector/DatabaseSelector.test.tsx     |   16 +-
 .../src/components/Datasource/DatasourceEditor.jsx |   21 +-
 .../src/components/Datasource/Fieldset.tsx         |   73 +-
 superset-frontend/src/components/Divider/index.tsx |   12 +-
 .../src/components/DropdownContainer/index.tsx     |   36 +
 .../DynamicEditableTitle.test.tsx                  |    3 +-
 .../src/components/DynamicEditableTitle/index.tsx  |  110 +-
 .../EditableTitle/EditableTitle.stories.tsx        |    3 +-
 .../EditableTitle/EditableTitle.test.tsx           |   79 +-
 .../src/components/EditableTitle/index.tsx         |  167 +-
 .../src/components/EditableTitle/types.ts          |    3 +-
 .../ErrorMessage/ErrorMessageWithStackTrace.tsx    |    9 +-
 .../ErrorMessage/InvalidSQLErrorMessage.test.tsx   |   21 +
 .../ErrorMessage/InvalidSQLErrorMessage.tsx        |   12 +-
 .../ErrorMessage/MarshmallowErrorMessage.tsx       |   24 +-
 .../ErrorMessage/ParameterErrorMessage.tsx         |   22 +-
 .../src/components/IconButton/index.tsx            |    4 +-
 .../src/components/IconTooltip/index.tsx           |    9 +-
 .../src/components/{Spin => Image}/index.tsx       |    3 +-
 .../src/components/ImportModal/index.tsx           |  107 +-
 superset-frontend/src/components/Input/index.tsx   |    9 +-
 superset-frontend/src/components/Input/types.ts    |    3 +-
 superset-frontend/src/components/List/index.ts     |   36 +-
 .../PopoverDropdown/PopoverDropdown.stories.tsx    |    7 +-
 .../src/components/Select/AsyncSelect.test.tsx     |   16 +-
 .../src/components/Select/AsyncSelect.tsx          |    2 -
 .../src/components/Select/CustomTag.tsx            |   62 -
 .../src/components/Select/Select.test.tsx          |  282 +-
 superset-frontend/src/components/Select/Select.tsx |  364 +-
 superset-frontend/src/components/Select/index.tsx  |    1 -
 superset-frontend/src/components/Select/styles.tsx |   12 +-
 superset-frontend/src/components/Select/types.ts   |   11 +-
 superset-frontend/src/components/Select/utils.tsx  |    2 +
 superset-frontend/src/components/Space/index.tsx   |   10 +-
 .../components/Typography/Typography.stories.tsx   |    2 +-
 .../src/components/Typography/Typography.test.tsx  |    4 +-
 .../src/components/Typography/index.tsx            |   23 +-
 .../src/components/Upload/Upload.stories.tsx       |    6 +-
 .../src/components/Upload/Upload.test.tsx          |    3 +-
 superset-frontend/src/components/Upload/index.tsx  |    7 +-
 superset-frontend/src/components/index.ts          |    4 +
 .../DashboardBuilder/DashboardWrapper.tsx          |    4 +-
 .../dashboard/components/EmbeddedModal/index.tsx   |   52 +-
 .../dashboard/components/Header/Header.test.tsx    |    2 +-
 .../src/dashboard/components/SaveModal.tsx         |    4 +-
 .../components/URLShortLinkButton/index.tsx        |    5 +-
 .../dashboard/components/gridComponents/Chart.jsx  |    7 +-
 .../components/gridComponents/Chart.test.jsx       |    4 +-
 .../components/gridComponents/Header.test.jsx      |    6 +-
 .../components/gridComponents/Tab.test.jsx         |    4 +-
 .../FilterBar/FilterControls/FilterControl.tsx     |   47 +-
 .../nativeFilters/FilterCard/DependenciesRow.tsx   |   27 +-
 .../nativeFilters/FilterCard/ScopeRow.tsx          |   43 +-
 .../components/nativeFilters/FilterCard/Styles.ts  |   11 -
 .../src/explore/components/EmbedCodeContent.jsx    |   46 +-
 .../src/explore/components/SaveModal.tsx           |    3 +-
 .../components/controls/SelectControl.test.jsx     |    9 +-
 .../controls/TimeSeriesColumnControl/index.jsx     |    4 +-
 .../src/features/alerts/AlertReportModal.tsx       |   29 +-
 .../features/alerts/buildErrorTooltipMessage.tsx   |   30 +-
 .../alerts/components/ValidatedPanelHeader.tsx     |    2 +-
 .../src/features/allEntities/AllEntitiesTable.tsx  |    3 +-
 .../DatabaseConnectionForm/EncryptedField.tsx      |  124 +-
 .../databases/DatabaseModal/ExtraOptions.tsx       |    2 +-
 .../src/features/databases/DatabaseModal/index.tsx |    4 +-
 .../databases/UploadDataModel/ColumnsPreview.tsx   |    2 +-
 .../features/databases/UploadDataModel/index.tsx   |    4 +-
 .../AddDataset/DatasetPanel/DatasetPanel.tsx       |    6 +-
 .../datasets/AddDataset/LeftPanel/index.tsx        |    5 +-
 .../src/features/home/LanguagePicker.tsx           |    5 +-
 superset-frontend/src/features/home/Menu.tsx       |   38 +-
 superset-frontend/src/features/home/RightMenu.tsx  |   22 +-
 superset-frontend/src/features/home/SubMenu.tsx    |    9 +-
 .../components/Select/SelectFilterPlugin.test.tsx  |  126 +-
 .../components/Select/SelectFilterPlugin.tsx       |  148 +-
 .../src/filters/components/Select/controlPanel.ts  |    1 -
 superset-frontend/src/filters/utils.ts             |    4 +-
 .../src/pages/AnnotationLayerList/index.tsx        |    7 +-
 .../src/pages/AnnotationList/index.tsx             |    5 +-
 superset-frontend/src/pages/DatabaseList/index.tsx |  117 +-
 superset-frontend/src/pages/DatasetList/index.tsx  |  118 +-
 superset-frontend/src/types/TagType.ts             |    1 +
 .../src/visualizations/TimeTable/TimeTable.jsx     |   10 +-
 superset/initialization/__init__.py                |    3 +-
 superset/migrations/shared/utils.py                |    4 +-
 ...cf3d64daf4_add_user_id_dttm_idx_to_log_model.py |   13 +-
 ..._90139bf715e4_add_currency_column_to_metrics.py |   17 +-
 ...20_65a167d4c62e_add_indexes_to_report_models.py |   30 +-
 ...20_16-02_678eefb4ab44_add_access_token_table.py |    5 +-
 ...0_3dfd0e78650e_add_query_sql_editor_id_index.py |   24 +-
 superset/sql_parse.py                              |    1 +
 .../translations/zh_TW/LC_MESSAGES/messages.po     |  154 +-
 125 files changed, 6436 insertions(+), 4255 deletions(-)
 create mode 100644 docs/docs/installation/installation-methods.mdx
 create mode 100644 
superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries/ivory_coast.geojson
 create mode 100644 
superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries/republic_of_serbia.geojson
 create mode 100644 
superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.test.ts
 create mode 100644 
superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/transformProps.test.ts
 copy superset-frontend/src/components/{Spin => Image}/index.tsx (94%)
 delete mode 100644 superset-frontend/src/components/Select/CustomTag.tsx

Reply via email to