You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by vi...@apache.org on 2021/05/07 18:08:52 UTC

[superset] branch master updated (c14665c -> 66a4c94)

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

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


    from c14665c  chore: Improved translation into Russian language (#14412)
     add 66a4c94  fix(chart-data): handle url_params in csv export and native filters (#14526)

No new revisions were added by this update.

Summary of changes:
 superset-frontend/src/dashboard/actions/hydrate.js | 31 +++-----------
 .../dashboard/components/nativeFilters/utils.ts    |  3 +-
 .../util/extractUrlParams.test.ts}                 | 40 ++++++++++++------
 .../src/dashboard/util/extractUrlParams.ts         | 49 ++++++++++++++++++++++
 superset/views/utils.py                            | 10 ++++-
 tests/utils_tests.py                               | 20 +++++++++
 6 files changed, 111 insertions(+), 42 deletions(-)
 copy superset-frontend/src/{utils/parseCookie.test.ts => dashboard/util/extractUrlParams.test.ts} (53%)
 create mode 100644 superset-frontend/src/dashboard/util/extractUrlParams.ts