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

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


    from 5b4277e  fix: extra filters for chart data endpoint (#10359)
     add c74acdc  Add changelog
     new f13629a  fix: modified by column on charts and dashboards (#10340)
     new 070dd53  fix: group by with timestamp granularity (#10344)
     new 1fc06a7  fix: treemap template literal (#10382)
     new f908770d fix: bump pivot-table and rose (#10400)
     new 7b6f88a  fix: incorrect filter operator emitted by Filter Box (#10421)

The 5 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:
 CHANGELOG.md                                       |  2 ++
 superset-frontend/package-lock.json                | 24 +++++++++++-----------
 superset-frontend/package.json                     |  8 ++++----
 .../util/getEffectiveExtraFilters_spec.js          |  2 +-
 .../util/charts/getEffectiveExtraFilters.ts        |  2 +-
 .../src/views/chartList/ChartList.tsx              |  4 ++--
 .../src/views/dashboardList/DashboardList.tsx      |  4 ++--
 superset-frontend/src/welcome/DashboardTable.tsx   |  4 ++--
 superset/charts/api.py                             |  6 ++----
 superset/charts/schemas.py                         |  2 +-
 superset/connectors/sqla/models.py                 | 15 ++++++++++----
 superset/dashboards/api.py                         |  4 ++--
 superset/models/helpers.py                         |  4 ++--
 tests/fixtures/query_context.py                    |  2 +-
 14 files changed, 45 insertions(+), 38 deletions(-)

Reply via email to