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

rusackas pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


    from 30695d75d7 fix(DatabaseModal): Resolve Connect button issue for 
SQLAlchemy URI database connections (#34112)
     add 7229e1ccf3 feat(deckgl): add new color controls with color breakpoints 
(#34017)

No new revisions were added by this update.

Summary of changes:
 .gitignore                                         |    2 +-
 UPDATING.md                                        |    2 -
 docs/docs/configuration/map-tiles.mdx              |   78 --
 superset-frontend/package-lock.json                | 1444 +-------------------
 .../superset-ui-chart-controls/src/types.ts        |    1 +
 .../src/validator/validateMapboxStylesUrl.ts       |   24 +-
 .../test/validator/validateMapboxStylesUrl.test.ts |    7 +-
 .../legacy-preset-chart-deckgl/package.json        |    9 +-
 .../src/CategoricalDeckGLContainer.tsx             |  114 +-
 .../src/DeckGLContainer.tsx                        |   34 +-
 .../src/components/Legend.tsx                      |    3 +-
 .../legacy-preset-chart-deckgl/src/factory.tsx     |   43 +-
 .../src/layers/Arc/Arc.tsx                         |   21 +-
 .../src/layers/Arc/controlPanel.ts                 |   64 +-
 .../src/layers/Grid/Grid.tsx                       |   37 +-
 .../src/layers/Grid/controlPanel.ts                |    9 +-
 .../src/layers/Heatmap/Heatmap.tsx                 |   18 +-
 .../src/layers/Heatmap/controlPanel.ts             |   20 +-
 .../src/layers/Hex/Hex.tsx                         |   40 +-
 .../src/layers/Hex/controlPanel.ts                 |    4 +-
 .../src/layers/Polygon/Polygon.tsx                 |   84 +-
 .../src/layers/Polygon/controlPanel.ts             |   27 +-
 .../src/layers/Scatter/controlPanel.ts             |   20 +-
 .../src/layers/Screengrid/Screengrid.tsx           |   47 +-
 .../src/layers/Screengrid/controlPanel.ts          |   27 +-
 .../src/layers/common.test.ts                      |  113 +-
 .../src/layers/common.tsx                          |   92 +-
 .../legacy-preset-chart-deckgl/src/types.ts        |    6 +
 .../{Shared_DeckGL.jsx => Shared_DeckGL.tsx}       |  231 +++-
 .../src/utilities/utils.ts                         |   17 +
 .../legacy-preset-chart-deckgl/src/utils.test.ts   |   46 +
 .../legacy-preset-chart-deckgl/src/utils.ts        |   66 +-
 .../ColorBreakpointOption.test.tsx                 |  125 ++
 .../ColorBreakpointOption.tsx                      |   66 +
 .../ColorBreakpointPopoverControl.test.tsx         |  312 +++++
 .../ColorBreakpointPopoverControl.tsx              |  265 ++++
 .../ColorBreakpointPopoverTrigger.test.tsx         |  236 ++++
 .../ColorBreakpointPopoverTrigger.tsx}             |   20 +-
 .../ColorBreakpointsControl.test.tsx               |  225 +++
 .../controls/ColorBreakpointsControl/index.tsx     |  127 ++
 .../types.ts                                       |   40 +-
 .../controls/ContourControl/ContourOption.tsx      |    2 +-
 .../src/explore/components/controls/index.js       |    2 +
 superset/config.py                                 |   36 +-
 superset/examples/deck.py                          |   14 +-
 superset/examples/long_lat.py                      |    8 +-
 superset/examples/misc_dashboard.py                |    2 +-
 superset/views/base.py                             |    1 -
 48 files changed, 2428 insertions(+), 1803 deletions(-)
 delete mode 100644 docs/docs/configuration/map-tiles.mdx
 rename 
superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/{Shared_DeckGL.jsx
 => Shared_DeckGL.tsx} (58%)
 create mode 100644 
superset-frontend/plugins/legacy-preset-chart-deckgl/src/utils.test.ts
 create mode 100644 
superset-frontend/src/explore/components/controls/ColorBreakpointsControl/ColorBreakpointOption.test.tsx
 create mode 100644 
superset-frontend/src/explore/components/controls/ColorBreakpointsControl/ColorBreakpointOption.tsx
 create mode 100644 
superset-frontend/src/explore/components/controls/ColorBreakpointsControl/ColorBreakpointPopoverControl.test.tsx
 create mode 100644 
superset-frontend/src/explore/components/controls/ColorBreakpointsControl/ColorBreakpointPopoverControl.tsx
 create mode 100644 
superset-frontend/src/explore/components/controls/ColorBreakpointsControl/ColorBreakpointPopoverTrigger.test.tsx
 copy 
superset-frontend/src/explore/components/controls/{ContourControl/ContourPopoverTrigger.tsx
 => ColorBreakpointsControl/ColorBreakpointPopoverTrigger.tsx} (77%)
 create mode 100644 
superset-frontend/src/explore/components/controls/ColorBreakpointsControl/ColorBreakpointsControl.test.tsx
 create mode 100644 
superset-frontend/src/explore/components/controls/ColorBreakpointsControl/index.tsx
 copy superset-frontend/src/explore/components/controls/{ContourControl => 
ColorBreakpointsControl}/types.ts (65%)

Reply via email to