You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by hu...@apache.org on 2022/10/05 20:04:49 UTC

[superset] branch fix-engine-params-ref updated (d319cd39de -> f4427bb14c)

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

hugh pushed a change to branch fix-engine-params-ref
in repository https://gitbox.apache.org/repos/asf/superset.git


    from d319cd39de fix pre-commit
     add e98943e580 refactor: pass all properties to validate_parameters (#21487)
     add abc0f19f08 docs: add Wise to users list (#21687)
     add 5da20f449d fix(migration): Catch DatabaseError to avoid migration crash with MySQL 8.0 (#21679)
     add 3057e4270c feat: deprecate created_slices API endpoint (#21664)
     add f784455264 fix(native-filters): Range filter max/min default display value (#21680)
     add 640628952e chore(dep): Unpin slackclient dependency (#21586)
     add 2907869c26 feat: Use SPA navigation between AddSlice and Dataset list pages (#21683)
     add c248ee56e4 chore: Adding/categorizing missing flags in `FEATURE_FLAGS.md` (#21474)
     add f3f9f3b1f2 other: Improve health check for docker-compose. (#17320)
     add 50cb396bf2 fix(sqllab): async query broken due to #21320 (#21667)
     add ebd75366c0 feat(chart): add feature flag that displays the data pane closes by default (#21649)
     add de444d4de6 fix: Race conditions with setupExtensions (#21647)
     add b6891aaa9f chore(key-value): remove redundant exception logging (#21702)
     add 7b66e0bb34 chore: E2E tests for Drill to Detail supported Charts (#21681)
     add f4427bb14c fix conflicts

No new revisions were added by this update.

Summary of changes:
 RESOURCES/FEATURE_FLAGS.md                         |  21 ++
 RESOURCES/INTHEWILD.md                             |   1 +
 docker-compose-non-dev.yml                         |   6 +
 docker-compose.yml                                 |   8 +
 requirements/base.txt                              |  24 +-
 setup.py                                           |   6 +-
 .../new-chart-2022-09-09T14-22-31.728Z.jpg         | Bin 16879 -> 0 bytes
 .../integration/dashboard/drilltodetail.test.ts    | 410 ++++++++++++++++++---
 .../integration/dashboard/nativeFilters.test.ts    |   3 +-
 .../explore/visualizations/area.test.js            |  12 +-
 .../explore/visualizations/big_number.test.js      |  10 +-
 .../visualizations/big_number_total.test.js        |  10 +-
 .../explore/visualizations/box_plot.test.js        |  12 +-
 .../explore/visualizations/bubble.test.js          |  34 +-
 .../explore/visualizations/compare.test.js         |  12 +-
 .../explore/visualizations/dist_bar.test.js        |  21 +-
 .../explore/visualizations/dual_line.test.js       |  12 +-
 .../explore/visualizations/gauge.test.js           |  19 +-
 .../explore/visualizations/graph.test.ts           |  12 +-
 .../explore/visualizations/histogram.test.ts       |  12 +-
 .../explore/visualizations/line.test.ts            |   6 +-
 .../integration/explore/visualizations/pie.test.js |  12 +-
 .../explore/visualizations/pivot_table.test.js     |  10 +-
 .../explore/visualizations/sankey.test.js          |  12 +-
 .../explore/visualizations/sunburst.test.js        |  12 +-
 .../explore/visualizations/table.test.ts           |  10 +-
 .../explore/visualizations/time_table.js           |   6 +-
 .../explore/visualizations/treemap.test.js         |  12 +-
 .../explore/visualizations/world_map.test.js       |  12 +-
 .../superset-ui-core/src/utils/featureFlags.ts     |   1 +
 superset-frontend/src/SqlLab/App.jsx               |   2 +
 .../components/RunQueryActionButton/index.tsx      |   1 +
 .../SqlLab/components/SqlEditor/SqlEditor.test.jsx |  55 ++-
 .../src/SqlLab/components/SqlEditor/index.jsx      |  12 +-
 .../src/addSlice/AddSliceContainer.tsx             |  13 +-
 .../components/DataTablesPane/DataTablesPane.tsx   |   8 +-
 .../DataTablesPane/test/DataTablesPane.test.tsx    |  17 +
 .../src/explore/components/ExploreChartPanel.jsx   |   9 +-
 .../components/Range/RangeFilterPlugin.test.tsx    |  26 +-
 .../filters/components/Range/RangeFilterPlugin.tsx |   4 +-
 superset-frontend/src/preamble.ts                  |   3 -
 superset-frontend/src/profile/App.tsx              |   2 +
 .../src/profile/components/CreatedContent.tsx      |  41 ++-
 superset-frontend/src/types/bootstrapTypes.ts      |  10 +
 superset-frontend/src/views/App.tsx                |   2 +
 .../views/CRUD/data/dataset/AddDatasetModal.tsx    |  14 +-
 superset/charts/api.py                             |   4 +-
 superset/charts/filters.py                         |  16 +
 superset/config.py                                 |   1 +
 superset/dashboards/filters.py                     |   2 +-
 superset/examples/supported_charts_dashboard.py    |  14 +-
 superset/key_value/commands/create.py              |   1 -
 superset/key_value/commands/delete.py              |   1 -
 superset/key_value/commands/delete_expired.py      |   1 -
 superset/key_value/commands/get.py                 |   1 -
 superset/key_value/commands/update.py              |   1 -
 superset/key_value/commands/upsert.py              |  11 +-
 superset/key_value/exceptions.py                   |   4 +
 ...-09-19_14-42_b92d69a6643c_rename_csv_to_file.py |   2 +-
 superset/reports/notifications/slack.py            |   4 +-
 superset/tasks/slack_util.py                       |   6 +-
 superset/views/core.py                             |   5 +
 tests/integration_tests/charts/api_tests.py        |  40 ++
 tests/integration_tests/dashboards/api_tests.py    |  38 +-
 tests/integration_tests/model_tests.py             |   4 +-
 65 files changed, 807 insertions(+), 306 deletions(-)
 delete mode 100644 superset-frontend/cypress-base/cypress/downloads/new-chart-2022-09-09T14-22-31.728Z.jpg