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

rusackas pushed a change to branch tdd/issue-30637-custom-sql-metric-quoting
in repository https://gitbox.apache.org/repos/asf/superset.git


    omit ca9c664ac00 test(sqla): use SIMPLE literal for AdhocMetric 
expressionType (#30637)
    omit 654cbb3952b test(sqla): assert simple metric quotes columns requiring 
quoting (#30637)
     add e8521471820 test: add edge-case tests for datetime_to_epoch function 
(#39404)
     add a03cabffa77 perf(csv): avoid regex in CSV value escaping (#40195)
     add 0ecf34d80e1 fix(a11y): add aria-label to ViewportControl text inputs 
(#41931)
     add b237aefb1ea fix(a11y): add aria-label to RightMenu documentation and 
bug-report icon links (#41903)
     add f5deda78641 fix(dataset): copy catalog field when duplicating a 
BigQuery dataset (#41106)
     add 189f258e0ce fix(drill): coerce temporal drill filter values (#40180)
     add a61a8773669 test(sqla): assert simple metric quotes columns requiring 
quoting (#30637)
     add 9dc4df66b16 test(sqla): use SIMPLE literal for AdhocMetric 
expressionType (#30637)

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (ca9c664ac00)
            \
             N -- N -- N   refs/heads/tdd/issue-30637-custom-sql-metric-quoting 
(9dc4df66b16)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../src/PivotTableChart.tsx                        |  84 ++++-
 .../test/PivotTableChart.test.tsx                  | 370 +++++++++++++++++++++
 .../plugins/plugin-chart-table/src/TableChart.tsx  |  28 +-
 .../plugin-chart-table/test/TableChart.test.tsx    |  49 +++
 .../components/controls/TextControl/index.tsx      |   4 +-
 .../components/controls/ViewportControl.tsx        |   1 +
 superset-frontend/src/features/home/RightMenu.tsx  |   2 +
 superset/commands/dataset/duplicate.py             |  63 ++--
 superset/models/helpers.py                         |  57 +++-
 superset/utils/csv.py                              |  48 ++-
 .../unit_tests/commands/dataset/test_duplicate.py  |  13 +
 tests/unit_tests/models/helpers_test.py            | 264 ++++++++++++++-
 tests/unit_tests/utils/csv_tests.py                |   3 +
 tests/unit_tests/utils/test_date_parsing.py        |  91 +++++
 14 files changed, 1002 insertions(+), 75 deletions(-)
 create mode 100644 
superset-frontend/plugins/plugin-chart-pivot-table/test/PivotTableChart.test.tsx

Reply via email to