You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ta...@apache.org on 2023/03/30 22:47:00 UTC

[superset] branch tai/fix-tags-pg-enum updated (a35f767add -> be2af78c76)

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

tai pushed a change to branch tai/fix-tags-pg-enum
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard a35f767add lint
 discard d3eeb9f92b fix(tags): convert postgres enum type to varchar
     add de42c11f99 fix(plugin-generator): Addresses linter errors in newly generated Superset plugin (#23513)
     add 41ad9442c0 fix(word cloud): series label format fixed for custom sql queries (#23517)
     add 63751c6c0f chore: Adds a tooltip to pre-filter in native filters modal (#23481)
     add ce3ba67cf6 fix(conditional formatting): controls looses on save (#23137)
     add 81b32d1045 chore: allow logs to show error levels for ssh tunnel (#23536)
     add aa4bcf98b6 fix(tags): convert postgres enum type to varchar
     add be2af78c76 lint

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   (a35f767add)
            \
             N -- N -- N   refs/heads/tai/fix-tags-pg-enum (be2af78c76)

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:
 .../integration/dashboard/nativeFilters.test.ts    | 11 ++++---
 .../cypress/integration/dashboard/utils.ts         |  1 +
 .../generators/plugin-chart/templates/package.erb  |  2 +-
 .../plugin-chart/templates/src/MyChart.erb         | 11 ++++---
 .../templates/src/plugin/controlPanel.erb          |  6 +++-
 .../plugin-chart/templates/src/types.erb           |  6 +++-
 .../templates/test/plugin/transformProps.test.erb  |  3 +-
 .../src/plugin/controlPanel.tsx                    |  4 ++-
 .../plugin-chart-table/src/controlPanel.tsx        |  2 ++
 .../src/legacyPlugin/transformProps.ts             |  7 ++--
 .../src/legacyPlugin/types.ts                      |  4 +--
 .../plugins/plugin-chart-word-cloud/src/types.ts   |  4 +--
 .../FiltersConfigForm/FiltersConfigForm.tsx        |  5 +++
 .../ConditionalFormattingControl.tsx               | 37 ++++++++++------------
 .../controls/ConditionalFormattingControl/types.ts |  1 +
 superset/extensions/ssh.py                         |  4 ++-
 tests/integration_tests/csv_upload_tests.py        |  2 +-
 17 files changed, 65 insertions(+), 45 deletions(-)