You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by pk...@apache.org on 2021/03/13 01:10:07 UTC

[superset] branch master updated (06d6d7f -> 67ffea8)

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

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


    from 06d6d7f  fix: ParsedQuery subselect edge case (#13602)
     add 67ffea8  fix: always pass a string as a value to ace editor (#13563)

No new revisions were added by this update.

Summary of changes:
 .../sqllab/TemplateParamsEditor_spec.tsx           | 57 ++++++++++++++++++++
 ...teParamsEditor.jsx => TemplateParamsEditor.tsx} | 61 +++++++++++-----------
 .../src/SqlLab/reducers/getInitialState.js         |  6 +--
 .../src/SqlLab/reducers/getInitialState.test.ts    | 11 ++++
 .../src/components/AsyncAceEditor/index.tsx        |  4 ++
 5 files changed, 106 insertions(+), 33 deletions(-)
 create mode 100644 superset-frontend/spec/javascripts/sqllab/TemplateParamsEditor_spec.tsx
 rename superset-frontend/src/SqlLab/components/{TemplateParamsEditor.jsx => TemplateParamsEditor.tsx} (75%)