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/12/01 16:19:29 UTC

[superset] branch arash.afghahi/sc-61350/db-connect-error-msg-is-not-show-on-basic updated (ee4aa62a4d -> a289dead5e)

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

aafghahi pushed a change to branch arash.afghahi/sc-61350/db-connect-error-msg-is-not-show-on-basic
in repository https://gitbox.apache.org/repos/asf/superset.git


    from ee4aa62a4d edited test
     add a642d126f8 fix(dashboard): Fix FilterWithDataMask typing and add null check (#22260)
     add 969c9634f6 fix(dashboard): Force native filters into vertical orientation when FF off (#22265)
     add 4657250bcf chore(dashboard): Fix missing React key errors (#22266)
     add 91d19056cf fix(dashboard): Change horizontal filter bar divider truncation logic (#22252)
     add b1f8fd4f64 chore(superset-ui): remove deprecated fields from QueryObject (#22272)
     add 2fd0a6146e feat: CSV File Upload form updates (Grouping with Collapse/Expand) (#21992)
     add 6ead8afe28 build(deps-dev): bump @typescript-eslint/parser from 4.19.0 to 5.45.0 in /superset-websocket (#22255)
     add 5de98c31fd chore: bump clickhouse to 0.4.6 (#22279)
     add 436b790998 docs: Add Oslandia to superset users (#22242)
     add 32ccb97c9b fix: allow datasource imports on Windows (#22264)
     add e80e10ec06 feat: add risingwave.py in db engine specs (#22123)
     add 3ffe7828a7 feat: Uses new table component in Drill to Detail (#22173)
     add ffff3e4bf4 fix(native-filters): Add empty text node before OutPortal (#22289)
     add afc10a247b feat: Adds overflow to the DropdownContainer popover (#22250)
     add 04e0bb9f36 fix(native-filters): Misc spacing fixes for horizontal and horizontal overflow filter bar items (#22288)
     add ead2834a77 fix: Horizontal filter bar resizing (#22286)
     add 309c064cc8 fix(dashboard): chart doesn't resize when tab switch (#22009)
     add 8cf572858c feat: Automatically closes the DropdownContainer when scrolling outside of the component (#22287)
     add 3affd4687e build(deps): bump hot-shots from 9.0.0 to 9.3.0 in /superset-websocket (#22295)
     add 329dd225a9 build(deps-dev): bump @types/cookie from 0.4.1 to 0.5.1 in /superset-websocket (#22296)
     add 347eec8717 build(deps-dev): bump @types/node from 16.11.6 to 18.11.10 in /superset-websocket (#22297)
     add 2bdf22b215 fix(docker): Fixing ws docker push (#22303)
     add 72acc48ec3 error messages
     add acc640bea4 error message refactor
     add e486644a33 edited test
     add ad674d2d08 Merge branch 'arash.afghahi/sc-61350/db-connect-error-msg-is-not-show-on-basic' of https://github.com/apache/superset into arash.afghahi/sc-61350/db-connect-error-msg-is-not-show-on-basic
     add a289dead5e addressing feedback

No new revisions were added by this update.

Summary of changes:
 .github/CODEOWNERS                                 |   1 +
 .github/workflows/docker_build_push.sh             |   7 +-
 RESOURCES/INTHEWILD.md                             |   1 +
 docs/docs/databases/risingwave.mdx                 |  17 +
 setup.py                                           |   2 +-
 .../integration/dashboard/drilltodetail.test.ts    |  66 ++--
 .../cypress/integration/dashboard/tabs.test.ts     |  28 ++
 .../superset-ui-core/src/query/buildQueryObject.ts |  21 +-
 .../superset-ui-core/src/query/normalizeOrderBy.ts |  10 +-
 .../superset-ui-core/src/query/types/Dashboard.ts  |   2 +-
 .../superset-ui-core/src/query/types/Query.ts      |   6 -
 .../src/query/types/QueryFormData.ts               |   8 +-
 .../test/query/buildQueryObject.test.ts            |  43 ++-
 .../test/query/normalizeOrderBy.test.ts            |   8 +-
 .../test/query/types/Metric.test.ts                |   6 +-
 .../plugin-chart-echarts/src/Radar/buildQuery.ts   |   4 +-
 .../test/MixedTimeseries/buildQuery.test.ts        |   9 +-
 .../test/Timeseries/buildQuery.test.ts             |   4 +-
 .../Chart/DrillDetail/DrillDetailModal.tsx         |   1 +
 .../Chart/DrillDetail/DrillDetailPane.test.tsx     |   7 +-
 .../Chart/DrillDetail/DrillDetailPane.tsx          | 150 +++++---
 .../Chart/DrillDetail/DrillDetailTableControls.tsx |   1 +
 .../DropdownContainer.stories.tsx                  |   2 +-
 .../DropdownContainer/Overview.stories.mdx         |   4 +-
 .../src/components/DropdownContainer/index.tsx     | 147 ++++---
 .../src/components/Table/Table.stories.tsx         | 101 +++++
 .../src/components/Table/VirtualTable.tsx          |   4 +-
 .../BooleanCell/BooleanCell.stories.tsx}           |  33 +-
 .../BooleanCell/BooleanCell.test.tsx}              |  21 +-
 .../Table/cell-renderers/BooleanCell}/index.tsx    |  11 +-
 .../cell-renderers/NullCell/NullCell.stories.tsx}  |  14 +-
 .../cell-renderers/NullCell/NullCell.test.tsx}     |  17 +-
 .../Table/cell-renderers/NullCell/index.tsx}       |  28 +-
 .../TimeCell.stories.tsx}                          |  30 +-
 .../cell-renderers/TimeCell/TimeCell.test.tsx}     |  41 +-
 .../Table/cell-renderers/TimeCell/index.tsx}       |  24 +-
 .../header-renderers/HeaderWithRadioGroup.tsx      |  94 +++++
 superset-frontend/src/components/Table/index.tsx   |  21 +-
 .../DashboardBuilder/DashboardBuilder.tsx          |   5 +-
 .../dashboard/components/gridComponents/Chart.jsx  |   4 +-
 .../FilterBar/FilterControls/FilterControl.tsx     |   7 +-
 .../FilterBar/FilterControls/FilterControls.tsx    |  22 +-
 .../FilterBar/FilterControls/FilterDivider.tsx     |  54 ++-
 .../FilterBar/FiltersDropdownContent/index.tsx     |   2 +
 .../FiltersOutOfScopeCollapsible/index.tsx         |  60 ++-
 .../nativeFilters/FilterCard/ScopeRow.tsx          |   4 +-
 .../src/filters/components/Range/buildQuery.ts     |   1 -
 .../filters/components/Select/buildQuery.test.ts   |  10 +-
 .../src/filters/components/Select/buildQuery.ts    |   2 +-
 .../CRUD/data/database/DatabaseModal/index.tsx     |   7 +-
 superset-websocket/package-lock.json               | 424 +++++++++++++++------
 superset-websocket/package.json                    |   8 +-
 superset/commands/importers/v1/utils.py            |   6 +-
 .../{cockroachdb.py => risingwave.py}              |   6 +-
 .../templates/superset/form_view/csv_macros.html   |  75 ++++
 .../templates/superset/form_view/csv_scripts.html  |  37 ++
 .../form_view/csv_to_database_view/edit.html       | 116 +++++-
 superset/views/database/forms.py                   |  12 +-
 superset/views/database/views.py                   |  55 ++-
 59 files changed, 1421 insertions(+), 490 deletions(-)
 create mode 100644 docs/docs/databases/risingwave.mdx
 copy superset-frontend/src/{explore/components/controls/SliderControl.stories.tsx => components/Table/cell-renderers/BooleanCell/BooleanCell.stories.tsx} (69%)
 copy superset-frontend/src/{explore/components/DataTableControl/RowCount.test.tsx => components/Table/cell-renderers/BooleanCell/BooleanCell.test.tsx} (63%)
 copy superset-frontend/src/{views/CRUD/data/dataset/AddDataset/RightPanel => components/Table/cell-renderers/BooleanCell}/index.tsx (74%)
 copy superset-frontend/src/{explore/components/DataTableControl/CopyButton.test.tsx => components/Table/cell-renderers/NullCell/NullCell.stories.tsx} (72%)
 copy superset-frontend/src/{explore/components/DataTableControl/CopyButton.test.tsx => components/Table/cell-renderers/NullCell/NullCell.test.tsx} (67%)
 copy superset-frontend/{plugins/plugin-chart-echarts/src/Tree/EchartsTree.tsx => src/components/Table/cell-renderers/NullCell/index.tsx} (72%)
 copy superset-frontend/src/components/Table/cell-renderers/{NumericCell/NumericCell.stories.tsx => TimeCell/TimeCell.stories.tsx} (62%)
 copy superset-frontend/src/components/{Badge/Badge.test.tsx => Table/cell-renderers/TimeCell/TimeCell.test.tsx} (50%)
 copy superset-frontend/{plugins/plugin-chart-pivot-table/src/react-pivottable/PivotTable.jsx => src/components/Table/cell-renderers/TimeCell/index.tsx} (67%)
 create mode 100644 superset-frontend/src/components/Table/header-renderers/HeaderWithRadioGroup.tsx
 copy superset/db_engine_specs/{cockroachdb.py => risingwave.py} (89%)
 create mode 100644 superset/templates/superset/form_view/csv_macros.html
 create mode 100644 superset/templates/superset/form_view/csv_scripts.html