This is an automated email from the ASF dual-hosted git repository.
vavila pushed a change to branch feat/d2d-in-embedded
in repository https://gitbox.apache.org/repos/asf/superset.git
discard 9b09030302 Fixing backend tests
discard 1262e7fbd7 Fixing tests
discard 31bfd1c5c5 Addressing PR feedback and removing FF
discard dd62240233 feat: Enable drilling in embedded
add c480fa7fcf fix(migrations): prevent theme seeding before themes table
exists (#34433)
add 50197fc33e chore: Add bottom border to top navigation menu (#34429)
add ea64f3122e chore: Change button labels to sentence case (#34432)
add 70394e79ef feat: Add configurable query identifiers for Mixed
Timeseries charts (#34406)
add cf5b976659 fix(dashboard): adds dependent filter select first value
fixes (#34137)
add 9cf2472291 fix: time grain and DB dropdowns (#34431)
add 25bb353f9d chore(deps-dev): update jest requirement from ^30.0.2 to
^30.0.4 in /superset-frontend/packages/generator-superset (#34039)
add 967134f540 fix(theming): Visual bugs p-3 (#34424)
add ec56f66768 feat: Enable drilling in embedded
add d1b7a2d415 Addressing PR feedback and removing FF
add c363d1493f Fixing tests
add a545a86d52 Fixing backend tests
add c994fa2f4b Try fixing frontend tests
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 (9b09030302)
\
N -- N -- N refs/heads/feat/d2d-in-embedded (c994fa2f4b)
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:
.../cypress/e2e/dashboard/drillby.test.ts | 31 +-
.../cypress/e2e/dashboard/nativeFilters.test.ts | 69 +
superset-frontend/package-lock.json | 1946 ++++++++++++++++++--
.../packages/generator-superset/package.json | 2 +-
.../src/shared-controls/sharedControls.tsx | 2 +
.../src/MixedTimeseries/controlPanel.tsx | 17 +-
.../src/MixedTimeseries/transformProps.ts | 28 +-
.../src/MixedTimeseries/types.ts | 2 +
.../test/MixedTimeseries/transformProps.test.ts | 83 +-
.../Chart/ChartContextMenu/ChartContextMenu.tsx | 67 +-
.../Chart/DrillBy/DrillByMenuItems.test.tsx | 43 +-
.../components/Chart/DrillBy/DrillByMenuItems.tsx | 12 +-
.../components/Chart/DrillBy/DrillByModal.test.tsx | 15 +-
.../components/Chart/MenuItemWithTruncation.tsx | 63 +-
superset-frontend/src/components/Chart/types.ts | 1 +
.../FilterBar/FilterControls/FilterValue.tsx | 29 +
.../FiltersConfigModal/FilterConfigPane.test.tsx | 6 +-
.../FiltersConfigModal/FilterTitlePane.tsx | 4 +-
.../explore/components/ControlPanelsContainer.tsx | 19 +-
.../DateFilterControl/components/DateLabel.tsx | 14 +-
.../src/features/databases/DatabaseModal/index.tsx | 21 +-
superset-frontend/src/features/home/Menu.tsx | 1 +
.../components/Select/SelectFilterPlugin.tsx | 59 +
.../components/TimeGrain/TimeGrainFilterPlugin.tsx | 1 +
superset/initialization/__init__.py | 3 +-
25 files changed, 2203 insertions(+), 335 deletions(-)