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

vavila pushed a change to branch fix/time-grain-macro-on-table-chart
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard 84c9297397 fix(Jinja): Emit time grain to table charts even if they 
don't have a temporal column
     add 5222f940cc fix(echarts): Sort series by name using naturalCompare 
(#32850)
     add 68a81c3989 fix: update dataset/query catalog on DB changes (#32829)
     add 6c7f089ebb fix(translation): Dutch translations for Current datetime 
filter (#31869)
     add f0dc1e7527 fix(table-chart): Do not show comparison columns config if 
time_compare is set to [] (#32863)
     new 4e46ba8ca2 fix(Jinja): Emit time grain to table charts even if they 
don't have a temporal column
     new 9e4c1d388d fix(Jinja): Always emit time grain filter value to the 
table chart

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   (84c9297397)
            \
             N -- N -- N   refs/heads/fix/time-grain-macro-on-table-chart 
(9e4c1d388d)

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.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../plugins/plugin-chart-echarts/package.json      |   4 +-
 .../plugin-chart-echarts/src/utils/series.ts       |  12 ++-
 .../plugin-chart-echarts/test/utils/series.test.ts | 111 ++++++++++++++++++++
 .../plugin-chart-table/src/controlPanel.tsx        |   6 +-
 superset/commands/database/update.py               |  44 +++++++-
 superset/translations/nl/LC_MESSAGES/messages.po   |  21 ++--
 tests/integration_tests/charts/api_tests.py        |  58 -----------
 tests/integration_tests/charts/data/api_tests.py   | 112 +++++++++++++++------
 tests/unit_tests/commands/databases/update_test.py |  62 ++++++++++++
 9 files changed, 314 insertions(+), 116 deletions(-)

Reply via email to