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

EnxDev pushed a change to branch enxdev/feat/chatbot-context-sharing
in repository https://gitbox.apache.org/repos/asf/superset.git


    from 84c8a831f40 fix(extensions): gate explore/dashboard context on current 
page type to prevent stale returns
     add 02d2fcf8f79 fix(extensions): address context-sharing PR review — 
blockers, quality, and tests

No new revisions were added by this update.

Summary of changes:
 superset-frontend/src/core/dashboard/index.test.ts | 170 +++++++++++++++++++++
 superset-frontend/src/core/dashboard/index.ts      |  13 +-
 superset-frontend/src/core/explore/index.test.ts   | 159 +++++++++++++++++++
 superset-frontend/src/core/explore/index.ts        |   6 +-
 superset-frontend/src/core/index.ts                |   1 -
 .../src/core/navigation/index.test.ts              |  89 +++++++++++
 superset-frontend/src/core/navigation/index.ts     |  16 +-
 .../src/extensions/ExtensionsStartup.tsx           |  15 +-
 8 files changed, 447 insertions(+), 22 deletions(-)
 create mode 100644 superset-frontend/src/core/dashboard/index.test.ts
 create mode 100644 superset-frontend/src/core/explore/index.test.ts
 create mode 100644 superset-frontend/src/core/navigation/index.test.ts

Reply via email to