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

hugh pushed a change to branch hugh/fix-metadata-showing
in repository https://gitbox.apache.org/repos/asf/superset.git.


 discard 41ca9ff  Update 
superset-frontend/src/SqlLab/components/TableElement.tsx
     add 490890d  fix(dashboard): 500 error caused by data_for_slices API 
(#16053)
     add 7332055  chore: bump superset-ui to 0.17.78 (#16058)
     add 1917464  fix: Fix the Select unselect for object values (#16062)
     add 2c55cc6  fix: Align alert solid small svg center (#15762)
     add 86cecae  fix(native-filters): add support for boolean cols to select 
(#16061)
     add 7c95595  fix(docker-compose): Make db service use correct env file 
(#15659)
     add 4359650  fix: Adding report bug (#16065)
     add 7effa44  refactor: adopt --app as celery global option (#16040)
     add 7ef97a5  feat(explore): add automatic conditional formatter to pivot 
table v2 (#16045)
     add 1fed1fd  Merge branch 'master' of https://github.com/apache/superset 
into hugh/fix-metadata-showing

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   (41ca9ff)
            \
             N -- N -- N   refs/heads/hugh/fix-metadata-showing (1fed1fd)

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:
 docker-compose-non-dev.yml                         |   2 +-
 docs/installation.rst                              |   2 +-
 .../docs/installation/async_queries_celery.mdx     |   2 +-
 .../images/icons/alert_solid_small.svg             |   4 +-
 superset-frontend/package-lock.json                | 520 +++++++++++----------
 superset-frontend/package.json                     |  54 +--
 .../src/SqlLab/components/TableElement.tsx         |   2 +-
 .../HeaderReportActionsDropdown/index.tsx          |   6 +-
 superset-frontend/src/components/Select/Select.tsx |  11 +-
 .../FiltersConfigModal/FiltersConfigForm/utils.ts  |   1 +
 .../ConditionalFormattingControl.tsx               |   2 +
 .../FormattingPopoverContent.tsx                   |  14 +-
 .../controls/ConditionalFormattingControl/types.ts |   1 +
 superset-frontend/src/reports/actions/reports.js   |   4 +-
 superset/connectors/base/models.py                 |   9 +-
 ...15da_migrate_pivot_table_v2_heatmaps_to_new_.py | 108 +++++
 superset/utils/core.py                             |  12 +-
 superset/viz.py                                    |   2 +-
 tests/integration_tests/model_tests.py             |  14 +-
 19 files changed, 457 insertions(+), 313 deletions(-)
 create mode 100644 
superset/migrations/versions/143b6f2815da_migrate_pivot_table_v2_heatmaps_to_new_.py

Reply via email to