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 2022/08/29 06:07:04 UTC

[superset] branch chore/drill-to-detail-modal-tests updated (ed836b2880 -> c42fb6449f)

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

diegopucci pushed a change to branch chore/drill-to-detail-modal-tests
in repository https://gitbox.apache.org/repos/asf/superset.git


    from ed836b2880 Update superset-frontend/src/dashboard/components/DrillDetailPane/TableControls.test.tsx
     add da3401a698 fix(database-modal): Show a different placeholder text in Snowflake connection form (#21172)
     add 74e40c2de1 removing bottom margin on CronPicker (#21140)
     add 93557e3a1a removing unnecessary margin for 50% fields (#21167)
     add 994e1f6bdc chore: bump clickhouse-sqlalchemy 0.2.2 (#21195)
     add 17ad0d80de chore: Add new e2e tests for Explore (#21184)
     add 5811262cf2 Add warnings if feature flags are read before initialization. (#21201)
     add 1143e17742 fix: Typing of labelMap (#21181)
     add 859b6d2d20 feat: Adds drill to detail context menu to Pivot Table (#21198)
     add a06196cb56 Merge branch 'master' of https://github.com/apache/superset into chore/drill-to-detail-modal-tests
     add d6ca401fc4 Merge branch 'chore/drill-to-detail-modal-tests' of https://github.com/apache/superset into chore/drill-to-detail-modal-tests
     add 982210ad83 Fix formatting in README.md (#21205)
     add 68fa4d2665 feat: Adds drill to detail context menu to Table (#21168)
     add 0726840fb7 fix(explore): Prevent unnecessary series limit subquery (#21154)
     add d41f44fcdf fix: World Map right-click value (#21209)
     add 4e23d62d4f fix(sqllab): missing zero values while copy-to-clipboard (#21153)
     add f09c4327f8 Splitting into two separate chromatic jobs to reduce conditional logic causing run issues (#21219)
     add 16032ed3e2 feat: Virtual dataset duplication (#20309)
     add 25cc7897b1 feat: Environment tag (#20295)
     add 653c9f0e7f fix: Update exception for DatasourceNotFound from `DatasourceDao.get_datasource()` (#21217)
     add 092460a1f1 Removes if statement causing comment not to run (#21222)
     add e2ab966910 Update chromatic PR action to have access to Job outputs (#21224)
     add c61a507e14 fix: add back custom sql filtering with Query as source (#21190)
     add d408393ba9 fixed guest role permissions (#21208)
     add 5f76ac9001 fix: Fixes error caused by step id placed in wrong location (#21226)
     add c42fb6449f Merge branch 'master' of https://github.com/apache/superset into chore/drill-to-detail-modal-tests

No new revisions were added by this update.

Summary of changes:
 .github/workflows/chromatic-master.yml             |   55 +
 .../workflows/{chromatic.yml => chromatic-pr.yml}  |   60 +-
 README.md                                          |    4 +-
 docs/docs/databases/clickhouse.mdx                 |    8 +-
 .../docs/databases/installing-database-drivers.mdx |    2 +-
 docs/static/resources/openapi.json                 | 1277 ++++++++++++++++----
 setup.py                                           |    2 +-
 .../integration/dashboard/edit_properties.test.ts  |    2 +-
 .../dataset_list.test.ts}                          |   30 +-
 .../cypress/integration/explore/control.test.ts    |   36 +-
 .../cypress/integration/sqllab/query.test.ts       |   58 +-
 .../superset-ui-core/src/query/types/Query.ts      |    4 +-
 .../src/query/types/QueryResponse.ts               |    2 +-
 .../superset-ui-core/src/utils/featureFlags.ts     |   10 +-
 .../legacy-plugin-chart-world-map/src/WorldMap.js  |    7 +-
 .../src/BigNumber/BigNumberViz.tsx                 |   16 +-
 .../src/BoxPlot/transformProps.ts                  |   28 +-
 .../src/Funnel/transformProps.ts                   |   26 +-
 .../src/Gauge/transformProps.ts                    |    5 +-
 .../src/Graph/EchartsGraph.tsx                     |    2 +-
 .../plugin-chart-echarts/src/Graph/types.ts        |    4 +-
 .../src/MixedTimeseries/EchartsMixedTimeseries.tsx |    2 +-
 .../src/MixedTimeseries/types.ts                   |    3 +-
 .../plugin-chart-echarts/src/Pie/transformProps.ts |   28 +-
 .../src/Radar/transformProps.ts                    |    5 +-
 .../src/Timeseries/EchartsTimeseries.tsx           |    2 +-
 .../src/Treemap/EchartsTreemap.tsx                 |    6 +-
 .../src/Treemap/transformProps.ts                  |    3 +-
 .../plugins/plugin-chart-echarts/src/types.ts      |    7 +-
 .../src/utils/eventHandlers.ts                     |    6 +-
 .../src/PivotTableChart.tsx                        |   46 +
 .../src/plugin/transformProps.ts                   |    3 +-
 .../src/react-pivottable/PivotTable.jsx            |    5 +-
 .../src/react-pivottable/TableRenderers.jsx        |    5 +
 .../plugins/plugin-chart-pivot-table/src/types.ts  |    6 +
 .../plugin-chart-table/src/DataTable/DataTable.tsx |   18 +-
 .../plugins/plugin-chart-table/src/TableChart.tsx  |   21 +
 .../plugin-chart-table/src/transformProps.ts       |    7 +-
 .../plugins/plugin-chart-table/src/types.ts        |    6 +
 .../src/components/Chart/ChartContextMenu.tsx      |   22 +-
 .../src/components/CronPicker/CronPicker.tsx       |    3 +
 .../getControlValuesCompatibleWithDatasource.ts    |    2 +
 superset-frontend/src/featureFlags.ts              |   10 +-
 superset-frontend/src/utils/common.js              |    2 +-
 superset-frontend/src/utils/common.test.jsx        |   10 +
 .../DatabaseConnectionForm/CommonParameters.tsx    |    5 +-
 .../DatabaseModal/DatabaseConnectionForm/index.tsx |    4 +
 .../CRUD/data/database/DatabaseModal/index.tsx     |   19 +-
 .../CRUD/data/database/DatabaseModal/styles.ts     |    1 -
 .../src/views/CRUD/data/database/types.ts          |    5 +
 .../views/CRUD/data/dataset/DatasetList.test.jsx   |   44 +-
 .../src/views/CRUD/data/dataset/DatasetList.tsx    |   70 +-
 .../CRUD/data/dataset/DuplicateDatasetModal.tsx    |   80 ++
 .../src/views/components/Menu.test.tsx             |   13 +
 superset-frontend/src/views/components/Menu.tsx    |   13 +-
 .../src/views/components/RightMenu.tsx             |   23 +
 superset-frontend/src/views/components/types.ts    |    4 +
 superset/config.py                                 |   17 +-
 superset/connectors/sqla/models.py                 |    4 +-
 superset/dao/exceptions.py                         |    1 +
 superset/datasets/api.py                           |   82 +-
 superset/datasets/commands/duplicate.py            |  133 ++
 superset/datasets/commands/exceptions.py           |    4 +
 superset/datasets/schemas.py                       |    5 +
 superset/db_engine_specs/trino.py                  |    2 +-
 superset/explore/commands/get.py                   |    4 +-
 superset/models/helpers.py                         |   35 +-
 superset/models/sql_lab.py                         |    4 +
 superset/security/manager.py                       |    3 +
 superset/views/base.py                             |   14 +
 tests/integration_tests/datasets/api_tests.py      |   89 +-
 71 files changed, 2111 insertions(+), 433 deletions(-)
 create mode 100644 .github/workflows/chromatic-master.yml
 rename .github/workflows/{chromatic.yml => chromatic-pr.yml} (55%)
 copy superset-frontend/cypress-base/cypress/integration/{explore/filter_box.test.js => dataset/dataset_list.test.ts} (54%)
 create mode 100644 superset-frontend/src/views/CRUD/data/dataset/DuplicateDatasetModal.tsx
 create mode 100644 superset/datasets/commands/duplicate.py