This is an automated email from the ASF dual-hosted git repository.
craigrueda pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git.
from 6541a03 fix: SQLLab role permissions (#14372)
add a283138 feat: Support env vars configuration for WebSocket server
(#14398)
No new revisions were added by this update.
Summary of changes:
superset-websocket/README.md | 2 +
superset-websocket/spec/config.spec.ts | 69 +++++++++++++++++
superset-websocket/src/config.ts | 133 +++++++++++++++++++++++++++++++++
superset-websocket/src/index.ts | 41 +---------
4 files changed, 207 insertions(+), 38 deletions(-)
create mode 100644 superset-websocket/spec/config.spec.ts
create mode 100644 superset-websocket/src/config.ts