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

beto pushed a change to branch 1.1.0rc1
in repository https://gitbox.apache.org/repos/asf/superset.git.


    from 531729a  docs: added release notes for 1.1 (#13777)
     add d72c3b0  chore: Update docs for 1.1 (#13732)
     add ed88c9b  fix(#13734): Properly escape special characters in CSV output 
 (#13735)
     add a6e15e0  chore: update change log with cherry-picks for release 1.1 
(#13824)

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                     | 12 +++++-
 CONTRIBUTING.md                  |  2 +
 UPDATING.md                      | 24 +++++++++++-
 superset/charts/api.py           |  7 +---
 superset/common/query_context.py |  5 ++-
 superset/utils/csv.py            | 67 +++++++++++++++++++++++++++++++++
 superset/views/base.py           |  1 +
 superset/views/core.py           | 17 +++------
 superset/viz.py                  |  4 +-
 tests/utils/csv_tests.py         | 80 ++++++++++++++++++++++++++++++++++++++++
 10 files changed, 196 insertions(+), 23 deletions(-)
 create mode 100644 superset/utils/csv.py
 create mode 100644 tests/utils/csv_tests.py

Reply via email to