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

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


    from 5c43b13c1e fix: Change database event in core (#35071)
     new 47485093b9 feat(sqllab extension): core query interface api (#35077)
     new 84b81b814e fix: SQL Lab tab events (#35105)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../packages/superset-core/src/api/core.ts         |  67 +++-
 .../packages/superset-core/src/api/sqlLab.ts       | 153 ++++++++-
 superset-frontend/src/SqlLab/actions/sqlLab.js     |   8 +-
 .../src/SqlLab/actions/sqlLab.test.js              |   4 +
 .../SqlLab/components/QueryAutoRefresh/index.tsx   |  11 +-
 superset-frontend/src/SqlLab/fixtures.ts           |   3 +
 .../src/SqlLab/reducers/getInitialState.ts         |   4 +
 superset-frontend/src/SqlLab/types.ts              |   1 +
 .../SqlLab/utils/reduxStateToLocalStorageHelper.ts |   1 +
 superset-frontend/src/core/core.ts                 |  23 +-
 superset-frontend/src/core/sqlLab.ts               | 381 +++++++++++++++++++--
 .../src/hooks/apiResources/sqlEditorTabs.test.ts   |   1 +
 12 files changed, 592 insertions(+), 65 deletions(-)

Reply via email to