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

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


    from 7ec5f1d7ecf fix(native-filters): Filters with select first value not 
restored correctly from url (#37855)
     add b98b34a60f5 refactor: Make extensions contribution schema consistent 
(#37856)

No new revisions were added by this update.

Summary of changes:
 .../extensions/contribution-types.md               | 54 ++++++++++++----------
 docs/developer_portal/extensions/development.md    | 14 +++---
 .../extensions/extension-points/sqllab.md          | 54 ++++++++++++----------
 docs/developer_portal/extensions/quick-start.md    | 14 +++---
 .../src/superset_core/extensions/types.py          | 28 +++++++++--
 .../superset-core/src/api/contributions.ts         | 51 ++++++++++++++++----
 .../SqlLab/components/AppLayout/AppLayout.test.tsx |  5 +-
 .../src/SqlLab/components/AppLayout/index.tsx      |  6 +--
 .../src/SqlLab/components/QueryHistory/index.tsx   |  4 +-
 .../src/SqlLab/components/ResultSet/index.tsx      |  4 +-
 .../src/SqlLab/components/SouthPane/index.tsx      |  6 +--
 .../SqlLab/components/SqlEditorTopBar/index.tsx    |  4 +-
 .../src/SqlLab/components/StatusBar/index.tsx      |  6 +--
 .../SqlLab/components/TableExploreTree/index.tsx   |  4 +-
 superset-frontend/src/SqlLab/contributions.ts      | 41 ++++++++++++----
 .../ViewListExtension/ViewListExtension.test.tsx   | 27 +++++++----
 .../src/extensions/ExtensionsManager.test.ts       | 36 ++++++++-------
 .../src/extensions/ExtensionsManager.ts            | 31 +++++++++----
 18 files changed, 252 insertions(+), 137 deletions(-)

Reply via email to