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/09/02 17:51:14 UTC

[superset] branch data-ia-navbar-2 updated (ffd16c9f86 -> 22972cf5eb)

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

hugh pushed a change to branch data-ia-navbar-2
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard ffd16c9f86 fix(sqllab): missing zero values while copy-to-clipboard (#21153)
 discard 561f9a286a fix: World Map right-click value (#21209)
 discard ddb81d1d49 fix(explore): Prevent unnecessary series limit subquery (#21154)
 discard ca151d0794 feat: Adds drill to detail context menu to Table (#21168)
 discard d6ce8db4a5 Fix formatting in README.md (#21205)
 discard 6841cdd561 feat: Adds drill to detail context menu to Pivot Table (#21198)
 discard 106dc42e3a fix: Typing of labelMap (#21181)
 discard d960043261 Add warnings if feature flags are read before initialization. (#21201)
 discard 2e22b55b88 chore: Add new e2e tests for Explore (#21184)
 discard 7f6d3ba505 chore: bump clickhouse-sqlalchemy 0.2.2 (#21195)
 discard 0f056c1798 removing unnecessary margin for 50% fields (#21167)
 discard 8c6dbc7fa7 removing bottom margin on CronPicker (#21140)

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/data-ia-navbar-2 (22972cf5eb)
            \
             O -- O -- O   (ffd16c9f86)

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:
 README.md                                          |  4 +-
 docs/docs/databases/clickhouse.mdx                 |  8 +--
 .../docs/databases/installing-database-drivers.mdx |  2 +-
 setup.py                                           |  2 +-
 .../integration/dashboard/edit_properties.test.ts  |  2 +-
 .../integration/dataset/dataset_list.test.ts       | 43 ----------------
 .../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 --
 superset-frontend/src/featureFlags.ts              | 10 +---
 superset-frontend/src/utils/common.js              |  2 +-
 superset-frontend/src/utils/common.test.jsx        | 10 ----
 .../CRUD/data/database/DatabaseModal/styles.ts     |  1 +
 superset/connectors/sqla/models.py                 |  4 +-
 superset/models/helpers.py                         |  4 +-
 44 files changed, 144 insertions(+), 350 deletions(-)
 delete mode 100644 superset-frontend/cypress-base/cypress/integration/dataset/dataset_list.test.ts